summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Update session token only once per minute (#29041).Go MAEDA2022-01-221-1/+8
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-212-0/+2
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-182-2/+4
* Make issue tabs DOM more consistent (#36429).Go MAEDA2022-01-173-3/+9
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-161-1/+1
* Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...Go MAEDA2022-01-121-3/+1
* Permission check of the setting button on the issues page mismatches button s...Go MAEDA2022-01-101-1/+1
* Fix wrong variable name in Import#set_default_settings (#34718).Go MAEDA2022-01-071-1/+1
* 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
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-052-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-02181-181/+181
* Update copyright year in the footer to 2022 (#36378).Go MAEDA2022-01-021-1/+1
* 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-294-9/+9
* 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
* Fix a missing closing div due to r21312 (#35755, #36326).Go MAEDA2021-12-161-0/+1
* Lazy load inline images (#36294).Go MAEDA2021-12-141-2/+3
* Drop OpenID support (#35755).Go MAEDA2021-12-148-105/+4
* 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-123-8/+8
* Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).Go MAEDA2021-12-101-1/+2
* 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