summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Adds created_on as available column on timelog list (#26396).Jean-Philippe Lang2017-07-161-0/+1
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-123-7/+9
* Error displaying time entries filtered by Activity (#26387).Jean-Philippe Lang2017-07-091-3/+3
* LdapError is deprecated (#24970).Jean-Philippe Lang2017-07-081-2/+2
* Fixed User#project_ids_by_role when first called within chained scopes (#26376).Jean-Philippe Lang2017-07-081-27/+31
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-044-5/+5
* Setting to disable automatic closing of duplicates (#26192).Jean-Philippe Lang2017-06-251-1/+1
* Update copyright.Jean-Philippe Lang2017-06-2576-76/+76
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-1/+5
* Set default assignee before validation (#26072).Jean-Philippe Lang2017-06-061-1/+1
* Fixes typo in safe attributes declaration (#25724).Jean-Philippe Lang2017-06-061-1/+1
* allow unicode whitespace after mail handler body delimiters (#17718)Toshi MARUYAMA2017-06-061-1/+1
* Using #joins is needed here with Rails 5.Jean-Philippe Lang2017-06-031-1/+1
* Use strong params for CustomFieldEnumeration.Jean-Philippe Lang2017-06-031-8/+0
* Prevent clash with Rails 5.1 Mailer class.Jean-Philippe Lang2017-06-032-5/+5
* Make sure that the journal is not created if issue is saved.Jean-Philippe Lang2017-06-032-0/+7
* AR uniq deprecated in Rails 5.Jean-Philippe Lang2017-06-031-1/+1
* Use regular instance methods instead of association extensions.Jean-Philippe Lang2017-06-033-4/+13
* Show the same trackers and statuses on time entry queries (#5385).Jean-Philippe Lang2017-05-273-4/+4
* Statuses of subprojects should be showed too (#5385).Jean-Philippe Lang2017-05-271-1/+1
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-273-1/+23
* Send journal notification after commit (#25794).Jean-Philippe Lang2017-05-271-1/+1
* Check tracker permissions when copying an issue (#25791).Jean-Philippe Lang2017-05-271-1/+10
* Send reminders about visible issues only (#25713).Jean-Philippe Lang2017-05-131-1/+4
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2017-04-251-1/+1
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2017-04-251-1/+1
* Prevent deadlocks by only locking the exact records we need to have locked (#...Jean-Philippe Lang2017-04-131-8/+14
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-084-5/+23
* Fixed that watchers list is not updated when changing project on the new issu...Jean-Philippe Lang2017-04-061-0/+3
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-0/+3
* Fixed that related to "no open issues" filter shows all issues (#25478).Jean-Philippe Lang2017-04-061-1/+1
* Always set spent_hours instance variables to a Float in Issue instances (#255...Jean-Philippe Lang2017-04-051-3/+3
* Use 2 queries that use an index.Jean-Philippe Lang2017-04-041-1/+2
* Use #to_sql to generate the subquery.Jean-Philippe Lang2017-04-041-6/+7
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-042-1/+4
* Don't compare LOWER() with #downcase.Jean-Philippe Lang2017-04-041-5/+3
* SQL Cleanup.Jean-Philippe Lang2017-04-041-2/+1
* Let the issue list be grouped by private flag.Jean-Philippe Lang2017-04-041-1/+1
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-5/+28
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-041-0/+14
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-1/+2
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-034-15/+27
* Delete the file after the change is committed (#25215).Jean-Philippe Lang2017-04-031-2/+6
* Adds file equality check to deduplication hook (#25215).Jean-Philippe Lang2017-04-031-3/+10
* Reuse existing identical disk files for new attachments (#25215).Jean-Philippe Lang2017-04-031-0/+19
* Change MD5 table header to Checksum (#25240).Jean-Philippe Lang2017-04-031-0/+5
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-1/+22
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-5/+5
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-032-7/+5