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
2018-01-09Save user ID and username in Grape API log (api_json.log)Stan Hu
2018-01-05Merge branch 'backport-issue_3413' into 'master'Sean McGivern
2018-01-04EE-BACKPORT group boardsFelipe Artur
2018-01-03Fix API endpoints to edit wiki pages where project belongs to a groupRubén Dávila
2017-11-30Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-23Introduce :read_namespace access policy for namespace and groupTomasz Maczukin
2017-11-23Allow request namespace by ID or pathTomasz Maczukin
2017-11-22Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-11-17Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
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-06Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
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-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
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