summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ce-7763-failure-in-geo-rb' into 'master'Douglas Barbosa Alexandre2018-10-021-1/+1
|\ | | | | | | | | [QA] Improve admin hashed-storage settings See merge request gitlab-org/gitlab-ce!22045
| * [QA] Improve admin hashed-storage settingsRémy Coutable2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-011-0/+11
|/ | | | | | | | | | - Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
* Utilize expanded_by_defaultMartin Wortschack2018-09-191-18/+17
|
* Adds translationsMartin Wortschack2018-09-181-2/+2
|
* Moves 'External Authorization' before 'Web terminal'Martin Wortschack2018-09-141-0/+2
|
* Removes duplicated sectionsMartin Wortschack2018-09-141-11/+0
|
* fix qa selectorMartin Wortschack2018-09-051-1/+1
|
* split application settings into multiple sub pagesMartin Wortschack2018-09-041-250/+0
|
* Changes /admin/application_settings to support template repository selection ↵Nick Thomas2018-08-151-0/+2
| | | | in EE
* Web IDE & CodeSandboxPhil Hughes2018-08-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
* backport changes from ↵Lukas Eipert2018-08-031-1/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
* Resolve "Disable GCP free credit banner at instance level"Dennis Tang2018-07-101-0/+11
|
* port the EE changesMicaël Bergeron2018-06-261-1/+2
|
* make the pseudonymizer application settings EE-CE friendlyMicaël Bergeron2018-06-221-0/+2
|
* Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable2018-06-131-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Users can accept terms during registrationBob Van Landuyt2018-06-081-2/+2
| | | | | | | | | | When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
* Update settings section titlesAndreas Kämmerle2018-06-081-2/+2
|
* Adds changelog entry, changes RemoteMirror#sync? to be semantically sound ↵Tiago Botelho2018-05-071-1/+1
| | | | and remove reference to pull mirrors in view
* Adds remote mirror table migrationTiago Botelho2018-05-071-0/+11
|
* Enforces terms in the web applicationBob Van Landuyt2018-05-041-52/+52
| | | | | | | | | | | | | | | | | | | | This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
* Store application wide termsBob Van Landuyt2018-05-041-0/+11
| | | | | | | | This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
* Merge branch 'fix-typo-in-application_settings-page' into 'master'Robert Speicher2018-04-041-1/+1
|\ | | | | | | | | Fix typo in application settings page See merge request gitlab-org/gitlab-ce!18181
| * Fix a typo in an externalized message: 'amd' -> 'and'Rémy Coutable2018-04-041-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Remove unused form for admin application settingsdz-improve-app-settings-6Dmitriy Zaporozhets2018-04-041-3/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move the rest of application settings to expandable blocksDmitriy Zaporozhets2018-04-041-1/+102
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move network related app settings to expandable blocksDmitriy Zaporozhets2018-04-041-0/+22
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets2018-04-021-0/+44
| | | | | | | | sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move background jobs, spam and performance bar app settings to expandable ↵dz-improve-app-settings-3Dmitriy Zaporozhets2018-03-291-9/+43
| | | | | | sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move ci/cd, influx and prometheus app settings to expandable sectionsDmitriy Zaporozhets2018-03-271-0/+33
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove gray background from app setting expandable sectionsDmitriy Zaporozhets2018-03-261-12/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve application settings page according to feedbackDmitriy Zaporozhets2018-03-261-6/+6
| | | | | | | * Replace btn-save with btn-success * Add id to each section so it can be directly linked Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move UI of several application settings to expandable blockdz-improve-app-settingsDmitriy Zaporozhets2018-03-261-3/+71
| | | | | | | | | | | | | | | To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Put some admin settings in dropdowndz-admin-tabs-dropdownDmitriy Zaporozhets2016-06-201-5/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move appearance settings as sub tab to application settingsdz-admin-tabsDmitriy Zaporozhets2016-06-201-3/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Updated the categories of Application Settings FormDarby2015-06-231-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-18/+3
|
* Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-081-0/+18