Commit Graph

43 Commits

Author SHA1 Message Date
GitLab Bot d5891ad110 Add latest changes from gitlab-org/gitlab@master 2025-01-30 12:12:09 +00:00
GitLab Bot 7b7daa5813 Add latest changes from gitlab-org/gitlab@master 2024-02-07 12:08:55 +00:00
GitLab Bot c82fe55218 Add latest changes from gitlab-org/gitlab@master 2024-02-02 12:11:10 +00:00
GitLab Bot c600108596 Add latest changes from gitlab-org/gitlab@master 2023-12-22 15:12:49 +00:00
GitLab Bot faf60c19a9 Add latest changes from gitlab-org/gitlab@master 2023-12-20 21:16:25 +00:00
GitLab Bot 054c9f71bc Add latest changes from gitlab-org/gitlab@master 2023-12-20 18:11:16 +00:00
GitLab Bot a4bc9e75d8 Add latest changes from gitlab-org/gitlab@master 2023-12-19 15:15:54 +00:00
GitLab Bot c1924278d0 Add latest changes from gitlab-org/gitlab@master 2023-06-10 00:07:23 +00:00
GitLab Bot efbf661c42 Add latest changes from gitlab-org/gitlab@master 2023-04-24 15:15:38 +00:00
GitLab Bot dbe0e56762 Add latest changes from gitlab-org/gitlab@master 2023-03-03 15:08:43 +00:00
GitLab Bot 6180f62ab3 Add latest changes from gitlab-org/gitlab@master 2023-02-09 12:11:06 +00:00
GitLab Bot 5421d61b1d Add latest changes from gitlab-org/gitlab@master 2022-11-23 18:07:55 +00:00
GitLab Bot d3fb07d5b1 Add latest changes from gitlab-org/gitlab@master 2022-08-08 21:09:31 +00:00
GitLab Bot c25c2a508b Add latest changes from gitlab-org/gitlab@master 2022-07-22 18:08:56 +00:00
GitLab Bot 42afc4d656 Add latest changes from gitlab-org/gitlab@master 2022-03-03 15:16:42 +00:00
GitLab Bot a7d30d92f8 Add latest changes from gitlab-org/gitlab@master 2021-10-21 09:09:48 +00:00
GitLab Bot beb5d989d2 Add latest changes from gitlab-org/gitlab@master 2021-09-27 06:09:35 +00:00
GitLab Bot 4905885126 Add latest changes from gitlab-org/gitlab@master 2021-08-03 18:10:02 +00:00
GitLab Bot 95bc188f0d Add latest changes from gitlab-org/gitlab@master 2021-06-19 00:10:16 +00:00
GitLab Bot 62cd7010ef Add latest changes from gitlab-org/gitlab@master 2021-06-11 15:09:58 +00:00
GitLab Bot c06178d51a Add latest changes from gitlab-org/gitlab@master 2021-05-06 09:18:56 +00:00
GitLab Bot 873237b97d Add latest changes from gitlab-org/gitlab@master 2021-04-04 18:09:19 +00:00
GitLab Bot 9b09561f47 Add latest changes from gitlab-org/gitlab@master 2020-12-09 18:09:48 +00:00
GitLab Bot 33827e3a53 Add latest changes from gitlab-org/gitlab@master 2020-11-23 15:09:37 +00:00
GitLab Bot 8b0ef13236 Add latest changes from gitlab-org/gitlab@master 2020-06-03 18:08:28 +00:00
GitLab Bot 37ae6b54ba Add latest changes from gitlab-org/gitlab@master 2020-04-28 15:09:29 +00:00
Lin Jen-Shin 74399a9098
Show Test Automation Engineer for spec/feature as
reviewers.
2019-06-06 21:11:57 +08:00
Douwe Maan 28e1739a3f Port EE System Header And Footer feature to CE
remove EE specific code
remove EE licence checks
move migration from EE to CE folder structure
move specs from EE to CE folder structure
remove EE specific flag specs
2019-02-21 17:55:51 +02:00
Annabel Dunstone Gray fd1f61c02c Update UI of admin appearance settings
Updates the layout of the admin appearance settings to be consistent
with other settings pages across GitLab
2019-02-01 06:32:14 -06:00
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
Alexis Reigel 197932a222
allow only png, ico for favicon uploads
the related omnibus graphicsmagick package only supports those formats.

see https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1975
2018-06-05 16:20:24 +02:00
Alexis Reigel b4d84c07bc
remove favicon preview on appearance page 2018-06-05 16:20:22 +02:00
Alexis Reigel 9e14f437b6
create favicon overlay on the client
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
2018-06-05 16:20:21 +02:00
Alexis Reigel 85a8e6f26a
whitelist allowed file types for custom favicons 2018-06-05 16:20:20 +02:00
Alexis Reigel 40d8d7df4b
feature spec for managing appearance > favicon 2018-06-05 16:20:19 +02:00
Markus Koller b8a3931925
Add custom brand text on new project pages 2017-12-04 17:22:59 +01:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Tim Zallmann 52b8a0db68 Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
Bob Van Landuyt 458f3cf9b0 Update specs for new upload path 2017-07-18 15:38:54 +02:00
Robert Speicher e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
DJ Mountney 1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00
jurre a0c48ec62b Move Admin Appearance spinach feature to rspec 2016-12-19 17:41:54 +01:00