summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-1/+3
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
* Use safe_attributes for email addresses.Jean-Philippe Lang2016-07-171-0/+4
* Use safe_attributes for auth sources.Jean-Philippe Lang2016-07-171-0/+16
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-171-0/+7
* Use safe_attributes for custom field enumerations.Jean-Philippe Lang2016-07-171-1/+11
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-172-1/+27
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-0/+8
* Don't use add_on_empty.Jean-Philippe Lang2016-07-161-1/+1
* Don't use an argument to reload.Jean-Philippe Lang2016-07-161-1/+2
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-162-2/+2
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
* Use safe_attributes.Jean-Philippe Lang2016-07-161-0/+9
* Use safe_attributes.Jean-Philippe Lang2016-07-161-0/+13
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-141-1/+6
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-141-3/+3
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-4/+2
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-147-11/+11
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-1/+16
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-133-7/+28
* Adds a version filter on time entries (#13558).Jean-Philippe Lang2016-07-132-2/+26
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-122-1/+22
* Adds scopes for retrieving the appropriate queries (#14790).Jean-Philippe Lang2016-07-121-0/+7
* Pull up query visibility methods.Jean-Philippe Lang2016-07-113-51/+65
* Makes QueriesController able to handle other Query subclasses.Jean-Philippe Lang2016-07-111-0/+2
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-0/+7
* Adds attachments accessor to WikiContent::Version (#23242).Jean-Philippe Lang2016-07-091-0/+4
* 2 spaces instead of a tab.Jean-Philippe Lang2016-07-021-1/+1
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-022-1/+12
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-283-3/+21
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-1/+1
* Preload issue status when displaying activity.Jean-Philippe Lang2016-06-181-1/+1
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-183-11/+42
* Preload principals.Jean-Philippe Lang2016-06-121-1/+1
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-1/+5
* Don't add the inclusion error when tracker is not set, the blank error is eno...Jean-Philippe Lang2016-06-071-1/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-3/+31
* Same permission for editing the issue and its attachments.Jean-Philippe Lang2016-06-061-0/+5
* Always authorize admin users.Jean-Philippe Lang2016-06-061-2/+6
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-6/+21
* Adds issue visibility by role/tracker (#285).Jean-Philippe Lang2016-06-051-3/+16
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-053-7/+69
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-0/+8
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-302-18/+27
* Code cleanup.Jean-Philippe Lang2016-05-161-1/+1
* Always return an array.Jean-Philippe Lang2016-05-161-4/+2
* Malformed SQL query with SQLServer when grouping and sorting by fixed version...Jean-Philippe Lang2016-05-161-1/+1
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-091-0/+4
* Don't send a notification to the dummy email address of the default admin acc...Jean-Philippe Lang2016-05-081-0/+5