Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2013-12-11Reduce Fog expiration period to 17 yearsJacob Vosmaer
2013-12-11Expire fog links after 34 yearsJacob Vosmaer
2013-12-11Add DELETE to api corsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10GitLab app is not threadsafe so better disable allow_concurrency for ↵Dmitriy Zaporozhets
production env Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10Fixed the WhiningNill deprecation fixJeroen van Baarsen
2013-12-10Update config/* to rails4Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10Migrate application to rails 4 step 1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-09Add gitlab-shell#path option in configDmitriy Zaporozhets
Before this commit gitlab-shell but me placed directly in home dir. Ex: /home/git/gitlab-shell After this change you can place gitlab-shell in custom location. Ex: /Users/developer/gitlab/gitlab-shell Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-09Merge branch 'master' of https://github.com/gitlabhq/gitlabhqCrom (Thibaut CHARLES)
Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example
2013-12-05Allow Cross-origin resource sharing for GitLab APIDmitriy Zaporozhets
It will allow to write web applications on other domains to interact with GitLab instances Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-04Merge branch 'ldap_check' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-12-03Limit the number of results in gitlab:ldap:checkJacob Vosmaer
2013-12-03Issue 5716 - Allow removal of avatarDrew Blessing
Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
2013-12-01We welcome everyone to contribute.Sytse Sijbrandij
2013-11-30Merge branch 'relative-url-needs-warning' of ↵Dmitriy Zaporozhets
/home/git/repositories/gitlab/gitlabhq
2013-11-29Change the mysql user to git from gitlab.Marin Jankovski
2013-11-29Drop rjs from Notes#indexDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-29Add warning back.Sytse Sijbrandij
2013-11-28Refer to rake gitlab:ldap:check scriptJacob Vosmaer
2013-11-28Unsupported is unclear.Sytse Sijbrandij
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
2013-11-25Include API session route under rack protectionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-25Minimal password length increasedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-21No limits when testing.Marin Jankovski
2013-11-20Merge pull request #5621 from archiloque/typo_in_gitlab.ymlJacob Vosmaer
Typo in gitlab.yml.example
2013-11-19Remove file from repository featureDmitriy Zaporozhets
After click on remove file button you will be asked for commit message via modal window. After submitting modal form file will be removed from repository Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-19Typo in gitlab.yml.exampleJulien Kirch
2013-11-15Admin can transfer project to any namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-13Merge pull request #5587 from archiloque/fix_omniauth_linkJacob Vosmaer
Fix link to auth wiki page
2013-11-12Fix link to auth wikiJulien Kirch
2013-11-12Ability to remvoe broadcast messagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-12Broadcast messages scaffold in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-09Merge pull request #5570 from iBotPeaches/masterDmitriy Zaporozhets
Allow closes/closed & fixes/fixed for automatic issue closing
2013-11-08Allow closes/closed & fixes/fixed for automatic regex closingConnor Tumbleson
2013-11-06Enable rack_attack by default.Marin Jankovski
2013-11-06Fixed comments for running gitlab in a non-root pathCrom (Thibaut CHARLES)
- If you don't edit gitlab-shell/config.yml, you wnon't be able to push via SSH (as described here: http://stackoverflow.com/questions/15746336/gitlab-cant-push-code-to-server) - If you don't re-run sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production, some icons won't be visible
2013-11-05New feature: Ability to leave projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-05New feature: Create file from UIDmitriy Zaporozhets
Now you are able to create a new file in repository from your browser. You are not allowed to create a file if file with same name already exists in the repo. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-30Respect the configured redis URL when initializing the session storevollnhals
It was not possible to start Gitlab with a redis server running on another host or port. Every other subsystem that uses redis respects the settings in config/resque.yml. This patch uses the configured url from the cache_store configuration. The cache_store configuration already loads the correct redis url from config/resque.yml. Closes #5406
2013-10-24Expand refs constraints to include valid charactersPeter Fern
Fixes #4831, #4865, #4932
2013-10-22Fix typo in sample smtp settingsEdouard
2013-10-18Add smtp settings override in smtp_settings sample file.Marin Jankovski
2013-10-15Enable confirmable and reconfirmable modules for UserDmitriy Zaporozhets
Now when you want to signup or change existing email you will be forced to confirm that you really own this email. You get email with link to follow in order to confirm your email address Conflicts: app/models/user.rb
2013-10-11The cookie store is vulnerable to session replay attacks.Sytse Sijbrandij
2013-10-10Merge branch 'refactor/profile_account' of ↵Dmitriy Zaporozhets
/home/git/repositories/gitlab/gitlabhq
2013-10-09Move profile account to separate controllerDmitriy Zaporozhets
2013-10-09Send devise emails asyncDmitriy Zaporozhets
2013-10-09Use proper titles for issues trackersStefano Tortarolo
2013-10-02Merge branch 'broader-message-matching' of ↵Dmitriy Zaporozhets
/home/git/repositories/gitlab/gitlabhq
2013-10-02Correct spelling mistake.Sytse Sijbrandij