aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #388 from ArthurHoaro/pluginadminArthur2016-01-313-0/+130
|\
| * Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-313-0/+130
* | Merge pull request #379 from ArthurHoaro/plugin-markdownArthur2016-01-311-0/+112
|\ \ | |/ |/|
| * PLUGIN MarkdownArthurHoaro2016-01-031-0/+112
* | fix: use PHP_EOL for carriage returns in file logsVirtualTam2016-01-181-1/+1
* | Logging: improve formatting to enable fail2ban parsingVirtualTam2016-01-161-1/+1
* | Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-0/+66
* | Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-113-13/+116
* | Merge pull request #424 from ArthurHoaro/searchArthur2016-01-063-208/+268
|\ \
| * | Link filter refactoringArthurHoaro2016-01-063-208/+268
* | | Merge pull request #417 from ArthurHoaro/wallabag-improveVirtualTam2016-01-023-1/+74
|\ \ \ | |/ / |/| |
| * | Wallabag plugin improvementArthurHoaro2015-12-273-1/+74
| |/
* / QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-2/+2
|/
* Remove dummycache folder on tear down.ArthurHoaro2015-12-031-1/+10
* application: default to the "stable" branch for update checksVirtualTam2015-11-271-2/+12
* application: refactor version checks, move to ApplicationUtilsVirtualTam2015-11-264-5/+223
* URL encode links when a redirector is set.ArthurHoaro2015-11-263-2/+62
* application: move checkPHPVersion from Utils to ApplicationUtilsVirtualTam2015-11-242-31/+31
* install: check file/directory permissions for Shaarli resourcesVirtualTam2015-11-242-2/+72
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-112-0/+0
* Merge pull request #275 from shaarli/plugin-propositionArthur2015-11-0810-177/+1179
|\
| * Merge pull request #281 from ArthurHoaro/plugin-wallabagArthur2015-11-081-0/+49
| |\
| | * unit tests for the wallabag pluginArthurHoaro2015-11-081-0/+49
| * | Merge pull request #280 from ArthurHoaro/plugin-readityourselfArthur2015-11-081-0/+75
| |\ \
| | * | unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-0/+75
| | |/
| * | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbarArthur2015-11-081-0/+100
| |\ \
| | * | unit test for addlink_toolbar + coding styleArthurHoaro2015-11-081-0/+100
| | |/
| * | Merge pull request #284 from ArthurHoaro/plugin-playvideosArthur2015-11-071-0/+61
| |\ \
| | * | Add unit tests for Playvideos pluginArthurHoaro2015-11-071-0/+61
| | |/
| * | Merge pull request #285 from ArthurHoaro/plugin-qrcodeArthur2015-11-071-0/+67
| |\ \
| | * | Add unit tests for the QRCode pluginArthurHoaro2015-11-071-0/+67
| | |/
| * / Add unit test for archiveorg pluginArthurHoaro2015-11-071-0/+48
| |/
| * Unit tests for Router and PluginManager.ArthurHoaro2015-11-074-184/+184
| * Plugin system - COREArthurHoaro2015-11-073-0/+602
* | Fixes #356ArthurHoaro2015-11-041-0/+2
|/
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-144-0/+283
* Url: introduce global helper functions for cleanup and scheme detectionGuillaume Virlet2015-09-084-27/+143
* HTTP: move utils to a proper file, add testsVirtualTam2015-09-061-0/+38
* Session ID: extend the regex to match possible hash representationsVirtualTam2015-09-062-4/+107
* Allow uppercase letters in PHP sessionid formatArthurHoaro2015-09-021-1/+1
* Merge pull request #326 from ArthurHoaro/bug-urlVirtualTam2015-08-311-0/+16
|\
| * Fixes #325 - Shaarli does not recognize saved linksArthurHoaro2015-08-311-0/+16
* | Avoid Full Path Disclosure error on session error.ArthurHoaro2015-08-221-1/+18
|/
* Links: refactor & improve URL cleanupVirtualTam2015-08-151-0/+154
* Cache: simplify cached content cleanup, improve testsVirtualTam2015-08-131-1/+17
* CachedPage: move to a proper file, add testsVirtualTam2015-08-134-7/+186
* Installation: default to the server's timezoneVirtualTam2015-08-041-1/+0
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-134-12/+127
* Merge pull request #257 from ArthurHoaro/tag-http-refererVirtualTam2015-07-121-1/+26
|\
| * Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-121-1/+26