1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 09:02:41 +00:00
Arsse/tests/cases/Database
J. King 38bdde1167 Add access tokens to the db, with relevant code
Tokens are similar to sessions in that they stand in for users, but the
protocol handlers will manage them; Fever login hashes are the
originating use case for them. These must never expire, for example,
and we need to specify their values.

This commit also performs a bit of database clean-up
2019-03-09 16:23:56 -05:00
..
Base.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesArticle.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesCleanup.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesFeed.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesFolder.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesLabel.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesMeta.php Adapt the rest of the test series 2018-11-25 00:03:56 -05:00
SeriesMiscellany.php Remove the DatabaseInformation class in tests and use traits instead 2019-01-12 12:43:06 -05:00
SeriesSession.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesSubscription.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesTag.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesToken.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesUser.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00