summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* Set the parent page when creating a new wiki page from the "Add page" link (#...Jean-Philippe Lang2017-07-081-1/+1
* Reverts change made to ProjectController in r16766 (#26376).Jean-Philippe Lang2017-07-081-2/+1
* Fixed that issue counts are 0 on project overview (#26376).Jean-Philippe Lang2017-07-081-1/+2
* Don't redirect anonymous users to the login form when module is disabled (#26...Jean-Philippe Lang2017-06-261-0/+3
* Code cleanup.Jean-Philippe Lang2017-06-261-13/+9
* Use regular #authorize method.Jean-Philippe Lang2017-06-263-23/+11
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-9/+1
* Global News view should not be allowed without permission (#7068).Jean-Philippe Lang2017-06-261-10/+0
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-7/+0
* Render repository graphs using Chart.js instead of SVG (#26253).Jean-Philippe Lang2017-06-251-55/+19
* Update copyright.Jean-Philippe Lang2017-06-2550-50/+50
* 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