Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise 404 error instead of 500 if permalink access is denied | ArthurHoaro | 2020-10-28 | 1 | -2/+2 |
| | |||||
* | Feature: add weekly and monthly view/RSS feed for daily page | ArthurHoaro | 2020-10-27 | 1 | -34/+90 |
| | | | | | | | | | - Heavy refactoring of DailyController - Add a banner like in tag cloud to display monthly and weekly links - Translations: t() now supports variables with optional first letter uppercase Fixes #160 | ||||
* | Feature: Share private bookmarks using a URL containing a private key | ArthurHoaro | 2020-10-27 | 1 | -0/+31 |
| | | | | | | | | | | - Add a share link next to « Permalink » in linklist (using share icon from fork awesome) - This link generates a private key associated to the bookmark - Accessing the bookmark while logged out with the proper key will display it Fixes #475 | ||||
* | add search highlight unit tests | ArthurHoaro | 2020-10-16 | 1 | -0/+16 |
| | |||||
* | Strict types: fix an issue in daily where the date could be an int | ArthurHoaro | 2020-10-16 | 1 | -2/+2 |
| | |||||
* | Add strict types for bookmarks management | ArthurHoaro | 2020-10-13 | 1 | -44/+0 |
| | | | | | | | | Parameters typing and using strict types overall increase the codebase quality by enforcing the a given parameter will have the expected type. It also removes the need to unnecessary unit tests checking methods behavior with invalid input. | ||||
* | Add mutex on datastore I/O operations | ArthurHoaro | 2020-10-13 | 1 | -19/+25 |
| | | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132 | ||||
* | Fix missing @expectedException convertion | ArthurHoaro | 2020-09-29 | 1 | -2/+1 |
| | |||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -2/+2 |
| | |||||
* | Convert legacy PHPUnit @expected* to new ->expect* | ArthurHoaro | 2020-09-27 | 1 | -42/+42 |
| | | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect | ||||
* | Comply with PHPUnit V8: setup/teardown functions must return void | ArthurHoaro | 2020-09-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1552 from ArthurHoaro/feature/better-initializer | ArthurHoaro | 2020-09-12 | 1 | -7/+11 |
|\ | |||||
| * | Improve default bookmarks after install | ArthurHoaro | 2020-09-10 | 1 | -7/+11 |
| | | | | | | | | | | | | | | Used @nodiscc suggestion in #1148 (slightly edited). It provides a description of what Shaarli does, Markdown rendering demo, and a thumbnail link. Fixes #1148 | ||||
* | | Fix visibility issue on daily page | ArthurHoaro | 2020-09-06 | 1 | -0/+30 |
|/ | | | | | | This filter (links by day) didn't apply any visibility parameter. Fixes #1543 | ||||
* | Fix basePath in unit tests reference DB | ArthurHoaro | 2020-07-28 | 1 | -2/+2 |
| | |||||
* | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -2/+2 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -10/+10 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Handle tag filtering in the Bookmark service | ArthurHoaro | 2020-07-23 | 1 | -5/+0 |
| | |||||
* | Fix an issue with private tags and fix nomarkdown tag | ArthurHoaro | 2020-01-18 | 1 | -0/+41 |
| | | | | | | | | 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 | ||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -0/+1042 |
See #1307 |