summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2991 from raphendyr/username_change_disablationDmitriy Zaporozhets2013-02-182-0/+2
|\ | | | | Add option to disable username changing
| * Add option to disable username changingJaakko Kantojärvi2013-02-142-0/+2
| | | | | | | | | | | | | | | | This option allows to disable users from changing their username. This is very usefull in environments using strong internal authentication methods like ldap, pam or shibboleth. You can allow users to change theyr username in these environments, but then new users (users loging in first time) is blocked from gitlab is her username exists.
* | Merge branch 'features/attachment_server' of ↵Dmitriy Zaporozhets2013-02-161-0/+5
|\ \ | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| * | handle attahcment with send_fileDmitriy Zaporozhets2013-02-111-0/+5
| | |
* | | uppercase Gitlab version and revision constants. check api return gitlab ↵Dmitriy Zaporozhets2013-02-161-2/+2
| |/ |/| | | | | version now
* | Environments support added to Gitlab configAndrew8xx82013-02-142-117/+128
| |
* | Merge branch 'unicorn-app-dir-fix' of https://github.com/mikew/gitlabhq into ↵Dmitriy Zaporozhets2013-02-131-1/+1
|\ \ | | | | | | | | | | | | | | | | | | mikew-unicorn-app-dir-fix Conflicts: config/unicorn.rb.example
| * | remove hardcoded app_dir from unicorn.rb.exampleMike Wyatt2013-01-311-1/+1
| | |
* | | Fix for incorrect routing to the Compare controllerYuri Feldman2013-02-121-1/+1
| |/ |/|
* | No gitolite in project any moreDmitriy Zaporozhets2013-02-113-33/+41
| |
* | Fix gitlab:checkDmitriy Zaporozhets2013-02-111-1/+1
| |
* | gitlab;shell init scriptDmitriy Zaporozhets2013-02-071-1/+1
| |
* | Improving installation docsDmitriy Zaporozhets2013-02-052-4/+2
| |
* | Make gitlab works with gitlab-shellDmitriy Zaporozhets2013-02-041-2/+2
| |
* | Ability to manage and remove group as owner outside of admin areaDmitriy Zaporozhets2013-02-011-1/+1
|/
* Merge pull request #2711 from fbehrens/patch-1Dmitriy Zaporozhets2013-01-311-1/+1
|\ | | | | Update config/database.yml.postgresql
| * Update config/database.yml.postgresqlfbehrens2013-01-231-1/+1
| | | | | | This was necessary following the installation guide for ubuntu 10.4 with postgres
* | Switchable the main branch on network graphSato Hiroyuki2013-01-301-1/+1
| |
* | Advanced logging for post-receive workerDmitriy Zaporozhets2013-01-291-1/+2
| |
* | Dashboard to resourceDmitriy Zaporozhets2013-01-271-5/+8
| |
* | Add projects page to dashboard. Remove projects pagination on dashboardDmitriy Zaporozhets2013-01-271-0/+1
| |
* | Fix application crashes after #2772Dmitriy Zaporozhets2013-01-261-1/+1
| |
* | fix edit project members access link and page fixes refs #2745Andrey Kumanyaev2013-01-251-1/+1
| |
* | teams refactoring and cleanup pt.1Dmitriy Zaporozhets2013-01-251-4/+0
| |
* | Fix mispelling and ambiguous id in UserTeam.without_projectDmitriy Zaporozhets2013-01-241-1/+1
| |
* | Fix little bugsAndrey Kumanyaev2013-01-241-1/+1
| |
* | assign team to project from project page in public sectionAndrey Kumanyaev2013-01-241-0/+12
| |
* | update routesAndrey Kumanyaev2013-01-241-20/+24
| |
* | move Team_members controller into project (conflicts with team/members ↵Andrey Kumanyaev2013-01-241-1/+3
| | | | | | | | controller)
* | Remove old dataAndrey Kumanyaev2013-01-241-6/+0
| |
* | Move team project management to own controllerAndrey Kumanyaev2013-01-241-0/+1
| |
* | save generated filesAndrey Kumanyaev2013-01-241-1/+0
| |
* | Move admin team members management to own controllerAndrey Kumanyaev2013-01-241-0/+3
| |
* | Team projects public sectionAndrey Kumanyaev2013-01-241-0/+2
| |
* | Team members public sectionAndrey Kumanyaev2013-01-241-0/+4
| |
* | Add teams into Public sectionsAndrey Kumanyaev2013-01-241-0/+14
| |
* | Admin teams section addedAndrey Kumanyaev2013-01-241-0/+8
| |
* | User can create groupDmitriy Zaporozhets2013-01-241-1/+1
|/
* Fix routing. Finalize user show pageDmitriy Zaporozhets2013-01-221-1/+1
|
* base implementationDmitriy Zaporozhets2013-01-221-0/+3
|
* Update config/gitlab.yml.exampleErkan2013-01-221-1/+1
|
* Fix application crash on help pageDmitriy Zaporozhets2013-01-202-0/+4
|
* Small fixesRiyad Preukschas2013-01-191-1/+1
|
* Reorder help routesRiyad Preukschas2013-01-191-9/+9
|
* Rename help#public_area to help#public_accessRiyad Preukschas2013-01-191-1/+1
|
* Add optional signup.Marin Jankovski2013-01-183-1/+3
|
* Fix default settings when they are boolean.Cyril2013-01-181-6/+6
| | | | | | error is that ```enabled ||= true``` always evaluates to true. Change all initialization of bool settings to use the same syntax: ```setting = true if setting.nil?```
* Merge pull request #2346 from sodabrew/omniauth_configsRiyad Preukschas2013-01-162-1/+12
|\ | | | | Allow the OmniAuth provider args parameter to be passed through
| * Allow the OmniAuth provider args parameter to pass through as either an ↵Aaron Stone2012-12-232-1/+12
| | | | | | | | Array or a Hash.
* | Fix settingsRiyad Preukschas2013-01-162-11/+14
| |