Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure sidekiq is displayed by setting X-Frame-Options. | GitLab | 2014-06-03 | 1 | -0/+1 |
* | Bump gitlab-shell version | Dmitriy Zaporozhets | 2014-05-31 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-05-30 | 2 | -1/+2 |
|\ | |||||
| * | Merge pull request #6882 from Tandrial/master | Dmitriy Zaporozhets | 2014-05-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Satellites access fix | Michael Krane | 2014-04-27 | 1 | -1/+1 |
| * | | Merge pull request #6986 from agjmills/master | Dmitriy Zaporozhets | 2014-05-30 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | added SYSV chkconfig property so gitlab starts after MySQLd / nginx | Alexander Mills | 2014-05-16 | 1 | -0/+1 |
* | | | | Dont allow git tag rewrite/removal unless you are master | Dmitriy Zaporozhets | 2014-05-30 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge pull request #7014 from asedge/api_create_tag | Dmitriy Zaporozhets | 2014-05-29 | 1 | -0/+16 |
|\ \ \ | |||||
| * | | | Add CreateTagService. Use new service to allow tag creation through API. | Sean Edge | 2014-05-23 | 1 | -0/+16 |
* | | | | Use new Projects::TransferService class | Dmitriy Zaporozhets | 2014-05-28 | 1 | -3/+5 |
* | | | | Remove old rake task | Dmitriy Zaporozhets | 2014-05-28 | 1 | -111/+0 |
* | | | | Move from script to bin directory. | Marin Jankovski | 2014-05-27 | 3 | -11/+11 |
* | | | | Merge branch 'compare-api' into 'master' | Dmitriy Zaporozhets | 2014-05-27 | 2 | -0/+41 |
|\ \ \ \ | |||||
| * | | | | Better specs for Compare API | Dmitriy Zaporozhets | 2014-05-27 | 1 | -1/+3 |
| * | | | | Expose timeout and same_ref compare fields | Dmitriy Zaporozhets | 2014-05-27 | 2 | -1/+7 |
| * | | | | Add compare branches endpoint to API | Dmitriy Zaporozhets | 2014-05-26 | 2 | -0/+33 |
| |/ / / | |||||
* | | | | Merge branch 'no_link_inside_code_block' into 'master' | Dmitriy Zaporozhets | 2014-05-27 | 1 | -18/+3 |
|\ \ \ \ | |||||
| * | | | | Add feature spec. | Marin Jankovski | 2014-05-26 | 1 | -3/+3 |
| * | | | | Do not replace links inside code blocks, less code for the same amount of work. | Marin Jankovski | 2014-05-26 | 1 | -16/+1 |
| |/ / / | |||||
* | | | | Fix syntax error | Dmitriy Zaporozhets | 2014-05-27 | 2 | -4/+2 |
* | | | | Fix test.rake | Dmitriy Zaporozhets | 2014-05-26 | 1 | -3/+2 |
* | | | | Check return system value for gitlab test rake tasks | Dmitriy Zaporozhets | 2014-05-26 | 3 | -7/+6 |
|/ / / | |||||
* | | | Improve branch deletion via API | Dmitriy Zaporozhets | 2014-05-23 | 1 | -1/+7 |
* | | | Merge branch 'api-remove-branch' into 'master' | Dmitriy Zaporozhets | 2014-05-23 | 2 | -8/+24 |
|\ \ \ | |||||
| * | | | Dont allow remove of protected branch | Dmitriy Zaporozhets | 2014-05-22 | 1 | -8/+12 |
| * | | | Api call to remove branch | Dmitriy Zaporozhets | 2014-05-22 | 1 | -0/+12 |
| |/ / | |||||
* | | | Required shell version is now 1.9.4. | Marin Jankovski | 2014-05-22 | 1 | -1/+1 |
|/ / | |||||
* | | Check user access status in API for current_user | Jacob Vosmaer | 2014-05-15 | 1 | -0/+5 |
* | | Move user access check to Gitlab::UserAccess | Jacob Vosmaer | 2014-05-15 | 2 | -12/+19 |
* | | Improve ad_disabled method name | Jacob Vosmaer | 2014-05-14 | 2 | -2/+2 |
* | | Document the Active Directory magic numbers | Jacob Vosmaer | 2014-05-14 | 1 | -0/+3 |
* | | Use LDAP::Access.open to reuse the LDAP connection | Jacob Vosmaer | 2014-05-14 | 1 | -2/+2 |
* | | Fix syntax error in AD disabled user filter | Jacob Vosmaer | 2014-05-14 | 1 | -1/+1 |
* | | Check for the AD disabled flag in Access#allowed? | Jacob Vosmaer | 2014-05-14 | 1 | -1/+5 |
* | | Add LDAP::Person#ad_disabled? | Jacob Vosmaer | 2014-05-14 | 1 | -0/+7 |
* | | Backport Adapter#dn_matches_filter? from EE | Jacob Vosmaer | 2014-05-14 | 1 | -0/+4 |
* | | Backport Adapter#ldap_search from EE | Jacob Vosmaer | 2014-05-14 | 1 | -1/+17 |
* | | Update warnings about relative url support. | Marin Jankovski | 2014-05-13 | 1 | -1/+4 |
* | | Add support for Jira ticket mentions in format JIRA-123. | Marin Jankovski | 2014-05-13 | 1 | -4/+16 |
* | | Merge pull request #6778 from dblessing/feature/mr_labels | Dmitriy Zaporozhets | 2014-05-13 | 2 | -0/+5 |
|\ \ | |||||
| * | | Implement Merge Request Labels | Drew Blessing | 2014-05-13 | 2 | -0/+5 |
* | | | Merge branch 'api-mr-merge' into 'master' | Dmitriy Zaporozhets | 2014-05-13 | 1 | -1/+44 |
|\ \ \ | |||||
| * | | | Add some tests for merge API | Dmitriy Zaporozhets | 2014-05-13 | 1 | -2/+2 |
| * | | | Docs for merge api | Dmitriy Zaporozhets | 2014-05-12 | 1 | -0/+1 |
| * | | | Specify error codes for merge api | Dmitriy Zaporozhets | 2014-05-12 | 1 | -9/+12 |
| * | | | Draft API method for merge MR | Dmitriy Zaporozhets | 2014-05-12 | 1 | -0/+39 |
* | | | | Merge pull request #6823 from milgner/api_expose_project_archived_status | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Expose archive status of projects in API | Marcus Ilgner | 2014-04-18 | 1 | -0/+1 |
* | | | | | Use uid as username when creating user with LDAP | Julien Pivotto | 2014-05-12 | 1 | -1/+3 |
| |/ / / |/| | | |