summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* remove spaces inside {} of app/models/repository.rbToshi MARUYAMA2020-09-211-1/+1
* add empty line after guard clause to app/models/repository.rbToshi MARUYAMA2020-09-171-0/+2
* add empty line after guard clause to app/models/repository/mercurial.rbToshi MARUYAMA2020-09-171-0/+6
* fix source indent of app/models/query.rbToshi MARUYAMA2020-09-171-4/+4
* fix source indent of app/models/wiki_content_version.rbToshi MARUYAMA2020-09-171-7/+7
* fix source indent of app/models/user.rbToshi MARUYAMA2020-09-171-7/+4
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-0/+8
* use "do end" instead of {} at WorkflowTransitionToshi MARUYAMA2020-09-121-3/+2
* remove spaces inside {} of app/models/repository/mercurial.rbToshi MARUYAMA2020-09-121-1/+1
* fix source indent of app/models/changeset.rbToshi MARUYAMA2020-09-121-7/+8
* fix source indent of app/models/repository/git.rbToshi MARUYAMA2020-09-121-9/+10
* Remove an unused variable in Query#add_chained_custom_field_filters (#33728).Go MAEDA2020-09-071-1/+0
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-0/+1
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-292-0/+10
* Adds two factor authentication support (#1237).Go MAEDA2020-08-291-0/+13
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-121-1/+0
* use "do end" instead of {} at app/models/user.rbToshi MARUYAMA2020-08-091-7/+8
* use "do end" instead of {} at app/models/query.rbToshi MARUYAMA2020-08-091-5/+9
* fix source indent of app/models/mailer.rbToshi MARUYAMA2020-07-211-3/+5
* fix source indent of app/models/query.rbToshi MARUYAMA2020-07-211-9/+21
* add empty line after guard clause to app/models/changeset.rbToshi MARUYAMA2020-07-211-0/+2
* remove spaces inside {} of app/models/changeset.rbToshi MARUYAMA2020-07-211-1/+1
* remove spaces inside {} of app/models/repository/git.rbToshi MARUYAMA2020-07-211-2/+2
* remove spaces inside {} of app/models/user.rbToshi MARUYAMA2020-07-211-1/+1
* fix source indent of app/models/user.rbToshi MARUYAMA2020-07-151-36/+36
* remove spaces inside {} of app/models/issue.rbToshi MARUYAMA2020-07-111-3/+3
* add space after comma to app/models/issue.rbToshi MARUYAMA2020-07-111-2/+2
* add empty line after guard clause to app/models/issue.rbToshi MARUYAMA2020-07-111-0/+12
* fix source indent of Issue#visible_conditionToshi MARUYAMA2020-07-111-2/+2
* fix source indent of Issue#self_and_descendantsToshi MARUYAMA2020-07-111-1/+2
* remove spaces inside {} of app/models/journal.rbToshi MARUYAMA2020-07-111-2/+2
* remove spaces inside {} of app/models/query.rbToshi MARUYAMA2020-07-111-12/+27
* remove spaces inside {} of app/models/user.rbToshi MARUYAMA2020-07-111-5/+5
* use a normal unless-statement over a modifier clause in a multiline statement...Toshi MARUYAMA2020-07-091-14/+16
* add empty lines after guard clause to app/models/user.rbToshi MARUYAMA2020-07-091-0/+5
* Add "behind-schedule" CSS class to issues (#31881).Go MAEDA2020-07-091-0/+1
* avoid multi-line ternary operators in app/models/issue_query.rbToshi MARUYAMA2020-07-041-4/+6
* avoid comparing a variable with multiple items at WorkflowTransition#replace_...Toshi MARUYAMA2020-07-031-1/+1
* fix source indent at WorkflowTransition#replace_transitionsToshi MARUYAMA2020-07-031-6/+7
* Ordering wiki pages should not be case sensitive (#31287).Go MAEDA2020-06-201-1/+1
* Done ratio of a parent issue may be shown as 99% even though all subtasks are...Go MAEDA2020-06-141-3/+3
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+118
* Updating an issue via REST API causes internal server error if invalid projec...Go MAEDA2020-05-141-2/+5
* Fix that totals of custom fields may not be sorted as configured (#33281).Go MAEDA2020-05-083-6/+11
* Support issue relations when importing issues (#28198).Go MAEDA2020-05-062-1/+133
* Replace "**" method with bitwise left shift in Tracker#disabled_core_fields a...Go MAEDA2020-05-041-2/+2
* Allowed/Disallowed email domains settings to restrict users' email addresses ...Go MAEDA2020-04-301-0/+27
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-0/+3
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-4/+10
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-111-1/+1