| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
Added 2 buttons when link checkboxes are checked to set them either public or private.
Related to #572 #1160
|
| |\ \ \
| | | | |
| | | | | |
Update README, CHANGELOG and AUTHORS for v0.10.4
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\ \ \
| | | | |
| | | | | |
Hotfix: History controller for the REST API has been renamed in a previous commit
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
commit
but the class name hasn't been updated in index.php
|
| |\ \ \
| | | | |
| | | | | |
docs: add readthedocs configuration file
|
| | | |/
| | |/|
| | | |
| | | |
| | | | |
workaround for mkdocs incompatibility with python 3.7
https://github.com/rtfd/readthedocs.org/issues/5250
|
| |\ \ \
| | | | |
| | | | | |
add "Select all" string and French translation
|
| | |/ / |
|
| |\ \ \
| | |/ /
| |/| | |
accessibility fixes
|
| | |\ \
| | | | |
| | | | | |
delete useless titles
|
| | |/ / |
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | | |
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
|
| |\ \
| | | |
| | | | |
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.
|
| |\ \
| | | |
| | | | |
Update badges, changelog and documentation for v0.10.3
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\ \ \
| | | | |
| | | | | |
Documentation: drop PHP 7.0 compatibility in Shaarli 11.x
|
| | | |/
| | |/|
| | | |
| | | | |
related to #1249
|
| |\ \ \
| | | | |
| | | | | |
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)
|
| |\ \ \
| | | | |
| | | | | |
Remove the redirector setting
|
| | |/ /
| | | |
| | | |
| | | | |
Fixes #1239
|
| |\ \ \
| | | | |
| | | | | |
Fix button overlapping on mobile in linklist
|
| | |/ / |
|
| |\ \ \
| | |_|/
| |/| | |
Fix thumbnails disabling if PHP GD is not installed
|
| | |/ |
|
| |\ \
| | |/
| |/| |
doc: fix invalid links
|
| | |
| | |
| | | |
Fixes warnings from https://travis-ci.org/shaarli/Shaarli/jobs/486928133
|
| |\ \
| | | |
| | | | |
Do not check the IP address with session protection disabled
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows the user to stay logged in if his IP changes.
Fixes #1106
|
| |\ \ \
| | |_|/
| |/| | |
Run Shaarli's tests against PHP 7.3 RC1 on Travis
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Update Community-&-Related-software.md
|
| | |\ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
Update Community-&-Related-software.md
|
| |/ / / |
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Replace Doxygen with phpDocumentor to generate reference documentation
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See:
- https://phpdoc.org/
- https://docs.phpdoc.org/references/configuration.html
- https://github.com/phpDocumentor/phpDocumentor2
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\ \ \
| | | | |
| | | | | |
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>
|
| |\ \ \
| | |/ /
| |/| | |
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>
|
| |\ \
| | | |
| | | | |
Ensure all PHP classes are properly namespaced
|