| Commit message (Expand) | Author | Age | Files | Lines |
* | More merge mess up fixes | ArthurHoaro | 2016-12-18 | 1 | -2/+2 |
* | Fix NetscapeImport merge | ArthurHoaro | 2016-12-18 | 1 | -142/+1 |
* | merge | ArthurHoaro | 2016-12-18 | 8 | -72/+371 |
|\ |
|
| * | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 7 | -7/+32 |
| * | Apply the new ID system accros the whole codebase | ArthurHoaro | 2016-12-12 | 4 | -43/+31 |
| * | Update method to use the new ID system, which replaces linkdate primary keys. | ArthurHoaro | 2016-12-12 | 1 | -2/+44 |
| * | Link ID refactoring | ArthurHoaro | 2016-12-12 | 1 | -43/+135 |
| * | .htaccess files: support Apache 2.4+ syntax | ArthurHoaro | 2016-11-08 | 1 | -2/+13 |
| * | Merge pull request #673 from virtualtam/cleanup/linkdb | VirtualTam | 2016-10-21 | 3 | -79/+79 |
| |\ |
|
| | * | LinkDB: explicit method visibility | VirtualTam | 2016-10-20 | 1 | -6/+6 |
| | * | LinkDB: update datastore method names | VirtualTam | 2016-10-20 | 3 | -10/+10 |
| | * | LinkDB: do not prefix privates with an underscore | VirtualTam | 2016-10-20 | 1 | -67/+67 |
| * | | Merge pull request #665 from ArthurHoaro/fix/feed-hashtags | VirtualTam | 2016-10-20 | 1 | -1/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Fix hashtags links in Feeds | ArthurHoaro | 2016-10-20 | 1 | -1/+2 |
| * | | Minor code cleanup: PHPDoc, spelling, unused variables, etc. | ArthurHoaro | 2016-10-20 | 10 | -29/+24 |
| |/ |
|
| * | Merge pull request #662 from virtualtam/fix/feed/self-link | VirtualTam | 2016-10-17 | 1 | -1/+2 |
| |\ |
|
| | * | Fix: return the proper value for the "self" feed attribute | VirtualTam | 2016-10-16 | 1 | -1/+2 |
| * | | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 2 | -3/+25 |
| |/ |
|
| * | Merge pull request #622 from ArthurHoaro/update-date | Arthur | 2016-10-12 | 2 | -7/+34 |
| |\ |
|
| | * | Set updated date for items in feeds | ArthurHoaro | 2016-08-03 | 1 | -6/+32 |
| | * | Save the update date in LinkDB and pass it to linklist templates | ArthurHoaro | 2016-08-03 | 1 | -1/+2 |
| * | | Merge pull request #623 from ArthurHoaro/security/reverse-proxy-ban | Arthur | 2016-10-12 | 1 | -0/+26 |
| |\ \ |
|
| | * | | Add trusted IPs in config and try to ban forwarded IP on failed login | ArthurHoaro | 2016-08-03 | 1 | -0/+26 |
| | |/ |
|
| * | | Merge pull request #619 from ArthurHoaro/plugins/param-desc | VirtualTam | 2016-08-13 | 2 | -4/+12 |
| |\ \ |
|
| | * | | Parse plugin parameters description with the PluginManager | ArthurHoaro | 2016-08-02 | 2 | -4/+12 |
| * | | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 2 | -2/+2 |
| * | | | Fix: ensure Internet Explorer bookmark dumps can be imported | VirtualTam | 2016-08-12 | 1 | -2/+1 |
| * | | | Refactor bookmark import using a generic Netscape parser | VirtualTam | 2016-08-10 | 1 | -0/+142 |
| * | | | Merge pull request #624 from julienCXX/pr-curl-http-fetch | Arthur | 2016-08-09 | 1 | -10/+150 |
| |\ \ \ |
|
| | * | | | Set cURL as default in HTTP fetching, a fallback method and consistency fixup... | julienCXX | 2016-08-08 | 1 | -10/+150 |
| | | |/
| | |/| |
|
* | | | | Bugfixes on link deletion, and use a GET form | ArthurHoaro | 2016-11-05 | 1 | -0/+6 |
* | | | | LinkDB: explicit method visibility | VirtualTam | 2016-11-05 | 1 | -6/+6 |
* | | | | LinkDB: update datastore method names | VirtualTam | 2016-11-05 | 3 | -10/+10 |
* | | | | LinkDB: do not prefix privates with an underscore | VirtualTam | 2016-11-05 | 1 | -67/+67 |
* | | | | Fix hashtags links in Feeds | ArthurHoaro | 2016-11-05 | 1 | -1/+2 |
* | | | | Minor code cleanup: PHPDoc, spelling, unused variables, etc. | ArthurHoaro | 2016-11-05 | 10 | -29/+24 |
* | | | | Fix: return the proper value for the "self" feed attribute | VirtualTam | 2016-11-05 | 1 | -1/+2 |
* | | | | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-11-05 | 2 | -3/+25 |
* | | | | Set updated date for items in feeds | ArthurHoaro | 2016-11-05 | 1 | -6/+32 |
* | | | | Save the update date in LinkDB and pass it to linklist templates | ArthurHoaro | 2016-11-05 | 1 | -1/+2 |
* | | | | Add trusted IPs in config and try to ban forwarded IP on failed login | ArthurHoaro | 2016-11-05 | 1 | -0/+26 |
* | | | | Parse plugin parameters description with the PluginManager | ArthurHoaro | 2016-11-05 | 2 | -4/+12 |
* | | | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-11-05 | 2 | -2/+2 |
* | | | | Fix: ensure Internet Explorer bookmark dumps can be imported | VirtualTam | 2016-11-05 | 1 | -2/+1 |
* | | | | Refactor bookmark import using a generic Netscape parser | VirtualTam | 2016-11-05 | 1 | -0/+142 |
* | | | | Set cURL as default in HTTP fetching, a fallback method and consistency fixup... | julienCXX | 2016-11-05 | 1 | -10/+150 |
|/ / / |
|
* | | | Initialize a translation function | ArthurHoaro | 2016-08-07 | 1 | -0/+21 |
* | | | Generate a token for every pages | ArthurHoaro | 2016-08-06 | 1 | -0/+1 |
|/ / |
|
* | | Merge pull request #621 from ArthurHoaro/hotfix/update-escape-config | VirtualTam | 2016-08-02 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix update method escapeUnescapedConfig | ArthurHoaro | 2016-08-02 | 1 | -2/+2 |
| |/ |
|