summaryrefslogtreecommitdiff
path: root/config/application.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relative root needs to be changed in three places.Sytse Sijbrandij2013-08-191-0/+9
* Configure the relative path only one time.Sytse Sijbrandij2013-08-191-4/+0
* Fixes grack authentification under relative_url_rootamouhzi2013-08-151-0/+4
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-1/+1
* Perfomance updating Project activity sortAndrey Kumanyaev2013-04-031-0/+1
* Add concerns to autoloadDmitriy Zaporozhets2013-01-031-1/+1
* Update Rails configRiyad Preukschas2012-11-181-1/+9
* Separate observing of Note and MergeRequestsRobb Kidd2012-10-101-1/+9
* no need to add fonts to assets pathNihad Abbasov2012-10-051-3/+0
* all devise controller use devise layoutCyril2012-09-291-4/+0
* layout selected by controller nameCyril2012-09-261-0/+4
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-0/+6
* Send notification on update UserProject relation (access changed)Alex Denisov2012-08-271-1/+1
* Added font for head panel. Major restyle for headerrandx2012-08-201-0/+3
* System Hooks: move callback to observerValeriy Sizov2012-07-201-1/+1
* Merge branch 'separate_user_and_issue_observer_from_mail_observer' of https:/...randx2012-06-241-1/+1
|\
| * Extract observation of User to a UserObserverRobb Kidd2012-06-201-1/+1