summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Allow non-admin users to see group members (#12795).Go MAEDA2021-07-192-3/+12
* Ensure unique attachment filenames (#35539).Go MAEDA2021-07-191-13/+18
* User sessions not reset after 2FA activation (#35417).Go MAEDA2021-07-152-1/+3
* Hooks for queries helper (#34743).Go MAEDA2021-07-141-35/+47
* API to close/reopen projects (#35507).Go MAEDA2021-07-091-3/+9
* Add enabled core fields to /trackers API response (#35505).Go MAEDA2021-07-061-0/+5
* Default issue query (#7360).Go MAEDA2021-07-0612-3/+93
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-045-1/+23
* Allow sending account information when importing users (#35365).Go MAEDA2021-07-031-0/+4
* Reduce amount of work on projects show API (#35374).Go MAEDA2021-07-011-16/+16
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-301-0/+7
* Preload principal and roles in members#index (#35324).Go MAEDA2021-06-271-1/+1
* Add total estimated hours, spent hours, total spent hours for issues to issue...Go MAEDA2021-06-272-0/+9
* Require redmine/sort_criteria globally (#35455).Go MAEDA2021-06-261-2/+0
* API to archive/unarchive projects (#35420).Go MAEDA2021-06-241-4/+19
* Reject CSV file without data row when importing (#35137).Go MAEDA2021-06-201-1/+5
* Use base_scope for issue query results (#35396).Go MAEDA2021-06-191-6/+2
* Filter issues by file description (#34715).Go MAEDA2021-06-142-0/+23
* Ability to add watchers to Wiki pages (#7652).Go MAEDA2021-05-291-0/+6
* "Add news" button on global news index is displayed for users without permiss...Go MAEDA2021-05-291-2/+2
* Render Textile and Markdown files in the repository browser (#16849).Go MAEDA2021-05-281-0/+4
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-284-2/+24
* Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).Go MAEDA2021-05-271-0/+1
* Security notification is not sent when an admin changes the password of a use...Go MAEDA2021-05-241-1/+3
* X-Redmine-Issue-Assignee email header field is empty when the assignee of an ...Go MAEDA2021-05-181-5/+14
* Remove deprecated Project#members_by_role (#35031).Go MAEDA2021-05-151-8/+0
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-153-7/+3
* Fix typo in ApplicationHelper.html_title comment (#35230).Go MAEDA2021-05-151-1/+1
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-1/+1
* Duplicate entries in issue filter values (#35201).Go MAEDA2021-05-071-1/+1
* Mail handler bypasses add_issue_notes permission (#35045).Go MAEDA2021-04-251-2/+1
* Allow Unique ID and relation fields to be auto mapped (#35131).Go MAEDA2021-04-231-1/+11
* Ruby 2.7: FrozenError when new LDAP users try to login (#35135).Go MAEDA2021-04-231-1/+1
* Stricter validation of given revisions of repositories (#35085).Go MAEDA2021-04-232-8/+17
* MailHandler raises NameError exception when generating error message (#35100).Go MAEDA2021-04-221-2/+2
* Disable grouping for associations custom field (#35115).Go MAEDA2021-04-211-1/+6
* Filter issues by notes (#5893).Go MAEDA2021-04-211-0/+9
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-192-0/+7
* Users without two-factor authentication enabled cannot sign out when two-fact...Go MAEDA2021-04-161-0/+1
* Validate attachment filenames on every change (#34367).Go MAEDA2021-04-161-6/+5
* Use named routes in base layout and account sidebar (#35075).Go MAEDA2021-04-152-4/+4
* Clean-up workflows controller (#33337).Go MAEDA2021-04-138-55/+61
* "Copy link" feature for issues list (#34932).Go MAEDA2021-04-132-0/+10
* Update Rails UJS to 6.1.3.1 (#29914, #35003).Go MAEDA2021-04-131-1/+1
* Fix user link using @ not working at the end of line (#34894).Go MAEDA2021-04-131-1/+1
* Fix undefined method 'split' when issue_to_id is numeric (#35039).Go MAEDA2021-04-121-1/+8
* Atom feed of the activity page does not contain items after the second page (...Go MAEDA2021-04-121-1/+6
* The result of Attachment.latest_attach is unstable if attachments have the sa...Go MAEDA2021-04-071-1/+1
* Disable jQuery UI tooltip on workflow page to improve loading speed (#35034).Go MAEDA2021-04-061-3/+3
* Ruby 3.0: Fix `super` calls (#34992, #34986).Go MAEDA2021-04-032-2/+2