summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Fix edit filesDmitriy Zaporozhets2013-08-051-1/+1
* Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-0/+77
* Fix broken user link in emailDmitriy Zaporozhets2013-08-041-1/+1
* Add 'repository' to path blacklist, fixes #4591Robert Schilling2013-07-301-1/+1
* Fix typosJohannes Schleifenbaum2013-07-293-3/+3
* Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys s...Dmitriy Zaporozhets2013-07-181-0/+9
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-0/+25
* Add create_branch, rm_branch methods to Gitlab::Shell classDmitriy Zaporozhets2013-07-161-0/+25
* Add LDAP support to /api/sessionDmitriy Zaporozhets2013-07-162-13/+15
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-121-1/+1
|\
| * fix bug when project named: mediawikiwuweixin2013-07-061-1/+1
* | Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-081-1/+1
|\ \ | |/
| * Add 'services' to path blacklist, fixes #4470Robert Schilling2013-07-031-1/+1
* | Store satellites lock files inside satellites dirDmitriy Zaporozhets2013-06-261-1/+12
* | Update repository head when change default project branchDmitriy Zaporozhets2013-06-251-0/+12
* | Markdown now support users from groupsDmitriy Zaporozhets2013-06-221-1/+1
* | Classic (mars) theme will be default for 6.0Dmitriy Zaporozhets2013-06-201-5/+11
* | Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-181-146/+0
|/
* Refactor grack auth module. Add git over http wiki supportDmitriy Zaporozhets2013-06-143-87/+106
* Add path blacklistDmitriy Zaporozhets2013-06-121-0/+9
* Fix inline diff issue. See #3150Dmitriy Zaporozhets2013-06-121-4/+3
* Fix abort gitlab:app:checkSato Hiroyuki2013-06-061-1/+1
* Its better to load graph with ajax since it requires ~10 seconds for bigger p...Dmitriy Zaporozhets2013-06-052-52/+0
* Contributors graphs feature for GitLabKarlo Soriano2013-06-052-0/+52
* No check access if no relation between user and projectAndrey Kumanyaev2013-06-011-1/+1
* Fix bug with team assignation on project from #4109Andrey Kumanyaev2013-06-011-2/+2
* Update membership instead of remove/add if it permissions were changedDmitriy Zaporozhets2013-05-301-4/+10
* UserTeam: Fixed bug when impossible to change admin flag after checkedDmitriy Zaporozhets2013-05-301-8/+13
* TeamManagement: Dont update permissions if it was not changedDmitriy Zaporozhets2013-05-301-13/+11
* Changed regex to support Jira issue numbering formatPedro Guridi2013-05-271-1/+2
* Merge branch 'add-defaults-create-group-team' of https://github.com/dmedvinsk...Dmitriy Zaporozhets2013-05-271-2/+1
|\
| * Add settings for user permission defaultsDmitry Medvinsky2013-05-161-2/+1
* | Fix ldap auth for http pushDmitriy Zaporozhets2013-05-242-26/+54
|/
* Fix skipping of some elements in makrdownDmitriy Zaporozhets2013-05-161-9/+11
* Dont parse gfm-extractions as commit. Increase gfm rendering speed. Especiall...Dmitriy Zaporozhets2013-05-161-0/+4
* System calls were using unsanitized user inputJoe Andaverde2013-05-121-7/+7
* Move blob_snippet to gitlab_git gemDmitriy Zaporozhets2013-05-091-32/+0
* Implemented code search featureJavier Castro2013-05-091-0/+32
* Add Gitlab::VersionInfo class to fix and simplify version check.Sato Hiroyuki2013-05-081-0/+54
* Include default labels in issues autocomplete etc. Show colored labels on iss...Dmitriy Zaporozhets2013-05-071-5/+4
* add Gitlab::Label class and different color labels for default labels setDmitriy Zaporozhets2013-05-071-0/+29
* remove trailing spacesAndrey Kumanyaev2013-05-051-2/+2
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-052-3/+3
* Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-021-0/+12
|\
| * updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-0/+12
* | better fix for encoding errortsl09222013-05-031-3/+1
* | fix: UTF-8 encoding errortsl09222013-05-031-0/+2
* | fix http push 401tsl09222013-05-031-3/+7
* | Merge pull request #3758 from fredowski/masterDmitriy Zaporozhets2013-04-301-1/+29
|\ \
| * | LDAP authentication in grack - check ldap conf before call / added commentFriedrich Beckmann2013-04-291-2/+6