Add copyright notice
Some checks failed
Run unit tests / copyright_notice (pull_request) Successful in 2m15s
Run unit tests / rubocop (pull_request) Successful in 2m31s
Run unit tests / check-licenses (pull_request) Successful in 2m46s
Run unit tests / unit_tests (pull_request) Successful in 4m11s
Run unit tests / build-static-assets (pull_request) Has been cancelled
Some checks failed
Run unit tests / copyright_notice (pull_request) Successful in 2m15s
Run unit tests / rubocop (pull_request) Successful in 2m31s
Run unit tests / check-licenses (pull_request) Successful in 2m46s
Run unit tests / unit_tests (pull_request) Successful in 4m11s
Run unit tests / build-static-assets (pull_request) Has been cancelled
This commit is contained in:
parent
c44c3b8ec8
commit
85e1ec453e
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module ApplicationCable
|
module ApplicationCable
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module ApplicationCable
|
module ApplicationCable
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class AffinitiesController < ApplicationController
|
class AffinitiesController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class CaptchaController < ApplicationController
|
class CaptchaController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ExpensesController < ApplicationController
|
class ExpensesController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class GroupsController < ApplicationController
|
class GroupsController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'csv'
|
require 'csv'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class SummaryController < ApplicationController
|
class SummaryController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class TablesArrangementsController < ApplicationController
|
class TablesArrangementsController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class TokensController < ApplicationController
|
class TokensController < ApplicationController
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Users
|
module Users
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Users
|
module Users
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Users
|
module Users
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module TreeNodeExtension
|
module TreeNodeExtension
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module ApplicationHelper
|
module ApplicationHelper
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module ExpensesHelper
|
module ExpensesHelper
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module GroupsHelper
|
module GroupsHelper
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module GuestsHelper
|
module GuestsHelper
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module TablesArrangementsHelper
|
module TablesArrangementsHelper
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ApplicationJob < ActiveJob::Base
|
class ApplicationJob < ActiveJob::Base
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class TableSimulatorJob < ApplicationJob
|
class TableSimulatorJob < ApplicationJob
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ApplicationMailer < ActionMailer::Base
|
class ApplicationMailer < ActionMailer::Base
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ApplicationRecord < ActiveRecord::Base
|
class ApplicationRecord < ActiveRecord::Base
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Expenses
|
module Expenses
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Groups
|
module Groups
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class SerializableGroup < JSONAPI::Serializable::Resource
|
class SerializableGroup < JSONAPI::Serializable::Resource
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class SerializableGuest < JSONAPI::Serializable::Resource
|
class SerializableGuest < JSONAPI::Serializable::Resource
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class AffinityGroupsHierarchy < Array
|
class AffinityGroupsHierarchy < Array
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class LibreCaptcha
|
class LibreCaptcha
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Tables
|
module Tables
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative '../../extensions/tree_node_extension'
|
require_relative '../../extensions/tree_node_extension'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Tables
|
module Tables
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Tables
|
module Tables
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Tables
|
module Tables
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module VNS
|
module VNS
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<!DOCTYPE html>
|
<%<%<%<!DOCTYPE html>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<%= yield %>
|
<%<%<%<%= yield %>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<p>Welcome <%= @email %>!</p>
|
<%<%<%<p>Welcome <%= @email %>!</p>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<p>Hello <%= @email %>!</p>
|
<%<%<%<p>Hello <%= @email %>!</p>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<p>Hello <%= @resource.email %>!</p>
|
<%<%<%<p>Hello <%= @resource.email %>!</p>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<p>Hello <%= @resource.email %>!</p>
|
<%<%<%<p>Hello <%= @resource.email %>!</p>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<%<%<%<p>Hello <%= @resource.email %>!</p>
|
<%<%<%<p>Hello <%= @resource.email %>!</p>
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
require_relative 'boot'
|
require_relative 'boot'
|
||||||
|
|
||||||
require 'rails'
|
require 'rails'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
||||||
|
|
||||||
require "bundler/setup" # Set up gems listed in the Gemfile.
|
require "bundler/setup" # Set up gems listed in the Gemfile.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Load the Rails application.
|
# Load the Rails application.
|
||||||
require_relative "application"
|
require_relative "application"
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
require "active_support/core_ext/integer/time"
|
require "active_support/core_ext/integer/time"
|
||||||
|
|
||||||
Rails.application.configure do
|
Rails.application.configure do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
require "active_support/core_ext/integer/time"
|
require "active_support/core_ext/integer/time"
|
||||||
|
|
||||||
Rails.application.configure do
|
Rails.application.configure do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
require "active_support/core_ext/integer/time"
|
require "active_support/core_ext/integer/time"
|
||||||
|
|
||||||
# The test environment is used exclusively to run your application's
|
# The test environment is used exclusively to run your application's
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Pin npm packages by running ./bin/importmap
|
# Pin npm packages by running ./bin/importmap
|
||||||
|
|
||||||
pin "application"
|
pin "application"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
ActsAsTenant.configure do |config|
|
ActsAsTenant.configure do |config|
|
||||||
config.require_tenant = !Rails.env.test?
|
config.require_tenant = !Rails.env.test?
|
||||||
end
|
end
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# Version of your assets, change this if you want to expire all your assets.
|
# Version of your assets, change this if you want to expire all your assets.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
Chroma.define_palette :decreasing_saturation do
|
Chroma.define_palette :decreasing_saturation do
|
||||||
spin(20).desaturate(40)
|
spin(20).desaturate(40)
|
||||||
spin(-20).desaturate(40)
|
spin(-20).desaturate(40)
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# Define an application-wide content security policy.
|
# Define an application-wide content security policy.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# config/initializers/cors.rb
|
# config/initializers/cors.rb
|
||||||
|
|
||||||
Rails.application.config.middleware.insert_before 0, Rack::Cors do
|
Rails.application.config.middleware.insert_before 0, Rack::Cors do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# Assuming you have not yet modified this file, each configuration option below
|
# Assuming you have not yet modified this file, each configuration option below
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
|
# Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# Add new inflection rules using the following format. Inflections
|
# Add new inflection rules using the following format. Inflections
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# Define an application-wide HTTP permissions policy. For further
|
# Define an application-wide HTTP permissions policy. For further
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
Rswag::Api.configure do |c|
|
Rswag::Api.configure do |c|
|
||||||
|
|
||||||
# Specify a root folder where Swagger JSON files are located
|
# Specify a root folder where Swagger JSON files are located
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
Rswag::Ui.configure do |c|
|
Rswag::Ui.configure do |c|
|
||||||
|
|
||||||
# List the Swagger endpoints that you want to be documented through the
|
# List the Swagger endpoints that you want to be documented through the
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
class Numeric
|
class Numeric
|
||||||
def to_currency
|
def to_currency
|
||||||
Money.from_amount(self, "EUR").format
|
Money.from_amount(self, "EUR").format
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# This configuration file will be evaluated by Puma. The top-level methods that
|
# This configuration file will be evaluated by Puma. The top-level methods that
|
||||||
# are invoked here are part of Puma's configuration DSL. For more information
|
# are invoked here are part of Puma's configuration DSL. For more information
|
||||||
# about methods provided by the DSL, see https://puma.io/puma/Puma/DSL.html.
|
# about methods provided by the DSL, see https://puma.io/puma/Puma/DSL.html.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
Rails.application.routes.draw do
|
Rails.application.routes.draw do
|
||||||
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?
|
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?
|
||||||
get 'token' => 'tokens#show', as: :token
|
get 'token' => 'tokens#show', as: :token
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Swagger
|
module Swagger
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'swagger_helper'
|
require 'swagger_helper'
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user