Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docker: Bump NodeJS version to prevent an issue with node-sass | ArthurHoaro | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1327 from llune/master | ArthurHoaro | 2019-07-29 | 8 | -38/+38 |
|\ | | | | | a11y fixes | ||||
| * | maj linklist | Luce Carević | 2019-07-28 | 1 | -0/+2 |
| | | | | | | put back the link on the thumbmail and fix a11y | ||||
| * | fix a11y | Luce Carević | 2019-07-13 | 7 | -27/+25 |
| | | |||||
| * | fix a11y | Luce Carević | 2019-07-13 | 3 | -14/+14 |
| | | |||||
* | | Bump badges version | ArthurHoaro | 2019-07-27 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1333 from ArthurHoaro/hotfix/sticky-update | ArthurHoaro | 2019-07-27 | 1 | -14/+10 |
|\ \ | | | | | | | Persist sticky status on bookmark update | ||||
| * | | Persist sticky status on bookmark update | ArthurHoaro | 2019-07-27 | 1 | -14/+10 |
| | | | | | | | | | | | | Fixes #1331 | ||||
* | | | Merge pull request #1334 from ArthurHoaro/changelog-v11 | ArthurHoaro | 2019-07-27 | 2 | -4/+51 |
|\ \ \ | |/ / |/| | | Changelog and authors for v0.11 release | ||||
| * | | Changelog and authors for v0.11 release | ArthurHoaro | 2019-07-27 | 2 | -4/+51 |
|/ / | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | | Merge pull request #1332 from rajathans/master_fix | ArthurHoaro | 2019-07-27 | 1 | -1/+0 |
|\ \ | | | | | | | Responsive issue with delete button fix | ||||
| * | | Responsive issue with delete button fix | Rajat Hans | 2019-07-24 | 1 | -1/+0 |
|/ / | |||||
* | | Merge pull request #1317 from ArthurHoaro/feature/default-colors | ArthurHoaro | 2019-07-20 | 13 | -39/+439 |
|\ \ | |/ |/| | Plugin to override default template colors | ||||
| * | Default colors plugin - Documentation | ArthurHoaro | 2019-07-20 | 2 | -0/+21 |
| | | |||||
| * | Default colors plugin - Translations | ArthurHoaro | 2019-07-20 | 1 | -10/+43 |
| | | |||||
| * | Add the new hook save_plugin_parameters to the demo plugin | ArthurHoaro | 2019-07-20 | 2 | -0/+22 |
| | | |||||
| * | Default colors plugin - Add unit tests | ArthurHoaro | 2019-07-20 | 3 | -12/+250 |
| | | |||||
| * | WIP - Plugin to override default template colors | ArthurHoaro | 2019-07-08 | 7 | -29/+115 |
| | | | | | | | | | | | | | | | | | | | | * 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 #1323 from llune/patch-5 | ArthurHoaro | 2019-07-13 | 1 | -3/+3 |
|\ \ | | | | | | | fix a11y label | ||||
| * | | fix a11y label | Luce Carević | 2019-07-13 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #1321 from llune/patch-3 | ArthurHoaro | 2019-07-13 | 1 | -1/+1 |
|\ \ | | | | | | | a11y fix img without alt | ||||
| * | | fix img without alt | Luce Carević | 2019-07-13 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1324 from llune/patch-6 | ArthurHoaro | 2019-07-13 | 1 | -1/+3 |
|\ \ | | | | | | | a11y fix add banner mobile version | ||||
| * | | a11y fix add banner mobile version | Luce Carević | 2019-07-13 | 1 | -1/+3 |
| |/ | |||||
* | | Merge pull request #1322 from llune/patch-4 | ArthurHoaro | 2019-07-13 | 1 | -2/+2 |
|\ \ | | | | | | | fix a11y label | ||||
| * | | fix a11y label | Luce Carević | 2019-07-13 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #1320 from llune/master | ArthurHoaro | 2019-07-13 | 1 | -8/+6 |
|\ \ | |/ |/| | a11y fix: label and tabindex | ||||
| * | fix blank | Luce Carević | 2019-07-12 | 1 | -1/+1 |
| | | |||||
| * | a11y fix: label and tabindex | Luce Carević | 2019-07-12 | 1 | -9/+7 |
|/ | | | | | Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex). Fix inputs without labels (the placeholder attribute is not a proper labelling method) | ||||
* | Merge pull request #1313 from ArthurHoaro/feature/desc-retrieval | ArthurHoaro | 2019-07-06 | 8 | -75/+374 |
|\ | | | | | Automatically retrieve description for new bookmarks | ||||
| * | Automatically retrieve description for new bookmarks | ArthurHoaro | 2019-07-06 | 8 | -75/+374 |
|/ | | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302 | ||||
* | Merge pull request #1311 from Agurato/master | ArthurHoaro | 2019-06-08 | 1 | -1/+1 |
|\ | | | | | Building Docker image for armhf outputs error | ||||
| * | Rollback on removing php7-curl from step 4 | Agurato | 2019-06-04 | 1 | -0/+1 |
| | | |||||
| * | Fix armhf Dockerfile | Agurato | 2019-06-02 | 1 | -1/+1 |
| | | |||||
| * | Fix armhf Dockerfile | Agurato | 2019-06-02 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #1308 from ArthurHoaro/feature/daily-date | ArthurHoaro | 2019-06-08 | 5 | -312/+431 |
|\ \ | |/ |/| | Daily - display the current day instead of the previous one | ||||
| * | Daily - display the current day instead of the previous one | ArthurHoaro | 2019-05-25 | 5 | -312/+431 |
| | | | | | | | | | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299 | ||||
* | | Merge pull request #1309 from ArthurHoaro/feature/qrcode-link | ArthurHoaro | 2019-05-30 | 2 | -2/+1 |
|\ \ | |/ |/| | Remove QRCode link to an external service | ||||
| * | Remove QRCode link to an external service | ArthurHoaro | 2019-05-25 | 2 | -2/+1 |
|/ | |||||
* | Merge pull request #1273 from ArthurHoaro/feature/ban-manager | ArthurHoaro | 2019-05-25 | 6 | -184/+630 |
|\ | | | | | Rewrite IP ban management | ||||
| * | Rewrite IP ban management | ArthurHoaro | 2019-02-09 | 6 | -184/+630 |
| | | | | | | | | | | | | | | This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587 | ||||
* | | Merge pull request #1301 from ArthurHoaro/template/print-css | ArthurHoaro | 2019-05-25 | 2 | -2/+16 |
|\ \ | | | | | | | Add print CSS rules to the default template | ||||
| * | | Add print CSS rules to the default template | ArthurHoaro | 2019-05-08 | 2 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons | ||||
* | | | Merge pull request #1305 from ArthurHoaro/feature/forkawsome | ArthurHoaro | 2019-05-25 | 6 | -10/+11 |
|\ \ \ | | | | | | | | | Switch from FontAwesome v4.x to ForkAwesome | ||||
| * | | | Switch from FontAwesome v4.x to ForkAwesome | ArthurHoaro | 2019-05-19 | 6 | -10/+11 |
|/ / / | | | | | | | | | | And use the Shaarli icon made by @xuv in the header and footer (default template). | ||||
* | | | Merge pull request #1304 from ArthurHoaro/hotfix/yarn-dep | ArthurHoaro | 2019-05-19 | 2 | -1040/+2054 |
|\ \ \ | | | | | | | | | Update node-sass to fix a vulnerability in node tar dependency | ||||
| * | | | Update node-sass to fix a vulnerability in node tar dependency | ArthurHoaro | 2019-05-19 | 2 | -1040/+2054 |
| |/ / | | | | | | | | | | See https://github.com/sass/node-sass/issues/2625 | ||||
* | | | Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all | ArthurHoaro | 2019-05-08 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Hide select all button on mobile view | ||||
| * | | Hide select all button on mobile view | ArthurHoaro | 2019-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Bulk actions are not available on mobile view yet | ||||
* | | | Merge pull request #1295 from ArthurHoaro/feature/visited-link-color | ArthurHoaro | 2019-05-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Slightly lighten visited link color |