1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 08:24:54 +00:00
Arsse/tests/cases
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
..
CLI Console command to refresh all feeds once; fixes #147 2019-03-02 14:59:44 -05:00
Conf Fix configuration exporting 2019-01-21 09:55:25 -05:00
Database Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
DatabaseDrivers Work around various SQLite-related problems 2019-03-04 11:05:46 -05:00
Db Work around limit to SQL parameter placeholders for IN() clauses 2019-03-01 22:36:25 -05:00
Exception Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Feed Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Lang Improve coverage slightly 2018-08-17 08:35:13 -04:00
Misc Add article selection by tag 2019-03-07 11:07:22 -05:00
REST Remove arbitrary search term limits; fixes #150 2019-03-02 13:53:43 -05:00
Service Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
User Use strict equality when comparing strings 2019-01-11 10:38:06 -05:00