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