| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't write History for link import | ArthurHoaro | 2017-10-07 | 3 | -48/+65 |
* | Badge version | ArthurHoaro | 2017-10-07 | 1 | -1/+1 |
* | Merge pull request #988 from ArthurHoaro/changelog-0.9.2 | ArthurHoaro | 2017-10-07 | 3 | -3/+46 |
|\ |
|
| * | Update AUTHORS | ArthurHoaro | 2017-10-07 | 2 | -3/+8 |
| * | Changelog v0.9.2 | ArthurHoaro | 2017-10-07 | 1 | -0/+38 |
|/ |
|
* | Merge pull request #987 from ArthurHoaro/hotfix/security-issue | ArthurHoaro | 2017-10-07 | 2 | -3/+3 |
|\ |
|
| * | Fix security issue reported by @chbi | ArthurHoaro | 2017-10-07 | 2 | -3/+3 |
* | | Merge pull request #979 from ArthurHoaro/feature/assets-cache-version | VirtualTam | 2017-10-06 | 6 | -15/+35 |
|\ \ |
|
| * | | Rename shaarli_version constant to uppercase | ArthurHoaro | 2017-10-01 | 3 | -5/+5 |
| * | | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 4 | -10/+30 |
| |/ |
|
* | | Merge pull request #980 from ArthurHoaro/hotfix/textarea-resize-jumpy | VirtualTam | 2017-10-06 | 1 | -0/+6 |
|\ \ |
|
| * | | Fix jumpy textarea with long content in post edit | ArthurHoaro | 2017-10-01 | 1 | -0/+6 |
| |/ |
|
* | | Merge pull request #983 from bvberkum/pullrequest/shaarli-docker-quickstart | VirtualTam | 2017-10-06 | 2 | -0/+89 |
|\ \ |
|
| * | | Minor docker-101 doc updates, typos fixed #983 | B. van Berkum | 2017-10-06 | 1 | -11/+9 |
| * | | Docker quickstart: one more grammar mistake. Made it a bit more terse. | B. van Berkum | 2017-10-03 | 1 | -1/+1 |
| * | | Docker-101: added working systemd config example | B. van Berkum | 2017-10-03 | 1 | -0/+47 |
| * | | Typo's, unified structure a bit. | B. van Berkum | 2017-10-03 | 2 | -10/+5 |
| * | | Docker 101: container start and cleanup | B. van Berkum | 2017-10-03 | 1 | -0/+37 |
| * | | Added docker quickstart example, with user-data volume | B. van Berkum | 2017-10-03 | 1 | -0/+12 |
* | | | Merge pull request #981 from mark-gerarts/default-note-title | VirtualTam | 2017-10-03 | 3 | -1/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Allow setting of a default note title, see #963 | Mark Gerarts | 2017-10-01 | 3 | -1/+3 |
|/ / |
|
* | | Merge pull request #976 from ArthurHoaro/hotfix/url-parentheses | ArthurHoaro | 2017-09-30 | 2 | -1/+11 |
|\ \ |
|
| * | | Fix parsing for description links with parentheses | ArthurHoaro | 2017-09-29 | 2 | -1/+11 |
* | | | Merge pull request #975 from virtualtam/robustness | VirtualTam | 2017-09-30 | 3 | -12/+20 |
|\ \ \
| |_|/
|/| | |
|
| * | | Robustness: safer gzinflate/zlib usage | VirtualTam | 2017-09-28 | 1 | -10/+16 |
| * | | Robustness: safer RainTPL directory handling | VirtualTam | 2017-09-28 | 2 | -2/+4 |
| |/ |
|
* | | Merge pull request #947 from thewilli/wildcardsearch | ArthurHoaro | 2017-09-29 | 2 | -47/+167 |
|\ \
| |/
|/| |
|
| * | wildcard tag search support | Willi Eggeling | 2017-08-30 | 2 | -47/+167 |
* | | Merge pull request #972 from virtualtam/travis/trusty | VirtualTam | 2017-09-19 | 4 | -25/+20 |
|\ \ |
|
| * | | Tests: update localization tests | VirtualTam | 2017-09-19 | 4 | -19/+19 |
| * | | Travis: switch to Ubuntu Trusty build environment | VirtualTam | 2017-09-19 | 1 | -7/+2 |
|/ / |
|
* | | Merge pull request #909 from virtualtam/docker/test-environments | VirtualTam | 2017-09-19 | 7 | -0/+208 |
|\ \ |
|
| * | | docker: add alpine,debian,ubuntu test images | VirtualTam | 2017-09-18 | 7 | -0/+208 |
* | | | Merge pull request #961 from thewilli/private-shaarli-login-redirect | VirtualTam | 2017-09-18 | 3 | -0/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | added option to redirect all anonymous users to login page | Willi Eggeling | 2017-09-03 | 3 | -0/+20 |
* | | | visited links color: same hue as unvisited links, darkened | nodiscc | 2017-09-04 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #939 from ArthurHoaro/hotfix/firefox-social-title | ArthurHoaro | 2017-09-02 | 4 | -4/+69 |
|\ \ |
|
| * | | Firefox Social title: Use document.title instead of RainTPL variable | ArthurHoaro | 2017-09-02 | 1 | -1/+2 |
| * | | Make work behind a reverse proxy | ArthurHoaro | 2017-09-02 | 3 | -3/+67 |
* | | | Merge pull request #956 from virtualtam/fix/make-authors | VirtualTam | 2017-09-02 | 2 | -10/+10 |
|\ \ \ |
|
| * | | | Documentation+Makefile: update AUTHORS generation | VirtualTam | 2017-08-29 | 2 | -10/+10 |
* | | | | Merge pull request #950 from thewilli/delete-fix | ArthurHoaro | 2017-09-01 | 2 | -6/+13 |
|\ \ \ \ |
|
| * | | | | fixed link deletion | Willi Eggeling | 2017-08-30 | 2 | -6/+13 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #951 from thewilli/fix-daily | ArthurHoaro | 2017-09-01 | 1 | -23/+31 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fixed daily links if there are no links | Willi Eggeling | 2017-08-30 | 1 | -23/+31 |
| |/ / |
|
* | | | Merge pull request #944 from thewilli/configure-rememberme | VirtualTam | 2017-08-27 | 5 | -3/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | new setting: default value for 'remember me' checkbox | Willi Eggeling | 2017-08-27 | 5 | -3/+13 |
* | | | Merge pull request #940 from ArthurHoaro/hotfix/empty-urls | VirtualTam | 2017-08-27 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Generates a permalinks URL if the URL is set to blank | ArthurHoaro | 2017-08-25 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #942 from thewilli/fix-wiki-links | VirtualTam | 2017-08-27 | 10 | -14/+14 |
|\ \ \ |
|