aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Set the default timezone in index.phpArthurHoaro2016-06-111-3/+0
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-115-7/+112
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-1110-275/+98
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-114-0/+607
* Merge pull request #560 from ArthurHoaro/nb-private-shaareArthur2016-05-142-0/+161
|\
| * Add private link counterArthurHoaro2016-05-131-0/+16
| * Extract PageBuilder class from index.phpArthurHoaro2016-05-131-0/+145
* | Fix startsWith and endsWith caseArthurHoaro2016-05-103-16/+28
|/
* Export: allow prepending notes with the Shaarli instance's URLVirtualTam2016-05-061-4/+11
* typoArthurHoaro2016-05-052-3/+3
* Merge pull request #551 from ArthurHoaro/hotfix/timezoneArthur2016-05-051-4/+0
|\
| * Use correct 'UTC' timezoneArthurHoaro2016-05-031-4/+0
* | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-returnArthur2016-05-033-13/+95
|\ \
| * | Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-033-13/+95
* | | Fix error when filtering search tagsD Low2016-04-141-1/+1
* | | Refactor Netscape bookmark exportingVirtualTam2016-04-101-0/+47
| |/ |/|
* | Fixes #480: add an option to urlencode redirector URLArthurHoaro2016-04-091-6/+29
|/
* Merge pull request #522 from ArthurHoaro/hotfix/readershaareVirtualTam2016-03-301-1/+31
|\
| * Refactor and rebase #380: Firefox reader view linksArthurHoaro2016-03-261-13/+29
| * Fix issue 366, Problem when shaaring a link in Reader View of Firefox.Kevin Canévet2016-03-241-1/+15
* | Merge pull request #515 from ArthurHoaro/template-feedsArthur2016-03-256-12/+377
|\ \ | |/ |/|
| * Refactor filter in LinkDBArthurHoaro2016-03-254-24/+74
| * Makes escape a recursive function which handle array of stringsArthurHoaro2016-03-251-3/+11
| * 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 #512: retrieving title didn't match the first closing tagArthurHoaro2016-03-081-1/+1
|/
* 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
|/ /