summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix team events show upv4.2.0Dmitriy Zaporozhets2013-02-211-0/+2
|
* Merge pull request #3001 from nafu/4-2/repo_patchDmitriy Zaporozhets2013-02-181-3/+3
|\ | | | | Fix file_name for archive
| * Fix repository.rb archiveFumiya Nakamura2013-02-151-2/+2
| |
| * Fix file_name for archiveFumiya Nakamura2013-02-151-1/+1
|/
* Merge pull request #2947 from nafu/4.2/doc_patchDmitriy Zaporozhets2013-02-131-1/+1
|\ | | | | Update command to execute as git user
| * Update command to execute as git userFumiya Nakamura2013-02-081-1/+1
| |
* | Merge pull request #2962 from donnykurnia/patch-1Dmitriy Zaporozhets2013-02-111-1/+1
|\ \ | |/ |/| Update recipe_content url to same branch
| * Update recipe_content url to same branchDonny Kurnia2013-02-121-1/+1
|/ | | When checking the init.d/gitlab file, it should be using the same branch with the gitlabhq
* Up to 4.2Dmitriy Zaporozhets2013-02-083-5/+12
|
* Merge pull request #2877 from former03/feature_groups_apiDmitriy Zaporozhets2013-02-066-1/+206
|\ | | | | Add groups api
| * Code deduplication using inheritance for GroupDetailChristian Simon2013-02-031-2/+1
| |
| * Add test for duplicate group pathsChristian Simon2013-02-011-0/+5
| |
| * Fix groups api: differ between users and adminChristian Simon2013-02-012-44/+50
| |
| * Add docs/tests for groups apiChristian Simon2013-02-013-0/+134
| |
| * Add api for creating/listing/viewing groupsChristian Simon2013-02-013-1/+62
| |
* | Merge pull request #2906 from redorkulated/patch-4Dmitriy Zaporozhets2013-02-051-1/+1
|\ \ | | | | | | Update step 5 "database" (Issue #2894)
| * | Update step 5 "database" (Issue #2894)Michael2013-02-041-1/+1
| | | | | | | | | Made it a bit clearer what step 5 is for to stop people skipping it. This time with a relative link.
* | | updatedDmitriy Zaporozhets2013-02-051-3/+2
|/ /
* | Dont allow gitlab be loaded in iframeDmitriy Zaporozhets2013-02-021-0/+5
| |
* | Port changes from #2803Riyad Preukschas2013-02-011-38/+47
| |
* | Small fixes to the installation guide and check taskRiyad Preukschas2013-02-012-2/+2
| |
* | Merge pull request #2440 from klamontagne/masterRiyad Preukschas2013-02-013-5/+8
|\ \ | | | | | | | | | Don't setuid the repositories on installation
| * | Fix gitlab:check recommendationKevin Lamontagne2013-01-181-1/+1
| | | | | | | | | | | | | | | Running the recommendation would give out: GNU find: paths must precede expression
| * | Don't setuid the repositories (Rake checks)Kevin Lamontagne2012-12-302-4/+6
| | |
| * | Don't setuid the repositories on installationKevin Lamontagne2012-12-301-1/+2
| | |
* | | Fix crash on team updateDmitriy Zaporozhets2013-02-011-1/+1
| | |
* | | Ability to manage and remove group as owner outside of admin areaDmitriy Zaporozhets2013-02-019-8/+117
| | |
* | | Add a delay for sending emailsDmitriy Zaporozhets2013-02-011-0/+4
| | |
* | | Fix mailer testsDmitriy Zaporozhets2013-02-011-1/+1
| |/ |/|
* | fix app crash if author is missingDmitriy Zaporozhets2013-02-011-1/+3
| |
* | Fix sending commit note email to id instead emailDmitriy Zaporozhets2013-02-012-3/+3
| |
* | Merge pull request #2839 from m4tthumphrey/protected-branches-apiDmitriy Zaporozhets2013-01-314-5/+152
|\ \ | | | | | | Added methods to protect and unprotect branches in from the API
| * | Added methods to protect and unprotect branchesMatt Humphrey2013-01-314-5/+152
| | |
* | | fix notes specsDmitriy Zaporozhets2013-01-312-7/+7
| | |
* | | Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq ↵Dmitriy Zaporozhets2013-01-314-2/+138
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into bladealslayer-extend_user_api Conflicts: spec/requests/api/users_spec.rb
| * | | Extended users API to support updating and deleting users.Boyan Tabakov2012-12-184-2/+138
| | | | | | | | | | | | | | | | Also added tests.
* | | | 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
* | | | | Merge pull request #2855 from hiroponz/fix-bug-of-network-graphDmitriy Zaporozhets2013-01-312-9/+16
|\ \ \ \ \ | | | | | | | | | | | | Fix bug of network graph(#2847) and trivial code clean up.
| * | | | | Fix bug of network graph(#2847) and trivial code clean up.Sato Hiroyuki2013-01-312-9/+16
| | | | | |
* | | | | | fix active tabs testsDmitriy Zaporozhets2013-01-314-4/+8
| | | | | |
* | | | | | a bit of restyling. Replace some images with icons. Simplify note formDmitriy Zaporozhets2013-01-3114-80/+50
| | | | | |
* | | | | | fix routing specsDmitriy Zaporozhets2013-01-311-1/+1
| | | | | |
* | | | | | add path and path_with_namespace to api project entityDmitriy Zaporozhets2013-01-3117-5/+134
| | | | | |
* | | | | | fix pagination issueDmitriy Zaporozhets2013-01-312-2/+2
| | | | | |
* | | | | | missing doc for apiDmitriy Zaporozhets2013-01-311-0/+13
|/ / / / /
* | | | | add specs for api -> merge request notesDmitriy Zaporozhets2013-01-311-0/+11
| | | | |
* | | | | Merge pull request #2842 from inome/ExposeMergeRequestAsNotableDmitriy Zaporozhets2013-01-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Expose MergeRequest object as a notable in the API to allow for easy ret...
| * | | | | Expose MergeRequest object as a notable in the API to allow for easy ↵Micah Huff2013-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | retrieval of comments
* | | | | | Merge pull request #2852 from hiroponz/displaying-commit-on-new-windowDmitriy Zaporozhets2013-01-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Displaying commit on a new window, when clicking commit on network graph.