summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
* Highlight menu item when viewing an attachment (#25988).Jean-Philippe Lang2017-06-101-0/+16
* remove is_binary_data? from String (#25563)Toshi MARUYAMA2017-06-101-1/+1
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-1/+1
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-1/+1
* Permit role_ids on update.Jean-Philippe Lang2017-06-031-1/+1
* Use strong params for CustomFieldEnumeration.Jean-Philippe Lang2017-06-031-4/+12
* Permit enumeration params.Jean-Philippe Lang2017-06-031-2/+7
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-5/+8
* 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-032-2/+2
* redirect_to :back deprecated in Rails 5.Jean-Philippe Lang2017-06-031-7/+9
* Use JSON instead of XML for reposman.rb.Jean-Philippe Lang2017-06-011-3/+4
* Use #safe_attributes= instead.Jean-Philippe Lang2017-06-011-1/+1
* Use #skip_after_action instead of #skip_after_filter.Jean-Philippe Lang2017-06-011-1/+1
* Don't call #head with a hash.Jean-Philippe Lang2017-06-011-1/+1
* Rescue any EncodingError exceptions (#25861).Jean-Philippe Lang2017-05-271-1/+1
* Render register page on all non-POST requests to account#register (#25653).Jean-Philippe Lang2017-05-131-1/+1
* Only perform login action on explicit POST (#25653).Jean-Philippe Lang2017-05-131-3/+3
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-9/+14
* Preview when editing journal notes broken by r15621.Jean-Philippe Lang2017-04-131-2/+2
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-1/+8
* Code cleanup.Jean-Philippe Lang2017-04-051-4/+5
* Adds a link back to the issue list that we are coming from.Jean-Philippe Lang2017-04-041-0/+6
* Better handling of update failures when bulk editing time entries.Jean-Philippe Lang2017-04-041-18/+21
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-8/+3
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-042-5/+6
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-031-2/+5
* Send email even if password is not changed (#7577).Jean-Philippe Lang2017-04-031-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-023-3/+3
* Delete :issue_query from session instead of :query.Jean-Philippe Lang2017-03-141-2/+1
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-0/+1
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-131-5/+16
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-133-6/+0
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-133-20/+3
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+0
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-12/+5
* Password reset should count as a password change for User#must_change_passwd ...Jean-Philippe Lang2017-03-051-7/+12
* Flash messages on CustomFields destroy (#24801).Jean-Philippe Lang2017-03-021-1/+3
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-5/+8
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-291-0/+5
* Redirect with token in session (#24416).Jean-Philippe Lang2017-01-291-2/+10
* Always send images user-uploaded images with Content-Disposition: attachment ...Jean-Philippe Lang2017-01-292-2/+2
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-211-1/+1
* Clean up SQL.Jean-Philippe Lang2017-01-211-2/+2
* Filter parent task issues in auto complete by open/closed status depending on...Jean-Philippe Lang2017-01-211-0/+9
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-181-0/+19
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+2