summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-228-17/+17
|\ \ \ | |/ / |/| | Remove deprecated finders
| * | Remove deprecated findersskv2014-01-198-17/+17
| | |
* | | Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets2014-01-192-2/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | Add website url to userJerome Dalbert2014-01-182-2/+4
| | |
* | | Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets2014-01-172-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | Refactoring context Into services To prevent confusion where to write logic. Context or Service?
| * | | Replace context with service in libDmitriy Zaporozhets2014-01-162-5/+5
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Accept encoding attribute in files APIDmitriy Zaporozhets2014-01-161-2/+2
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove commit_load_context.rbDmitriy Zaporozhets2014-01-151-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-4/+0
| |
* | Merge pull request #5799 from criteo/import_url_apiDmitriy Zaporozhets2014-01-061-1/+2
|\ \ | | | | | | Add import_url param in API projects create
| * | Add import_url param in API projects createMaxime Brugidou2013-12-091-1/+2
| | |
* | | Merge pull request #5823 from bobot/feature/api_parent_idsDmitriy Zaporozhets2014-01-062-1/+5
|\ \ \ | | | | | | | | [API] add parent_ids to specific commit informations
| * | | [API] add parent_ids to specific commit informationsFrançois Bobot2013-12-112-1/+5
| |/ /
* | | Add support for various archive formats.Jason Hollingsworth2014-01-021-4/+8
| | | | | | | | | | | | | | | | | | | | | Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
* | | Add api support for raw blob searchThom Gerdes2013-12-261-0/+22
| | | | | | | | | | | | | | | See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
* | | fix most of warningsskv2013-12-152-2/+2
|/ /
* | ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-2/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Expose ProjectHook attributes via APIDmitriy Zaporozhets2013-12-042-4/+8
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Adding authenticated public mode (internal).Jason Hollingsworth2013-11-262-7/+23
| | | | | | | | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* | Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets2013-11-201-5/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | API: delete file from repositoryDmitriy Zaporozhets2013-11-191-3/+31
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add project.all for API if adminDmitriy Zaporozhets2013-11-181-0/+10
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Namespaces API for admin usersDmitriy Zaporozhets2013-11-153-0/+28
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | API: Edit file in repositoryDmitriy Zaporozhets2013-11-111-2/+34
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix type in API docDmitriy Zaporozhets2013-11-101-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'feature/api_create_file' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-11-092-0/+42
|\ \
| * | New API: create file in repoDmitriy Zaporozhets2013-11-072-0/+42
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Make sure private_token for API is a stringDmitriy Zaporozhets2013-11-081-1/+6
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove default_branch support from API project creationDmitriy Zaporozhets2013-11-061-2/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | gitlab-ci service api: clean values instead of destroyDmitriy Zaporozhets2013-10-291-1/+5
| |
* | API: set gitlab-ci service for projectDmitriy Zaporozhets2013-10-293-10/+41
|/
* Merge pull request #5344 from amacarthur/thread-variable-fixDmitriy Zaporozhets2013-10-165-88/+113
|\ | | | | Fixing unsafe use of Thread.current variable :current_user
| * Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-165-88/+113
| |
* | refactor by_username_or_idNihad Abbasov2013-10-161-5/+1
| |
* | fix variable nameNihad Abbasov2013-10-161-1/+1
|/
* Extend API Issues, MergeRequets, Milestones with iid fieldDmitriy Zaporozhets2013-10-141-12/+13
|
* Fix a bug where the tgz returned got encoded utf8Izaak Alpert2013-10-101-5/+9
| | | | | | | Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
* feature API call to download repo archiveIzaak Alpert2013-10-101-1/+25
| | | | | | | | | defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
* API: new feature - remove project[DDmitriy Zaporozhets2013-10-092-1/+10
|
* Expose votes in merge request apiIslam Amer2013-10-081-1/+1
| | | | Signed-off-by: Islam Amer <islam.amer@jollamobile.com>
* Check if LDAP user was removed or blocked when use git over sshDmitriy Zaporozhets2013-10-071-0/+1
|
* API: new feature - remove groupDmitriy Zaporozhets2013-10-071-2/+16
|
* Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets2013-10-011-3/+3
|
* Refactor API: project hooksDmitriy Zaporozhets2013-09-301-5/+1
|
* API: Protect project deploy keys from unauthorized accessDmitriy Zaporozhets2013-09-301-0/+1
|
* Merge pull request #5213 from bladealslayer/feature/user_api_extendedDmitriy Zaporozhets2013-09-293-8/+15
|\ | | | | Extended User API to expose admin and can_create_group for user creation...
| * Extended User API to expose admin and can_create_group for user ↵Boyan Tabakov2013-09-293-8/+15
| | | | | | | | | | | | | | creation/updating. Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
* | Respect authorization in Repository APIDmitriy Zaporozhets2013-09-292-19/+15
|/ | | | | * dont allow protect/unprotect branches for users without master permissions * dont allow access to Repository api for guests
* Used pagnation function from api helpersIzaak Alpert2013-09-241-6/+4
| | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab
* Added search for projects by name to apiIzaak Alpert2013-09-231-19/+34
| | | | | | | | | GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb