aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Refactor login / ban authentication stepsVirtualTam2018-02-051-100/+16
* Merge pull request #1074 from kalvn/feature/dailymarkdownArthurHoaro2018-02-021-13/+16
|\
| * Executes daily hooks before creating columns.kalvn2018-02-011-13/+16
* | Merge pull request #1038 from ArthurHoaro/feature/public-only-filterArthurHoaro2018-02-021-11/+22
|\ \
| * | Public/private filter: use two separate buttonsArthurHoaro2018-01-241-3/+13
| * | Add a filter to only display public linksArthurHoaro2017-12-161-11/+12
* | | Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installedArthurHoaro2018-01-311-0/+5
| |/ |/|
* | Merge pull request #977 from ArthurHoaro/feature/dl-filterArthurHoaro2018-01-231-10/+4
|\ \
| * | Extract the title/charset during page download, and check content typeArthurHoaro2017-10-281-10/+4
* | | Fix XSS vulnerabilityVirtualTam2018-01-041-1/+1
| |/ |/|
* | Don't URL encode description links if parameter 'redirector.encode_url' is se...ArthurHoaro2017-11-071-3/+15
* | Move session ID check to SessionManagerVirtualTam2017-10-221-1/+1
* | Refactor session token managementVirtualTam2017-10-221-47/+24
* | Add language selection in the configure page of the default themeArthurHoaro2017-10-221-3/+10
* | Shaarli's translationArthurHoaro2017-10-221-30/+48
* | Merge pull request #987 from ArthurHoaro/hotfix/security-issueArthurHoaro2017-10-071-2/+2
|\ \
| * | Fix security issue reported by @chbiArthurHoaro2017-10-071-2/+2
| |/
* | Merge pull request #979 from ArthurHoaro/feature/assets-cache-versionVirtualTam2017-10-061-1/+1
|\ \
| * | Rename shaarli_version constant to uppercaseArthurHoaro2017-10-011-1/+1
| |/
* / Allow setting of a default note title, see #963Mark Gerarts2017-10-011-1/+1
|/
* added option to redirect all anonymous users to login pageWilli Eggeling2017-09-031-0/+17
* Merge pull request #939 from ArthurHoaro/hotfix/firefox-social-titleArthurHoaro2017-09-021-3/+3
|\
| * Make work behind a reverse proxyArthurHoaro2017-09-021-3/+3
* | Merge pull request #950 from thewilli/delete-fixArthurHoaro2017-09-011-3/+10
|\ \
| * | fixed link deletionWilli Eggeling2017-08-301-3/+10
* | | Merge pull request #951 from thewilli/fix-dailyArthurHoaro2017-09-011-23/+31
|\ \ \
| * | | fixed daily links if there are no linksWilli Eggeling2017-08-301-23/+31
| |/ /
* | | Merge pull request #944 from thewilli/configure-remembermeVirtualTam2017-08-271-0/+2
|\ \ \ | |/ / |/| |
| * | new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-271-0/+2
* | | Merge pull request #940 from ArthurHoaro/hotfix/empty-urlsVirtualTam2017-08-271-0/+3
|\ \ \
| * | | Generates a permalinks URL if the URL is set to blankArthurHoaro2017-08-251-0/+3
| | |/ | |/|
* | | Merge pull request #942 from thewilli/fix-wiki-linksVirtualTam2017-08-271-3/+3
|\ \ \
| * | | migrated Github wiki links to readthedocsWilli Eggeling2017-08-261-3/+3
| | |/ | |/|
* | | code clean: cookie expirationWilli Eggeling2017-08-261-42/+43
* | | removed doc and code references to magic quotesWilli Eggeling2017-08-261-9/+0
|/ /
* / Sort tag cloud in alphabetical orderArthurHoaro2017-08-251-1/+1
|/
* Fix untagged only buttonArthurHoaro2017-08-191-1/+1
* Adding missing empty() as spotted in #889 code reviewLucas Cimon2017-08-061-1/+1
* Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-renameArthurHoaro2017-08-051-40/+18
|\
| * Move tag renaming code to LinkDB and unit test itArthurHoaro2017-08-051-36/+14
| * Refactoring of CHANGETAG part to avoid duplicated codeArthurHoaro2017-05-311-34/+27
| * Make sure that the tag exists before altering/removing itArthurHoaro2017-05-311-10/+17
* | Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-301-1/+15
* | Tagcloud/list improvmentsLucas Cimon2017-06-091-1/+9
|/
* Merge pull request #882 from ArthurHoaro/feature/edit-timestampArthurHoaro2017-05-311-1/+1
|\
| * Add creation date when editing a linkArthurHoaro2017-05-311-1/+1
* | Merge pull request #880 from ArthurHoaro/hotfix/allowed-protocolsArthurHoaro2017-05-311-7/+1
|\ \ | |/ |/|
| * Add a whitelist of protocols for URLsArthurHoaro2017-05-251-7/+1
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-3/+15
|\ \
| * | Empty tag search will look for not tagged linksArthurHoaro2017-05-251-3/+15