summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 Chromium to the list of supported browsers (#34978).Marius Balteanu2022-03-201-1/+1
* Add supported browsers to doc/INSTALL (#34978).Marius Balteanu2022-03-201-0/+3
* Update RuboCop Rails to 2.14 (#35207).Go MAEDA2022-03-202-1/+9
* Japanese translation update (#36813).Go MAEDA2022-03-201-2/+2
* Add locales (#4347).Marius Balteanu2022-03-1948-0/+96
* 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-198-1/+63
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-194-9/+15
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-1936-85/+114
* 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-182-1/+29
* Use @clipboardData.files@ instead of @clipboardData.items@ to get the images ...Marius Balteanu2022-03-181-8/+6
* Set the minimum required version of ROTP gem to 5.0.0 (#36795).Go MAEDA2022-03-181-1/+1
* Database migration from Redmine 0.8.7 or earlier fails (#36766).Go MAEDA2022-03-181-1/+1
* Show a custom field description as a placeholder (#14275).Go MAEDA2022-03-173-0/+14
* Use a variable to reference a CustomField object (#14275).Go MAEDA2022-03-171-5/+6
* Fix to use a correct exception class ActiveRecord::IrreversibleMigration in m...Go MAEDA2022-03-176-6/+6
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-173-1/+37
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-143-13/+3
* Update Rails to 6.1.4.7 (#29914).Go MAEDA2022-03-121-1/+1
* Update RuboCop to 1.26 (#35136).Go MAEDA2022-03-102-171/+171
* Regenerate .rubocop_todo.yml (#35136).Go MAEDA2022-03-101-22/+22
* Polish translation update (#36493).Go MAEDA2022-03-071-124/+87
* Reorder keys in pl.yml to the same order with en.yml (#36493).Go MAEDA2022-03-071-1068/+1012
* Lazy load locales (#36728).Marius Balteanu2022-03-061-1/+1
* 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-034-28/+42
* IssuesControllerTest randomly fails (#36716).Go MAEDA2022-03-031-1/+1
* Add habtm relation between roles and queries_roles (#36416).Marius Balteanu2022-02-282-0/+15
* Fix rubocop offense (#36416).Marius Balteanu2022-02-271-1/+1
* Update roadie-rails to 3.0 (#36355).Go MAEDA2022-02-261-1/+1
* Update API test to use token based authentication when twofa is enabled for u...Marius Balteanu2022-02-251-2/+7
* Add class @user-mention@ to user classes when user is linked using @ (#36699,...Marius Balteanu2022-02-242-8/+8
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-242-3/+3
* Add migration to delete orphaned time entry activities (#36416).Marius Balteanu2022-02-241-0/+9
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-242-2/+12
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-242-1/+17
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-2316-29/+469
* Updates for 4.2.4 release.Marius Balteanu2022-02-202-1/+46
* Fix gantt PNG export ignores imagemagick_convert_command (#35027).Marius Balteanu2022-02-201-0/+3
* Fix time entries of sub-projects are not listed when activity is specified in...Marius Balteanu2022-02-202-1/+25
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-203-1/+33
* Traditional Chinese translation update (#36606).Go MAEDA2022-02-201-4/+3
* Update I18n to 1.10 (#36564).Go MAEDA2022-02-201-1/+1
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-1910-36/+54
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-182-1/+12
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-183-6/+8