1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Uncled1023
e6589638bd Added restricted content types parameter for uploads 2017-12-20 11:08:34 -08:00
Uncled1023
181e20d86c - Added AES 128 CFB encrypt/decrypt with IV padding.
- Added helper to edit/remove two factor secrets to/from Git.
- Removed uneccessary references.
- Added initial Unit Tests.
2017-06-11 00:03:44 -07:00
Uncled1023
b642f01246 - Added user helper function to change the account type for a given user.
- Added item to admin page to change a user's account type.
2017-06-04 23:06:40 -07:00
Uncled1023
656693e0c6 - Removed Inferno crypto library
- Converted SHA384 hashing to use standard .net library
- Moved rest of crypto.cs into the cryptography folder/namespace
2017-04-14 23:28:34 -07:00
Uncled1023
b207346fe0 Updated newtonsoft across the board to a single version 2017-04-12 10:45:16 -07:00
Uncled1023
1485126096 Revert "- Added a small workaround to possibly support specific block decryption - updated newtonsoft"
This reverts commit 6fbc187e9c.
2017-04-11 09:36:58 -07:00
Uncled1023
6fbc187e9c - Added a small workaround to possibly support specific block decryption
- updated newtonsoft
2017-04-10 23:35:45 -07:00
Uncled1023
b7e00579b5 Added basic IRC web interface that connects to a specific server specified in the config. 2017-03-25 00:49:39 -07:00
Uncled1023
da3d923ab7 - Created custom IPrincipal for the user session to include all the user information.
- Added FAQ page with commonly asked questions.
- Added separate config options for each tier of max upload size.
- Updated help to point to the new pages.
2017-02-19 17:50:05 -08:00
Uncled1023
b967bc07d6 Moved transpaerency to the new status page, and separated each section into a tab. 2017-02-19 00:12:51 -08:00
Uncled1023
2c972f1a83 Added Status page for viewing realtime stats of server resources.
Currently setup with CPU, Memory, and Network
2017-02-17 16:54:27 -08:00
Uncled1023
46b4fc9c9e Added visitor stats to transparency page. 2017-02-17 00:45:40 -08:00
Uncled1023
efc7f7dae6 Added ability to create vaults.
Added preventing viewing of Paste if it was password protected.
Added download increments for each item.
Added checking for paste expiration.
Added not showing upload if it was encrypted client side.
2017-02-13 17:38:33 -08:00
Uncled1023
8a3f232205 Created EmailAccount model for configs, and moved COntactConfig to use the new model, as well as for logging. 2017-01-18 13:04:11 -08:00
Uncled1023
ecf7dd9362 Added gitversioning to all projects 2017-01-18 12:29:26 -08:00
Uncled1023
aeb2b55c8e Fixed references 2017-01-18 12:23:18 -08:00
Uncled1023
56b0063dce Moved Helpers and Configuration into separate projects. Updated all references to use them as well. 2017-01-18 00:12:22 -08:00