Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis configuration | Nicolas Lœuillet | 2015-01-19 | 30 | -4106/+0 |
| | |||||
* | phpepub via composer | Nicolas Lœuillet | 2015-01-19 | 10 | -6178/+1 |
| | |||||
* | pagination with composer and move FlattrItem | Nicolas Lœuillet | 2015-01-19 | 4 | -549/+1 |
| | |||||
* | replace session class | Nicolas Lœuillet | 2015-01-18 | 1 | -1/+0 |
| | |||||
* | replace flash messages library | Nicolas Lœuillet | 2015-01-18 | 2 | -233/+0 |
| | |||||
* | remove 3rd libraries | Nicolas Lœuillet | 2015-01-18 | 364 | -33180/+0 |
| | |||||
* | Merge pull request #690 from doc75/log_auth_error | Nicolas Lœuillet | 2015-01-16 | 1 | -0/+2 |
|\ | | | | | Add message in web server log in case of authentication failure | ||||
| * | add message in web server log in case of authentication failure to enable ↵ | Guillaume Virlet | 2015-01-05 | 1 | -0/+2 |
| | | | | | | | | the usage of fail2ban on failed login attempts | ||||
* | | [RSS] introducing query param 'limit' to restrict the number of items to ↵ | Vincent Malley | 2015-01-16 | 2 | -5/+12 |
| | | | | | | | | display in RSS feeds. | ||||
* | | Add ability to mark all articles from a tag as read | moparisthebest | 2015-01-12 | 1 | -2/+15 |
| | | |||||
* | | Add ability to delete all articles matching a search | moparisthebest | 2015-01-12 | 1 | -9/+22 |
| | | |||||
* | | Add ability to tag an article on creation | moparisthebest | 2015-01-12 | 1 | -0/+7 |
|/ | |||||
* | fixes #963 and use our own readability.php file for mobiClass | Thomas Citharel | 2015-01-03 | 5 | -1183/+7 |
| | |||||
* | Merge branch 'master' into dev | Thomas Citharel | 2015-01-03 | 1 | -1/+4 |
|\ | | | | | | | To get the errors | ||||
| * | Make call to FTRSS silent to avoid warnings which can break import | Jean Baptiste Favre | 2014-12-21 | 1 | -1/+4 |
| | | |||||
* | | don't call flattr if flattr is disabled | Thomas Citharel | 2014-12-22 | 1 | -4/+7 |
| | | |||||
* | | enable showing or not for epub/mobi/pdf export buttons | Thomas Citharel | 2014-12-14 | 1 | -0/+6 |
| | | |||||
* | | merge epub with all the dev evolutions | Thomas Citharel | 2014-12-14 | 72 | -138/+67454 |
|\ \ | |||||
| * | | deleting send to kindle function | tcit | 2014-09-28 | 2 | -69/+4 |
| | | | |||||
| * | | add extension for pdf file | tcit | 2014-09-28 | 1 | -3/+1 |
| | | | |||||
| * | | offering download for pdf file and comment in code | tcit | 2014-09-27 | 1 | -1/+4 |
| | | | |||||
| * | | revert routing bad deleting | tcit | 2014-09-27 | 1 | -2/+15 |
| | | | |||||
| * | | get up to date | tcit | 2014-09-27 | 1 | -52/+40 |
| | | | |||||
| * | | changed mpdf with tcpdf | tcit | 2014-09-27 | 125 | -97980/+61819 |
| | | | |||||
| * | | removed unnecessary fonts | Thomas Citharel | 2014-08-21 | 51 | -699/+0 |
| | | | |||||
| * | | removing examples for mpdf | tcitworld | 2014-08-04 | 119 | -21370/+0 |
| | | | |||||
| * | | more translations | tcit | 2014-07-26 | 1 | -4/+4 |
| | | | |||||
| * | | little better | tcit | 2014-07-26 | 1 | -23/+53 |
| | | | |||||
| * | | bug with extension in the filename | tcit | 2014-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | send2kindle | tcit | 2014-07-25 | 2 | -4/+59 |
| | | | |||||
| * | | mobi (not tested on actual device) and pdf working | tcit | 2014-07-25 | 1 | -7/+19 |
| | | | |||||
| * | | updated mpdf to 5.7.2 | tcit | 2014-07-24 | 6 | -245/+462 |
| | | | |||||
| * | | use directly MOBIClass | tcit | 2014-07-24 | 44 | -1540/+280 |
| | | | |||||
| * | | add mobi and pdf to routing | tcit | 2014-07-24 | 1 | -1/+7 |
| | | | |||||
| * | | from epub to all kind of ebooks | tcit | 2014-07-24 | 2 | -1/+1 |
| | | | |||||
| * | | add pdf and mobi libraries | tcit | 2014-07-24 | 297 | -7/+126557 |
| | | | |||||
* | | | added diaspora sharing | Thomas Citharel | 2014-12-06 | 1 | -0/+2 |
| | | | |||||
* | | | failover if theme folder doesn't exist | Nicolas Lœuillet | 2014-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | fix merge confict | Thomas Citharel | 2014-11-19 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix Flattrs | Thomas Citharel | 2014-11-19 | 1 | -1/+0 |
| | | | | |||||
* | | | | default deactivated | Thomas Citharel | 2014-11-19 | 1 | -2/+2 |
| | | | | |||||
* | | | | implementing carrot into wallabag | Thomas Citharel | 2014-11-19 | 2 | -2/+2 |
|/ / / | |||||
* | / | Adjusting Template class so that _global is ignored as a theme | Jay Sitter | 2014-11-17 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #921 from wallabag/about-page | Thomas Citharel | 2014-11-03 | 2 | -1/+3 |
|\ \ | | | | | | | add about page | ||||
| * | | add about page | Nicolas Lœuillet | 2014-11-03 | 2 | -1/+3 |
| | | | |||||
* | | | Changing close message button to use × instead of X | Jay Sitter | 2014-10-31 | 1 | -1/+1 |
|/ / | |||||
* | | Adding 'en_US' locale (issue #901) | Jay Sitter | 2014-10-30 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #889 from wallabag/fix#871 | Nicolas Lœuillet | 2014-10-27 | 1 | -1/+1 |
|\ \ | | | | | | | Fix#871 | ||||
| * | | translation fix finished for #871 and bring add tag from search feature to ↵ | tcit | 2014-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | all themes | ||||
* | | | updated site_config | Nicolas Lœuillet | 2014-10-27 | 64 | -119/+685 |
| | | |