summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-3/+3
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-262-2/+44
* Improve refs parsing for git over httpDmitriy Zaporozhets2013-11-221-1/+1
* Cleanup parsed refs for git over HTTPDmitriy Zaporozhets2013-11-221-1/+9
* Add more info to admin dashboardDmitriy Zaporozhets2013-11-201-0/+9
* Parse all refs when do push via HTTP and check permissions for all of themDmitriy Zaporozhets2013-11-201-10/+14
* Improve files API. Relative path check added. Create dir for new file if missingDmitriy Zaporozhets2013-11-204-3/+25
* Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets2013-11-201-0/+7
* Fix DeleteFile satellite actionDmitriy Zaporozhets2013-11-191-1/+1
* Delete file action for satellitesDmitriy Zaporozhets2013-11-191-0/+43
* Remove gitolite mentionDmitriy Zaporozhets2013-11-194-8/+8
* Extend Gitlab#default_regex. Dont allow project path ends with .gitDmitriy Zaporozhets2013-11-131-1/+1
* Refactor Create/Update file context and libDmitriy Zaporozhets2013-11-113-12/+3
* New API: create file in repoDmitriy Zaporozhets2013-11-071-1/+1
* New feature: Create file from UIDmitriy Zaporozhets2013-11-053-16/+67
* When looking up a user by DN, use single scopeElias MÃ¥rtenson2013-11-031-1/+1
* Revert "Escape strings"Dmitriy Zaporozhets2013-11-011-14/+12
* Revert "Best to escape strings not split them"Dmitriy Zaporozhets2013-11-011-14/+14
* Best to escape strings not split themNigel Kukard2013-10-311-14/+14
* Escape stringsNigel Kukard2013-10-291-12/+14
* Allow git clone with http for GitLab CI service:Dmitriy Zaporozhets2013-10-241-8/+21
* Expand refs constraints to include valid charactersPeter Fern2013-10-241-0/+23
* Oauth users and users created by admin should be confirmed immediatlyDmitriy Zaporozhets2013-10-151-0/+1
* Check if LDAP user was removed or blocked when use git over sshDmitriy Zaporozhets2013-10-071-0/+10
* Remove outdated comments.Marin Jankovski2013-10-041-2/+0
* Fix failed merge when filename is the same as target branchname.Marin Jankovski2013-10-041-1/+1
* Update for readabilityIzaak Alpert2013-09-221-3/+7
* Allows username only updates to ldap propertiesIzaak Alpert2013-09-221-1/+10
* Remove code that was accidently added in 5dae40f579f66fdc060de633b183ede7bd8b...Dmitriy Zaporozhets2013-09-141-66/+0
* Removed private scopeIzaak Alpert2013-09-111-1/+1
* Update to only provide one way to get a default userIzaak Alpert2013-09-111-0/+66
* Improve commit diffDmitriy Zaporozhets2013-09-041-2/+14
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2013-09-041-1/+1
|\
| * Add 'notes' to path blacklist, fixes #4967Robert Schilling2013-09-031-1/+1
* | Refactor Gitlab::AuthDmitriy Zaporozhets2013-09-041-54/+1
* | Inherit Gitlab::LDAP::User from Gitlab::OAuth::UserDmitriy Zaporozhets2013-09-041-67/+33
* | Added Gitlab::OAuth::User classDmitriy Zaporozhets2013-09-041-0/+85
* | Remove include of grack_ldapDmitriy Zaporozhets2013-09-021-2/+0
* | Move ldap auth to LDAP::User. Removed unused codeDmitriy Zaporozhets2013-09-023-40/+28
* | Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets2013-09-022-17/+92
|/
* Improve admin user show pageDmitriy Zaporozhets2013-08-271-0/+4
* Allow markdown tablesDmitriy Zaporozhets2013-08-261-1/+1
* Fix issue when developers are able to push to protected branchDmitriy Zaporozhets2013-08-261-3/+3
* Link issues from comments and automatically close themash wilson2013-08-251-0/+59
* Add 'hooks' to path blacklist.Robert Schilling2013-08-221-1/+1
* Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-201-1/+1
|\
| * Searching for issue/mr by iid in markdownDmitriy Zaporozhets2013-08-201-1/+1
* | Added Gitlab::Access moduleDmitriy Zaporozhets2013-08-201-0/+48
|/
* Fixes grack authentification under relative_url_rootamouhzi2013-08-151-1/+9
* Allow project name, path etc start with number. Fixed specsDmitriy Zaporozhets2013-08-131-2/+2