summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Avoid false validation when create userDmitriy Zaporozhets2014-04-071-2/+1
* Make oauth works for google oauth tooDmitriy Zaporozhets2014-04-071-2/+8
* Allow oauth signup without emailDmitriy Zaporozhets2014-04-071-2/+8
* Fix support for force_pushDmitriy Zaporozhets2014-04-031-2/+1
* Merge pull request #6190 from Popl7/add-better-branch-protection-against-hist...Dmitriy Zaporozhets2014-04-031-8/+13
|\
| * first setup to protect protected branched to force updatesSteven Thonus2014-03-251-8/+13
* | Merge pull request #6317 from jirutka/fix-ldap-dn-caseDmitriy Zaporozhets2014-03-291-1/+6
|\ \
| * | Fix searching by extern_uid for LDAP to be case-insensitiveJakub Jirutka2014-02-181-1/+6
* | | Use omniauth nickname as the username for LDAPJacob Vosmaer2014-03-281-5/+1
* | | Add to changelog.Marin Jankovski2014-03-251-1/+1
* | | Allow referencing an existing user.Marin Jankovski2014-03-251-2/+2
| |/ |/|
* | Remove code that does nothingRobert Speicher2014-03-221-1/+0
* | Default message for SatelliteNotExistErrorRobert Speicher2014-03-221-8/+8
* | Fix upgraderDmitriy Zaporozhets2014-03-211-0/+1
* | Fix gitlab-ci integrationDmitriy Zaporozhets2014-03-211-1/+1
* | Fix http clone for public projectDmitriy Zaporozhets2014-03-212-26/+38
* | Use new gems methods.Marin Jankovski2014-03-201-1/+1
* | Improve grack authDmitriy Zaporozhets2014-03-202-32/+17
* | push via http now served via /allowed APIDmitriy Zaporozhets2014-03-201-42/+5
* | Add Gitlab::GitAccess class to resolve auth issues during pull/pushDmitriy Zaporozhets2014-03-201-0/+74
* | Merge pull request #6534 from dlorch/masterDmitriy Zaporozhets2014-03-171-1/+1
|\ \
| * | JIRA project identifiers may also contain dashes '-'Daniel Lorch2014-03-141-1/+1
* | | Improve developer seedsDmitriy Zaporozhets2014-03-151-0/+19
* | | Use batch_add_keys in `rake gitlab:shell:setup`Jacob Vosmaer2014-03-141-0/+16
|/ /
* | Add Gitlab::LDAP::Access.openJacob Vosmaer2014-03-141-1/+13
* | Add Gitlab::LDAP::Adapter.openJacob Vosmaer2014-03-141-3/+17
* | Allow passing an adapter to Gitlab::LDAP::PersonJacob Vosmaer2014-03-141-4/+6
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-03-111-2/+2
|\ \
| * | Allow underscore as the first char for project names.mk2014-03-061-2/+2
* | | Remove copyrightDmitriy Zaporozhets2014-03-103-18/+0
* | | Port LDAP code from EEDmitriy Zaporozhets2014-03-104-13/+168
|/ /
* | Invoke Kernel#system with separate argumentsJacob Vosmaer2014-03-031-9/+13
* | Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-032-4/+7
* | Adapt use of Gitlab::Popen to new styleJacob Vosmaer2014-02-251-1/+1
* | Make it possible to call Gitlab::Popen.popenJacob Vosmaer2014-02-251-0/+2
* | Make the Gitlab::Popen path argument optionalJacob Vosmaer2014-02-251-1/+2
* | Change Gitlab::Popen to use arrays for commandsJacob Vosmaer2014-02-251-2/+7
|/
* Merge pull request #5294 from dalehamel/masterDmitriy Zaporozhets2014-02-041-0/+6
|\
| * Whitespace fixes to patchDale Hamel2013-10-081-2/+1
| * Ensure directory exists before changing in popenDale Hamel2013-10-081-0/+7
* | Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets2014-01-271-1/+1
|\ \
| * | Add files to path blacklist.Jason Hollingsworth2014-01-241-1/+1
* | | improve upgrader "latest version" messageCorobi2014-01-251-1/+1
|/ /
* | Remove deprecated findersskv2014-01-193-6/+6
* | Add support of base64 encoded contentDmitriy Zaporozhets2014-01-163-4/+13
* | Merge branch 'feature/merge_commit_message' of /home/git/repositories/gitlab/...Dmitriy Zaporozhets2014-01-151-33/+11
|\ \
| * | Add merge_commit_message argument for Satellite::MergeAction#mergeDmitriy Zaporozhets2014-01-131-9/+4
| * | Use same code for diff and patch inside MergeActionDmitriy Zaporozhets2014-01-131-16/+2
| * | Add support of custom message to merge action of satelliteDmitriy Zaporozhets2014-01-131-15/+12
* | | Allow . files to be createdJeroen van Baarsen2014-01-141-2/+2
|/ /