summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improvements to issues/mr filters:Dmitriy Zaporozhets2014-12-241-4/+4
* Refactor issuable list pagesDmitriy Zaporozhets2014-12-241-10/+27
* Refactor issues and merge requests listsDmitriy Zaporozhets2014-12-231-0/+42
* Merge pull request #8091 from cirosantilli/factor-ability-abilitiesDmitriy Zaporozhets2014-10-281-6/+1
|\
| * Factor abilities methodsCiro Santilli2014-10-191-6/+1
* | Merge pull request #8028 from cirosantilli/rm-dev-toolsDmitriy Zaporozhets2014-10-211-4/+0
|\ \
| * | Remove unused dev_tools helper.Ciro Santilli2014-10-131-4/+0
| |/
* | Merge pull request #8030 from cirosantilli/factor-authorizeDmitriy Zaporozhets2014-10-211-8/+0
|\ \
| * | Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-8/+0
| |/
* | Use @project on controllers, don't call methodCiro Santilli2014-10-191-19/+22
|/
* Protect from forgery with exceptionDmitriy Zaporozhets2014-10-061-1/+1
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
* Move LDAP timeout code to Gitlab::LDAP::AccessJacob Vosmaer2014-08-061-9/+4
* Use devise stored_location to redirect after signing for both public and priv...Marin Jankovski2014-07-111-1/+1
* Revert "Merge branch 'redirect_after_login' into 'master'"Marin Jankovski2014-07-111-1/+1
* Override strong params for sign up.Marin Jankovski2014-07-101-1/+0
* Update to accomodate devise deprecations and backward incompatible changes.Marin Jankovski2014-07-101-2/+2
* Check for the correct param for token.Marin Jankovski2014-07-101-1/+6
* Try to keep token authenticable compatibilityMarin Jankovski2014-07-091-0/+15
* Set return url as param.Marin Jankovski2014-06-191-13/+1
* Redirect back to current page after sign in.Marin Jankovski2014-06-191-1/+13
* Dont expose user email via APIDmitriy Zaporozhets2014-06-131-2/+1
* Remove set of thread variablesDmitriy Zaporozhets2014-06-101-10/+0