]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Add history entries for API endpoint
authorArthurHoaro <arthur@hoa.ro>
Sun, 7 May 2017 14:50:20 +0000 (16:50 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sun, 7 May 2017 15:11:22 +0000 (17:11 +0200)
commit813849e5216cb87121e0f778a734575be6a36052
tree45605ad43e3f751eba51d19f8c6955c3824e8d32
parenta4af59f47103a3f9c903eeddb1e30ab9cb7344f0
Add history entries for API endpoint

CHANGED: datetime is now store as an object in history store file
16 files changed:
application/FileUtils.php
application/History.php
application/api/ApiMiddleware.php
application/api/controllers/ApiController.php
application/api/controllers/History.php
application/api/controllers/Links.php
index.php
tests/HistoryTest.php
tests/NetscapeBookmarkUtils/BookmarkImportTest.php
tests/api/controllers/DeleteLinkTest.php
tests/api/controllers/GetLinkIdTest.php
tests/api/controllers/GetLinksTest.php
tests/api/controllers/HistoryTest.php
tests/api/controllers/InfoTest.php
tests/api/controllers/PostLinkTest.php
tests/api/controllers/PutLinkTest.php