Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot 133924c6cc Add latest changes from gitlab-org/gitlab@master 2019-10-11 00:06:24 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Paul Slaughter 4fdc34c109
Fix mergeUrlParams handling of `+`
**What was the issue?**
If a param value had `+`, it would be encoded as a
literal `+` instead of a space.
2019-08-19 10:28:23 -05:00
Simon Knox 055a7b973d Simplify getTimeDiff function
Pass keyname instead of translated string
2019-08-08 00:06:45 +00:00
Paul Slaughter 908829089c
Update IDE file mirror service (ce utils)
**Notes:**
This module is a client to the webide-file-sync service.
https://gitlab.com/gitlab-org/webide-file-sync
2019-06-07 09:12:11 -05:00
Paul Gascou-Vaillancourt 6ca5b19aaf Add global isSafeURL utility
- Added isSafeURL utility based on prior work in gitlab-ee
- Also added isAbsoluteOrRootRelative() and getBaseURL() utils,
  needed by isSafeURL
- Removed URL() fallback because URL() is now polyfilled
- Updated specs
2019-06-03 08:10:34 -04:00