summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the I18n deprecation warningJeroen van Baarsen2014-01-091-0/+1
|
* Add support for various archive formats.Jason Hollingsworth2014-01-021-1/+1
| | | | | | | Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
* Enable secure option if https is used.Marin Jankovski2013-12-251-1/+1
|
* Confirmation url throttle.Marin Jankovski2013-12-241-1/+2
|
* Add project_services dir to autoload pathDmitriy Zaporozhets2013-12-171-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-0/+2
| | | | | | | | | | | | | | features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
* Reduce Fog expiration period to 17 yearsJacob Vosmaer2013-12-111-1/+1
|
* Expire fog links after 34 yearsJacob Vosmaer2013-12-111-0/+2
|
* Add DELETE to api corsDmitriy Zaporozhets2013-12-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* GitLab app is not threadsafe so better disable allow_concurrency for ↵Dmitriy Zaporozhets2013-12-101-0/+2
| | | | | | production env Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed the WhiningNill deprecation fixJeroen van Baarsen2013-12-101-3/+0
|
* Update config/* to rails4Dmitriy Zaporozhets2013-12-103-7/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate application to rails 4 step 1Dmitriy Zaporozhets2013-12-105-8/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add gitlab-shell#path option in configDmitriy Zaporozhets2013-12-092-0/+3
| | | | | | | | | | | | 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>
* Merge branch 'master' of https://github.com/gitlabhq/gitlabhqCrom (Thibaut CHARLES)2013-12-098-24/+70
|\ | | | | | | | | | | | | Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example
| * Allow Cross-origin resource sharing for GitLab APIDmitriy Zaporozhets2013-12-051-0/+8
| | | | | | | | | | | | | | It will allow to write web applications on other domains to interact with GitLab instances Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'ldap_check' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-12-041-0/+2
| |\
| | * Limit the number of results in gitlab:ldap:checkJacob Vosmaer2013-12-031-1/+2
| | |
| | * Refer to rake gitlab:ldap:check scriptJacob Vosmaer2013-11-281-0/+1
| | |
| * | Issue 5716 - Allow removal of avatarDrew Blessing2013-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
| * | We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-2/+2
| | |
| * | Merge branch 'relative-url-needs-warning' of ↵Dmitriy Zaporozhets2013-11-303-3/+3
| |\ \ | | | | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| | * | Add warning back.Sytse Sijbrandij2013-11-293-3/+3
| | | |
| * | | Change the mysql user to git from gitlab.Marin Jankovski2013-11-291-1/+1
| | | |
| * | | Drop rjs from Notes#indexDmitriy Zaporozhets2013-11-291-1/+1
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Unsupported is unclear.Sytse Sijbrandij2013-11-283-3/+3
| |/
| * Adding authenticated public mode (internal).Jason Hollingsworth2013-11-262-2/+30
| | | | | | | | | | | | 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.
| * Include API session route under rack protectionDmitriy Zaporozhets2013-11-251-1/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Minimal password length increasedDmitriy Zaporozhets2013-11-251-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * No limits when testing.Marin Jankovski2013-11-211-2/+5
| |
| * Merge pull request #5621 from archiloque/typo_in_gitlab.ymlJacob Vosmaer2013-11-201-1/+1
| |\ | | | | | | Typo in gitlab.yml.example
| | * Typo in gitlab.yml.exampleJulien Kirch2013-11-191-1/+1
| | |
| * | Remove file from repository featureDmitriy Zaporozhets2013-11-191-1/+1
| |/ | | | | | | | | | | | | | | 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>
| * Admin can transfer project to any namespaceDmitriy Zaporozhets2013-11-151-1/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge pull request #5587 from archiloque/fix_omniauth_linkJacob Vosmaer2013-11-131-1/+1
| |\ | | | | | | Fix link to auth wiki page
| | * Fix link to auth wikiJulien Kirch2013-11-121-1/+1
| | |
| * | Ability to remvoe broadcast messagesDmitriy Zaporozhets2013-11-121-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Broadcast messages scaffold in admin areaDmitriy Zaporozhets2013-11-121-0/+1
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge pull request #5570 from iBotPeaches/masterDmitriy Zaporozhets2013-11-091-1/+1
| |\ | | | | | | Allow closes/closed & fixes/fixed for automatic issue closing
| | * Allow closes/closed & fixes/fixed for automatic regex closingConnor Tumbleson2013-11-081-1/+1
| | |
| * | Enable rack_attack by default.Marin Jankovski2013-11-062-8/+3
| |/
* | Fixed comments for running gitlab in a non-root pathCrom (Thibaut CHARLES)2013-11-063-3/+9
|/ | | | | - 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
* New feature: Ability to leave projectDmitriy Zaporozhets2013-11-051-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New feature: Create file from UIDmitriy Zaporozhets2013-11-051-9/+11
| | | | | | | | 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>
* Respect the configured redis URL when initializing the session storevollnhals2013-10-301-0/+1
| | | | | | | | | 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
* Expand refs constraints to include valid charactersPeter Fern2013-10-241-6/+6
| | | | Fixes #4831, #4865, #4932
* 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
| | | | | | | | | 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
* The cookie store is vulnerable to session replay attacks.Sytse Sijbrandij2013-10-111-9/+7
|