summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Ask more specific confirmation questions when closing/reopening/archiving pro...Marius Balteanu2022-05-162-5/+4
* Fix that newly added attachments are lost when the status of the ticket is ch...Marius Balteanu2022-05-161-0/+8
* Revert changes made to issue form update in r21495 (#37053).Marius Balteanu2022-05-161-1/+6
* Attachment activity provider SQL optimization (#37057).Go MAEDA2022-05-141-0/+1
* Fix that mentions not working after issue status is changed (#36909).Marius Balteanu2022-05-111-3/+1
* Don't verify CSRF authenticity token in mail handler (#37030).Marius Balteanu2022-05-111-0/+3
* Allow imported time entries to override the selected project with the actual ...Marius Balteanu2022-04-031-2/+6
* Add missing partial view (33422).Marius Balteanu2022-04-011-0/+16
* Adds context menu to admin projects list (#33422).Marius Balteanu2022-04-012-12/+33
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-018-53/+94
* Include roles of built-in "Non member users" and "Anonymous users" members wh...Marius Balteanu2022-03-271-0/+9
* Allow to filter issues by its version status with shared versions (#36824, #3...Marius Balteanu2022-03-241-2/+4
* Increase email address length limit from 60 to 254 (#36825).Go MAEDA2022-03-231-1/+1
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-231-0/+2
* Fix that Log time and/or Add notes sections from issue form page do not show ...Marius Balteanu2022-03-222-11/+5
* Add tasks to prune registered users after a certain number of days (#30998).Go MAEDA2022-03-221-0/+4
* Revert undesired changes (#36593)Marius Balteanu2022-03-211-2/+2
* Skip validation of required custom fields when creating a project if user doe...Marius Balteanu2022-03-212-2/+13
* Do not fire a query to get user default query when user has no default query ...Go MAEDA2022-03-211-1/+1
* Reverts r21480 (#36503).Go MAEDA2022-03-211-1/+1
* Fix that @tracker_ids[]@ field is rendered multiple time. Add some assertions...Marius Balteanu2022-03-201-1/+1
* Only check for @set_filter@ param when retriving the default query (#7360, 35...Marius Balteanu2022-03-202-2/+2
* Do not fire a query to get user default query when user has no default query ...Marius Balteanu2022-03-201-1/+1
* Add missing partial (#4347).Marius Balteanu2022-03-191-0/+5
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-195-1/+34
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-1/+2
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-1930-64/+93
* Fix file drop feature not working in @documents#new@ (#36686).Marius Balteanu2022-03-191-6/+4
* Reindent code in documents/_form view (#36686).Marius Balteanu2022-03-191-13/+12
* Avoid passing ActionController::Parameters outside of MailHandlerController (...Marius Balteanu2022-03-181-1/+26
* Show a custom field description as a placeholder (#14275).Go MAEDA2022-03-171-0/+3
* Use a variable to reference a CustomField object (#14275).Go MAEDA2022-03-171-5/+6
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-142-12/+2
* Improve performance of adding or removing members of a group (#36696).Go MAEDA2022-03-052-27/+24
* Update Chart.js to 3.7.1 (#36701).Go MAEDA2022-03-032-21/+29
* Add habtm relation between roles and queries_roles (#36416).Marius Balteanu2022-02-281-0/+2
* Add class @user-mention@ to user classes when user is linked using @ (#36699,...Marius Balteanu2022-02-241-1/+1
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-241-1/+1
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-241-2/+2
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-1/+8
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-238-16/+90
* Fix time entries of sub-projects are not listed when activity is specified in...Marius Balteanu2022-02-201-1/+1
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-201-1/+5
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-193-16/+22
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-181-1/+1
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-182-6/+2
* Reduce database queries when rendering Custom fields box in the project setti...Go MAEDA2022-02-141-1/+2
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-083-7/+15
* Add "required for administrators" option to Two-factor authentication setting...Marius Balteanu2022-02-013-2/+9
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-012-3/+7