summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add current_user_id to gon varsDmitriy Zaporozhets2014-06-041-1/+5
* Implement Merge Request LabelsDrew Blessing2014-05-131-0/+5
* Skip require email for devise controllersDmitriy Zaporozhets2014-04-071-1/+1
* Allow oauth signup without emailDmitriy Zaporozhets2014-04-071-0/+7
* Open/close LDAP in ApplicationControllerJacob Vosmaer2014-03-141-9/+11
* Add User#requires_ldap_check? methodDmitriy Zaporozhets2014-03-111-1/+1
* Remove non-exist method from ldap security checkDmitriy Zaporozhets2014-03-111-1/+0
* Add ldap check in application_controller and internal apiDmitriy Zaporozhets2014-03-101-0/+19
* Better redirect for edit blod from MergeRequestDmitriy Zaporozhets2014-02-261-0/+4
* Update rack profilerDmitriy Zaporozhets2014-02-251-1/+0
* User can leave group from group page.Ciro Santillli2014-02-121-4/+4