summaryrefslogtreecommitdiff
path: root/spec/requests/api/helpers_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-2/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-1/+1
* Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński2018-12-061-16/+14
* Add config to disable impersonationImre Farkas2018-11-291-0/+13
* Make getting a user by the username case insensitiveWilliam George2018-10-181-0/+16
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-241-1/+1
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+18
* Save user ID and username in Grape API log (api_json.log)sh-store-user-in-api-logsStan Hu2018-01-081-0/+6
* Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-171-4/+4
* Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-171-4/+4
* Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez2017-11-171-16/+21
* First refactorFrancisco Lopez2017-11-171-0/+1
* Update specs for sudo behaviorDouwe Maan2017-11-021-235/+144
* Add sudo API scopeDouwe Maan2017-11-021-4/+4
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-49/+4
* Move all API authentication code to APIGuardDouwe Maan2017-10-121-9/+9
* Send API parameters as extra data for sentry errorsapi-sentry-extraAlejandro Rodríguez2017-10-051-1/+27
* Ensure no exception is raised when Raven tries to get the current user in API...38571-fix-exception-in-raven-reportRémy Coutable2017-09-291-0/+21
* Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorizedDouwe Maan2017-09-281-38/+40
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* Add specsDouwe Maan2017-07-271-6/+44
* Test OAuth token scope verification in the `API::Users` endpointTimothy Andrew2017-06-281-1/+3
* Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-1/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-8/+30
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' Rémy Coutable2017-04-271-1/+27
|\
| * Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-usersTimothy Andrew2017-04-261-1/+27
* | Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+1
|/
* fix a brittle stubhttp://jneen.net/2017-03-091-1/+1
* Fix specsKamil Trzcinski2017-01-191-1/+2
* Fix a Grape deprecation, use `#request_method` instead of `#route_method`fix-api-deprecationRémy Coutable2016-12-231-2/+2
* Modify `ApiHelpers` spec to adhere to the Four-Phase test style.Timothy Andrew2016-12-161-0/+12
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-17/+26
* Be smarter when finding a sudoed user in API::Helpers25482-fix-api-sudoRémy Coutable2016-12-131-2/+2
* API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-121-0/+425