summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Only redirect to homepage url when its not the root urlJeroen van Baarsen2015-11-021-7/+15
* Merge branch 'project-path-case-sensitivity' into 'master' Robert Speicher2015-10-221-1/+0
|\
| * Move case sensitivity check to find_with_namespace.Douwe Maan2015-10-211-2/+1
| * Prefer project with exact path to differently cased one when both exist.Douwe Maan2015-10-201-2/+2
* | Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-0/+4
|/
* Merge branch 'master' into git-archive-golanggit-archive-golangDouwe Maan2015-10-151-5/+1
|\
| * Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-5/+1
* | Always return HTML in git_not_foundJacob Vosmaer2015-10-141-1/+1
|/
* Redirect case sensitive project path to the normalized oneFrancesco Levorato2015-09-181-1/+6
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-091-5/+11
|\
| * FogBugz project importJared Szechy2015-09-081-1/+6
| * Merge branch 'rs-remove-user-color-scheme-class' into 'master'Douwe Maan2015-08-271-4/+5
| |\
| | * Remove user_color_scheme_classRobert Speicher2015-08-251-4/+5
* | | Move helpers back to original directoryDmitriy Zaporozhets2015-09-091-6/+2
* | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-261-1/+3
|\ \ \ | |/ /
| * | Prevent too many redirects error when home page URL set to external_urllStan Hu2015-08-261-1/+3
| |/
* | Groundwork for merging CI into CEDouwe Maan2015-08-251-5/+6
|/
* Import sources: show only enabled sourcesArtem Sidorenko2015-08-201-1/+29
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-3/+3
* Only enable HSTS header for HTTPS and port 443Stan Hu2015-07-121-1/+4
* Ensure `@sort` is set by set_filters_paramsrs-issue-1750Robert Speicher2015-07-081-0/+1
* Fix redirection to home page URL for unauthorized usersDaniel Gerhardt2015-07-031-1/+1
* Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu2015-06-181-6/+1
* Allow to configure a URL to show after sign outAlex Lossent2015-05-291-1/+1
* Set milestone on new issue when creating issue from index with milestone filt...Douwe Maan2015-05-271-4/+4
* Fix Devise parameter sanitizer for otp_attemptRobert Speicher2015-05-091-1/+1
* Turn 2-factor authentication into 2 steps process. Disabled 2fa UI for ldap u...Dmitriy Zaporozhets2015-05-091-1/+1
* Merge pull request #9234 from dsander/group-milestones-by-titleDmitriy Zaporozhets2015-05-031-25/+0
|\
| * Removed unused ApplicationController#set_filter_values methodDominik Sander2015-05-011-25/+0
* | Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-011-0/+1
|/
* Remove duplicate settings for default_url_optionsRobert Speicher2015-04-251-12/+0
* Merge branch 'sign-out-to-sign-in' into 'master'Dmitriy Zaporozhets2015-04-231-0/+4
|\
| * Redirect to sign in page after signing out.Douwe Maan2015-04-181-0/+4
* | Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-9/+9
|/
* Don't crash when project repository doesn't exist.fix-repository-rescueDouwe Maan2015-04-141-1/+1
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-1/+1
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+1
* Set Application controller default URL options to ensure all url_for calls ar...Stan Hu2015-03-251-0/+12
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-0/+2
* Include route helper shortcut in controllerDmitriy Zaporozhets2015-02-261-0/+1
* Load public key in initializer.Douwe Maan2015-02-241-0/+13
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+4
* Refactor sorting in projectDmitriy Zaporozhets2015-02-051-2/+2
* Add gitlab internal issue tracker service.Marin Jankovski2015-01-281-1/+1
* Fix various typosSteven Burgart2015-01-181-1/+1
* Fix passign args to original authenticate_user!Dmitriy Zaporozhets2015-01-161-2/+2
* Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-161-0/+11
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-1/+3
* Show assigned issues/mr be default on dashboardDmitriy Zaporozhets2014-12-261-4/+0
* Fix scroll problems and disable authorized_only filterDmitriy Zaporozhets2014-12-241-1/+5