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