summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Psych 4: Psych::DisallowedClass exception when unserializing a setting value ...Go MAEDA2021-11-251-1/+2
* Download all attachments in a journal (#35462).Go MAEDA2021-11-225-3/+16
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-175-15/+0
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-159-1/+51
* Migrate @setting_default_issue_query@ locale key to @label_default_query@ (#7...Marius Balteanu2021-11-151-1/+4
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-0810-13/+13
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-082-2/+34
* Adds button to "Create and follow" when adding a subtask from the parent issu...Marius Balteanu2021-11-062-0/+5
* Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ...Marius Balteanu2021-10-271-1/+1
* Move custom DateValidator from @lib/redmine/core_ext/active_record.rb@ to @ap...Marius Balteanu2021-10-241-0/+29
* Revert changes made in r21251 due to a test fail (#29914, #32938).Marius Balteanu2021-10-211-0/+3
* Split multiple classes and modules that existed in the same file (#29914, #32...Marius Balteanu2021-10-205-101/+155
* Fix rubocop "Style/CombinableLoops" offense in wiki_page.rb (#29914, #32938).Marius Balteanu2021-10-201-3/+0
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...Go MAEDA2021-10-202-2/+2
* Disable rubocop Lint/IneffectiveAccessModifier for @self.tokenized_like_condi...Marius Balteanu2021-10-091-0/+2
* Explicitly specify escape character using an ESCAPE on SQLite (#35073).Marius Balteanu2021-10-092-5/+5
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-052-7/+20
* Enforce stricter class filtering in WatchersController (35463).Marius Balteanu2021-10-051-1/+3
* Fix rubocop offense (#35073).Marius Balteanu2021-10-031-4/+3
* Replace send with direct call because sanitize_sql_for_conditions is now publ...Marius Balteanu2021-10-031-3/+4
* Use sanitize_sql_like in Query#sql_contains (#35073).Marius Balteanu2021-10-031-0/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-034-5/+5
* Append two spaces to lines when importing an email on CommonMark with hardbre...Marius Balteanu2021-10-032-1/+4
* Make hardbreaks behaviour configurable in config/configuration.yml (#32424).Marius Balteanu2021-10-031-1/+24
* Add information about whether an issue is open or closed to Issues API respon...Go MAEDA2021-10-022-3/+3
* Fix Layout/MultilineArrayBraceLayout offense (#21210).Marius Balteanu2021-09-111-2/+1
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-072-3/+8
* Fix that deleting a closed or archived projects not working anymore after r20...Marius Balteanu2021-09-061-1/+3
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-061-1/+1
* Use ids instead of pluck(:id) (#32977).Marius Balteanu2021-09-061-1/+1
* Remove references to deleted user from "user"-Format CustomFields when destro...Marius Balteanu2021-09-061-0/+4
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-041-0/+1
* Hide graphs when printing the Issues Report details (#35669).Go MAEDA2021-08-281-2/+2
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-232-13/+24
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-191-1/+1
* Move sidebar content on versions index view (roadmap) into a separate partial...Go MAEDA2021-08-192-53/+54
* Fix that binmode specified twice (#35539, #35720).Go MAEDA2021-08-181-1/+1
* Rename the save, edit and delete buttons on the query form to clarify the sco...Go MAEDA2021-08-174-11/+11
* Move subtasks section on issues show view into a separate partial (#35671).Go MAEDA2021-08-172-10/+13
* Revert r21179 (#35729).Marius Balteanu2021-08-151-1/+1
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2021-08-151-1/+1
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-1/+11
* Password and Confirmation fields are marked as required when editing a user (...Go MAEDA2021-08-131-2/+2
* Render markdown attachments using markdown or common_mark based on the text f...Marius Balteanu2021-08-113-2/+12
* Remove wrapper2 and wrapper3 wrapping containers (#30448).Marius Balteanu2021-08-101-4/+1
* Fixed create duplicate follow relation fails with 500 internal error (#35655).Marius Balteanu2021-08-101-3/+6
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-051-0/+5
* Fix typo (#33521).Marius Balteanu2021-08-051-1/+1
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-052-2/+11
* Avoid executing the same SQL statement multiple times to get the default cust...Go MAEDA2021-08-041-1/+4