summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Bulk addition of related issues (#33418).Go MAEDA2020-12-253-12/+55
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+1
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-232-0/+2
* Revert r19810 (#10535).Go MAEDA2020-12-221-5/+3
* Revert r20455 (#10535).Go MAEDA2020-12-221-24/+3
* use '\' instead of '+' to concatenate strings at app/models/wiki_content_vers...Toshi MARUYAMA2020-12-191-5/+5
* remove redundant 'return' from app/models/attachment.rbToshi MARUYAMA2020-12-191-1/+1
* remove redundant 'return' from app/models/changeset.rbToshi MARUYAMA2020-12-191-1/+1
* shorten long line of app/models/issue_query.rbToshi MARUYAMA2020-12-191-8/+27
* shorten long line of app/models/issue.rbToshi MARUYAMA2020-12-171-25/+107
* use 'lambda' instead of '->{}' at UsersControllerToshi MARUYAMA2020-12-171-1/+1
* place the '.' on the previous line of the method call at app/models/attachmen...Toshi MARUYAMA2020-12-171-6/+6
* place the '.' on the previous line of the method call at app/models/project.rbToshi MARUYAMA2020-12-171-2/+2
* Atom feed on project with subprojects should show in article title the name o...Go MAEDA2020-12-141-1/+1
* shorten long line of Query#sql_for_custom_fieldToshi MARUYAMA2020-12-121-3/+5
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-121-11/+24
* shorten long line of app/models/custom_field.rbToshi MARUYAMA2020-12-121-14/+24
* Fix that disabled trackers of subprojects are listed in project overview (#10...Go MAEDA2020-12-121-2/+3
* Spent time details are displayed in incorrect order when sorted by week and d...Go MAEDA2020-12-121-1/+1
* shorten long line of app/models/board.rbToshi MARUYAMA2020-12-111-3/+7
* shorten long line of app/models/mailer.rbToshi MARUYAMA2020-12-111-14/+24
* shorten long line of ApplicationHelperToshi MARUYAMA2020-12-111-60/+118
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-103-2/+13
* shorten long line of TimelogHelperToshi MARUYAMA2020-12-101-6/+14
* shorten long line of app/models/wiki_page.rbToshi MARUYAMA2020-12-101-7/+14
* shorten long line of app/models/changeset.rbToshi MARUYAMA2020-12-101-10/+23
* shorten long line of app/models/tracker.rbToshi MARUYAMA2020-12-101-3/+9
* shorten long line of Query#relative_date_clauseToshi MARUYAMA2020-12-101-1/+4
* shorten long line of app/models/workflow_rule.rbToshi MARUYAMA2020-12-101-5/+13
* shorten long line of app/models/issue_priority.rbToshi MARUYAMA2020-12-101-1/+6
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-102-2/+9
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-103-5/+31
* shorten long line of UsersControllerToshi MARUYAMA2020-12-091-4/+12
* shorten long line of app/models/attachment.rbToshi MARUYAMA2020-12-091-5/+22
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-091-31/+97
* shorten long line of Query#sql_for_fieldToshi MARUYAMA2020-12-091-17/+78
* 500 error when attempting to create custom field enumeration with empty name ...Go MAEDA2020-12-062-2/+9
* Use sum { ... } instead of map { ... }.sum (#34399).Go MAEDA2020-12-062-5/+5
* Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...Go MAEDA2020-12-055-16/+3
* CSV import raises an exception if CSV header has empty columns (#22913, #34326).Go MAEDA2020-12-051-1/+1
* shorten long line of Query#add_custom_fields_filtersToshi MARUYAMA2020-12-041-3/+7
* TypeError when attempting to update a user with a blank email address (#33355).Go MAEDA2020-12-031-1/+1
* Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...Go MAEDA2020-12-022-1/+11
* shorten long line of QueriesHelperToshi MARUYAMA2020-12-021-8/+51
* Robots meta tag to prevent web crawlers from indexing login, register, and lo...Go MAEDA2020-12-014-0/+16
* shorten long line of IssuesHelperToshi MARUYAMA2020-11-301-7/+48
* shorten long line of IssueQuery#available_columnsToshi MARUYAMA2020-11-301-15/+33
* Add jQuery Migrate (#33383).Go MAEDA2020-11-301-0/+1
* shorten long line of IssueQuery#sql_for_relationsToshi MARUYAMA2020-11-291-4/+27
* fix source indent of IssuesHelperToshi MARUYAMA2020-11-291-9/+11