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
2016-01-08Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto
2015-12-24Add API support for looking up a user by usernameStan Hu
2015-12-08Add custom NamespaceValidatorRobert Speicher
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-09-23Added ability to update or set the identity of an existing user, like the doc...Patricio Cano
2015-08-23Restrict users API endpoints to use integer IDsStan Hu
2015-07-30Fix docsDouwe Maan
2015-07-29Add ability to manage user email addresses via the API.Douwe Maan
2015-07-03Allow user to be blocked and unblocked via the APISteve Norman
2015-06-24Add 2FA status to user admin APIStan Hu
2015-06-22Fix part of api specs for rubocopDmitriy Zaporozhets
2015-04-22Merge pull request #8831 from bladealslayer/fix/api-user-testsNihad Abbasov
2015-04-22Fix user API tests succeeding for the wrong reasonBoyan Tabakov
2015-03-27Fix tests.Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2015-02-05Redirect signup page to signin page.Douwe Maan
2015-01-09Fix feature and testsDmitriy Zaporozhets
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-11-05Factor regex error messages with spec API testsCiro Santilli
2014-11-05Fix tests after change to regex validation message.Marin Jankovski
2014-11-03Expose projects_limit through users API if UserFull.Liam Monahan
2014-10-06Fix failing api specs.Marin Jankovski
2014-09-16Improve error reporting on users APIjubianchi
2014-06-30Fix signup and project visibilityDmitriy Zaporozhets
2014-06-13Add /api/users test for admin role. Updated CHANGELOGDmitriy Zaporozhets
2014-06-13Dont expose user email via APIDmitriy Zaporozhets
2014-04-18Implement GET /users/:uid/keys for admin usersTimm Friebe
2014-04-11Added API testing groupJeroen van Baarsen
2014-01-19Remove deprecated findersskv
2013-09-29Added test cases to verify admin status of users created via API.Boyan Tabakov
2013-09-29Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov
2013-09-14Fix testsDmitriy Zaporozhets
2013-09-11Update to only provide one way to get a default userIzaak Alpert
2013-09-11Update User api to respect default settingsIzaak Alpert
2013-07-29Fix typosJohannes Schleifenbaum
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-03-19Abilities added to /user and /sign_in requestsAlex Denisov
2013-03-17Result of misspellings run.Kevin Lyda
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
2013-03-05Additional Admin APIsAngus MacArthur
2013-02-27Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-21Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets
2013-02-20API: fixes return codes, documentation updated with status codes, tests addedSebastian Ziebell
2013-01-31Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq i...Dmitriy Zaporozhets
2013-01-18Add optional signup.Marin Jankovski
2012-12-18Extended users API to support updating and deleting users.Boyan Tabakov
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-10-19fix mass-assignment error in user create APINihad Abbasov
2012-10-02#1585 Api for user creation: rspecValeriy Sizov
2012-09-21whitespaceNihad Abbasov