mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* Creating of server side audit table for auditing actions such as password resets, account registrations and log queries. * Add migration script Add migration script for database * Update database script Update database script to reflect new audit table * Creating of server side audit table for auditing actions such as password resets, account registrations and log queries. * Add migration script Add migration script for database * Update database script Update database script to reflect new audit table * Corrected results column possible value(s). * Fixed migration script. * Added boolean audit logic Added enable/disable audit options Added audit functionality for forgot password * Added registration auditing Added registration auditing * Updated ActivateAccount Function Created clientid variable and used it in preporation for future potential protocol expansion. * Extended activation protocol Added clientid to activation command protocol * Typo correction Fix typo's * Missed type fix Found the infamous E! * Updated database function syntax Updated if/else syntax in db add audit function * Untabify content Untab files changed in PR |
||
|---|---|---|
| .. | ||
| servatrice_0000_to_0001.sql | ||
| servatrice_0001_to_0002.sql | ||
| servatrice_0002_to_0003.sql | ||
| servatrice_0003_to_0004.sql | ||
| servatrice_0004_to_0005.sql | ||
| servatrice_0005_to_0006.sql | ||
| servatrice_0006_to_0007.sql | ||
| servatrice_0007_to_0008.sql | ||
| servatrice_0008_to_0009.sql | ||
| servatrice_0009_to_0010.sql | ||
| servatrice_0010_to_0011.sql | ||
| servatrice_0011_to_0012.sql | ||
| servatrice_0012_to_0013.sql | ||
| servatrice_0013_to_0014.sql | ||
| servatrice_0014_to_0015.sql | ||
| servatrice_0015_to_0016.sql | ||
| servatrice_0016_to_0017.sql | ||
| servatrice_0017_to_0018.sql | ||
| servatrice_0018_to_0019.sql | ||
| servatrice_0019_to_0020.sql | ||
| servatrice_0020_to_0021.sql | ||
| servatrice_0021_to_0022.sql | ||