Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1567 from ArthurHoaro/feature/async-title-retrieval | ArthurHoaro | 2020-10-20 | 1 | -10/+2 |
|\ | |||||
| * | Add a setting to retrieve bookmark metadata asynchrounously | ArthurHoaro | 2020-10-15 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - There is a new standalone script (metadata.js) which requests a new controller to get bookmark metadata and fill the form async - This feature is enabled with the new setting: general.enable_async_metadata (enabled by default) - general.retrieve_description is now enabled by default - A small rotating loader animation has a been added to bookmark inputs when metadata is being retrieved (default template) - Custom JS htmlentities has been removed and mathiasbynens/he library is used instead Fixes #1563 | ||||
* | | Improve Manage tags page | ArthurHoaro | 2020-10-16 | 1 | -1/+1 |
|/ | | | | Fixes #1125 | ||||
* | Security: fix multiple XSS vulnerabilities + fix search tags with special chars | ArthurHoaro | 2020-10-06 | 1 | -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 upgrade | ArthurHoaro | 2020-09-22 | 1 | -9/+10 |
| | |||||
* | Export: refresh CRSF token after submit | ArthurHoaro | 2020-09-01 | 1 | -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 permalink | ArthurHoaro | 2020-07-28 | 1 | -2/+6 |
| | |||||
* | Process token retrieve through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Process change visibility action through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -4/+4 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -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 controller | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 1 | -5/+5 |
| | |||||
* | Bulk action: set visibility | ArthurHoaro | 2019-02-09 | 1 | -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-all | ArthurHoaro | 2018-10-06 | 1 | -4/+23 |
|\ | | | | | Add a button to toggle all checkboxes of displayed links | ||||
| * | Add a button to toggle all checkboxes of displayed links | ArthurHoaro | 2018-08-13 | 1 | -4/+23 |
| | | | | | | | | Related to #1160 | ||||
* | | Fix a JS bug preventing AJAX tag deletion to work | ArthurHoaro | 2018-08-16 | 1 | -1/+1 |
|/ | | | | Fixes #1214 | ||||
* | Remove Firefox Social API shaare | ArthurHoaro | 2018-07-28 | 1 | -33/+0 |
| | | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023 | ||||
* | Webpack / Rewrite all JS to ES6 Syntax | ArthurHoaro | 2018-03-28 | 2 | -683/+603 |
| | |||||
* | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ | ArthurHoaro | 2018-03-28 | 2 | -0/+767 |