This project is mirrored from https://github.com/writefreely/writefreely.
Pull mirroring updated .
-
-
-
-
-
-
-
v0.7.0caf976a0 · ·
v0.7.0 **User Management** * **Admin user creation**. Admins can now create a normal user from the command-line with: `writefreely --create-user username:password` * **Users List** (T553). Get an overview of all the users in your community with the new user list for admins. This is the foundation for future moderation features. * Use an en dash in the title of posts that are written in German, instead of em dash (#1) * Now you can build `writefreely` without SQLite support. To include support, compile with the `sqlite` build tag * Blog names starting with a number now have an ActivityPub avatar * Prevent creating users with invalid usernames via command-line (#49) * Fix metadata update for draft posts on single-user instances (#50) * Fix "Database user or password not set." error when starting SQLite-backed instances (#54) * Fix user creation process hanging on SQLite-backed instances (#53) * Fix tagged post query on SQLite-backed instances (#55) * Fix ActivityPub follows on SQLite-backed instances (#56)