Maxim Averin
|
15170b5423
|
Switch regenerate_api_key to use RealmAuditLog.
|
2017-04-25 10:23:33 -07:00 |
hackerkid
|
b2504084ab
|
Replace timezone.now with timezone_now.
|
2017-04-16 12:28:56 -07:00 |
Tim Abbott
|
cfe8871dfc
|
test_audit_log: Put all tests in a single test class.
This simplifies the process for adding new tests here a bit.
|
2017-04-05 12:53:59 -07:00 |
Maxim Averin
|
02900ff54a
|
Switch do_change_bot_owner to use RealmAuditLog.
This requires adding an `acting_user` parameter to the
`do_change_bot_owner` function.
|
2017-04-05 12:50:55 -07:00 |
Tim Abbott
|
5776ecfac2
|
test_audit_log: Fix unnecessary user creation.
|
2017-03-27 13:23:10 -07:00 |
Maxim Averin
|
f213369e1d
|
zerver: Replace log_event with RealmAuditLog in do_change_avatar_fields.
|
2017-03-27 13:23:10 -07:00 |
Maxim Averin
|
b13b660709
|
zerver: Replace log_event with RealmAuditLog in do_change_user_email.
This replaces the ancient file logging approach for the auditable
password change event with the database audit log.
|
2017-03-13 22:08:12 -07:00 |
Maxim Averin
|
fc35982b87
|
zerver: Replace log_event with RealmAuditLog in do_change_password.
This replaces the ancient file logging approach for the auditable
password change event with the database audit log.
|
2017-03-13 22:07:14 -07:00 |
Rishi Gupta
|
51b7677db7
|
Add RealmAuditLog table and record user activation/deactivation events.
The RealmAuditLog will make it easier for server admins to replay history.
|
2017-03-04 16:45:44 -08:00 |