aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ExportController.php
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2017-10-091-1/+1
|
* Use the article domain as author for export filesÉtienne Gilli2017-07-081-0/+2
| | | | | | | When exporting an entry, use the domain name as author name for epub, mobi and pdf formats, instead of 'wallabag'. Change the author from array to string, because for now, there is always only one author.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-2/+2
|
* 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