summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/url_utility.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+58
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-8/+8
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+41
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-5/+22
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-7/+34
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+10
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+14
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-10/+56
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-041-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-0/+36
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-0/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-3/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-0/+32
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-0/+8
|
* Fix mergeUrlParams handling of `+`Paul Slaughter2019-08-191-1/+7
| | | | | | **What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
* Simplify getTimeDiff functionSimon Knox2019-08-081-2/+2
| | | | Pass keyname instead of translated string
* Update IDE file mirror service (ce utils)ce-5276-3-update-ide-diff-and-mirror-modulesPaul Slaughter2019-06-071-1/+11
| | | | | | **Notes:** This module is a client to the webide-file-sync service. https://gitlab.com/gitlab-org/webide-file-sync
* Specify exception identifer in catch blocksast-catch-unexpected-tokenPaul Gascou-Vaillancourt2019-06-041-1/+1
|
* Add global isSafeURL utilityissafeurl-utilityPaul Gascou-Vaillancourt2019-06-031-0/+36
| | | | | | | | - 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
* Fix API and IDE path with `/` relative_url_rootPaul Slaughter2019-04-241-0/+2
| | | | | | | | **Why?** Previously we simply concatenated our paths, which led to requesting `//api/v4/...` and obviously failed. The BE supports a relative_url_root of `/`. It's a bug that the FE does not.
* Addressing feedback from most recent reviews.Scott Escue2019-01-101-4/+2
|
* Removing the URL manipulation functions added to 'common_utils.js' in favor ↵Scott Escue2019-01-101-14/+43
| | | | of the functions that already existed in 'url_utility.js'. Refactoring 'removeParams' function in 'url_utility.js' to allow url to be passed and to preserve the original host and/or path provided in the url.
* Resolve "mergeUrlParams wrong with fragment url"Thomas Holder2018-11-301-18/+20
|
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-2/+2
|
* fixed karmaPhil Hughes2018-06-071-2/+2
|
* Fixes IDE button on merge requests not working with relative URL configPhil Hughes2018-06-071-1/+1
| | | | Closes #46438
* Fixed Utility Function based on Review CommentsTim Zallmann2018-03-281-3/+3
|
* Removed strangely added importTim Zallmann2018-03-281-2/+0
|
* Added Utility Function for WebIDE URLTim Zallmann2018-03-281-1/+11
|
* Fix mergeUrlParams encoding query parametersEric Eastwood2018-01-021-1/+1
| | | | | | | | Before: /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=✓&state=opened&milestone_title=#upcoming After: /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=%E2%9C%93&state=opened&milestone_title=%23upcoming
* fixed URL being undefined :face_palm:Phil Hughes2017-12-081-2/+2
|
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-19/+4
|
* Moved URL utility methods into es modulesPhil Hughes2017-12-081-69/+58
|
* url_utility and style backportLuke "Jared" Bennett2017-11-131-0/+4
|
* Add create merge checkbox.Jacob Schatz2017-10-121-2/+2
|
* Add test for external HTML artifactEric Eastwood2017-10-031-1/+1
|
* Add external link FE for online artifactsEric Eastwood2017-09-291-2/+18
| | | | FE for https://gitlab.com/gitlab-org/gitlab-ce/issues/34102
* fix IE11 error from sentry32538-urlSimon Knox2017-05-191-1/+2
|
* Remove IIFEs in boards_bundle.jsremove-iife-boards-bundleAlfredo Sumaran2017-04-101-87/+84
|
* respect offset and limit query params for infinite lists28030-infinite-offsetSimon Knox2017-03-091-0/+7
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+86
|
* Remove turbolinks.Bryce Johnson2017-02-021-80/+0
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
|
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-3/+3
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Merge branch 'issue-boards-filter-label-spaces' into 'master' Fatih Acet2016-09-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed list issues not loading with spaces in filtered values ## What does this MR do? Vue resource is very kindly encoding our URL params when sending. However - we didn't actually want the `+` to be encoded because Rails reads that as a space, but doesn't read the encoded value as a space :confused: This converts the `+` into spaces :thumbsup: ## What are the relevant issue numbers? Closes #21920 See merge request !6258