aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Expand)AuthorAgeFilesLines
* Redirect to the current view instead of homepageadd-random-articleJeremy Benoist2018-10-121-2/+2
* Use only one method to randomizeJeremy Benoist2018-10-121-83/+14
* Fix testsJeremy Benoist2018-10-121-99/+89
* Added random featureNicolas Lœuillet2018-10-111-0/+105
* Jump to Symfony 3.4Jeremy Benoist2018-10-047-16/+11
* Sort archive page by archived atJeremy Benoist2018-09-211-2/+0
* php-cs-fixerKevin Decherf2018-09-052-2/+2
* Fix testsJeremy Benoist2018-06-061-1/+0
* Fix empty title and domain_name when exception is thrown during fetchKevin Decherf2017-12-131-0/+8
* Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+18
* CSJeremy Benoist2017-10-094-4/+4
* Set a starred_at field when an entry is starred.François D2017-08-251-0/+1
* Reduce number of queries on tag listNicolas Hart2017-08-061-19/+2
* add a dedicated title for all entries pageNicolas Hart2017-07-271-0/+1
* Use the article domain as author for export filesÉtienne Gilli2017-07-081-0/+2
* Fix testsJeremy Benoist2017-07-031-1/+1
* Add a real configuration for CS-FixerJeremy Benoist2017-07-018-225/+216
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-212-4/+21
* Fix typoJeremy Benoist2017-06-211-3/+3
* Fix getContainer in commandJeremy Benoist2017-06-211-1/+0
* Add RSS tags feedsJeremy Benoist2017-06-211-7/+74
* User existing service instead of getDoctrineJeremy Benoist2017-06-214-29/+25
* Fix reviewsThomas Citharel2017-06-201-10/+28
* Crypt site credential passwordJeremy Benoist2017-06-201-0/+2
* Add a live test for restricted articleJeremy Benoist2017-06-201-3/+1
* Update route & user verificationJeremy Benoist2017-06-201-9/+27
* Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+138
* remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
* Merge pull request #2708 from jcharaoui/import-disablecontentupdateJérémy Benoist2017-06-021-9/+2
|\
| * Put default fetching error title in global configJerome Charaoui2017-06-011-3/+0
| * Avoid returning objects passed by reference.Jerome Charaoui2017-06-011-6/+2
* | Page parameter was never used in the functionJeremy Benoist2017-06-012-4/+2
|/
* Isolated testsadev2017-05-311-2/+2
* TagController: ignore ActionMarkAsRead when removing tag from entryKevin Decherf2017-05-311-1/+1
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-1/+1
* Renamed methodsNicolas Lœuillet2017-03-311-2/+2
* Refactored codeNicolas Lœuillet2017-03-311-24/+16
* Allow to remove all archived entriesThomas Citharel2017-03-311-1/+58
* Rename method from *username to *userThomas Citharel2017-03-301-1/+1
* Merge pull request #2702 from wallabag/add-index-uuidNicolas Lœuillet2016-12-291-5/+5
|\
| * Renamed uuid to uidNicolas Lœuillet2016-12-291-5/+5
| * Changed uuid type in databaseNicolas Lœuillet2016-12-251-3/+0
| * Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-251-0/+3
* | Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-271-1/+1
|/
* Removed outputWalkers for RSS and APINicolas Lœuillet2016-12-151-1/+1
* Removed outputWalkers for paginationNicolas Lœuillet2016-12-151-1/+1
* Fixed search bugNicolas Lœuillet2016-12-151-1/+1
* Fix tests & deprecation noticeJeremy Benoist2016-12-153-11/+19
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-1/+1
* Added list viewNicolas Lœuillet2016-11-281-0/+21