Commit Graph

16 Commits

Author SHA1 Message Date
GitLab Bot dbb27a9153 Add latest changes from gitlab-org/gitlab@master 2021-06-30 03:07:30 +00:00
GitLab Bot 835f1214dc Add latest changes from gitlab-org/gitlab@master 2021-02-14 18:09:20 +00:00
GitLab Bot b2e2c43b3c Add latest changes from gitlab-org/gitlab@master 2020-12-24 00:10:25 +00:00
GitLab Bot 9b14160725 Add latest changes from gitlab-org/gitlab@master 2020-08-24 18:10:19 +00:00
GitLab Bot f1d9023a90 Add latest changes from gitlab-org/gitlab@master 2020-04-21 18:09:31 +00:00
GitLab Bot dd4bee69b7 Add latest changes from gitlab-org/gitlab@master 2020-03-12 21:09:45 +00:00
GitLab Bot d948f526ea Add latest changes from gitlab-org/gitlab@master 2019-09-19 15:06:08 +00:00
Brandon Labuschagne 353cc8046c Internationalisation of javascript/s* directories
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-03 07:42:19 +00:00
Mike Greiling 46e3ad4b94
Prettify sidebar modules 2018-10-17 00:44:22 -05:00
Phil Hughes 2f7b71df76 Merge branch '10-7-security_issue_42029' into 'security-10-7'
Sanitize user name to avoid XSS attacks

See merge request gitlab/gitlabhq!2373
2018-04-30 15:01:01 -05:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Jacob Schatz 35c8fd5586 Update to jQuery 3. 2018-02-20 22:20:48 +00:00
Phil Hughes cbfc97b112
karma spec fixes 2017-10-10 10:14:23 +01:00
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
James Ramsay 0ed23790a4 Fix spelling of occurred 2017-09-26 08:46:09 -04:00
Eric Eastwood 90c60138db Move "Move to different project" to sidebar
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-03 22:03:17 -05:00