Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Session cookie setting being set while session is active (#1406) | ArthurHoaro | 2020-01-26 | 1 | -0/+2 |
|\ | | | | | Session cookie setting being set while session is active | ||||
| * | Session cookie setting being set while session is active | ArthurHoaro | 2020-01-23 | 1 | -0/+2 |
| | | | | | | | | | | Trying to do will raise a warning since PHP 7.2, and it never worked as intented. See: https://bugs.php.net/bug.php\?id\=75650 | ||||
* | | Fix deprecated use of implode (#1408) | ArthurHoaro | 2020-01-23 | 2 | -2/+2 |
|\ \ | |/ |/| | Fix deprecated use of implode | ||||
| * | Fix deprecated use of implode | ArthurHoaro | 2020-01-23 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1402 from shaarli/fix-makefile | nodiscc | 2020-01-19 | 1 | -1/+2 |
|\ | | | | | fix directory creation in makefile | ||||
| * | fix directory creation in makefile | nodiscc | 2020-01-19 | 1 | -1/+2 |
|/ | | | | the syntax {doc,venor} is only supported in bash and make uses /bin/sh as default shell | ||||
* | Fix an issue with private tags and fix nomarkdown tag (#1399) | ArthurHoaro | 2020-01-18 | 13 | -33/+145 |
|\ | | | | | Fix an issue with private tags and fix nomarkdown tag | ||||
| * | Fix an issue with private tags and fix nomarkdown tag | ArthurHoaro | 2020-01-18 | 13 | -33/+145 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Ulauncher Extension (#1400) | ArthurHoaro | 2020-01-18 | 1 | -0/+3 |
|\ \ | | | | | | | Ulauncher Extension | ||||
| * | | Ulauncher Extension | Sebastien Wains | 2020-01-18 | 1 | -0/+3 |
|/ / | |||||
* | | Fix an issue with bookmark visibility filter (#1398) | ArthurHoaro | 2020-01-18 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix an issue with bookmark visibility filter | ||||
| * | Fix an issue with bookmark visibility filter | ArthurHoaro | 2020-01-18 | 1 | -1/+1 |
|/ | |||||
* | Store bookmarks as PHP objects and add a service layer to retri… (#1307) | ArthurHoaro | 2020-01-18 | 94 | -3314/+8575 |
|\ | | | | | Store bookmarks as PHP objects and add a service layer to retrieve them | ||||
| * | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 46 | -1752/+4722 |
| | | | | | | | | See #1307 | ||||
| * | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 31 | -1502/+631 |
| | | | | | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
| * | Introduce Bookmark object and Service layer to retrieve them | ArthurHoaro | 2020-01-17 | 21 | -66/+3228 |
|/ | | | | See https://github.com/shaarli/Shaarli/issues/1307 for details | ||||
* | Run Unit Tests against PHP 7.4 (#1353) | ArthurHoaro | 2020-01-17 | 11 | -544/+654 |
|\ | | | | | Run Unit Tests against PHP 7.4 | ||||
| * | Run Unit Tests against PHP 7.4 | ArthurHoaro | 2020-01-17 | 11 | -544/+654 |
|/ | | | | | | | | 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. | ||||
* | Merge pull request #1358 from shaarli/doc-add-screenshots | ArthurHoaro | 2020-01-17 | 1 | -1/+12 |
|\ | | | | | Doc: add screenshots of all pages | ||||
| * | Doc: add screenshots of all pages | nodiscc | 2019-08-27 | 1 | -1/+12 |
| | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/598 | ||||
* | | Avoiding warning 'PHP Notice: Undefined index: updated' (#1392) | ArthurHoaro | 2020-01-12 | 2 | -2/+2 |
|\ \ | | | | | | | Avoiding warning 'PHP Notice: Undefined index: updated' | ||||
| * | | Avoiding warning 'PHP Notice: Undefined index: updated' | Lucas Cimon | 2020-01-12 | 2 | -2/+2 |
|/ / | |||||
* | | doc: siplify troubleshooting, link to reference docs, reorder | nodiscc | 2020-01-04 | 1 | -66/+15 |
| | | |||||
* | | doc: troubleshooting: add note about error 500/internal server error caused ↵ | nodiscc | 2020-01-04 | 1 | -0/+4 |
| | | | | | | | | by apache 2.2 and no mod_version | ||||
* | | doc: remove obsolete link | nodiscc | 2019-11-27 | 1 | -2/+0 |
| | | |||||
* | | doc: remove obsolete link | nodiscc | 2019-11-27 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #1383 from doc75/doc_docker | Aurélien Tamisier | 2019-11-26 | 1 | -7/+1 |
|\ \ | | | | | | | Fix #1382 - update documentation related to docker images | ||||
| * | | Fix #1382 - update documentation related to docker images base image and PHP ↵ | Guillaume Virlet | 2019-11-26 | 1 | -7/+1 |
|/ / | | | | | | | version used | ||||
* | | Merge pull request #1379 from rfolo9li/patch-1 | nodiscc | 2019-11-09 | 1 | -1/+1 |
|\ \ | | | | | | | Add php-json as required PHP module | ||||
| * | | doc: add explanation of php-json requirement | nodiscc | 2019-11-09 | 1 | -1/+1 |
| | | | |||||
| * | | Added php-json as required PHP module | rfolo9li | 2019-11-09 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #1374 from paulvandenburg/demo-plugin-typos | nodiscc | 2019-10-27 | 1 | -14/+9 |
|\ \ | | | | | | | Fix some typos and remove a few unnecessary comments in demo plugin | ||||
| * | | Fix some typos and remove a few unnecessary comments in demo plugin | Paul van den Burg | 2019-10-26 | 1 | -14/+9 |
|/ / | |||||
* | | Merge pull request #1366 from shaarli/doc-setuptools-mkdocs | nodiscc | 2019-10-02 | 1 | -0/+3 |
|\ \ | | | | | | | doc: CI/dev tools: add paragraph about documentation/mkdocs | ||||
| * | | fix typo | nodiscc | 2019-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | doc: CI/dev tools: add paragraph about documentation/mkdocs | nodiscc | 2019-09-19 | 1 | -0/+3 |
| | | | | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1335 | ||||
* | | | Merge pull request #1368 from NerosTie/patch-1 | nodiscc | 2019-09-28 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | emojione & twemoji removed | ||||
| * | | | emojione & twemoji removed | Neros | 2019-09-25 | 1 | -2/+0 |
|/ / / | | | | | | | Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated. | ||||
* | | | Merge pull request #1367 from shaarli/thumbnailer-soundcloud | nodiscc | 2019-09-21 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | thumbnailer: add soundcloud.com to list of common media domains | ||||
| * | | thumbnailer: add soundcloud.com to list of common media domains | nodiscc | 2019-09-21 | 1 | -0/+1 |
|/ / | | | | | OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image | ||||
* | | Merge pull request #1361 from Lucas-C/patch-1 | nodiscc | 2019-09-19 | 1 | -0/+1 |
|\ \ | | | | | | | Add pelican shaarli_poster plugin to list of integrations | ||||
| * | | doc: update shaarli_poster pelican plugin url | nodiscc | 2019-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | Add pelican shaarli_poster plugin to list of integrations | Lucas Cimon | 2019-09-04 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #1365 from shaarli/dependabot/npm_and_yarn/mixin-deep-1.3.2 | nodiscc | 2019-09-19 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Bump mixin-deep from 1.3.1 to 1.3.2 | ||||
| * | | | Bump mixin-deep from 1.3.1 to 1.3.2 | dependabot[bot] | 2019-09-19 | 1 | -3/+3 |
|/ / / | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | Merge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalink | nodiscc | 2019-09-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix RSS permalink included in Markdown bloc | ||||
| * | | | Fix RSS permalink included in Markdown bloc | ArthurHoaro | 2019-09-12 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Adds another line break before inserting RSS permalink to avoid including it in markdown blocs, such as blockquote. | ||||
* | | | Fix undefined thumbnail in OpenGraph headers (#1363) | ArthurHoaro | 2019-09-10 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | Fix undefined thumbnail in OpenGraph headers | ||||
| * | | Fix undefined thumbnail on OpenGraph headers | ArthurHoaro | 2019-09-10 | 2 | -2/+2 |
| | | | | | | | | | | | | Fixes #1362 | ||||
* | | | Merge pull request #1359 from shaarli/dependabot/npm_and_yarn/lodash-4.17.15 | ArthurHoaro | 2019-08-27 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | Bump lodash from 4.17.11 to 4.17.15 |