aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v0.6.0v0.6.0ArthurHoaro2015-11-181-2/+2
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-111-0/+0
* index.php: group globals by theme, format commentsVirtualTam2015-11-111-33/+99
* Merge pull request #275 from shaarli/plugin-propositionArthur2015-11-081-85/+193
|\
| * Handle errors raised by plugins in template. fixes #370ArthurHoaro2015-11-081-19/+33
| * Plugin system - COREArthurHoaro2015-11-071-68/+162
* | Fixes #356ArthurHoaro2015-11-041-3/+7
|/
* Bump version to 0.5.4v0.5.4VirtualTam2015-09-141-2/+2
* Update project information: contributors, `index.php` headerVirtualTam2015-09-141-6/+16
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-141-53/+25
* SSL detection: add support for `X-Forwarded-Proto`Fanch2015-09-131-1/+1
* Url: introduce global helper functions for cleanup and scheme detectionGuillaume Virlet2015-09-081-5/+4
* HTTP: move utils to a proper file, add testsVirtualTam2015-09-061-78/+32
* Session ID: extend the regex to match possible hash representationsVirtualTam2015-09-061-4/+6
* Bump version to v0.5.3v0.5.3ArthurHoaro2015-09-021-2/+2
* Bump version to 0.5.2v0.5.2VirtualTam2015-08-311-2/+2
* Merge pull request #326 from ArthurHoaro/bug-urlVirtualTam2015-08-311-38/+44
|\
| * Add HTTPS support for title extracting featureArthurHoaro2015-08-311-2/+2
| * Fixes #325 - Shaarli does not recognize saved linksArthurHoaro2015-08-311-37/+43
* | Avoid Full Path Disclosure error on session error.ArthurHoaro2015-08-221-13/+28
|/
* Bump version to 0.5.1v0.5.1VirtualTam2015-08-181-2/+2
* Links: refactor & improve URL cleanupVirtualTam2015-08-151-23/+4
* CachedPage: move to a proper file, add testsVirtualTam2015-08-131-78/+35
* Fixes #299: prevent 404 on '?edit_link' while logged outArthurHoaro2015-08-071-7/+36
* Installation: default to the server's timezoneVirtualTam2015-08-041-4/+6
* Bump version to 0.5.0VirtualTam2015-07-301-2/+2
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-131-85/+24
* Merge pull request #257 from ArthurHoaro/tag-http-refererVirtualTam2015-07-121-42/+49
|\
| * Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-121-42/+49
* | English mistake cf sebsauvage/Shaarli#221Arthur2015-07-121-1/+1
* | Fixes warning 'Undefined index: searchtags' while filtering by tags.ArthurHoaro2015-07-121-1/+5
* | Merge pull request #262 from ArthurHoaro/dup-tagsArthur2015-07-121-0/+1
|\ \
| * | Avoid tag duplicatesArthurHoaro2015-07-121-4/+5
* | | Merge pull request #268 from ArthurHoaro/dailrss-templateVirtualTam2015-07-111-41/+59
|\ \ \
| * | | Include the whole <item> in dailyRSSArthurHoaro2015-07-111-41/+59
* | | | Fix: data/config.php was not importedVirtualTam2015-07-111-2/+8
|/ / /
* | | Merge pull request #255 from ArthurHoaro/configVirtualTam2015-07-091-34/+52
|\ \ \ | |_|/ |/| |
| * | All settings are now stored in config.phpArthurHoaro2015-07-091-38/+56
| |/
* | LinkDB::filterDay(): check input date formatVirtualTam2015-07-091-1/+7
* | Fixes #260: previous/next day links in dailyArthurHoaro2015-07-081-6/+6
|/
* LinkDB: do not access global variablesVirtualTam2015-06-241-2/+6
* move escape() and sanitizeLink() to application/Utils.phpnodiscc2015-06-241-17/+0
* Merge remote-tracking branch 'ArthurHoaro/input-escape' into nextnodiscc2015-06-241-75/+90
|\
| * Working on shaarli/Shaarli#224ArthurHoaro2015-06-231-73/+86
* | LinkDB: add 'hidePublicLinks' parameter to the constructorVirtualTam2015-06-241-8/+26
* | Page title if there is a single linkArthurHoaro2015-06-231-2/+4
|/
* Merge remote-tracking branch 'ArthurHoaro/daily-date' into nextnodiscc2015-06-231-1/+1
|\
| * Daily page: date format in templateArthurHoaro2015-06-191-1/+1
* | Merge remote-tracking branch 'virtualtam/test/link-db' into nextnodiscc2015-06-231-256/+10
|\ \
| * | LinkDB: move to a proper file, add test coverageVirtualTam2015-06-111-249/+10
| |/