summaryrefslogtreecommitdiffstats
path: root/webapp/utils/url.jsx
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-1444] Created latinise function and updated cleanUpUrlable function to ↵chrismatteson2017-05-151-1/+4
| | | | utilize (#6273)
* PLT-6368 Changed client to always use window.location.origin over SiteURL ↵Harrison Healey2017-04-211-4/+0
| | | | (#6193)
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Rename channel (#5322)fengpan2017-02-171-4/+5
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-0/+29
webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.