Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-17Moved Exceptions to Gitlab::AuthFrancisco Lopez
2017-11-17Moving exceptions to UserAuthFindersFrancisco Lopez
2017-11-13Add administrative endpoint to list all pages domainsTravis Miller
2017-11-06Support custom attributes on projectsMarkus Koller
2017-11-02Update specs for sudo behaviorDouwe Maan
2017-11-02Add sudo API scopeDouwe Maan
2017-10-22Add pages domains API implementationTravis Miller
2017-10-12Move all API authentication code to APIGuardDouwe Maan
2017-10-06Send API parameters as extra data for sentry errorsAlejandro Rodríguez
2017-09-29Ensure no exception is raised when Raven tries to get the current user in API...Rémy Coutable
2017-09-28Make sure API responds with 401 when invalid authentication info is providedDouwe Maan
2017-09-07Make Members with Owner and Master roles always able to create subgroupsRuben Davila
2017-09-07Merge branch 'wiki_api' into 'master'Grzegorz Bizon
2017-09-07Add API support for wiki pagesblackst0ne
2017-09-06Respond with a bad request if artifact path is invalidGrzegorz Bizon
2017-09-06Extract job artifacts API code to a separate fileGrzegorz Bizon
2017-09-05Use API helper to send artifact file through WorkhorseGrzegorz Bizon
2017-08-30Don't use public_send in destroy_conditionally! helperSean McGivern
2017-08-28Update remaining endpointsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-08-16Upgrade grape to 1.0Zeger-Jan van de Weg
2017-08-11Show error message for API 500 error in tests, andLin Jen-Shin
2017-08-02Do not validate CSRF token in API unless neededDouwe Maan
2017-07-26Rescue only from ActionController::InvalidAuthenticityTokenDouwe Maan
2017-07-26Add `rescue false`.blackst0ne
2017-07-26Refactor CSRF protectionblackst0ne
2017-07-26Add CSRF token verification to APIblackst0ne
2017-07-21Add group milestones API endpointFelipe Artur
2017-07-06Add user projects APIvanadium23
2017-06-28Implement review comments from @dbalexandre for !12300.Timothy Andrew
2017-06-28When verifying scopes, manually include scopes from `API::API`.Timothy Andrew
2017-06-28Allow API scope declarations to be applied conditionally.Timothy Andrew
2017-06-28Initial attempt at refactoring API scope declarations.Timothy Andrew
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
2017-06-01Add missing specsKamil Trzcinski
2017-05-30Add :owned param to ProjectFinderToon Claes
2017-05-30Use helper to construct Finder paramsToon Claes
2017-05-30Use ProjectFinder to filter the projectsToon Claes
2017-05-30Handle `membership` in ProjectFinderToon Claes
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-10Use new SnippetsFinder signature in APIBob Van Landuyt
2017-04-26Allow admins to sudo to blocked users.Timothy Andrew
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-03-27API: Make the /notes endpoint work with noteable iid instead of idToon Claes
2017-03-09use the policy stack to protect loginshttp://jneen.net/
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-03-07API routes referencing a specific merge request should use the MR `iid`Timothy Andrew
2017-03-07API routes referencing a specific issue should use the issue `iid`Timothy Andrew