summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add login and remember_me to devise permit listDmitriy Zaporozhets2014-01-141-1/+1
* Do not include subtomains in STS header.Marin Jankovski2014-01-031-1/+1
* HTTP headers protect against MIME-sniffing, force https if enabled.Marin Jankovski2013-12-301-0/+2
* Force IE use latest engine to render.xyb2013-12-271-0/+1
* Fix signup for rails4Dmitriy Zaporozhets2013-12-101-0/+6
* Added allow_blank to model validationsDmitriy Zaporozhets2013-12-101-0/+2
* Fix 404 on project page for unauthenticated userJason Hollingsworth2013-12-041-0/+3
* Drop rjs from Issues#indexDmitriy Zaporozhets2013-11-291-0/+8
* Drop rjs from Infinite scrollingDmitriy Zaporozhets2013-11-281-0/+14
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+1
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-1/+6
* Remove .git from project url end redirectDmitriy Zaporozhets2013-10-141-0/+9
* Don't show users password change page if ldap usersIzaak Alpert2013-09-171-1/+1
* Add event filter for group and project show pagesDmitriy Zaporozhets2013-08-261-0/+5
* Fix accidentally removed class nameDmitriy Zaporozhets2013-08-211-0/+1
* Remove can_create_team code from userDmitriy Zaporozhets2013-08-211-5/+0
* Improve permissions on tags/branchesDmitriy Zaporozhets2013-07-171-0/+4
* Migrate global project taks. Removed more teams related functionalityDmitriy Zaporozhets2013-06-191-8/+0
* Force admin to change password after first sign-inDmitriy Zaporozhets2013-06-131-1/+1
* Add password_expires_at to users tableDmitriy Zaporozhets2013-06-131-2/+2
* Password expire: implement password resource inside profile. add before_fiter...Dmitriy Zaporozhets2013-06-131-0/+7
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-4/+3
* enforce secure gravatar urls when Gitlab.config.gitlab.https is setJean-Luc Geering2013-05-311-1/+1
* Grammar fix in error message for blocked login (in "application_controller.rb")Peter LeFanu Lumsdaine2013-05-281-2/+2
* Rename repo featureDmitriy Zaporozhets2013-05-251-1/+1
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* Merge pull request #3801 from holdtotherod/feature/internally-public-projectsDmitriy Zaporozhets2013-05-031-1/+1
|\
| * Internally public projectsStephen Lottermoser2013-05-021-1/+1
* | [BUGFIX] User suggest at team_members/new not working with relative_url_rootChristian Simon2013-04-241-0/+1
|/
* Finish select2-ajax for users. Added Select2Helper for testsDmitriy Zaporozhets2013-03-141-4/+3
* fix setting gon.api_tokenDmitriy Zaporozhets2013-03-131-2/+4
* add api users filter and integrate users select2Dmitriy Zaporozhets2013-03-131-0/+2
* User's blocked field refactored to use state machineAndrew8xx82013-03-041-2/+2
* Default issue tracker name added to gon variablesAndrew8xx82013-02-281-0/+5
* Make gitlab works with gitlab-shellDmitriy Zaporozhets2013-02-041-5/+0
* Dont allow gitlab be loaded in iframeDmitriy Zaporozhets2013-02-021-0/+5
* Fix mass-assignment. Dont allow users w/o access to create teamDmitriy Zaporozhets2013-01-251-0/+4
* update all teams code. refactoring and some correctionsAndrey Kumanyaev2013-01-241-0/+9
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-0/+6
* Only owner can remove projectDmitriy Zaporozhets2012-12-051-0/+4
* Merge pull request #2059 from dolanor/feature-rewording-blocked-usersDmitriy Zaporozhets2012-11-301-2/+2
|\
| * Rewording for the account being blockedTanguy Herrmann2012-11-241-2/+2
* | Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets2012-11-291-3/+10
* | add ability to change namespace from project edit pageDmitriy Zaporozhets2012-11-241-2/+1
* | Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-1/+1
* | Improve routing. Project access via namespaceDmitriy Zaporozhets2012-11-221-1/+4
|/
* Log caught exceptionsRiyad Preukschas2012-11-061-0/+9
* Separate observing of Note and MergeRequestsRobb Kidd2012-10-101-5/+1
* Merge branch 'master' into simplify_controllers2Cyril2012-09-271-13/+1
|\
| * Use Rails.root.join where appropriateRobert Speicher2012-09-261-1/+1