AgeSort asc/desc | Change |
---|---|
1 2 Next | |
Nov 28, 2020 | |
2 years 6 months | Use Auth::reset_password instead of Auth::change_password when reset password because the password we get from ->password is hashed and cannot be used as is |
Nov 27, 2020 | |
2 years 6 months | Store users salt as hexadecimal string, not raw bytes |
2 years 6 months | Fix some errors in mail management and add some additional logs |
2 years 6 months | Fix two errors : default value for salt at user creation and set salt to user object, not only database side |
Oct 7, 2018 | |
4 years 8 months | Rewrite task core management |
Apr 26, 2018 | |
5 years 1 month | Display list URL in editing page |
5 years 1 month | Allow one list access (view) by its name |
5 years 1 month | Forgot to send emails to writers (not present in readers list) |
5 years 1 month | Upgrade FuelPHP to version 1.8.1 |
Apr 25, 2018 | |
5 years 1 month | Display generated code for subscribe/unsubscribe mailto links |
5 years 1 month | Always reset password when edit a user |
5 years 1 month | Force password update in User controller |
5 years 1 month | Add a parameter to simpleauth package to force password update without old password |
5 years 1 month | Change List-(Un)Subscribe id from URL to mailto link |
5 years 1 month | Update INSTALL readme |
Apr 22, 2018 | |
5 years 1 month | Retrieve list after saving it (to reload all data) |
5 years 1 month | Add subscription/unsubscription by mail + effectively remove mails from IMAP mailbox |
5 years 1 month | Remove crypt.php |
5 years 1 month | Remove List::clearListUsers() + Fix a bug in retreiving readers/writers (bad SQL condition) |
5 years 1 month | Update INSTALL readme |