summaryrefslogtreecommitdiff
path: root/app/controllers/admin
Commit message (Expand)AuthorAgeFilesLines
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-1/+1
* Merge branch 'change-primary-email' into 'master'Dmitriy Zaporozhets2015-05-031-2/+1
|\
| * Allow primary email to be set to an email that you've already added.change-primary-emailDouwe Maan2015-04-301-2/+1
* | Add application setting to restrict user signups to e-mail domainsStan Hu2015-05-021-1/+2
* | Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-011-7/+1
* | Add a page title to every page.Douwe Maan2015-04-301-1/+7
|/
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-1/+1
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-271-1/+1
|\
| * Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-1/+1
* | Add new admin settingsVinnie Okada2015-04-261-0/+2
|/
* Fix bug where Slack service channel was not saved in admin template settings.Stan Hu2015-04-241-10/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-209-13/+13
* Track who created a group or project member.Douwe Maan2015-04-141-1/+1
* Merge branch 'skip-email-reconfirmation' into 'master'Dmitriy Zaporozhets2015-04-131-1/+1
|\
| * Skip email confirmation when set by admin or via LDAP.skip-email-reconfirmationDouwe Maan2015-04-061-1/+1
* | Clean up code.Douwe Maan2015-04-031-5/+9
* | Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-031-0/+45
|/
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+1
* Include missing events and fix save functionality in admin service template s...Stan Hu2015-03-231-1/+3
* Fix restricted visibility bugsVinnie Okada2015-03-161-1/+3
* Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets2015-03-161-1/+9
|\
| * Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-144-9/+10
| |\
| * | Move restricted visibility settings to the UIVinnie Okada2015-03-071-1/+9
* | | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-2/+2
| |/ |/|
* | Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-122-6/+6
* | Improve user block/unblock UI in admin areaDmitriy Zaporozhets2015-03-091-2/+2
* | Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-1/+1
* | Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-1/+2
|/
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-0/+1
|\
| * Merge branch 'tweet-new-project'Dmitriy Zaporozhets2015-02-151-0/+1
| |\
| | * Add link to share via twitter to "created project" event.Douwe Maan2015-02-131-0/+1
* | | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+5
|/ /
* | Allow users that signed up via OAuth to set their password in order to use Gi...Douwe Maan2015-02-131-1/+1
|/
* Use the service_name.Marin Jankovski2015-02-121-2/+2
* All services can have templates.Marin Jankovski2015-02-121-7/+7
* Add admin services templates.Marin Jankovski2015-02-111-0/+51
* Merge branch 'notification_email'Dmitriy Zaporozhets2015-02-071-0/+3
|\
| * Allow notification email to be set separately from primary email.Douwe Maan2015-02-071-0/+3
* | Refactor sorting in projectDmitriy Zaporozhets2015-02-052-3/+4
* | Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-053-6/+6
|/
* Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-0/+1
* Merge branch 'doorkeeper_applications_scafold'Dmitriy Zaporozhets2015-01-171-0/+52
|\
| * Small improvements to CIDmitriy Zaporozhets2015-01-171-1/+1
| * Application admin scaffoldValery Sizov2015-01-171-0/+52
* | Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-161-0/+1
|/
* Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-1/+1
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-6/+6
* Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-081-0/+31
* Share the key table between admin and profile resources.Marin Jankovski2014-12-301-1/+1
* Move user key manipulation in admin section to a separate controller.Marin Jankovski2014-12-302-21/+34