wallabag/tests/Wallabag/ApiBundle/Controller
François D a991c46eed Set a starred_at field when an entry is starred.
This date is used to sort starred entries.

Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated.
Add an updateStar method into Entry class
A migration script has been added in order to set starred_at field.
2017-08-25 21:19:47 +02:00
..
DeveloperControllerTest.php Revert client_credentials grant types 2017-07-08 19:28:12 +02:00
EntryRestControllerTest.php Set a starred_at field when an entry is starred. 2017-08-25 21:19:47 +02:00
TagRestControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
UserRestControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
WallabagRestControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00