aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Create a FeedBuilder class which build data for both ATOM and RSS feed.ArthurHoaro2016-03-252-1/+296
* Refactor showAtom, and make it use the ATOM templateArthurHoaro2016-03-181-1/+1
* Adds a route for ATOM and RSS feeds pageArthurHoaro2016-03-181-0/+12
* Fixes #477: support multi reverse proxy with comma syntaxArthurHoaro2016-02-281-2/+12
* Merge pull request #496 from ArthurHoaro/cross-searchArthur2016-02-282-6/+24
|\
| * Allow crossed search between terms and tagsArthurHoaro2016-02-282-6/+24
* | Merge pull request #491 from ArthurHoaro/markdown-escape2Arthur2016-02-251-1/+17
|\ \
| * | Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-1/+17
* | | Merge pull request #492 from ArthurHoaro/locale-sort-fixArthur2016-02-241-0/+25
|\ \ \ | |_|/ |/| |
| * | Apply the locale to all categories and move autolocale to Utils.phpArthurHoaro2016-02-191-0/+25
| |/
* / cleanup: use DateTime to format datesVirtualTam2016-02-171-0/+3
|/
* Support text search across link fields.ArthurHoaro2016-02-151-25/+23
* Improved search: combine AND, exact terms and exclude search.ArthurHoaro2016-02-151-24/+36
* Private/Hidden tagsArthurHoaro2016-02-151-0/+7
* Add exclusion in tag searchArthurHoaro2016-02-153-9/+38
* Introduce the Updater class whichArthurHoaro2016-02-154-34/+232
* Merge pull request #453 from ArthurHoaro/pr450Arthur2016-02-011-13/+32
|\
| * Implemented searching for a phrase in double-quotes or all words in no partic...Florian Voigt2016-02-011-13/+32
* | Merge pull request #388 from ArthurHoaro/pluginadminArthur2016-01-313-0/+177
|\ \
| * | Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-313-0/+177
| |/
* | Merge pull request #379 from ArthurHoaro/plugin-markdownArthur2016-01-311-8/+0
|\ \ | |/ |/|
| * PLUGIN MarkdownArthurHoaro2016-01-031-8/+0
* | Bugfix: prevent LinkFilter to work on outdated data.ArthurHoaro2016-01-201-8/+4
* | Merge pull request #441 from virtualtam/tests/check-file-permissionsVirtualTam2016-01-183-0/+0
|\ \
| * | tests: add a make target to check file permissionsVirtualTam2016-01-173-0/+0
* | | fix: use PHP_EOL for carriage returns in file logsVirtualTam2016-01-181-1/+1
|/ /
* | Logging: improve formatting to enable fail2ban parsingVirtualTam2016-01-161-2/+7
* | Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-0/+13
* | Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-114-9/+132
* | Merge pull request #424 from ArthurHoaro/searchArthur2016-01-063-110/+281
|\ \
| * | Fixes #426 - Do not filter with blank tags.ArthurHoaro2016-01-061-1/+1
| * | Link filter refactoringArthurHoaro2016-01-063-110/+281
* | | Merge pull request #417 from ArthurHoaro/wallabag-improveVirtualTam2016-01-021-0/+12
|\ \ \ | |/ / |/| |
| * | Wallabag plugin improvementArthurHoaro2015-12-271-0/+12
| |/
* / QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-1/+3
|/
* Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-0/+6
* fix: assign template variables to empty values so they can be evaluatedVirtualTam2015-12-031-0/+2
* application: default to the "stable" branch for update checksVirtualTam2015-11-271-4/+14
* application: refactor version checks, move to ApplicationUtilsVirtualTam2015-11-261-0/+92
* URL encode links when a redirector is set.ArthurHoaro2015-11-262-3/+70
* application: move checkPHPVersion from Utils to ApplicationUtilsVirtualTam2015-11-242-20/+20
* install: check file/directory permissions for Shaarli resourcesVirtualTam2015-11-243-9/+114
* Fixes #176 - Add opensearch functionalityArthurHoaro2015-11-171-0/+6
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-112-0/+0
* Merge pull request #275 from shaarli/plugin-propositionArthur2015-11-083-129/+423
|\
| * Template upgrade to handle plugin zonesArthurHoaro2015-11-071-1/+1
| * Plugin system - COREArthurHoaro2015-11-073-129/+423
* | Fixes #356ArthurHoaro2015-11-041-5/+6
|/
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-141-0/+80
* Url: introduce global helper functions for cleanup and scheme detectionGuillaume Virlet2015-09-082-2/+32