summaryrefslogtreecommitdiff
path: root/config/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Filter private_token and password_confirmation params from logs.Douwe Maan2015-02-061-1/+1
* use new hash syntaxFred Chasen2015-01-231-4/+4
* Split up line and use single qoutes to declare Cors settingsFred Chasen2015-01-231-1/+4
* Expose Link header in CORS Api callsFred Chasen2015-01-231-1/+1
* Append in place for strings and arraysCiro Santilli2015-01-011-6/+6
* Use new gitlab-shell v2.3.0Dmitriy Zaporozhets2014-11-181-0/+3
* Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-2/+0
* gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-0/+2
* Merge pull request #8122 from bbodenmiller/cleanup-time-zoneDmitriy Zaporozhets2014-10-301-5/+0
|\
| * cleanup time zone settingsBen Bodenmiller2014-10-211-5/+0
* | Merge pull request #7994 from cirosantilli/rm-unneeded-autoload-pathDmitriy Zaporozhets2014-10-221-1/+0
|\ \ | |/ |/|
| * Remove unneeded app/finders config.autoload pathCiro Santilli2014-10-071-1/+0
* | Add timezone configuration to gitlab.ymlSullivan SENECHAL2014-10-211-0/+1
|/
* Remove I18n.enforce_available_locales deprecation messageremove-annoying-i18n-deprecationDmitriy Zaporozhets2014-10-011-1/+1
* Move hook models in separate dirDmitriy Zaporozhets2014-09-151-0/+1
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-1/+5
* Move cache setup to config/application.rbJacob Vosmaer2014-08-291-0/+19
* Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets2014-06-261-6/+0
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Remove user observerDmitriy Zaporozhets2014-06-171-2/+1
* Remove SystemHook observerDmitriy Zaporozhets2014-06-171-2/+1
* Remove NotesObserverDmitriy Zaporozhets2014-06-171-2/+1
* Remove project observerDmitriy Zaporozhets2014-06-171-1/+0
* Remove UsersGroup observerDmitriy Zaporozhets2014-06-171-1/+0
* Remove ProjectActivityCacheObserverDmitriy Zaporozhets2014-06-171-2/+1
* Replace milestone observer with servicesDmitriy Zaporozhets2014-06-101-2/+1
* Update warnings about relative url support.Marin Jankovski2014-05-131-1/+4
* Remove MergeRequest observerDmitriy Zaporozhets2014-04-021-1/+0
* Remove KeysObserverDmitriy Zaporozhets2014-04-021-1/+0
* Merge branch 'reduce-observers' into 'master'Dmitriy Zaporozhets2014-04-021-1/+0
|\
| * Remove issue observerDmitriy Zaporozhets2014-04-021-1/+0
* | Add print.css to asset precompile array.Marin Jankovski2014-04-021-0/+1
|/
* Use EventCreateService for notes, merge requestsDmitriy Zaporozhets2014-03-251-1/+1
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-2/+2
* Add emoji images to asset load path.Andrew Kumanyaev2014-02-061-1/+3
* Fixed the I18n deprecation warningJeroen van Baarsen2014-01-091-0/+1
* Add project_services dir to autoload pathDmitriy Zaporozhets2013-12-171-1/+1
* Add DELETE to api corsDmitriy Zaporozhets2013-12-111-1/+1
* Migrate application to rails 4 step 1Dmitriy Zaporozhets2013-12-101-6/+2
* Merge branch 'master' of https://github.com/gitlabhq/gitlabhqCrom (Thibaut CHARLES)2013-12-091-3/+10
|\
| * Allow Cross-origin resource sharing for GitLab APIDmitriy Zaporozhets2013-12-051-0/+8
| * Add warning back.Sytse Sijbrandij2013-11-291-1/+1
| * Unsupported is unclear.Sytse Sijbrandij2013-11-281-1/+1
| * Enable rack_attack by default.Marin Jankovski2013-11-061-2/+1
* | Fixed comments for running gitlab in a non-root pathCrom (Thibaut CHARLES)2013-11-061-1/+3
|/
* Merge branch 'rack_attack' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-011-0/+3
|\
| * Add documentation to help section, rack_attack as exampleMarin Jankovski2013-09-301-2/+2
| * Enable rack attack and add a throttle.Marin Jankovski2013-09-251-0/+3
* | Changed wording in application.rb and gitlab.yml.example to match unicorn.rb....Thomas Misilo2013-09-291-2/+2
|/
* Enable UsersGroup observer, Add group_member methods to NotificationServiceDmitriy Zaporozhets2013-09-121-0/+1