summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).Go MAEDA2022-01-071-1/+1
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-1/+9
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0282-82/+82
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-293-8/+8
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-1/+1
* Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...Go MAEDA2021-12-251-1/+1
* Saving time tracking activities without any change may turn a system activity...Go MAEDA2021-12-211-1/+1
* Drop OpenID support (#35755).Go MAEDA2021-12-142-29/+1
* Include an authentication method name in LDAP connection error messages (#333...Go MAEDA2021-12-131-4/+4
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-1/+1
* 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-221-1/+1
* 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-154-1/+13
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-2/+28
* Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ...Marius Balteanu2021-10-271-1/+1
* 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
* 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
* 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-031-0/+3
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-0/+4
* 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
* Fix that binmode specified twice (#35539, #35720).Go MAEDA2021-08-181-1/+1
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-051-0/+5
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-7/+0
* Locked users should not be displayed in the members box of the project overvi...Go MAEDA2021-07-271-1/+1
* When updating an issue, allow adding time entry on an issue that was visible ...Marius Balteanu2021-07-261-0/+7
* Ensure unique attachment filenames (#35539).Go MAEDA2021-07-191-13/+18
* User sessions not reset after 2FA activation (#35417).Go MAEDA2021-07-151-1/+1
* Default issue query (#7360).Go MAEDA2021-07-064-0/+30
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-043-1/+13
* Allow sending account information when importing users (#35365).Go MAEDA2021-07-031-0/+4
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-301-0/+7
* Require redmine/sort_criteria globally (#35455).Go MAEDA2021-06-261-2/+0
* Use base_scope for issue query results (#35396).Go MAEDA2021-06-191-6/+2
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+21
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-281-2/+5
* 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-152-5/+1