nextcloud-gpodder/lib
Jonathan Flueren 9ac7758e87 Correct empty timestamp check in createDateTimeFromTimestamp
createDateTimeFromTimestamp interpreted 0 as timestamp as a mistake while 0 is a valid timestamp.
The fix checks if timestamp is null (not defined/initialized), so that 0 is treated as a correct timestamp.
2021-08-12 15:27:58 +02:00
..
Controller Correct empty timestamp check in createDateTimeFromTimestamp 2021-08-12 15:27:58 +02:00
Core make subscription changes endpoint comply with gpodder.net api 2021-07-13 21:36:34 +02:00
Db use correct table name in models 2021-07-06 21:47:06 +02:00
Migration allow null/false value for boolean field 2021-07-08 19:29:40 +02:00