| .. |
|
api.rb
|
Remove all team resources except models. Move models to deprecated directory
|
2013-06-18 21:22:34 +03:00 |
|
deploy_keys.rb
|
API: Protect project deploy keys from unauthorized access
|
2013-09-30 16:47:26 +03:00 |
|
entities.rb
|
Extended User API to expose admin and can_create_group for user creation/updating.
|
2013-09-29 11:47:29 +03:00 |
|
groups.rb
|
API: new feature - remove group
|
2013-10-07 13:10:01 +03:00 |
|
helpers.rb
|
Merge pull request #5213 from bladealslayer/feature/user_api_extended
|
2013-09-29 23:03:46 -07:00 |
|
internal.rb
|
extract server-side git commands to constants
|
2013-07-30 10:15:36 +02:00 |
|
issues.rb
|
cattr_accessor is not threadsafe!
|
2013-06-11 18:15:18 +03:00 |
|
merge_requests.rb
|
Fix API::MergeRequest
|
2013-09-22 08:21:22 +09:00 |
|
milestones.rb
|
Fix milestone api docs: invalid param for close
|
2013-06-06 12:32:05 +03:00 |
|
notes.rb
|
Refactor API classes. So api classes like Gitlab::Issues become API::Issues
|
2013-05-14 15:33:31 +03:00 |
|
project_hooks.rb
|
Refactor API: project hooks
|
2013-09-30 16:49:55 +03:00 |
|
project_snippets.rb
|
Fix snippet raw content being escaped
|
2013-06-06 16:10:24 +03:00 |
|
projects.rb
|
Used pagnation function from api helpers
|
2013-09-24 09:22:46 -04:00 |
|
repositories.rb
|
Fix blob and repo stuff after gitlab_git v3
|
2013-10-01 18:26:55 +03:00 |
|
session.rb
|
Add LDAP support to /api/session
|
2013-07-16 11:28:19 +03:00 |
|
system_hooks.rb
|
Refactor API classes. So api classes like Gitlab::Issues become API::Issues
|
2013-05-14 15:33:31 +03:00 |
|
users.rb
|
Extended User API to expose admin and can_create_group for user creation/updating.
|
2013-09-29 11:47:29 +03:00 |