1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
The clean & modern RSS server that doesn't give you any crap.
Find a file
J. King 7785eb072b Complete rewrite of User class and other changes
- User-related database methods will now throw User\Exception upon errors
- Internal userAdd method can now generate random passwords
- Pursuant to above, dependency on password genrator has been added, and password-related methods now return strings instead of booleans
- User class methods now all explicitly follow different branches for internal/external/missing implementations
- various User class methods now perform auto-provisioning of the internal database when external implementations report success on users not in the database
- Tests have been adjusted to account for the above changes
- Lots is probably still broken
2017-02-20 17:04:13 -05:00
lib Complete rewrite of User class and other changes 2017-02-20 17:04:13 -05:00
locale Minor fixes to PicoFeed integration 2017-02-19 18:33:03 -06:00
sql/SQLite3 Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
tests Complete rewrite of User class and other changes 2017-02-20 17:04:13 -05:00
.gitattributes Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
.gitignore composer.lock should be in the repository 2017-02-11 15:03:22 -05:00
autoload.php Changes to Lang (fixes #33) with tests 2017-02-09 16:39:13 -05:00
bootstrap.php Changes to Lang (fixes #33) with tests 2017-02-09 16:39:13 -05:00
composer.json Complete rewrite of User class and other changes 2017-02-20 17:04:13 -05:00
composer.lock Complete rewrite of User class and other changes 2017-02-20 17:04:13 -05:00