aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote Pocket ImportJeremy Benoist2016-01-021-11/+1
| | | | | | | For the moment, we won't do a queue system, just a plain synchronous import. We also use ContentProxy to grab content for each article from Pocket. Error from Pocket are now logged using the logger. The ImportInterface need to be simple and not related to oAuth (not all import will use that method).
* refactor pocket importNicolas LÅ“uillet2016-01-021-0/+1
|
* 1st draft for Pocket import via APINicolas LÅ“uillet2016-01-021-1/+10
|
* CSJeremy Benoist2015-08-201-1/+1
|
* Remove unsed thingsJeremy Benoist2015-08-201-0/+13
|
* CSJeremy Benoist2015-05-301-1/+1
|
* Avoid / in feed tokenJeremy2015-04-011-1/+2
| | | | Of course, it breaks the url and the route matcher for each feed route
* Add rss for entriesJeremy2015-03-311-0/+27
will fix #1000