summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-281-1/+1
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-251-2/+16
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-221-0/+1
* Extend watched_by_me-issue filter to include all project-members instead of o...Go MAEDA2018-07-092-1/+7
* Ensure that only visible watchers on issues can be queried (#29133).Go MAEDA2018-07-081-2/+20
* Fix: Allow to set no_notification option when receiving emails via IMAP or PO...Go MAEDA2018-07-061-1/+1
* "thumbnail" macro may break filename attribute of the attachment (#29038).Go MAEDA2018-07-021-1/+1
* Allow to filter by all versions on the global issue list (#26091).Go MAEDA2018-06-281-1/+1
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-232-3/+5
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-231-2/+1
* Update User#last_login_on only once per minute and user to reduce DB lock con...Jean-Philippe Lang2018-06-171-2/+8
* Cannot clear category field on copying an Issue (#28951).Jean-Philippe Lang2018-06-171-1/+1
* Clear subtask assignee during copy if is locked (#28946).Go MAEDA2018-06-171-0/+1
* Removes repository routes without repository_id (#26522).Jean-Philippe Lang2018-06-161-3/+1
* Log automatic rescheduling of following issues to journal (#28649).Jean-Philippe Lang2018-06-102-4/+7
* Include locked members in filters (#15201).Go MAEDA2018-06-093-6/+8
* Clear target version when copying an issue if status is locked or closed (#27...Go MAEDA2018-06-071-0/+1
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-1/+2
* Adds previews for audio / video attachments (#27336).Go MAEDA2018-05-171-1/+9
* Copy project attachments (#26622).Go MAEDA2018-05-131-0/+5
* Copy version attachments (i.e. Files) along with the versions on project copy...Go MAEDA2018-05-131-0/+5
* Change default operator for text format custom fields from "is" to "contains"...Go MAEDA2018-05-121-1/+1
* Recalculate issue priority position names if default value changed (#28494).Go MAEDA2018-05-121-1/+1
* /users API accepts boolean strings for generate_password field (#28686).Go MAEDA2018-05-061-1/+1
* Filter for version name should be case-insensitive (#27122).Go MAEDA2018-04-281-1/+1
* Copy wiki attachments on project copy (#10282).Go MAEDA2018-04-281-0/+1
* Allow to copy documents along with projects (#26621).Go MAEDA2018-04-281-1/+16
* Allow setting "Parent issue" attribute in emails (#27070).Go MAEDA2018-04-241-1/+2
* Global and public custom queries are shown as editable to non administrators ...Jean-Philippe Lang2018-04-081-6/+6
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-2/+7
* Support for lastnames with spaces in user autocompleters (#28154).Go MAEDA2018-04-071-6/+11
* Ignore archived project memberships when calculating issue query visibility (...Go MAEDA2018-04-071-2/+3
* Adds issue category column to spent time queries (#28391).Go MAEDA2018-04-011-0/+4
* Adds issue category filter to spent time queries (#28391).Go MAEDA2018-04-011-0/+8
* Fix: Calculation of the start date of following issues ignores the "non-worki...Go MAEDA2018-03-081-1/+2
* Fix indent (#27025).Go MAEDA2018-03-032-13/+13
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-032-7/+16
* Allow selecting subprojects on new issue form (#12704).Go MAEDA2018-02-281-3/+12
* Remove unused method Mailer#mylogger (#28028).Go MAEDA2018-02-111-4/+0
* Fix typo in error message when target version was not found (#28024).Go MAEDA2018-01-241-1/+1
* The progress exceeding 99.5% is displayed as 100% (#27848).Jean-Philippe Lang2018-01-081-1/+1
* Unable to download file if custom field is not defined as visible to any user...Jean-Philippe Lang2018-01-081-3/+9
* Empty email attachments are imported to Redmine, creating broken DB records (...Jean-Philippe Lang2018-01-071-0/+1
* No validation errors when entering an invalid "Estimate hours" value (#27881).Jean-Philippe Lang2018-01-071-1/+1
* Strip whitespace from login on login page (#22532).Go MAEDA2017-12-131-1/+1
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-12-061-1/+9
* Reverted r17054 (#27663).Go MAEDA2017-11-301-9/+1
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-11-291-1/+9
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-291-0/+5