]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Entry: add archived_at property and updateArchived method
authorSébastien Viande <sviande@gmail.com>
Wed, 11 Apr 2018 09:42:52 +0000 (11:42 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 21 Sep 2018 08:33:33 +0000 (10:33 +0200)
commit7975395d10bb381de8cd15b5ee15198318af6d55
tree98e3fc9f9ca7bddfd4331132c44953aa4e120259
parent2f3af70e1ae6f9dd403e87d232ddf5315e34e430
Entry: add archived_at property and updateArchived method
13 files changed:
app/DoctrineMigrations/Version20180405182455.php [new file with mode: 0755]
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/InstapaperImport.php
src/Wallabag/ImportBundle/Import/PinboardImport.php
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Import/ReadabilityImport.php
src/Wallabag/ImportBundle/Import/WallabagImport.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php