summaryrefslogtreecommitdiff
path: root/app/services/users
Commit message (Expand)AuthorAgeFilesLines
* Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/mer...backport-ee-3892-to-ceTiago Botelho2018-03-071-0/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-4/+2
* Remove soft removals related codeYorick Peterse2018-01-081-1/+1
* Fix user membership destroy relationFrancisco Javier López2018-01-021-0/+5
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-161-0/+27
* Refactor issuable destroy actionJarka Kadlecova2017-11-061-7/+11
* Only cache the event for the fork-source when it existsbvl-fix-push-event-service-for-forksBob Van Landuyt2017-10-221-2/+2
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-1/+1
* fix update serviceJames Lopez2017-09-281-1/+1
* refactor users update serviceJames Lopez2017-09-281-2/+2
* fix users update serviceJames Lopez2017-09-281-3/+5
* update initializersJames Lopez2017-09-281-1/+2
* refactor services to match EE signatureJames Lopez2017-09-281-5/+7
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-0/+83
* Profile updates from providersAlexander Keramidas2017-09-061-0/+4
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-252-5/+9
* Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-2/+4
* Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-0/+2
* Fix current feature related specsTiago Botelho2017-06-281-1/+1
* update code based on feedbackJames Lopez2017-06-233-5/+2
* refactor update user service not to do auth checksJames Lopez2017-06-231-12/+5
* fix specsJames Lopez2017-06-231-1/+1
* more refactoringJames Lopez2017-06-231-2/+4
* more refactoring based on feedbackJames Lopez2017-06-231-3/+3
* added service in the rest of controllers and classesJames Lopez2017-06-231-3/+3
* update notification settings, fix api specsJames Lopez2017-06-231-1/+1
* refactor profiles controller and update serviceJames Lopez2017-06-231-1/+1
* update profiles controller to use new serviceJames Lopez2017-06-231-3/+3
* use update service on ldap call and updated specs and serviceJames Lopez2017-06-231-4/+20
* ported EE user service to CEJames Lopez2017-06-231-0/+24
* Reduce wait timings for Sidekiq jobsreduce-sidekiq-wait-timingsYorick Peterse2017-06-191-1/+1
* Merge branch 'sh-fix-typo-user-activity-service' into 'master'Rémy Coutable2017-06-061-1/+1
|\
| * Fix typo in user activity debug log messagesh-fix-typo-user-activity-serviceStan Hu2017-06-031-1/+1
* | Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+16
|/
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-33/+7
* Fix logic in Users::CreateService broken by the fix for OAuth usersRémy Coutable2017-04-261-8/+15
* Ensures that OAuth/LDAP/SAML users don't need to be confirmedRémy Coutable2017-04-261-4/+4
* Fix OAuth, LDAP and SAML SSO when regular sign-ups are disableddm-fix-oauth-user-creationDouwe Maan2017-04-242-4/+4
* Move records to the ghost user in a transaction.Timothy Andrew2017-04-241-11/+23
* Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-191-0/+22
|\
| * Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-1/+1
| * Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-5/+1
| * Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+26
* | Hard delete users' associated records deleted from AbuseReportssh-add-option-to-hard-deleteStan Hu2017-04-161-1/+1
|/
* Implement Users::BuildServicegeoandri2017-04-132-92/+103
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-062-18/+60
|\
| * Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-062-3/+60