summaryrefslogtreecommitdiff
path: root/app/controllers/admin/application_settings_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Ask user explicitly about usage stats agreementJan Provaznik2018-09-071-5/+19
* Fix initial settings loading at the first run of GitLab installed from sourceAndrei Vukolov2018-06-251-1/+1
* Update wrong initial setting transfer in application_settings_controller.rbAndrei Vukolov2018-06-211-1/+1
* Use ApplicationSetting.current_without_cache instead of ApplicationSetting.cu...Rémy Coutable2018-05-231-1/+1
* Don't reset application settings oauth providers by mistakeDmitriy Zaporozhets2018-04-131-4/+7
* Don't reset application settings import sourcesDmitriy Zaporozhets2018-04-131-9/+1
* [Rails5] Fix admin/application_settings_controllerblackst0ne2018-04-111-0/+2
* Remove the `pretty` parameter for `usage_data`rs-remove-usage-ping-prettyRobert Speicher2017-09-061-2/+1
* Make the attribute list for application settings reusableBob Van Landuyt2017-07-271-78/+3
* Backport changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/...Nick Thomas2017-07-211-2/+2
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
* Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-061-0/+2
* Allow admin to disable all restricted visibility levels32408-enable-disable-all-restricted-visibility-levelsTiago Botelho2017-07-051-0/+2
* Help landing page customizationsRobin Bobbitt2017-06-141-0/+2
* Prometheus settingsPawel Chojnacki2017-06-021-0/+1
* Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-0/+2
* Add user cohorts table to admin areaSean McGivern2017-04-141-1/+6
* 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
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-0/+1
* Remove redundant code to convert restricted_levels to integersToon Claes2017-03-231-9/+0
* Add admin settings entriesPawel Chojnacki2017-03-061-0/+3
* Use the same syntax for default expirationLin Jen-Shin2017-02-151-1/+1
* Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-0/+1
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-061-0/+1
|\
| * Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-0/+1
* | Add GitLab PagesKamil Trzcinski2017-01-311-0/+1
|/
* EE backport for new application settings serviceOswaldo Ferreira2017-01-231-1/+5
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+2
* Refactor authorized params in Admin::UsersControllerrefactor-admin-controllers-paramsRémy Coutable2017-01-111-18/+0
* Refactor authorized params in Admin::ApplicationSettingsControllerRémy Coutable2017-01-111-45/+70
* Add new configuration setting to enable/disable HTML emails.24880-configurable-plaintext-emailsRuben Davila2016-11-281-0/+1
* Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano2016-11-101-1/+3
* Allow certain Sidekiq jobs to be throttledPatricio Cano2016-11-101-0/+1
* Refine Git garbage collectionJacob Vosmaer2016-11-041-0/+5
* Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas2016-11-041-1/+1
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+2
* Reorder allowed params for `ApplicationSetting` and add more details to docs.email-domain-blacklistPatricio Cano2016-07-191-3/+3
* Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-1/+1
* Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+4
* Added setting to set new users by default as externalDravere2016-07-071-0/+1
* Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano2016-07-051-1/+1
* Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+1
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+1
* Allow custom text on 'almost there' pageSean McGivern2016-06-081-0/+1
* Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-0/+1
* Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-161-1/+1
* Toggle email signup confirmation in admin settingsFelipe Artur2016-05-161-0/+1
* Merge branch 'health-check-route'Douwe Maan2016-05-121-0/+6
|\