aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* mergeArthurHoaro2016-12-188-72/+371
|\
| * Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-127-7/+32
| * Apply the new ID system accros the whole codebaseArthurHoaro2016-12-124-43/+31
| * Update method to use the new ID system, which replaces linkdate primary keys.ArthurHoaro2016-12-121-2/+44
| * Link ID refactoringArthurHoaro2016-12-121-43/+135
| * .htaccess files: support Apache 2.4+ syntaxArthurHoaro2016-11-081-2/+13
| * Merge pull request #673 from virtualtam/cleanup/linkdbVirtualTam2016-10-213-79/+79
| |\
| | * LinkDB: explicit method visibilityVirtualTam2016-10-201-6/+6
| | * LinkDB: update datastore method namesVirtualTam2016-10-203-10/+10
| | * LinkDB: do not prefix privates with an underscoreVirtualTam2016-10-201-67/+67
| * | Merge pull request #665 from ArthurHoaro/fix/feed-hashtagsVirtualTam2016-10-201-1/+2
| |\ \ | | |/ | |/|
| | * Fix hashtags links in FeedsArthurHoaro2016-10-201-1/+2
| * | Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-2010-29/+24
| |/
| * Merge pull request #662 from virtualtam/fix/feed/self-linkVirtualTam2016-10-171-1/+2
| |\
| | * Fix: return the proper value for the "self" feed attributeVirtualTam2016-10-161-1/+2
| * | New init function for plugins, supports errors reportingArthurHoaro2016-10-142-3/+25
| |/
| * Merge pull request #622 from ArthurHoaro/update-dateArthur2016-10-122-7/+34
| |\
| | * Set updated date for items in feedsArthurHoaro2016-08-031-6/+32
| | * Save the update date in LinkDB and pass it to linklist templatesArthurHoaro2016-08-031-1/+2
| * | Merge pull request #623 from ArthurHoaro/security/reverse-proxy-banArthur2016-10-121-0/+26
| |\ \
| | * | Add trusted IPs in config and try to ban forwarded IP on failed loginArthurHoaro2016-08-031-0/+26
| | |/
| * | Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-132-4/+12
| |\ \
| | * | Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-022-4/+12
| * | | Fix: add missing final newlines, untabify textVirtualTam2016-08-132-2/+2
| * | | Fix: ensure Internet Explorer bookmark dumps can be importedVirtualTam2016-08-121-2/+1
| * | | Refactor bookmark import using a generic Netscape parserVirtualTam2016-08-101-0/+142
| * | | Merge pull request #624 from julienCXX/pr-curl-http-fetchArthur2016-08-091-10/+150
| |\ \ \
| | * | | Set cURL as default in HTTP fetching, a fallback method and consistency fixup...julienCXX2016-08-081-10/+150
| | | |/ | | |/|
* | | | Bugfixes on link deletion, and use a GET formArthurHoaro2016-11-051-0/+6
* | | | LinkDB: explicit method visibilityVirtualTam2016-11-051-6/+6
* | | | LinkDB: update datastore method namesVirtualTam2016-11-053-10/+10
* | | | LinkDB: do not prefix privates with an underscoreVirtualTam2016-11-051-67/+67
* | | | Fix hashtags links in FeedsArthurHoaro2016-11-051-1/+2
* | | | Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-11-0510-29/+24
* | | | Fix: return the proper value for the "self" feed attributeVirtualTam2016-11-051-1/+2
* | | | New init function for plugins, supports errors reportingArthurHoaro2016-11-052-3/+25
* | | | Set updated date for items in feedsArthurHoaro2016-11-051-6/+32
* | | | Save the update date in LinkDB and pass it to linklist templatesArthurHoaro2016-11-051-1/+2
* | | | Add trusted IPs in config and try to ban forwarded IP on failed loginArthurHoaro2016-11-051-0/+26
* | | | Parse plugin parameters description with the PluginManagerArthurHoaro2016-11-052-4/+12
* | | | Fix: add missing final newlines, untabify textVirtualTam2016-11-052-2/+2
* | | | Fix: ensure Internet Explorer bookmark dumps can be importedVirtualTam2016-11-051-2/+1
* | | | Refactor bookmark import using a generic Netscape parserVirtualTam2016-11-051-0/+142
* | | | Set cURL as default in HTTP fetching, a fallback method and consistency fixup...julienCXX2016-11-051-10/+150
|/ / /
* | | Initialize a translation functionArthurHoaro2016-08-071-0/+21
* | | Generate a token for every pagesArthurHoaro2016-08-061-0/+1
|/ /
* | Merge pull request #621 from ArthurHoaro/hotfix/update-escape-configVirtualTam2016-08-021-2/+2
|\ \
| * | Fix update method escapeUnescapedConfigArthurHoaro2016-08-021-2/+2
| |/
* | Better whitespace handling in tagsArthurHoaro2016-08-021-1/+1
* | Better whitespace handling in tags. Fixes #571Chris Kuethe2016-08-021-2/+2
|/