Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert all changes introduced by ↵lfs-support | Kamil Trzcinski | 2016-09-19 | 1 | -0/+13 |
| | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043" This reverts commit 6d43c95b7011ec7ec4600e00bdc8df76bb39813c. | ||||
* | Revert all changes introduced by ↵ | Kamil Trzcinski | 2016-09-19 | 1 | -13/+0 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043 | ||||
* | Rename capabilities to authentication_abilities | Kamil Trzcinski | 2016-09-16 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-token | Kamil Trzcinski | 2016-09-15 | 1 | -0/+13 |
|\ | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/git_http_client_controller.rb # app/helpers/lfs_helper.rb # lib/gitlab/auth.rb # spec/requests/lfs_http_spec.rb | ||||
| * | Better authentication handling, syntax fixes and better actor handling for ↵ | Patricio Cano | 2016-09-15 | 1 | -8/+1 |
| | | | | | | | | LFS Tokens | ||||
| * | Refactored handling of the `LfsToken` and added functionality to it to ↵ | Patricio Cano | 2016-09-15 | 1 | -9/+11 |
| | | | | | | | | simplify external code. | ||||
| * | Refactored LFS auth logic when using SSH to use its own API endpoint ↵ | Patricio Cano | 2016-09-15 | 1 | -12/+18 |
| | | | | | | | | `/lfs_authenticate` and added tests. | ||||
| * | Refactor LFS token logic to use a Redis key instead of a DB field, making it ↵ | Patricio Cano | 2016-09-15 | 1 | -4/+5 |
| | | | | | | | | a 1 use only token. | ||||
| * | Added LFS support to SSH | Patricio Cano | 2016-09-15 | 1 | -1/+12 |
| | | | | | | | | - Required on the GitLab Rails side is mostly authentication and API related. | ||||
* | | Fix existing authorization specs | Kamil Trzcinski | 2016-09-15 | 1 | -10/+8 |
| | | |||||
* | | Add access specs | Kamil Trzcinski | 2016-09-15 | 1 | -2/+12 |
|/ | |||||
* | Minor edits to two_factor_recovery_codes API error catching | Drew Blessing | 2016-08-31 | 1 | -5/+9 |
| | |||||
* | Add two factor recovery endpoint to internal API | Drew Blessing | 2016-08-24 | 1 | -0/+25 |
| | |||||
* | api for generating new merge request | Scott Le | 2016-08-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | DRY code + fix rubocop Add more test cases Append to changelog DRY changes list find_url service for merge_requests use GET for getting merge request links remove files rename to get_url_service reduce loop add test case for cross project refactor tiny thing update changelog | ||||
* | Fix a bug where the project's repository path was returned instead of the ↵19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wiki | Alejandro Rodríguez | 2016-07-15 | 1 | -1/+6 |
| | | | | wiki path | ||||
* | Only allow Git Access on the allowed protocol | Patricio Cano | 2016-07-05 | 1 | -2/+5 |
| | |||||
* | Refactor repository paths handling to allow multiple git mount points | Alejandro Rodríguez | 2016-06-29 | 1 | -11/+25 |
| | |||||
* | Remove explicit Gitlab::Metrics.action assignments, are already automatic.18760-remove-explicate-assignment-on-metrics-action | Paco Guzman | 2016-06-18 | 1 | -2/+0 |
| | |||||
* | Fix setting of "action" for Grape transactions | Yorick Peterse | 2016-04-20 | 1 | -1/+1 |
| | | | | | | | Merely setting the "action" tag will only result in the transaction itself containing a value for this tag. To ensure other metrics also contain this tag we must set the action using Transaction#action= instead. | ||||
* | Add "action" tag to /internal/allowed API | Yorick Peterse | 2016-04-18 | 1 | -2/+4 |
| | | | | | This allows us to re-use any other analytics that rely on the "action" tag having a value set. | ||||
* | updated internal.rb and spec based on MR feedback | James Lopez | 2016-02-26 | 1 | -3/+3 |
| | |||||
* | fix for projects ending in .wiki | James Lopez | 2016-02-24 | 1 | -1/+8 |
| | |||||
* | Improve Git access error messages. | Douwe Maan | 2015-05-13 | 1 | -19/+7 |
| | |||||
* | Respond with full GitAccess error if user has project read access.api-internal-errors | Douwe Maan | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Refactor GitAccess to use instance variables. | Douwe Maan | 2015-03-24 | 1 | -19/+17 |
| | |||||
* | Don't leak information about private project existence via Git-over-SSH/HTTP. | Douwe Maan | 2015-03-02 | 1 | -17/+22 |
| | |||||
* | Improve broadcast message API | Dmitriy Zaporozhets | 2015-02-18 | 1 | -0/+2 |
| | |||||
* | Dont send 404 if no broadcast messages now because it flood gitlab-shell ↵ | Dmitriy Zaporozhets | 2015-02-18 | 1 | -2/+0 |
| | | | | logs with 404 errors :( | ||||
* | Add internal broadcast message API. | Douwe Maan | 2015-02-07 | 1 | -0/+8 |
| | |||||
* | Avoid using {...} for multi-line blocks | Dmitriy Zaporozhets | 2015-02-02 | 1 | -3/+1 |
| | |||||
* | Replace regex methods by string ones since faster | Ciro Santilli | 2014-12-28 | 1 | -2/+2 |
| | | | | and more readable. | ||||
* | Fix internal API for missing project or key | Dmitriy Zaporozhets | 2014-12-01 | 1 | -4/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Better message for failed pushes because of git hooks | Valery Sizov | 2014-11-18 | 1 | -1/+1 |
| | | | | | | Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb | ||||
* | add gitlab-shell identification | Valery Sizov | 2014-10-15 | 1 | -0/+4 |
| | |||||
* | Improve wiki path parsing in internal api | Dmitriy Zaporozhets | 2014-10-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Developers can push to wiki repo. Protected branches does not affect wiki ↵ | Dmitriy Zaporozhets | 2014-10-07 | 1 | -3/+10 |
| | | | | | | repo any more Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make sure /api/allowed return 200 status code | Dmitriy Zaporozhets | 2014-09-03 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | /api/allowed use POST now | Dmitriy Zaporozhets | 2014-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rewrite GitAccess for gitlab-shell v2 | Dmitriy Zaporozhets | 2014-09-01 | 1 | -4/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont expose user email via API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | first setup to protect protected branched to force updates | Steven Thonus | 2014-03-25 | 1 | -1/+3 |
| | |||||
* | Use GitAccess in internal api | Dmitriy Zaporozhets | 2014-03-20 | 1 | -41/+19 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add ldap check in application_controller and internal api | Dmitriy Zaporozhets | 2014-03-10 | 1 | -1/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | In the case when a user can and has authenticated with ldap, however | Jurnell Cockhren | 2014-01-28 | 1 | -1/+3 |
| | | | | | ldap is disabled in the gitlab config, this fixes the API still calling the ldap backend. | ||||
* | Check if LDAP user was removed or blocked when use git over ssh | Dmitriy Zaporozhets | 2013-10-07 | 1 | -0/+1 |
| | |||||
* | extract server-side git commands to constants | Jakub Zienkiewicz | 2013-07-30 | 1 | -3/+7 |
| | |||||
* | allow all git-upload-* commands for deploy keys | Jakub Zienkiewicz | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 1 | -2/+2 |
| | |||||
* | modify api to work with new deploy keys | Dmitriy Zaporozhets | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | Add support for git-archive in gitlab internal api | Dmitriy Zaporozhets | 2013-04-20 | 1 | -1/+1 |
| |