summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Auto-complete issues #id in the search form (#32052).Go MAEDA2019-09-212-2/+10
* code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rbToshi MARUYAMA2019-09-211-3/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...Toshi MARUYAMA2019-09-211-9/+28
* code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...Toshi MARUYAMA2019-09-201-1/+1
* remove "attr_reader :current_journal" from Issue classToshi MARUYAMA2019-09-201-1/+0
* use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_idsToshi MARUYAMA2019-09-201-1/+1
* code clean up app/models/repository.rbToshi MARUYAMA2019-09-201-6/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...Toshi MARUYAMA2019-09-201-2/+2
* code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...Toshi MARUYAMA2019-09-191-1/+1
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-191-21/+34
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...Toshi MARUYAMA2019-09-191-5/+3
* Change textfield to textarea for "Exclude attachments by name" (#19903).Go MAEDA2019-09-181-1/+1
* Add wiki toolbar to "Email header" and "Email footer" in "Email notifications...Go MAEDA2019-09-171-0/+2
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...Toshi MARUYAMA2019-09-151-2/+2
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...Toshi MARUYAMA2019-09-151-1/+1
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-2/+10
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+2
* Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...Go MAEDA2019-09-111-2/+2
* Remove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).Go MAEDA2019-09-111-7/+0
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-8/+6
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-0912-22/+69
* REST API for updating news (#13468).Go MAEDA2019-09-091-6/+14
* REST API for deleting news (#13468).Go MAEDA2019-09-091-2/+5
* REST API for retrieving news (#13468).Go MAEDA2019-09-092-1/+25
* REST API for creating news (#13468).Go MAEDA2019-09-091-6/+14
* Add inherit_members to projects API response (#32002).Go MAEDA2019-09-052-0/+2
* Footer is not placed at the bottom on pages with little content (#30467).Go MAEDA2019-09-041-3/+3
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-297-8/+47
* CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rbGo MAEDA2019-08-271-1/+1
* Improve MailHandler logging for unauthorized attempts (#31899).Go MAEDA2019-08-271-4/+4
* Add CSS class to "journal" and "reply" headers (#31950).Go MAEDA2019-08-272-2/+2
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+28
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+17
* Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rbGo MAEDA2019-08-261-3/+2
* Reject setting RFC non-compliant emission email addresses (#31154).Go MAEDA2019-08-262-1/+11
* Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rbGo MAEDA2019-08-251-2/+1
* Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_p...Go MAEDA2019-08-251-1/+0
* Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).Go MAEDA2019-08-251-1/+1
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-246-4/+15
* Add different style for group names in the New member modal window (#6831).Go MAEDA2019-08-241-1/+1
* 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-204-3/+14
* Refactor custom fields form (#31859).Go MAEDA2019-08-183-84/+44
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-172-2/+2
* Speed up workflow edit page rendering (#31855).Go MAEDA2019-08-172-4/+5
* Fix that "New custom field" button does not work if there are no custom field...Go MAEDA2019-08-171-1/+1
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-142-2/+0
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-1/+1
* Fix jQuery.fn.attr('selected') might use property instead of attribute (#3189...Go MAEDA2019-08-131-1/+1
* Fix JQMIGRATE: jQuery.fn.load() is deprecated (#31884, #31196).Go MAEDA2019-08-132-3/+3