| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to configure gitlab_shell_secret location | Jakub Jirutka | 2015-05-16 | 1 | -1/+1 |
* | Query issues, merge requests and milestones with their IID through API | jubianchi | 2015-05-02 | 1 | -0/+4 |
* | Enable more rubocop style checks | Dmitriy Zaporozhets | 2015-03-24 | 1 | -2/+2 |
* | Merge branch 'master' into fix-restricted-visibility | Vinnie Okada | 2015-03-14 | 1 | -1/+4 |
|\ |
|
| * | use constant-time string compare for internal api authentication | Jörg Thalheim | 2015-03-06 | 1 | -1/+4 |
* | | Allow admins to override restricted visibility | Vinnie Okada | 2015-03-08 | 1 | -1/+1 |
|/ |
|
* | Improve broadcast message API | Dmitriy Zaporozhets | 2015-02-18 | 1 | -2/+2 |
* | Edit group members via API | Vinnie Okada | 2015-02-11 | 1 | -0/+5 |
* | Refactor and improve sorting objects in API for projects, issues and merge re... | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+16 |
* | Merge pull request #8723 from jubianchi/api-groups-path | Dmitriy Zaporozhets | 2015-02-03 | 1 | -2/+23 |
|\ |
|
| * | Acces groups with their path in API | jubianchi | 2015-02-03 | 1 | -2/+23 |
* | | Rubocop enabled for: Use spaces inside hash literal braces | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
|/ |
|
* | Update branch api not found messages to 'Branch not found'. | Marin Jankovski | 2014-12-30 | 1 | -1/+1 |
* | Doorkeeper integration | Valery Sizov | 2014-12-24 | 1 | -1/+1 |
* | add gitlab-shell identification | Valery Sizov | 2014-10-15 | 1 | -0/+8 |
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
* | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -1/+11 |
* | Improve labels validation and expose error messages | jubianchi | 2014-08-20 | 1 | -2/+6 |
* | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 1 | -0/+15 |
* | Add an option to GET /projects in the GitLab API to exclude archived projects | Sasha Joseph | 2014-07-28 | 1 | -0/+4 |
* | Make app works with strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+6 |
* | Remove set of thread variables | Dmitriy Zaporozhets | 2014-06-10 | 1 | -10/+0 |
* | Check user access status in API for current_user | Jacob Vosmaer | 2014-05-15 | 1 | -0/+5 |
* | Create branch via API | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+4 |
* | Merge pull request #5469 from NARKOZ/api-pagination-headers | Dmitriy Zaporozhets | 2014-03-31 | 1 | -2/+18 |
|\ |
|
| * | add 'Link' header for API response | Nihad Abbasov | 2013-10-29 | 1 | -2/+18 |
* | | Change project lookup order for api | Dmitriy Zaporozhets | 2014-03-14 | 1 | -1/+1 |
* | | Remove deprecated finders | skv | 2014-01-19 | 1 | -2/+2 |
* | | Make sure private_token for API is a string | Dmitriy Zaporozhets | 2013-11-08 | 1 | -1/+6 |
|/ |
|
* | Merge pull request #5344 from amacarthur/thread-variable-fix | Dmitriy Zaporozhets | 2013-10-16 | 1 | -0/+9 |
|\ |
|
| * | Fixing unsafe use of Thread.current variable :current_user | Angus MacArthur | 2013-10-16 | 1 | -0/+9 |
* | | refactor by_username_or_id | Nihad Abbasov | 2013-10-16 | 1 | -5/+1 |
* | | fix variable name | Nihad Abbasov | 2013-10-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #5213 from bladealslayer/feature/user_api_extended | Dmitriy Zaporozhets | 2013-09-29 | 1 | -1/+1 |
|\ |
|
| * | Extended User API to expose admin and can_create_group for user creation/upda... | Boyan Tabakov | 2013-09-29 | 1 | -1/+1 |
* | | Respect authorization in Repository API | Dmitriy Zaporozhets | 2013-09-29 | 1 | -0/+4 |
|/ |
|
* | Some of the requested updates, rebase on master | Izaak Alpert | 2013-09-09 | 1 | -15/+8 |
* | API: admin users can sudo commands as other users | Izaak Alpert | 2013-09-09 | 1 | -5/+39 |
* | Additon of apis for fork administration. | Angus MacArthur | 2013-07-08 | 1 | -3/+3 |
* | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 1 | -1/+1 |
* | API: extracted helper method to validate required parameters, code clean up | Sebastian Ziebell | 2013-02-27 | 1 | -0/+11 |
* | API: extracted helper method to provide 400 bad request error with description | Sebastian Ziebell | 2013-02-13 | 1 | -0/+6 |
* | Fix namespace api autocomplete | Dmitriy Zaporozhets | 2012-12-12 | 1 | -5/+14 |
* | Deprecate code for Project. Use title and path | Dmitriy Zaporozhets | 2012-11-23 | 1 | -1/+1 |
* | API: private token via header | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | #1606 Fixes | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | #1606 API private token via the header | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | #1585 Api for user creation: base implementation | Valeriy Sizov | 2012-10-02 | 1 | -0/+4 |
* | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -1/+1 |
* | Method name changed | Alex Denisov | 2012-09-16 | 1 | -1/+1 |