| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The new bookmark service wasn't handling private tags properly.
nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists.
Fixes #726
|
|\
| |
| | |
Store bookmarks as PHP objects and add a service layer to retrieve them
|
| |
| |
| |
| | |
See #1307
|
| |
| |
| |
| | |
See https://github.com/shaarli/Shaarli/issues/1307
|
|/
|
|
| |
See https://github.com/shaarli/Shaarli/issues/1307 for details
|
|\
| |
| | |
Run Unit Tests against PHP 7.4
|
|/
|
|
|
|
|
|
| |
Bump PHPUnit version and fix unit test
- Globals are handled differently and are persistent through tests
- Tests without assertions are marked as risky: some of them are just
meant to check that no error is raised.
|
|\
| |
| | |
Doc: add screenshots of all pages
|
| |
| |
| | |
Fixes https://github.com/shaarli/Shaarli/issues/598
|
|\ \
| | |
| | | |
Avoiding warning 'PHP Notice: Undefined index: updated'
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
by apache 2.2 and no mod_version
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix #1382 - update documentation related to docker images
|
|/ /
| |
| |
| | |
version used
|
|\ \
| | |
| | | |
Add php-json as required PHP module
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Without php-json the installation stops with a white screen and the following error:
> 09-Nov-2019 14:05:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Shaarli\Config\json_encode() in /var/www/html/shaarli/application/config/ConfigJson.php:48
> Stack trace:
> #0 /var/www/html/shaarli/application/config/ConfigManager.php(239): Shaarli\Config\ConfigJson->write('data/config.jso...', Array)
> #1 /var/www/html/shaarli/index.php(1835): Shaarli\Config\ConfigManager->write(false)
> #2 /var/www/html/shaarli/index.php(178): install(Object(Shaarli\Config\ConfigManager), Object(Shaarli\Security\SessionManager), Object(Shaarli\Security\LoginManager))
> #3 {main}
> thrown in /var/www/html/shaarli/application/config/ConfigJson.php on line 48
Tested with Shaarli 0.10.4 on CentOS 8 with Httpd 2.4.37 and PHP 7.2.11.
|
|\ \
| | |
| | | |
Fix some typos and remove a few unnecessary comments in demo plugin
|
|/ / |
|
|\ \
| | |
| | | |
doc: CI/dev tools: add paragraph about documentation/mkdocs
|
| | | |
|
| | |
| | |
| | | |
Fixes https://github.com/shaarli/Shaarli/issues/1335
|
|\ \ \
| | | |
| | | | |
emojione & twemoji removed
|
|/ / /
| | |
| | | |
Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated.
|
|\ \ \
| |/ /
|/| | |
thumbnailer: add soundcloud.com to list of common media domains
|
|/ /
| |
| | |
OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image
|
|\ \
| | |
| | | |
Add pelican shaarli_poster plugin to list of integrations
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bump mixin-deep from 1.3.1 to 1.3.2
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \ \
| | | |
| | | | |
Fix RSS permalink included in Markdown bloc
|
|/ / /
| | |
| | |
| | | |
Adds another line break before inserting RSS permalink to avoid including it in markdown blocs, such as blockquote.
|
|\ \ \
| |/ /
|/| | |
Fix undefined thumbnail in OpenGraph headers
|
| | |
| | |
| | |
| | | |
Fixes #1362
|
|\ \ \
| |_|/
|/| | |
Bump lodash from 4.17.11 to 4.17.15
|
|/ /
| |
| |
| |
| |
| |
| | |
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | | |
Markdown plugin: fix RSS feed direct link reverse
|
| |/
| |
| |
| | |
The plugin was only reversing permalinks and failed with setting rss_permalinks set to false
|
|\ \
| |/
|/| |
Fix image lazy loading issues
|
|/
|
|
|
| |
For some reason, bLazy won't load the image if the img block has
either 0 height or width.
|
|\
| |
| | |
Bump PHP version check in index.php
|
|/
|
|
| |
Fixes #1249
|
|\
| |
| | |
Fix UT: LinkDBTest - make each tests independant
|
|/
|
|
|
| |
Otherwise the datastore is empty in the last test, making it
inconsistent due to dates issues.
|
|\
| |
| | |
ATOM Feed: use instance name as author name instead of URL
|
| |
| |
| |
| | |
Related FreshRSS/FreshRSS#2466
|