1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
Arsse/lib
J. King cce1089e10 Handle edge case with folder 0
Folder 0 (the root folder) is a valid, though nonsensical selection:
using it as a positive option is the same as not using the option at
all, and using it as a negative option necessarily yields an empty set.

However, it can in some contexts be validly specified, and so it should
be handled consistently. It had not been previously, but is now.
2019-04-02 19:58:35 -04:00
..
Conf Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Context Handle edge case with folder 0 2019-04-02 19:58:35 -04:00
Db Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
Feed Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Lang Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Misc Allow ranges in exclusion contexts 2019-02-26 11:11:42 -05:00
REST Normalize Fever input consistently 2019-03-28 14:54:31 -04:00
Service Correctly escape shell command in subprocesds service driver 2019-01-23 09:32:44 -05:00
User Add means of unsetting a password in the backend 2019-03-24 14:42:23 -04:00
AbstractException.php Work around various SQLite-related problems 2019-03-04 11:08:56 -05:00
Arsse.php Version bump 2019-03-25 11:57:31 -04:00
CLI.php Correct CLI password clearing 2019-03-25 17:07:28 -04:00
Conf.php Upgrade to PHP 7.1 and PHPUnit 7. 2019-01-25 22:07:37 -05:00
Database.php Handle edge case with folder 0 2019-04-02 19:58:35 -04:00
Exception.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ExceptionFatal.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ExceptionType.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Feed.php Remove reference to PicoFeed in the User-Agent string 2019-01-23 09:21:35 -05:00
Lang.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
REST.php Basic Fever skeleton 2019-03-09 22:44:59 -05:00
Service.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
User.php Add means of unsetting a password in the backend 2019-03-24 14:42:23 -04:00