summaryrefslogtreecommitdiff
path: root/app/controllers/admin
Commit message (Expand)AuthorAgeFilesLines
* fix spec failuresJames Lopez2017-06-231-1/+1
* update code based on feedbackJames Lopez2017-06-231-4/+2
* refactor update user service not to do auth checksJames Lopez2017-06-231-2/+2
* fix specsJames Lopez2017-06-231-3/+3
* add missing action to blockJames Lopez2017-06-231-3/+3
* more refactoring based on feedbackJames Lopez2017-06-231-2/+2
* refactor emails serviceJames Lopez2017-06-231-6/+2
* update to use emails destroy serviceJames Lopez2017-06-231-1/+1
* fix api and controller issuesJames Lopez2017-06-231-2/+2
* fix specsJames Lopez2017-06-231-7/+8
* finish off refactoring users controllerJames Lopez2017-06-231-10/+25
* update users controllerJames Lopez2017-06-231-2/+5
* Help landing page customizationsRobin Bobbitt2017-06-141-0/+2
* Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable2017-06-071-4/+20
|\
| * Implement ability to update deploy keysAlexander Randa2017-06-021-4/+20
* | Merge branch 'instrument-infra' into 'master'Grzegorz Bizon2017-06-071-0/+1
|\ \
| * | Prometheus settingsPawel Chojnacki2017-06-021-0/+1
| |/
* | Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-0712-14/+18
* | Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas2017-06-061-3/+4
* | Support hard deletion in Admin::UsersController#destroyNick Thomas2017-06-051-1/+1
* | Merge branch '30469-convdev-index' into 'master'Sean McGivern2017-06-051-0/+5
|\ \
| * | Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-011-0/+5
| |/
* | redirect to keys index instead of user index after a key is deletedjouve/gitlab-ce-admin_keysCyril Jouve2017-06-011-2/+2
|/
* Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-262-10/+51
|\
| * Implement web hooks loggingAlexander Randa2017-05-252-10/+51
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-2/+2
|/
* Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-0/+1
* Merge branch 'fix/admin-integrations' into 'master' Sean McGivern2017-05-051-0/+2
|\
| * refactor code based on feedbackJames Lopez2017-05-051-1/+1
| * refactor code based on feedbackJames Lopez2017-05-051-1/+1
| * refactor a few things based on feedbackJames Lopez2017-05-041-1/+3
| * add propagate service worker and updated spec and controllerJames Lopez2017-05-031-1/+1
* | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-031-4/+22
|\ \ | |/
| * Implement ability to update hooksAlexander Randa2017-04-281-4/+22
* | Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-0/+2
|/
* Show group name on flash container when group is created from Admin areaKushal Pandya2017-04-251-1/+1
* Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-membersDmitriy Zaporozhets2017-04-201-2/+6
* Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-192-0/+24
|\
| * Use serializer for formatting cohorts dataSean McGivern2017-04-141-2/+4
| * Rename user cohorts -> cohortsSean McGivern2017-04-142-9/+9
| * Cache user cohorts results for a daySean McGivern2017-04-141-1/+3
| * Add user cohorts table to admin areaSean McGivern2017-04-142-1/+13
| * Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-0/+7
| * Port 'Add EE usage ping' to CESean McGivern2017-04-141-0/+1
* | Use DeleteUserWorker for removing users via spam logssh-use-delete-worker-spam-logsStan Hu2017-04-171-1/+1
|/
* Remove the User#is_admin? methodblackst0ne2017-04-092-2/+2
* Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan2017-04-061-1/+3
|\
| * Support 2FA requirement per-groupMarkus Koller2017-04-061-1/+3
* | ProjectsFinder should handle more optionsJacopo2017-04-061-0/+1
|/
* Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-031-0/+1
|\