aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ExportController.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoJeremy Benoist2017-06-211-3/+3
|
* Fix getContainer in commandJeremy Benoist2017-06-211-1/+0
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-6/+7
|
* Added a simple search engineNicolas Lœuillet2016-11-191-1/+1
| | | | Fix #18
* Fixed entries export filtered with a tagNicolas Lœuillet2016-10-291-6/+17
| | | | Fix #2505
* Add untagged entriesNicolas Lœuillet2016-08-281-1/+1
| | | | Fix #1631
* Links on each tag in Tags viewNicolas Lœuillet2016-08-231-1/+1
|
* Convert array + phpDocJeremy Benoist2016-04-121-1/+9
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Fix route parametersJeremy Benoist2015-11-091-2/+9
| | | | | Improve export tests Improve CSV export
* Rework on exportJeremy Benoist2015-11-091-42/+35
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-091-0/+65
For now: - ebook - mobi - pdf - csv