aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v0.6.3ArthurHoaro2016-01-311-2/+2
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+48
* Create 404 templateDimtion2016-01-201-5/+14
* Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-13/+5
* Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-111-50/+37
* Merge pull request #424 from ArthurHoaro/searchArthur2016-01-061-93/+117
|\
| * Fixes #426 - Do not filter with blank tags.ArthurHoaro2016-01-061-4/+6
| * Link filter refactoringArthurHoaro2016-01-061-89/+111
* | Fixes #428: validate buttons presence instead of valueArthurHoaro2016-01-031-9/+9
|/
* Bump version to v0.6.2v0.6.2VirtualTam2015-12-231-2/+2
* Merge pull request #407 from ArthurHoaro/daily-routerVirtualTam2015-12-081-6/+14
|\
| * Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-6/+14
* | Reset permissions on index.php (changed in 18cca483b0b51f190bd875fc4273a0fff3...ArthurHoaro2015-12-081-0/+0
* | Temporary fix for head titlesArthurHoaro2015-12-071-1/+4
|/
* Fixes #399 - show single link title as page titleArthurHoaro2015-12-051-0/+1
* fix: assign template variables to empty values so they can be evaluatedVirtualTam2015-12-031-0/+2
* Bump version to v0.6.1v0.6.1VirtualTam2015-12-011-2/+2
* application: default to the "stable" branch for update checksVirtualTam2015-11-271-13/+19
* application: refactor version checks, move to ApplicationUtilsVirtualTam2015-11-261-27/+12
* Merge pull request #355 from ArthurHoaro/redirector-urlVirtualTam2015-11-261-27/+21
|\
| * URL encode links when a redirector is set.ArthurHoaro2015-11-261-27/+21
* | Fixes incorrect call toArthurHoaro2015-11-261-1/+1
|/
* cleanup: remove json_encode() (built-in since PHP 5.2)Nicolas Danelon2015-11-251-39/+0
* application: move checkPHPVersion from Utils to ApplicationUtilsVirtualTam2015-11-241-1/+1
* install: check file/directory permissions for Shaarli resourcesVirtualTam2015-11-241-9/+27
* Merge pull request #384 from roidelapluie/masterVirtualTam2015-11-231-10/+10
|\
| * Fix authentification when Shaarli is in Open Mode.Julien Pivotto2015-11-231-10/+10
* | Merge pull request #387 from ArthurHoaro/bookmarklet-quoteVirtualTam2015-11-221-4/+4
|\ \
| * | Fixes #382: Bookmarklet can not retrieve title when there is a quotation mark...ArthurHoaro2015-11-221-4/+4
| |/
* | Merge pull request #376 from ArthurHoaro/opensearchVirtualTam2015-11-221-0/+8
|\ \
| * | Fixes #176 - Add opensearch functionalityArthurHoaro2015-11-171-0/+8
* | | Bugfix: do not store plugin errors in data.phpArthurHoaro2015-11-221-2/+2
| |/ |/|
* | 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