]>
git.immae.eu Git - github/shaarli/Shaarli.git/log
Rajat Hans [Wed, 24 Jul 2019 16:29:56 +0000 (21:59 +0530)]
Responsive issue with delete button fix
ArthurHoaro [Sat, 20 Jul 2019 07:36:39 +0000 (09:36 +0200)]
Merge pull request #1317 from ArthurHoaro/feature/default-colors
Plugin to override default template colors
ArthurHoaro [Sat, 13 Jul 2019 09:02:05 +0000 (11:02 +0200)]
Default colors plugin - Documentation
ArthurHoaro [Sat, 13 Jul 2019 08:49:50 +0000 (10:49 +0200)]
Default colors plugin - Translations
ArthurHoaro [Sat, 13 Jul 2019 08:44:44 +0000 (10:44 +0200)]
Add the new hook save_plugin_parameters to the demo plugin
ArthurHoaro [Sat, 13 Jul 2019 08:38:19 +0000 (10:38 +0200)]
Default colors plugin - Add unit tests
Luce Carević [Sat, 13 Jul 2019 16:56:43 +0000 (18:56 +0200)]
fix a11y
Luce Carević [Sat, 13 Jul 2019 16:26:31 +0000 (18:26 +0200)]
fix a11y
ArthurHoaro [Sat, 13 Jul 2019 13:09:47 +0000 (15:09 +0200)]
Merge pull request #1323 from llune/patch-5
fix a11y label
ArthurHoaro [Sat, 13 Jul 2019 13:09:20 +0000 (15:09 +0200)]
Merge pull request #1321 from llune/patch-3
a11y fix img without alt
ArthurHoaro [Sat, 13 Jul 2019 13:09:08 +0000 (15:09 +0200)]
Merge pull request #1324 from llune/patch-6
a11y fix add banner mobile version
ArthurHoaro [Sat, 13 Jul 2019 13:08:50 +0000 (15:08 +0200)]
Merge pull request #1322 from llune/patch-4
fix a11y label
ArthurHoaro [Sat, 13 Jul 2019 13:08:42 +0000 (15:08 +0200)]
Merge pull request #1320 from llune/master
a11y fix: label and tabindex
Luce Carević [Fri, 12 Jul 2019 22:40:30 +0000 (00:40 +0200)]
a11y fix add banner mobile version
Luce Carević [Fri, 12 Jul 2019 22:09:54 +0000 (00:09 +0200)]
fix a11y label
Luce Carević [Fri, 12 Jul 2019 22:07:50 +0000 (00:07 +0200)]
fix a11y label
Luce Carević [Fri, 12 Jul 2019 22:04:25 +0000 (00:04 +0200)]
fix img without alt
Luce Carević [Fri, 12 Jul 2019 21:56:43 +0000 (23:56 +0200)]
fix blank
Luce Carević [Fri, 12 Jul 2019 21:54:42 +0000 (23:54 +0200)]
a11y fix: label and tabindex
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)
ArthurHoaro [Mon, 8 Jul 2019 21:10:00 +0000 (23:10 +0200)]
WIP - Plugin to override default template colors
* 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
ArthurHoaro [Sat, 6 Jul 2019 10:34:02 +0000 (12:34 +0200)]
Merge pull request #1313 from ArthurHoaro/feature/desc-retrieval
Automatically retrieve description for new bookmarks
ArthurHoaro [Sat, 8 Jun 2019 11:59:19 +0000 (13:59 +0200)]
Automatically retrieve description for new bookmarks
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
ArthurHoaro [Sat, 8 Jun 2019 12:09:33 +0000 (14:09 +0200)]
Merge pull request #1311 from Agurato/master
Building Docker image for armhf outputs error
ArthurHoaro [Sat, 8 Jun 2019 12:09:07 +0000 (14:09 +0200)]
Merge pull request #1308 from ArthurHoaro/feature/daily-date
Daily - display the current day instead of the previous one
Agurato [Tue, 4 Jun 2019 17:52:22 +0000 (19:52 +0200)]
Rollback on removing php7-curl from step 4
Agurato [Sun, 2 Jun 2019 10:57:33 +0000 (12:57 +0200)]
Fix armhf Dockerfile
Agurato [Sun, 2 Jun 2019 10:52:07 +0000 (12:52 +0200)]
Fix armhf Dockerfile
ArthurHoaro [Thu, 30 May 2019 08:54:02 +0000 (10:54 +0200)]
Merge pull request #1309 from ArthurHoaro/feature/qrcode-link
Remove QRCode link to an external service
ArthurHoaro [Sat, 25 May 2019 15:00:23 +0000 (17:00 +0200)]
Remove QRCode link to an external service
ArthurHoaro [Sat, 25 May 2019 14:40:45 +0000 (16:40 +0200)]
Daily - display the current day instead of the previous one
Also mention if it's today or yesterday for clarity using `dayDesc`
variable
Fixes #1299
ArthurHoaro [Sat, 25 May 2019 14:13:56 +0000 (16:13 +0200)]
Merge pull request #1273 from ArthurHoaro/feature/ban-manager
Rewrite IP ban management
ArthurHoaro [Sat, 25 May 2019 13:38:49 +0000 (15:38 +0200)]
Merge pull request #1301 from ArthurHoaro/template/print-css
Add print CSS rules to the default template
ArthurHoaro [Sat, 25 May 2019 13:38:15 +0000 (15:38 +0200)]
Merge pull request #1305 from ArthurHoaro/feature/forkawsome
Switch from FontAwesome v4.x to ForkAwesome
ArthurHoaro [Sun, 19 May 2019 09:57:23 +0000 (11:57 +0200)]
Switch from FontAwesome v4.x to ForkAwesome
And use the Shaarli icon made by @xuv in the header and footer (default template).
ArthurHoaro [Sun, 19 May 2019 09:38:06 +0000 (11:38 +0200)]
Merge pull request #1304 from ArthurHoaro/hotfix/yarn-dep
Update node-sass to fix a vulnerability in node tar dependency
ArthurHoaro [Wed, 8 May 2019 09:30:16 +0000 (11:30 +0200)]
Update node-sass to fix a vulnerability in node tar dependency
See https://github.com/sass/node-sass/issues/2625
ArthurHoaro [Wed, 8 May 2019 10:09:06 +0000 (12:09 +0200)]
Add print CSS rules to the default template
Fixes #1291
* Display the header bar only on the first page
* Hide search bars, pagination buttons, filters, and edit/delete buttons
ArthurHoaro [Wed, 8 May 2019 09:44:54 +0000 (11:44 +0200)]
Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all
Hide select all button on mobile view
ArthurHoaro [Wed, 8 May 2019 09:00:58 +0000 (11:00 +0200)]
Merge pull request #1295 from ArthurHoaro/feature/visited-link-color
Slightly lighten visited link color
ArthurHoaro [Wed, 8 May 2019 09:00:33 +0000 (11:00 +0200)]
Merge pull request #1296 from ArthurHoaro/feature/sticky-label
Display sticky label in linklist
ArthurHoaro [Mon, 22 Apr 2019 10:39:15 +0000 (12:39 +0200)]
Hide select all button on mobile view
Bulk actions are not available on mobile view yet
ArthurHoaro [Mon, 22 Apr 2019 10:31:09 +0000 (12:31 +0200)]
Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility
Bulk action: set visibility
ArthurHoaro [Mon, 22 Apr 2019 09:23:47 +0000 (11:23 +0200)]
Display sticky label in linklist
Add sticky label, like private label, in linklist to make it more visible.
ArthurHoaro [Mon, 22 Apr 2019 08:19:10 +0000 (10:19 +0200)]
Slightly lighten visited link color
To make it more visible in the middle of raw text.
nodiscc [Mon, 15 Apr 2019 23:24:11 +0000 (00:24 +0100)]
Merge pull request #1294 from virtualtam/changelog/v0.10.4
Update README, CHANGELOG and AUTHORS for v0.10.4
VirtualTam [Mon, 15 Apr 2019 22:22:15 +0000 (00:22 +0200)]
Update README, CHANGELOG and AUTHORS for v0.10.4
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
ArthurHoaro [Mon, 15 Apr 2019 15:56:06 +0000 (17:56 +0200)]
Merge pull request #1293 from ArthurHoaro/hotfix/history-rename
Hotfix: History controller for the REST API has been renamed in a previous commit
ArthurHoaro [Mon, 15 Apr 2019 15:45:58 +0000 (17:45 +0200)]
Hotfix: History controller for the REST API has been renamed in a previous commit
but the class name hasn't been updated in index.php
nodiscc [Sun, 31 Mar 2019 12:05:51 +0000 (12:05 +0000)]
Merge pull request #1288 from shaarli/fix-mkdocs
docs: add readthedocs configuration file
nodiscc [Sat, 30 Mar 2019 16:07:31 +0000 (17:07 +0100)]
docs: add readthedocs configuration file
workaround for mkdocs incompatibility with python 3.7
https://github.com/rtfd/readthedocs.org/issues/5250
ArthurHoaro [Mon, 25 Mar 2019 22:35:13 +0000 (23:35 +0100)]
Merge pull request #1283 from llune/patch-1
add "Select all" string and French translation
ArthurHoaro [Mon, 25 Mar 2019 22:34:47 +0000 (23:34 +0100)]
Merge pull request #1281 from llune/master
accessibility fixes
Luce Carević [Sat, 2 Mar 2019 13:39:33 +0000 (14:39 +0100)]
add "Select all" string and French translation
Luce Carević [Sat, 2 Mar 2019 12:44:37 +0000 (13:44 +0100)]
Merge pull request #1 from llune/pr2
delete useless titles
Luce Carević [Sat, 2 Mar 2019 12:40:21 +0000 (13:40 +0100)]
delete useless titles
Luce Carević [Sat, 2 Mar 2019 12:32:36 +0000 (13:32 +0100)]
fix empty links and hide <i> for screenreaders
Luce Carević [Sat, 2 Mar 2019 11:56:08 +0000 (12:56 +0100)]
footer and contentinfo
ArthurHoaro [Sat, 2 Mar 2019 09:54:30 +0000 (10:54 +0100)]
Merge pull request #1272 from ArthurHoaro/feature/html-lang
Accessibility: specify the HTML lang attribute
ArthurHoaro [Sat, 2 Mar 2019 09:54:06 +0000 (10:54 +0100)]
Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieve
Do not try to retrieve thumbnails for internal link
Aurélien Tamisier [Sun, 24 Feb 2019 14:51:01 +0000 (15:51 +0100)]
Merge pull request #1279 from virtualtam/changelog/v0.10.3
Update badges, changelog and documentation for v0.10.3
VirtualTam [Sat, 23 Feb 2019 15:48:10 +0000 (16:48 +0100)]
Update badges, changelog and documentation for v0.10.3
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
ArthurHoaro [Sun, 24 Feb 2019 11:27:35 +0000 (12:27 +0100)]
Merge pull request #1275 from ArthurHoaro/doc/drop-php70
Documentation: drop PHP 7.0 compatibility in Shaarli 11.x
ArthurHoaro [Sat, 9 Feb 2019 13:13:08 +0000 (14:13 +0100)]
Do not try to retrieve thumbnails for internal link
Also adds a helper function to determine if a link is a note and apply it across multiple files.
ArthurHoaro [Sun, 24 Feb 2019 10:30:35 +0000 (11:30 +0100)]
Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warning
Fix a warning if links sticky status isn't set
ArthurHoaro [Sun, 24 Feb 2019 10:29:56 +0000 (11:29 +0100)]
Merge pull request #1269 from ArthurHoaro/feature/remove-redirector
Remove the redirector setting
ArthurHoaro [Sun, 24 Feb 2019 10:17:05 +0000 (11:17 +0100)]
Merge pull request #1274 from ArthurHoaro/hotfix/css-buttons-mobile
Fix button overlapping on mobile in linklist
ArthurHoaro [Sun, 24 Feb 2019 10:16:02 +0000 (11:16 +0100)]
Merge pull request #1268 from ArthurHoaro/hotfix/thumb-gd-disable
Fix thumbnails disabling if PHP GD is not installed
nodiscc [Sat, 9 Feb 2019 18:52:40 +0000 (18:52 +0000)]
Merge pull request #1264 from shaarli/doc-fix-mkdocs-warnings
doc: fix invalid links
ArthurHoaro [Sat, 9 Feb 2019 16:59:53 +0000 (17:59 +0100)]
Bulk action: set visibility
Added 2 buttons when link checkboxes are checked to set them either public or private.
Related to #572 #1160
ArthurHoaro [Sat, 9 Feb 2019 16:02:30 +0000 (17:02 +0100)]
Documentation: drop PHP 7.0 compatibility in Shaarli 11.x
related to #1249
ArthurHoaro [Sat, 9 Feb 2019 15:56:24 +0000 (16:56 +0100)]
Fix button overlapping on mobile in linklist
ArthurHoaro [Sat, 9 Feb 2019 15:44:48 +0000 (16:44 +0100)]
Rewrite IP ban management
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
ArthurHoaro [Sat, 9 Feb 2019 13:29:35 +0000 (14:29 +0100)]
Accessibility: specify the HTML lang attribute
The lang is based on the user defined one. If the language is automatic, no language will be specified.
Fixes #1216
ArthurHoaro [Sat, 9 Feb 2019 13:04:16 +0000 (14:04 +0100)]
Fix a warning if links sticky status isn't set
- initiate its status to false when the link is created
- if not defined, initiate its status to false (can happen if the updater hasn't run)
ArthurHoaro [Sat, 9 Feb 2019 12:52:12 +0000 (13:52 +0100)]
Remove the redirector setting
Fixes #1239
ArthurHoaro [Sat, 9 Feb 2019 12:05:37 +0000 (13:05 +0100)]
Fix thumbnails disabling if PHP GD is not installed
ArthurHoaro [Sat, 9 Feb 2019 11:36:31 +0000 (12:36 +0100)]
Merge pull request #1182 from ArthurHoaro/feature/session-protection-stay-login
Do not check the IP address with session protection disabled
ArthurHoaro [Sat, 9 Feb 2019 10:07:58 +0000 (11:07 +0100)]
Merge pull request #1229 from ArthurHoaro/travis/php-7.3
Run Shaarli's tests against PHP 7.3 RC1 on Travis
ArthurHoaro [Sat, 6 Oct 2018 11:22:13 +0000 (13:22 +0200)]
Run Shaarli's tests againt PHP 7.3 RC1 on Travis
nodiscc [Thu, 31 Jan 2019 13:21:34 +0000 (13:21 +0000)]
doc: fix invalid links
Fixes warnings from https://travis-ci.org/shaarli/Shaarli/jobs/
486928133
nodiscc [Thu, 31 Jan 2019 13:19:30 +0000 (13:19 +0000)]
Merge pull request #1261 from trailjeep/patch-1
Update Community-&-Related-software.md
nodiscc [Thu, 31 Jan 2019 13:13:34 +0000 (13:13 +0000)]
Merge branch 'master' into patch-1
nodiscc [Thu, 31 Jan 2019 13:12:22 +0000 (13:12 +0000)]
Merge pull request #1262 from trailjeep/patch-2
Update Community-&-Related-software.md
trailjeep [Sat, 26 Jan 2019 20:51:40 +0000 (15:51 -0500)]
Update Community-&-Related-software.md
trailjeep [Sat, 26 Jan 2019 19:06:54 +0000 (14:06 -0500)]
Update Community-&-Related-software.md
Aurélien Tamisier [Wed, 23 Jan 2019 21:14:32 +0000 (22:14 +0100)]
Merge pull request #1258 from virtualtam/refactor/phpdoc
Replace Doxygen with phpDocumentor to generate reference documentation
Aurélien Tamisier [Wed, 23 Jan 2019 21:12:52 +0000 (22:12 +0100)]
Merge pull request #1257 from virtualtam/security/composer-advisories
composer: enforce PHP security advisories
Aurélien Tamisier [Mon, 21 Jan 2019 09:54:30 +0000 (10:54 +0100)]
Merge pull request #1259 from virtualtam/fix/render/strip-opengraph-description
fix: ensure HTML tags are stripped from OpenGraph description
VirtualTam [Fri, 18 Jan 2019 21:58:09 +0000 (22:58 +0100)]
fix: ensure HTML tags are stripped from OpenGraph description
Fixes https://github.com/shaarli/Shaarli/issues/1250
Relates to https://github.com/shaarli/Shaarli/issues/1242
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Fri, 18 Jan 2019 21:44:21 +0000 (22:44 +0100)]
doc: remove Doxygen configuration
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Fri, 18 Jan 2019 21:36:13 +0000 (22:36 +0100)]
doc: add Make target to run phpDocumentor with Docker
This target provides a convenient way for running phpDocumentor without
cluttering the system's configuration with PHP extensions, nor the
Composer dependencies.
See:
- https://hub.docker.com/r/phpdoc/phpdoc/dockerfile
- https://github.com/phpDocumentor/phpDocumentor2#via-docker
An alternative is to download the PHAR and run it locally:
- https://docs.phpdoc.org/getting-started/installing.html#phar
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Fri, 18 Jan 2019 21:24:58 +0000 (22:24 +0100)]
doc: add phpDocumentor configuration
See:
- https://phpdoc.org/
- https://docs.phpdoc.org/references/configuration.html
- https://github.com/phpDocumentor/phpDocumentor2
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Fri, 18 Jan 2019 20:35:11 +0000 (21:35 +0100)]
composer: enforce PHP security advisories
This adds roave/security-advisories to prevent installing PHP packages with
known vulnerabilities with Composer.
See:
- https://github.com/FriendsOfPHP/security-advisories
- https://github.com/Roave/SecurityAdvisories
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Aurélien Tamisier [Fri, 18 Jan 2019 20:26:03 +0000 (21:26 +0100)]
Merge pull request #1248 from virtualtam/refactor/namespacing
Ensure all PHP classes are properly namespaced
VirtualTam [Sat, 12 Jan 2019 22:55:38 +0000 (23:55 +0100)]
Optimize and cleanup imports
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Sat, 12 Jan 2019 22:19:15 +0000 (23:19 +0100)]
API: update test regexes to comply with PCRE2
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Tue, 4 Dec 2018 22:49:29 +0000 (23:49 +0100)]
composer: add and document optional PHP extensions
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Tue, 4 Dec 2018 22:17:23 +0000 (23:17 +0100)]
namespacing: add plugin tests to \Shaarli\Plugin\[...]
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Mon, 3 Dec 2018 23:26:50 +0000 (00:26 +0100)]
namespacing: \Shaarli\Plugin\PluginManager
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam [Mon, 3 Dec 2018 23:13:42 +0000 (00:13 +0100)]
namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils
Signed-off-by: VirtualTam <virtualtam@flibidi.net>