Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement @DouweM's feedback. | Timothy Andrew | 2016-06-16 | 1 | -11/+3 |
| | | | | | | | | | | | | | - Extract a duplicated `redirect_to` - Fix a typo: "token", not "certificate" - Have the "Expires at" datepicker be attached to a text field, not inline - Have both private tokens and personal access tokens verified in a single "authenticate_from_private_token" method, both in the application and API. Move relevant logic to `User#find_by_personal_access_token` - Remove unnecessary constants relating to API auth. We don't need a separate constant for personal access tokens since the param is the same as for private tokens. | ||||
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-14 | 1 | -0/+18 |
|\ | |||||
| * | Fix Error 500 when using closes_issues API with an external issue tracker | Stan Hu | 2016-06-11 | 1 | -0/+8 |
| | | | | | | | | Closes #18484 | ||||
| * | Satisfy Rubocopworkhorse-helpers | Douwe Maan | 2016-06-10 | 1 | -2/+2 |
| | | |||||
| * | Add workhorse controller and API helpers | Douwe Maan | 2016-06-06 | 1 | -0/+10 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-03 | 1 | -2/+13 |
|\ \ | |/ | |||||
| * | Enable Style/DefWithParentheses cop and fix single offense | Robert Speicher | 2016-05-23 | 1 | -1/+1 |
| | | |||||
| * | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 1 | -1/+1 |
| | | |||||
| * | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 1 | -0/+11 |
| | | | | | | | | Closes #15638 | ||||
* | | Reuse the private token param and header for personal access tokens. | Timothy Andrew | 2016-05-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749#note_11626427 - Personal access tokens are still a separate entity as far as the codebase is concerned - they just happen to use the same entry point as private tokens. - Update tests and documentation to reflect this change | ||||
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-05-11 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | API support for the 'since' and 'until' operators on commit requests | Paco Guzman | 2016-04-29 | 1 | -0/+16 |
| | | | | | | - Parameter validation as ISO8601 format | ||||
* | | Combine `API::Helpers::Core` and `API::Helpers::Authentication` back into ↵ | Timothy Andrew | 2016-04-28 | 1 | -0/+397 |
| | | | | | | | | | | | | | | `API::Helpers` - Makes the MR easier to read; this can go in a separate MR - This is a (sort of) revert of 99bea01 | ||||
* | | Refactor `API::Helpers` into `API::Helpers::Core` and ↵ | Timothy Andrew | 2016-04-28 | 1 | -385/+0 |
|/ | | | | `API::Helpers::Authentication` | ||||
* | Merge branch 'api-star-project' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | API: Star and unstar a project Add two new endpoints `POST /projects/:id/star` and `POST /projects/:id/unstar` to star and unstar a project. * Closes #12739 See merge request !3578 | ||||
| * | Styling changes to code and docs | Robert Schilling | 2016-04-13 | 1 | -1/+1 |
| | | |||||
| * | API: Star and unstar a project | Robert Schilling | 2016-04-13 | 1 | -0/+4 |
| | | |||||
* | | API: Return 404 if user does not have access to group | Robert Schilling | 2016-04-13 | 1 | -2/+1 |
|/ | |||||
* | minor improvements and fixed specs | Zeger-Jan van de Weg | 2016-03-19 | 1 | -3/+1 |
| | |||||
* | Fix add_pagination_headers to keep request parameters in Link header | Michi302 | 2016-02-02 | 1 | -5/+15 |
| | |||||
* | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 1 | -2/+3 |
| | | | | | | Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again. | ||||
* | Change 'public' flag to more robust 'visibility' query. | Josh Frye | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | Add public params to GET /projects api. Closes #3788 | Josh Frye | 2016-01-19 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Rémy Coutable | 2016-01-14 | 1 | -1/+3 |
|\ | | | | | | | add-pagination-headers-to-api | ||||
| * | Refactor build artifacts upload API endpoint | Grzegorz Bizon | 2016-01-14 | 1 | -1/+3 |
| | | |||||
* | | Add pagination headers to already paginated API resourcesadd-pagination-headers-to-api | Rémy Coutable | 2016-01-14 | 1 | -11/+19 |
|/ | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -6/+1 |
| | |||||
* | Use normal file upload mechanism to upload artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -6/+10 |
| | |||||
* | Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse now | Kamil Trzcinski | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -0/+44 |
| | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
* | Fix API::APIHelpers -> API::Helpers; | Jason Lee | 2015-10-23 | 1 | -1/+1 |
| | | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb; | ||||
* | Fix rubocop warnings in lib | Guilherme Garnier | 2015-10-03 | 1 | -3/+2 |
| | |||||
* | fix specs. Stage 3 | Valery Sizov | 2015-09-15 | 1 | -0/+38 |
| | |||||
* | fix specs. Stage 2 | Valery Sizov | 2015-09-14 | 1 | -3/+2 |
| | |||||
* | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -0/+26 |
| | |||||
* | 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 |
|\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| * | use constant-time string compare for internal api authentication | Jörg Thalheim | 2015-03-06 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Ruby str_equal uses memcmp internally to compare String. Memcmp is vunerable to timing attacks because it returns early on mismatch (on most x32 platforms memcmp uses a bytewise comparision). Devise.secure_compare implements a constant time comparision instead. | ||||
* | | Allow admins to override restricted visibility | Vinnie Okada | 2015-03-08 | 1 | -1/+1 |
|/ | | | | | Allow admins to use restricted visibility levels when creating or updating projects. | ||||
* | 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 |
| | | | | | Add an API endpoint to update the access level of an existing group member. | ||||
* | Refactor and improve sorting objects in API for projects, issues and merge ↵ | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+16 |
| | | | | requests | ||||
* | Merge pull request #8723 from jubianchi/api-groups-path | Dmitriy Zaporozhets | 2015-02-03 | 1 | -2/+23 |
|\ | | | | | Access groups using path | ||||
| * | 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 |
| |