HDVinnie
b3f0386149
cleanup: pt.1
2023-10-12 22:30:52 -04:00
Roardom
9d4789ba91
refactor: require whitespace before statements
2023-07-07 00:27:13 +00:00
HDVinnie
59d7fae984
update: encryptable trait
2022-12-28 21:58:58 -05:00
Redeemerr
0388e9f428
fix: handle seedbox decrypt exception
2022-12-28 21:21:03 +01:00
HDVinnie
3bd8492128
refactor: in_array(...) usage
...
- Added the 'strict' (third) parameter for security's sake.
2020-12-02 21:21:43 -05:00
HDVinnie
a975116218
refactor: preslash simple functions
...
- Add pre-slash to short named functions to improve performance by almost 30%
- @see https://stackoverflow.com/questions/55419673/php7-adding-a-slash-to-all-standard-php-functions-php-cs-fixer-rule
2020-07-22 15:09:37 -04:00
HDVinnie
667e1bc0e7
refactor: simplify useless variables
2020-02-13 10:06:41 -05:00
HDVinnie
e47afe4ab4
chore: styleci
2020-02-12 14:51:22 -05:00
HDVinnie
80c842e39c
chore: update license block
...
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie
dbb928f940
chore: update license block
2020-02-12 14:45:59 -05:00
HDVinnie
eed3b51c92
(Update) CRUDDY PT.7 🚀
2019-10-25 17:35:14 -04:00
HDVinnie
c621842b27
Apply fixes from StyleCI
2019-02-13 14:17:53 +00:00
HDVinnie
c121c9ac84
(Update) Encrypt IP Addresses 🚀
...
- closes #575
- you will have to truncate two tables to remove unencrypted records after pulling in this update.
- TRUNCATE log_activities;
- TRUNCATE clients;
- PLEASE NOTE YOUR APP_KEY IN YOUR .ENV IS USED FOR ENCRYPTION. All encrypted values are encrypted using OpenSSL and the AES-256-CBC cipher. DO NOT LOOSE OR SHARE YOUR KEY!!!
2019-02-13 09:14:54 -05:00
HDVinnie
2f2c52328b
Apply fixes from StyleCI
2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053
Apply fixes from StyleCI
2018-12-06 14:42:13 +00:00
Hyleus
777bb63880
Change license to AGPL
2018-02-12 17:27:32 +01:00
HDVinnie
b1d838f7ab
(Update) Encrypt User Email Record + Registered Seedbox IP's
2018-01-18 13:09:49 -05:00
HDVinnie
83a4404b31
(Update) Encryption Trait
2017-12-21 19:39:10 -05:00
HDVinnie
77a8c2140a
(Update) NOTICE OF LICENSE
...
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
HDVinnie
22ab1cc67a
(Feature) Encryptable PT.1
...
- Created The Trait #1
2017-12-11 15:36:11 -05:00