| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #785 from ArthurHoaro/hotfix/markdown-html | VirtualTam | 2017-03-04 | 6 | -27/+181 |
|\ |
|
| * | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 6 | -27/+181 |
|/ |
|
* | Merge pull request #754 from ArthurHoaro/webdesign2 | ArthurHoaro | 2017-02-27 | 90 | -1775/+10721 |
|\ |
|
| * | Set the vintage theme by default for the time being | ArthurHoaro | 2017-02-27 | 2 | -0/+54 |
| * | Multiple minor improvements and bugfixes regarding the new templates: | ArthurHoaro | 2017-02-27 | 8 | -42/+116 |
| * | Upgrade awesomplete + fix multiple autocompletion fields | ArthurHoaro | 2017-02-27 | 3 | -79/+137 |
| * | Fix markdown plugin color overriding | ArthurHoaro | 2017-02-27 | 1 | -1/+1 |
| * | Improve plugin_admin.js to support multiple ordered rows | ArthurHoaro | 2017-02-27 | 1 | -7/+15 |
| * | Introduce the new default Shaarli template | ArthurHoaro | 2017-02-27 | 45 | -0/+8751 |
| * | Move default template to vintage folder | ArthurHoaro | 2017-02-27 | 39 | -0/+1 |
|/ |
|
* | Merge pull request #783 from Sbgodin/spaceInBookmarklets | ArthurHoaro | 2017-02-24 | 1 | -9/+3 |
|\ |
|
| * | Removes spaces before and after bookmarklet's name | Christophe HENRY | 2017-02-22 | 1 | -9/+3 |
|/ |
|
* | Merge pull request #728 from ArthurHoaro/api/getLink | ArthurHoaro | 2017-02-19 | 5 | -10/+195 |
|\ |
|
| * | REST API: implements getLink by ID service | ArthurHoaro | 2017-02-19 | 5 | -10/+195 |
|/ |
|
* | Merge pull request #769 from ArthurHoaro/api/getlinks-visibility | ArthurHoaro | 2017-02-13 | 2 | -31/+24 |
|\ |
|
| * | REST API - getLinks: support the visibility parameter | ArthurHoaro | 2017-01-17 | 2 | -31/+24 |
* | | Merge pull request #776 from ArthurHoaro/hotfix/linkdb-update | ArthurHoaro | 2017-02-04 | 1 | -15/+15 |
|\ \ |
|
| * | | Fixes #775: LinkDB do not access LinkDB before ID system migration | ArthurHoaro | 2017-02-04 | 1 | -15/+15 |
|/ / |
|
* | | Merge pull request #771 from ArthurHoaro/master | ArthurHoaro | 2017-01-20 | 3 | -2/+8 |
|\ \
| |/
|/| |
|
| * | Bump version to v0.8.3 | ArthurHoaro | 2017-01-20 | 2 | -2/+2 |
| * | Changelog v0.8.3 | ArthurHoaro | 2017-01-20 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #768 from ArthurHoaro/feature/get-public-links | ArthurHoaro | 2017-01-17 | 5 | -39/+107 |
|\ |
|
| * | Update LinkFilter to be able to filter only public links | ArthurHoaro | 2017-01-16 | 5 | -39/+107 |
* | | Merge pull request #767 from ArthurHoaro/feature/delete-tag-redirect | ArthurHoaro | 2017-01-17 | 3 | -3/+3 |
|\ \ |
|
| * | | Stay on the changetag page after tag deletion | ArthurHoaro | 2017-01-16 | 3 | -3/+3 |
| |/ |
|
* | | Merge pull request #766 from ArthurHoaro/hotfix/deletion-redirect | ArthurHoaro | 2017-01-17 | 1 | -25/+9 |
|\ \ |
|
| * | | Fix redirection after link deletion | ArthurHoaro | 2017-01-16 | 1 | -25/+9 |
| |/ |
|
* | | Merge pull request #765 from ArthurHoaro/master | ArthurHoaro | 2017-01-16 | 3 | -3/+8 |
|\| |
|
| * | Bump version to v0.8.2 | ArthurHoaro | 2017-01-16 | 2 | -3/+3 |
| * | v0.8.2 Changelog | ArthurHoaro | 2017-01-16 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #761 from ArthurHoaro/hotfix/referrer-warning | ArthurHoaro | 2017-01-16 | 1 | -3/+13 |
|\ |
|
| * | Prevent warning if HTTP_REFERER isn't set | ArthurHoaro | 2017-01-15 | 1 | -3/+13 |
* | | Merge pull request #760 from ArthurHoaro/plugins/addlink-css-404 | ArthurHoaro | 2017-01-16 | 2 | -56/+0 |
|\ \ |
|
| * | | Remove CSS call for addlink toolbar plugin | ArthurHoaro | 2017-01-15 | 2 | -56/+0 |
| |/ |
|
* | | Merge pull request #759 from ArthurHoaro/hotfix/dup-tags | ArthurHoaro | 2017-01-16 | 1 | -7/+7 |
|\ \ |
|
| * | | Prevent tag duplicate when renaming | ArthurHoaro | 2017-01-15 | 1 | -7/+7 |
| |/ |
|
* | | Update Changelog | VirtualTam | 2017-01-16 | 1 | -4/+36 |
* | | Bump expected minimal PHP version to 5.5 | VirtualTam | 2017-01-16 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #727 from ArthurHoaro/api/getlinks | ArthurHoaro | 2017-01-15 | 5 | -0/+576 |
|\ |
|
| * | REST API: implement getLinks service | ArthurHoaro | 2017-01-15 | 5 | -0/+576 |
* | | Merge pull request #746 from ArthurHoaro/hotfix/delete-button | ArthurHoaro | 2017-01-15 | 2 | -4/+16 |
|\ \ |
|
| * | | Fix delete button in editlink | ArthurHoaro | 2017-01-07 | 2 | -4/+16 |
* | | | API: expect JWT in the Authorization header | VirtualTam | 2017-01-15 | 2 | -6/+34 |
* | | | Merge pull request #753 from ArthurHoaro/usercss | ArthurHoaro | 2017-01-14 | 2 | -1/+17 |
|\ \ \ |
|
| * | | | Move user.css to data folder | ArthurHoaro | 2017-01-14 | 2 | -1/+17 |
|/ / / |
|
* | | | Add an AUTHORS file, simplify COPYING, bump year to 2017 | VirtualTam | 2017-01-07 | 5 | -28/+62 |
* | | | Cleanup: use safe boolean comparisons | VirtualTam | 2017-01-07 | 4 | -4/+6 |
|/ / |
|
* | | Merge pull request #732 from ArthurHoaro/feature/theme-manager | Arthur | 2017-01-06 | 52 | -16/+215 |
|\ \ |
|
| * | | Fix permalink image alignement in daily page | ArthurHoaro | 2017-01-05 | 1 | -0/+4 |
| * | | Updater: keep custom theme preference with the new theme setting | ArthurHoaro | 2017-01-05 | 8 | -69/+163 |