| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 27 | -84/+86 |
* | API: update test regexes to comply with PCRE2 | VirtualTam | 2019-01-13 | 1 | -2/+2 |
* | namespacing: add plugin tests to \Shaarli\Plugin\[...] | VirtualTam | 2019-01-12 | 9 | -15/+22 |
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 9 | -15/+14 |
* | namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils | VirtualTam | 2019-01-12 | 9 | -7/+8 |
* | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 5 | -7/+9 |
* | namespacing: \Shaarli\ApplicationUtils | VirtualTam | 2019-01-12 | 2 | -23/+23 |
* | namespacing: \Shaarli\Updater | VirtualTam | 2019-01-12 | 3 | -16/+24 |
* | namespacing: move LinkUtils along \Shaarli\Bookmark classes | VirtualTam | 2019-01-12 | 3 | -115/+122 |
* | namespacing: \Shaarli\Bookmark\LinkFilter | VirtualTam | 2019-01-12 | 2 | -12/+17 |
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 20 | -38/+55 |
* | namespacing: \Shaarli\FileUtils | VirtualTam | 2019-01-12 | 3 | -4/+4 |
* | namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils} | VirtualTam | 2019-01-12 | 1 | -1/+1 |
* | namespacing: move HTTP utilities along \Shaarli\Http\ classes | VirtualTam | 2019-01-12 | 12 | -29/+50 |
* | namespacing: \Shaarli\Http\Url | VirtualTam | 2019-01-12 | 1 | -11/+12 |
* | namespacing: \Shaarli\Http\Base64Url | VirtualTam | 2019-01-12 | 1 | -1/+1 |
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 4 | -22/+25 |
* | namespacing: \Shaarli\Exceptions\IOException | VirtualTam | 2019-01-12 | 3 | -6/+10 |
* | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 9 | -32/+38 |
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 5 | -19/+56 |
* | lint: apply phpcbf to tests/ | VirtualTam | 2018-12-02 | 26 | -43/+38 |
* | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 1 | -0/+2 |
|\ |
|
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -0/+2 |
* | | Merge pull request #1212 from ArthurHoaro/hotfix/hashtag-md-escape | ArthurHoaro | 2018-10-06 | 5 | -6/+38 |
|\ \ |
|
| * | | Fix hashtags with markdown escape enabled | ArthurHoaro | 2018-08-14 | 5 | -6/+38 |
| |/ |
|
* | | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 6 | -26/+133 |
* | | Isso plugin: add an icon in linklist if enabled | ArthurHoaro | 2018-08-14 | 1 | -6/+10 |
|/ |
|
* | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 5 | -12/+258 |
|\ |
|
| * | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 1 | -1/+1 |
| * | Thumbnails: add a common mode to only retrieve thumbs from popular media webs... | ArthurHoaro | 2018-07-05 | 3 | -11/+41 |
| * | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 2 | -10/+42 |
| * | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 4 | -27/+134 |
| * | ConfigManager: add a method to remove an entry | ArthurHoaro | 2018-07-05 | 1 | -0/+23 |
| * | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 2 | -0/+54 |
* | | Merge pull request #1141 from ArthurHoaro/api/tags | ArthurHoaro | 2018-07-10 | 11 | -0/+711 |
|\ \
| |/
|/| |
|
| * | GetTagsTest - Update to alpha sort for equal occurences | ArthurHoaro | 2018-07-05 | 3 | -8/+8 |
| * | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 11 | -0/+711 |
* | | docker: move testing resources to tests/docker | VirtualTam | 2018-06-16 | 4 | -0/+141 |
|/ |
|
* | Merge pull request #1143 from ArthurHoaro/sort-equal-tags | ArthurHoaro | 2018-06-04 | 1 | -0/+100 |
|\ |
|
| * | Tag sort - UT + comment + fix filter and visibility | ArthurHoaro | 2018-05-29 | 1 | -0/+100 |
* | | SessionManager+LoginManager: fix checkLoginState logic | VirtualTam | 2018-06-02 | 1 | -5/+10 |
* | | Add test coverage for LoginManager methods | VirtualTam | 2018-06-02 | 3 | -6/+157 |
* | | SessionManager: remove unused UID token | VirtualTam | 2018-06-02 | 1 | -13/+0 |
* | | Refactor LoginManager stay-signed-in token management | VirtualTam | 2018-06-02 | 1 | -0/+31 |
* | | Refactor session and cookie timeout control | VirtualTam | 2018-06-02 | 1 | -22/+159 |
* | | Move LoginManager and SessionManager to the Security namespace | VirtualTam | 2018-06-02 | 2 | -2/+2 |
* | | Refactor user credential validation at login time | VirtualTam | 2018-05-29 | 1 | -2/+2 |
* | | Refactor client session hijacking protection | VirtualTam | 2018-05-29 | 1 | -0/+52 |
* | | Fix feed permalink rendering with markdown escape set to true | ArthurHoaro | 2018-05-19 | 1 | -0/+55 |
|/ |
|
* | Update parsedown to its latest version instead of fixed 1.6 | ArthurHoaro | 2018-03-31 | 1 | -2/+2 |