Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ESLint after dependency upgrade | ArthurHoaro | 2020-09-22 | 1 | -9/+10 |
| | |||||
* | Upgrade front end dependencies | ArthurHoaro | 2020-09-22 | 2 | -20/+20 |
| | | | | | | | | | | | | | Mostly in order to get rid of deprecated deps, and upgrade vulnerable ones. - Upgrade webpack from 3.x to 4.x - Moved babel package to main repo - Replaced deprecated extract-text-webpack-plugin with extract-text-webpack-plugin - Replaced deprecated babel-minify-webpack-plugin with terser-webpack-plugin - Replaced deprecated node-sass with (dart) sass package - Replaced deprecated sass-lint with stylelint (the rules might be a bit different Related to #1531: trivy doesn't raise any more issue | ||||
* | Merge pull request #1526 from kcaran/links_per_page | ArthurHoaro | 2020-09-03 | 1 | -0/+5 |
|\ | |||||
| * | Moved definition of a.selected to pass sasslint test | Keith Carangelo | 2020-08-30 | 1 | -4/+4 |
| | | |||||
| * | Added $links_per_page variable to template and display on default | Keith Carangelo | 2020-08-29 | 1 | -0/+5 |
| | | |||||
* | | 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 thumbnail synchronize page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Process token retrieve through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -2/+2 |
| | |||||
* | 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 | 2 | -13/+22 |
| | | | | | | | 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 | 2 | -3/+7 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 2 | -6/+6 |
| | |||||
* | Fix SASS Lint | ArthurHoaro | 2020-01-26 | 1 | -4/+4 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 1 | -1/+12 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -0/+173 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Fix image lazy loading issues | ArthurHoaro | 2019-08-15 | 1 | -0/+2 |
| | | | | | For some reason, bLazy won't load the image if the img block has either 0 height or width. | ||||
* | Responsive issue with delete button fix | Rajat Hans | 2019-07-24 | 1 | -1/+0 |
| | |||||
* | WIP - Plugin to override default template colors | ArthurHoaro | 2019-07-08 | 1 | -26/+32 |
| | | | | | | | | | | * Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312 | ||||
* | Merge pull request #1301 from ArthurHoaro/template/print-css | ArthurHoaro | 2019-05-25 | 1 | -0/+14 |
|\ | | | | | Add print CSS rules to the default template | ||||
| * | Add print CSS rules to the default template | ArthurHoaro | 2019-05-08 | 1 | -0/+14 |
| | | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons | ||||
* | | Switch from FontAwesome v4.x to ForkAwesome | ArthurHoaro | 2019-05-19 | 2 | -2/+2 |
|/ | | | | And use the Shaarli icon made by @xuv in the header and footer (default template). | ||||
* | Merge pull request #1295 from ArthurHoaro/feature/visited-link-color | ArthurHoaro | 2019-05-08 | 1 | -1/+1 |
|\ | | | | | Slightly lighten visited link color | ||||
| * | Slightly lighten visited link color | ArthurHoaro | 2019-04-22 | 1 | -1/+1 |
| | | | | | | | | To make it more visible in the middle of raw text. | ||||
* | | Merge pull request #1296 from ArthurHoaro/feature/sticky-label | ArthurHoaro | 2019-05-08 | 1 | -2/+10 |
|\ \ | | | | | | | Display sticky label in linklist | ||||
| * | | Display sticky label in linklist | ArthurHoaro | 2019-04-22 | 1 | -2/+10 |
| |/ | | | | | | | Add sticky label, like private label, in linklist to make it more visible. | ||||
* | | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility | ArthurHoaro | 2019-04-22 | 1 | -0/+22 |
|\ \ | |/ |/| | Bulk action: set visibility | ||||
| * | 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 | ||||
* | | Fix button overlapping on mobile in linklist | ArthurHoaro | 2019-02-09 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1208 from ArthurHoaro/feature/select-all | ArthurHoaro | 2018-10-06 | 2 | -5/+24 |
|\ | | | | | Add a button to toggle all checkboxes of displayed links | ||||
| * | Add a button to toggle all checkboxes of displayed links | ArthurHoaro | 2018-08-13 | 2 | -5/+24 |
| | | | | | | | | Related to #1160 | ||||
* | | Sticky feature - Add translation and display for logged out users | ArthurHoaro | 2018-10-06 | 1 | -3/+3 |
| | | |||||
* | | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 1 | -0/+12 |
| | | | | | | | | | | | | Meaning that they always appear on top of all links Fixes #186 | ||||
* | | Fix a JS bug preventing AJAX tag deletion to work | ArthurHoaro | 2018-08-16 | 1 | -1/+1 |
|/ | | | | Fixes #1214 | ||||
* | Fix input size for dropdown search form | ArthurHoaro | 2018-08-13 | 1 | -2/+0 |
| | |||||
* | Remove Firefox Social API shaare | ArthurHoaro | 2018-07-28 | 1 | -33/+0 |
| | | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023 | ||||
* | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 1 | -12/+11 |
| | | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config | ||||
* | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 3 | -0/+135 |
| | |||||
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 3 | -10/+11 |
| | |||||
* | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 1 | -4/+4 |
| | | | | | | | | | | * requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes #345 #425 #487 #543 #588 #590 | ||||
* | Reformat default theme SCSS to match SASS rules | ArthurHoaro | 2018-05-10 | 1 | -929/+1117 |
| | |||||
* | Webpack / Rewrite all JS to ES6 Syntax | ArthurHoaro | 2018-03-28 | 5 | -724/+656 |
| | |||||
* | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ | ArthurHoaro | 2018-03-28 | 31 | -0/+3383 |