summaryrefslogtreecommitdiff
path: root/app/services/users
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin2019-04-152-3/+3
|\
| * Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-152-3/+3
* | Fix typo in activity leasefix-typo-activity-leaseCindy Pallares2019-04-111-1/+1
|/
* Add saml provider to user build service9201-create-a-user-via-scim-ceJames Lopez2019-04-051-1/+5
* Optimize Redis usage in User::ActivityServiceif-24642-activity_service_optimizationImre Farkas2019-02-141-2/+5
* Fix several ActionController::Parameters deprecationsJasper Maes2019-01-111-1/+1
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* Change deprecated `except!` usagesRobert Speicher2018-12-161-4/+6
* Use gitlab-default_value_with Rails 5Rémy Coutable2018-11-151-1/+1
* Fix a bug where internal email pattern wasn't respected52940-fix-internal-email-pattern-not-respectedRémy Coutable2018-11-131-4/+4
* allow users api to set public_emailAlexis Reigel2018-10-011-1/+2
* add missing allowed attributesAlexis Reigel2018-10-011-1/+3
* remove obsolete allowed attributeAlexis Reigel2018-09-261-1/+0
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-113-0/+8
* Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+12
* Fix: Project deletion may not log audit events during user deletionValery Sizov2018-08-171-3/+4
* Merge branch 'sh-fix-failing-deploy-token-clones' into 'master'Robert Speicher2018-08-021-0/+1
|\
| * Fix failing 500 errors when deploy tokens are used to cloneStan Hu2018-08-021-0/+1
* | Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+1
* | Allow users to set a statusBob Van Landuyt2018-07-302-2/+48
|/
* Add an option to have a private profile on GitLabJX Terry2018-07-241-1/+2
* Merge branch 'frozen-string-enable-apps-services-inner-even-more' into 'master'Rémy Coutable2018-07-199-0/+18
|\
| * Enable more frozen string in app/services/**/*.rbgfyoung2018-07-189-0/+18
* | Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-4/+16
|/
* Cleanly handle plural name for ghost user migrationOlivier Gonzalez2018-05-071-2/+2
* Allow a user to accept/decline termsBob Van Landuyt2018-05-041-0/+24
* 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