Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot acd68d938c Add latest changes from gitlab-org/gitlab@master 2022-04-14 00:08:35 +00:00
GitLab Bot f2ac9ee99a Add latest changes from gitlab-org/gitlab@master 2021-10-08 15:12:51 +00:00
GitLab Bot 7aa988fed2 Add latest changes from gitlab-org/gitlab@master 2021-04-08 21:09:13 +00:00
GitLab Bot 6f2b1c32f3 Add latest changes from gitlab-org/gitlab@master 2021-03-09 15:08:59 +00:00
GitLab Bot 23332570c9 Add latest changes from gitlab-org/gitlab@master 2021-01-31 18:09:51 +00:00
GitLab Bot 99670fc6a0 Add latest changes from gitlab-org/gitlab@master 2020-10-14 15:08:42 +00:00
GitLab Bot 48e26d30fd Add latest changes from gitlab-org/gitlab@master 2020-09-11 18:08:42 +00:00
GitLab Bot 6b75320f52 Add latest changes from gitlab-org/gitlab@master 2019-10-17 12:07:33 +00:00
GitLab Bot 8e45d25f7d Add latest changes from gitlab-org/gitlab@master 2019-10-16 18:08:01 +00:00
Mayra Cabrera 3cefc5d7df Add RateLimiter to RawController
* Limits raw requests to 300 per minute and per raw path.
* Add a new attribute to ApplicationSettings so user can change this
value on their instance.
* Uses Gitlab::ActionRateLimiter to limit the raw requests.
* Add a new method into ActionRateLimiter to log the event into auth.log

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
2019-07-24 19:49:31 +00:00
Brett Walker 6b4f93c034 Update application settings using correct action
Updating multiple application settings panels through
a single action causes the incorrect action to be shown
when there are errors.  Instead, make each panel action
handle both updating and display.
2019-06-19 12:29:10 -05:00
Mike Greiling 7675475754
ensure all admin settings panels remain open after form submission 2018-08-06 01:43:28 -05:00
Dennis Tang | OOO until 18.06 bda253ff5a Resolve "Use one column form layout on Admin Area Settings page" 2018-06-13 07:40:55 +00:00
Clement Ho 1a6d848db7 Fix checkbox/radio button structure 2018-05-31 19:20:46 +00:00
Clement Ho 9b9d0f396d [skip ci] Replace col-*-offset-* with offset-*-* 2018-04-13 12:49:32 -05:00
Clement Ho c552328617 [skip ci] .form-horizontal => .form-group.row 2018-04-12 15:11:22 -05:00
Clement Ho 673b0461b0 [skip ci] .help-block to .form-text.text-muted 2018-04-11 13:26:37 -05:00
Clement Ho df8aa61a94 [skip ci] Convert .checkbox to .form-check 2018-04-11 13:05:57 -05:00
Dmitriy Zaporozhets 442528e577
Move the rest of application settings to expandable blocks
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-04 12:44:32 +03:00