| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes presence of empty tags for private tags and in search results | ArthurHoaro | 2017-01-03 | 1 | -0/+13 |
* | Prepare settings for the API in the admin page and during the install | ArthurHoaro | 2016-12-12 | 1 | -0/+26 |
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -1/+5 |
* | Minor code cleanup: PHPDoc, spelling, unused variables, etc. | ArthurHoaro | 2016-10-20 | 1 | -1/+7 |
* | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -54/+1 |
* | Fix startsWith and endsWith case | ArthurHoaro | 2016-05-10 | 1 | -2/+14 |
* | Makes escape a recursive function which handle array of strings | ArthurHoaro | 2016-03-25 | 1 | -3/+11 |
* | Refactor showAtom, and make it use the ATOM template | ArthurHoaro | 2016-03-18 | 1 | -1/+1 |
* | Merge pull request #491 from ArthurHoaro/markdown-escape2 | Arthur | 2016-02-25 | 1 | -1/+17 |
|\ |
|
| * | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -1/+17 |
* | | Apply the locale to all categories and move autolocale to Utils.php | ArthurHoaro | 2016-02-19 | 1 | -0/+25 |
|/ |
|
* | Merge pull request #379 from ArthurHoaro/plugin-markdown | Arthur | 2016-01-31 | 1 | -8/+0 |
|\ |
|
| * | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 1 | -8/+0 |
* | | fix: use PHP_EOL for carriage returns in file logs | VirtualTam | 2016-01-18 | 1 | -1/+1 |
* | | Logging: improve formatting to enable fail2ban parsing | VirtualTam | 2016-01-16 | 1 | -2/+7 |
* | | Logging: move logm() from index.php to application/Utils.php | VirtualTam | 2016-01-16 | 1 | -0/+13 |
* | | Link filter refactoring | ArthurHoaro | 2016-01-06 | 1 | -5/+7 |
|/ |
|
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -0/+53 |
* | application: move checkPHPVersion from Utils to ApplicationUtils | VirtualTam | 2015-11-24 | 1 | -20/+0 |
* | cleanup: remove the executable bit from source scripts | VirtualTam | 2015-11-11 | 1 | -0/+0 |
* | Fixes #356 | ArthurHoaro | 2015-11-04 | 1 | -5/+6 |
* | Session ID: extend the regex to match possible hash representations | VirtualTam | 2015-09-06 | 1 | -1/+6 |
* | Allow uppercase letters in PHP sessionid format | ArthurHoaro | 2015-09-02 | 1 | -1/+1 |
* | Avoid Full Path Disclosure error on session error. | ArthurHoaro | 2015-08-22 | 1 | -1/+25 |
* | PHP: ensure 5.3 compatibility, refactor timezone utilities | VirtualTam | 2015-07-13 | 1 | -1/+22 |
* | Prevent redirection loop everytime we rely on HTTP_REFERER: | ArthurHoaro | 2015-07-12 | 1 | -1/+33 |
* | LinkDB::filterDay(): check input date format | VirtualTam | 2015-07-09 | 1 | -0/+15 |
* | move escape() and sanitizeLink() to application/Utils.php | nodiscc | 2015-06-24 | 1 | -0/+27 |
* | LinkDB: move to a proper file, add test coverage | VirtualTam | 2015-06-11 | 1 | -0/+45 |