aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Bump Shaarli version to v0.8.7v0.8.7v0.8VirtualTam2018-06-201-2/+2
* Bump Shaarli version to v0.8.6v0.8.6VirtualTam2018-02-191-2/+2
* Bump Shaarli version to v0.8.5v0.8.5VirtualTam2018-01-041-1/+1
* Fix XSS vulnerabilityVirtualTam2018-01-041-1/+1
* Bump version to 0.8.4VirtualTam2017-03-041-1/+1
* Bump version to v0.8.3v0.8.3ArthurHoaro2017-01-201-1/+1
* Bump version to v0.8.2ArthurHoaro2016-12-151-2/+2
* Fix a regression: permalinks change when old links are editedArthurHoaro2016-12-151-1/+3
* Bump version to v0.8.1ArthurHoaro2016-12-121-2/+2
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-33/+23
* Apply the new ID system accros the whole codebaseArthurHoaro2016-12-121-35/+57
* Disable Firefox Social in the tools section if the page is not loaded using H...Teromene2016-11-291-0/+1
* LinkDB: update datastore method namesVirtualTam2016-10-201-4/+4
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-6/+2
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-0/+1
* Merge pull request #622 from ArthurHoaro/update-dateArthur2016-10-121-1/+11
|\
| * Save the update date in LinkDB and pass it to linklist templatesArthurHoaro2016-08-031-1/+11
* | Merge pull request #623 from ArthurHoaro/security/reverse-proxy-banArthur2016-10-121-1/+10
|\ \
| * | Add trusted IPs in config and try to ban forwarded IP on failed loginArthurHoaro2016-08-031-1/+10
| |/
* | Bump version to v0.8.0ArthurHoaro2016-10-121-2/+2
* | composer: display an error message if the autoload script is missingVirtualTam2016-09-051-0/+10
* | Refactor bookmark import using a generic Netscape parserVirtualTam2016-08-101-107/+32
* | Bugfix: wrong key used to get default private links settingArthurHoaro2016-08-071-1/+1
* | Initialize a translation functionArthurHoaro2016-08-071-0/+1
* | Generate a token for every pagesArthurHoaro2016-08-061-9/+0
|/
* Merge pull request #604 from ArthurHoaro/no-deliciousArthur2016-07-231-1/+1
|\
| * Remove Delicious in project description in commentsArthurHoaro2016-07-231-1/+1
* | Merge pull request #601 from ArthurHoaro/hotfix/title-missingArthur2016-07-231-7/+5
|\ \
| * | Fixes #600 - Shaarli's title is not set with the new config managerArthurHoaro2016-07-191-7/+5
| |/
* / Fix variable in configure.phpArthurHoaro2016-07-101-0/+1
|/
* Rename configuration key for better sectionsArthurHoaro2016-06-111-53/+53
* ConfigManager no longer uses singleton patternArthurHoaro2016-06-111-127/+190
* Remove remaining settings initialization in index.phpArthurHoaro2016-06-111-27/+6
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-111-100/+102
* Set the default timezone in index.phpArthurHoaro2016-06-111-0/+2
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-111-243/+200
* Version bump: v0.7.0ArthurHoaro2016-05-141-2/+2
* Merge pull request #560 from ArthurHoaro/nb-private-shaareArthur2016-05-141-137/+5
|\
| * Add private link counterArthurHoaro2016-05-131-14/+3
| * Extract PageBuilder class from index.phpArthurHoaro2016-05-131-123/+2
* | Merge pull request #556 from ArthurHoaro/login-refillArthur2016-05-141-2/+5
|\ \
| * | Prefill the login field when the authentication has failedArthurHoaro2016-05-061-2/+5
* | | Merge pull request #559 from ArthurHoaro/startsEndWithCaseArthur2016-05-141-7/+7
|\ \ \
| * | | Fix startsWith and endsWith caseArthurHoaro2016-05-101-7/+7
| | |/ | |/|
* / | Don't redirect to ?post if ?addlink is reached while logged outArthurHoaro2016-05-111-6/+0
|/ /
* / Export: allow prepending notes with the Shaarli instance's URLVirtualTam2016-05-061-2/+14
|/
* Merge pull request #551 from ArthurHoaro/hotfix/timezoneArthur2016-05-051-8/+12
|\
| * Use correct 'UTC' timezoneArthurHoaro2016-05-031-8/+12
* | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-returnArthur2016-05-031-3/+5
|\ \
| * | Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-031-3/+5