aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1426 from aguytech/v0.11-fixesv0.11ArthurHoaro2020-06-252-2/+2
|\
| * Remove an error come from parsing of showDaily() when thumbnail option is ↵aguy tech2020-03-011-1/+1
| | | | | | | | desactivated
| * Add an exception to method 'whitelist_protocols' for url started with '#'aguy tech2020-03-011-1/+1
|/ | | | | Allows local link for markdown. Actually a local link write with '[text](#local_link)' in MD syntax produce 'http://#local_link' in place of '#local_link'
* Bump version to v0.11.1v0.11.1ArthurHoaro2019-08-031-1/+1
|
* Merge branch 'master' into v0.11ArthurHoaro2019-08-0317-182/+217
|\
| * Merge pull request #1345 from ArthurHoaro/changelog-v0.11.1ArthurHoaro2019-08-032-3/+16
| |\ | | | | | | Changelog v0.11.1
| | * Changelog v0.11.1ArthurHoaro2019-08-032-3/+16
| |/
| * Merge pull request #1344 from agentcobra/agentcobra-patch-1ArthurHoaro2019-08-031-1/+1
| |\ | | | | | | little fix template
| | * little fix templateagentcobra2019-08-011-1/+1
| | | | | | | | | fix link between label and checkbox (updateCheck)
| * | Merge pull request #1342 from ArthurHoaro/hotfix/composer-php71ArthurHoaro2019-08-012-132/+158
| |\ \ | | | | | | | | Upgrade composer dependencies from PHP 7.1
| | * | Upgrade composer dependencies from PHP 7.1ArthurHoaro2019-08-012-132/+158
| |/ /
| * | Merge pull request #1341 from ArthurHoaro/hotfix/travis-eolArthurHoaro2019-08-011-4/+0
| |\ \ | | | | | | | | Remove Travis unit tests against PHP 5.6 and 7.0
| | * | Remove Travis unit tests against PHP 5.6 and 7.0ArthurHoaro2019-08-011-4/+0
| |/ /
| * | Merge pull request #1340 from shaarli/fix-doc-linksnodiscc2019-08-011-1/+1
| |\ \ | | |/ | |/| doc: fix broken markdown link
| | * doc: fix broken markdown linknodiscc2019-08-011-1/+1
| |/ | | | | | | fixes https://github.com/shaarli/Shaarli/issues/1330
| * Merge pull request #1337 from ArthurHoaro/hotfix/docker-buildArthurHoaro2019-07-291-1/+1
| |\ | | | | | | Docker: Bump NodeJS version to prevent an issue with node-sass
| | * Docker: Bump NodeJS version to prevent an issue with node-sassArthurHoaro2019-07-291-1/+1
| |/
| * Merge pull request #1327 from llune/masterArthurHoaro2019-07-298-38/+38
| |\ | | | | | | a11y fixes
| | * maj linklist Luce Carević2019-07-281-0/+2
| | | | | | | | | put back the link on the thumbmail and fix a11y
| | * fix a11yLuce Carević2019-07-137-27/+25
| | |
| | * fix a11yLuce Carević2019-07-133-14/+14
| | |
| * | Bump badges versionArthurHoaro2019-07-271-2/+2
| | |
* | | Bump Shaarli version to v0.11.0v0.11.0ArthurHoaro2019-07-271-1/+1
|/ /
* | Merge pull request #1333 from ArthurHoaro/hotfix/sticky-updateArthurHoaro2019-07-271-14/+10
|\ \ | | | | | | Persist sticky status on bookmark update
| * | Persist sticky status on bookmark updateArthurHoaro2019-07-271-14/+10
| | | | | | | | | | | | Fixes #1331
* | | Merge pull request #1334 from ArthurHoaro/changelog-v11ArthurHoaro2019-07-272-4/+51
|\ \ \ | |/ / |/| | Changelog and authors for v0.11 release
| * | Changelog and authors for v0.11 releaseArthurHoaro2019-07-272-4/+51
|/ / | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* | Merge pull request #1332 from rajathans/master_fixArthurHoaro2019-07-271-1/+0
|\ \ | | | | | | Responsive issue with delete button fix
| * | Responsive issue with delete button fixRajat Hans2019-07-241-1/+0
|/ /
* | Merge pull request #1317 from ArthurHoaro/feature/default-colorsArthurHoaro2019-07-2013-39/+439
|\ \ | |/ |/| Plugin to override default template colors
| * Default colors plugin - DocumentationArthurHoaro2019-07-202-0/+21
| |
| * Default colors plugin - TranslationsArthurHoaro2019-07-201-10/+43
| |
| * Add the new hook save_plugin_parameters to the demo pluginArthurHoaro2019-07-202-0/+22
| |
| * Default colors plugin - Add unit testsArthurHoaro2019-07-203-12/+250
| |
| * WIP - Plugin to override default template colorsArthurHoaro2019-07-087-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-5ArthurHoaro2019-07-131-3/+3
|\ \ | | | | | | fix a11y label
| * | fix a11y labelLuce Carević2019-07-131-3/+3
| |/
* | Merge pull request #1321 from llune/patch-3ArthurHoaro2019-07-131-1/+1
|\ \ | | | | | | a11y fix img without alt
| * | fix img without altLuce Carević2019-07-131-1/+1
| |/
* | Merge pull request #1324 from llune/patch-6ArthurHoaro2019-07-131-1/+3
|\ \ | | | | | | a11y fix add banner mobile version
| * | a11y fix add banner mobile versionLuce Carević2019-07-131-1/+3
| |/
* | Merge pull request #1322 from llune/patch-4ArthurHoaro2019-07-131-2/+2
|\ \ | | | | | | fix a11y label
| * | fix a11y labelLuce Carević2019-07-131-2/+2
| |/
* | Merge pull request #1320 from llune/masterArthurHoaro2019-07-131-8/+6
|\ \ | |/ |/| a11y fix: label and tabindex
| * fix blankLuce Carević2019-07-121-1/+1
| |
| * a11y fix: label and tabindexLuce Carević2019-07-121-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-retrievalArthurHoaro2019-07-068-75/+374
|\ | | | | Automatically retrieve description for new bookmarks
| * Automatically retrieve description for new bookmarksArthurHoaro2019-07-068-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/masterArthurHoaro2019-06-081-1/+1
|\ | | | | Building Docker image for armhf outputs error
| * Rollback on removing php7-curl from step 4Agurato2019-06-041-0/+1
| |