summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip validation of required custom fields when creating a project if user doe...Marius Balteanu2022-03-211-0/+11
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-141-1/+1
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-241-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Explicitly specify escape character using an ESCAPE on SQLite (#35073).Marius Balteanu2021-10-091-1/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-1/+1
* Locked users should not be displayed in the members box of the project overvi...Go MAEDA2021-07-271-1/+1
* Default issue query (#7360).Go MAEDA2021-07-061-0/+6
* Remove deprecated Project#members_by_role (#35031).Go MAEDA2021-05-151-8/+0
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Reverts r20653.Go MAEDA2021-03-181-2/+2
* place the '.' on the previous line of the method call at app/models/project.rbToshi MARUYAMA2020-12-171-2/+2
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-121-11/+24
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-091-31/+97
* Use sum { ... } instead of map { ... }.sum (#34399).Go MAEDA2020-12-061-2/+2
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/project.rbToshi MARUYAMA2020-11-121-8/+8
* add empty line after guard clause to app/models/project.rbToshi MARUYAMA2020-11-031-1/+7
* use "do end" instead of {} at app/models/project.rbToshi MARUYAMA2020-09-261-4/+10
* remove spaces inside {} of app/models/project.rbToshi MARUYAMA2020-09-241-6/+6
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-0/+8
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-4/+10
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix logging time via a commit message for project specific activities (#29838).Go MAEDA2020-02-111-0/+9
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-10/+12
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project.rbToshi MARUYAMA2019-11-091-6/+9
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...Toshi MARUYAMA2019-10-221-2/+2
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rbToshi MARUYAMA2019-10-191-1/+2
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+17
* Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/p...Go MAEDA2019-08-201-8/+2
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-201-0/+7
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Translation missing error in "Project's Status" filter options (#30718).Go MAEDA2019-02-151-6/+0
* Let admin users unarchive subprojects of archived projects (#29993).Jean-Philippe Lang2018-12-021-8/+4
* Filter issues after project status (#20081).Go MAEDA2018-10-291-0/+6
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-221-0/+1
* Copy project attachments (#26622).Go MAEDA2018-05-131-0/+5
* Copy version attachments (i.e. Files) along with the versions on project copy...Go MAEDA2018-05-131-0/+5
* Copy wiki attachments on project copy (#10282).Go MAEDA2018-04-281-0/+1
* Allow to copy documents along with projects (#26621).Go MAEDA2018-04-281-1/+16
* Removes deprecated methods.Jean-Philippe Lang2017-07-231-13/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-7/+18