summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Change Devise.confirm_within to Devise.allow_unconfirmed_access_forAthos Ribeiro2014-02-031-2/+2
* Merge pull request #5957 from ninech/dont-depend-on-appid-and-appsecretDmitriy Zaporozhets2014-02-011-4/+10
|\
| * Merge branch 'master' into dont-depend-on-appid-and-appsecretRaffael Schmid2014-01-231-0/+6
| |\
| * | refactor omniauth configuration methodRaffael Schmid2013-12-301-4/+10
* | | Remove python from installation docsDmitriy Zaporozhets2014-01-301-1/+0
* | | Fix broken test in spec/models/project_spec.rbJason Hollingsworth2014-01-241-7/+3
| |/ |/|
* | Add instructions for custom password length limitsJacob Vosmaer2014-01-131-0/+6
|/
* Enable secure option if https is used.Marin Jankovski2013-12-251-1/+1
* Confirmation url throttle.Marin Jankovski2013-12-241-1/+2
* Reduce Fog expiration period to 17 yearsJacob Vosmaer2013-12-111-1/+1
* Expire fog links after 34 yearsJacob Vosmaer2013-12-111-0/+2
* Migrate application to rails 4 step 1Dmitriy Zaporozhets2013-12-103-0/+3
* Add gitlab-shell#path option in configDmitriy Zaporozhets2013-12-091-0/+1
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-2/+2
* Drop rjs from Notes#indexDmitriy Zaporozhets2013-11-291-1/+1
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+25
* Include API session route under rack protectionDmitriy Zaporozhets2013-11-251-1/+3
* Minimal password length increasedDmitriy Zaporozhets2013-11-251-1/+1
* No limits when testing.Marin Jankovski2013-11-211-2/+5
* Enable rack_attack by default.Marin Jankovski2013-11-061-6/+2
* Respect the configured redis URL when initializing the session storevollnhals2013-10-301-0/+1
* Fix typo in sample smtp settingsEdouard2013-10-221-1/+1
* Add smtp settings override in smtp_settings sample file.Marin Jankovski2013-10-181-6/+6
* Enable confirmable and reconfirmable modules for UserDmitriy Zaporozhets2013-10-151-0/+2
* The cookie store is vulnerable to session replay attacks.Sytse Sijbrandij2013-10-111-9/+7
* Send devise emails asyncDmitriy Zaporozhets2013-10-091-0/+1
* Merge branch 'broader-message-matching' of /home/git/repositories/gitlab/gitl...Dmitriy Zaporozhets2013-10-021-1/+1
|\
| * Also match if it is at the end or in the middle of a sentence.Sytse Sijbrandij2013-10-011-1/+1
* | Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-3/+0
|/
* Add documentation to help section, rack_attack as exampleMarin Jankovski2013-09-302-3/+16
* Enable rack attack and add a throttle.Marin Jankovski2013-09-251-0/+3
* Defaulted theme to MARSIzaak Alpert2013-09-221-1/+1
* Make users theme configurableIzaak Alpert2013-09-221-0/+1
* make public/private setting for project creation configurableAngus MacArthur2013-09-091-0/+1
* Link issues from comments and automatically close themash wilson2013-08-251-0/+1
* Remove can_create_team code from userDmitriy Zaporozhets2013-08-211-1/+0
* Fixes grack authentification under relative_url_rootamouhzi2013-08-151-1/+2
* Fix for Resque forking might cause stuck workers for the threaded Sidekiq.Sytse Sijbrandij2013-08-101-36/+0
* Default allow username or email login to falseIzaak Alpert2013-07-181-0/+2
* Update the proc/lamda to be consistentIzaak Alpert2013-07-181-3/+3
* Allow the ldap logins with email or usernameIzaak Alpert2013-07-181-1/+8
* Enable threadsafe. Preload lib/Dmitriy Zaporozhets2013-06-111-0/+5
* Fix typo in smtp_settings.rb.sampleDaniel Salmerón Amselem2013-06-071-1/+1
* Merge pull request #4037 from mitchty/masterDmitriy Zaporozhets2013-05-291-2/+7
|\
| * Apparently the gitlab Travis install has no git user.Mitch Tishmack2013-05-231-1/+5
| * Add a new Settings.gitlab value "user_home".Mitch Tishmack2013-05-221-2/+3
* | Merge branch 'add-defaults-create-group-team' of https://github.com/dmedvinsk...Dmitriy Zaporozhets2013-05-271-1/+12
|\ \
| * | Add settings for user permission defaultsDmitry Medvinsky2013-05-161-1/+12
| |/
* | Generate the Rails secret token on first run.ash2013-05-221-1/+17
|/
* Files controller handle redirect to remote storage. Added config block to car...Dmitriy Zaporozhets2013-05-151-9/+11