aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/default/js/base.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve Manage tags pageArthurHoaro2020-10-161-1/+1
| | | | Fixes #1125
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-061-2/+8
| | | | | | XSS vulnerabilities fixed in editlink, linklist, tag.cloud and tag.list. Also fixed tag search with special characters: urlencode function needs to be applied on raw data, before espaping, otherwise the rendered URL is wrong.
* Fix ESLint after dependency upgradeArthurHoaro2020-09-221-9/+10
|
* Export: refresh CRSF token after submitArthurHoaro2020-09-011-3/+16
| | | | | | This allow users to submit the form multiple times, because there is no actual browser redirection to the page. Fixes #1532
* Better support for notes permalinkArthurHoaro2020-07-281-2/+6
|
* Process token retrieve through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process change visibility action through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-4/+4
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-10/+17
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Process manage tags page through Slim controllerArthurHoaro2020-07-231-3/+3
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-5/+5
|
* Bulk action: set visibilityArthurHoaro2019-02-091-0/+22
| | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160
* Merge pull request #1208 from ArthurHoaro/feature/select-allArthurHoaro2018-10-061-4/+23
|\ | | | | Add a button to toggle all checkboxes of displayed links
| * Add a button to toggle all checkboxes of displayed linksArthurHoaro2018-08-131-4/+23
| | | | | | | | Related to #1160
* | Fix a JS bug preventing AJAX tag deletion to workArthurHoaro2018-08-161-1/+1
|/ | | | Fixes #1214
* Remove Firefox Social API shaareArthurHoaro2018-07-281-33/+0
| | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023
* Webpack / Rewrite all JS to ES6 SyntaxArthurHoaro2018-03-281-615/+557
|
* Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ArthurHoaro2018-03-281-0/+664