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

44 Commits

Author SHA1 Message Date
Uncled1023
0ea4d97db1 Changed Status to Stats 2018-05-10 20:12:33 -07:00
Uncled1023
3b17dd9e76 Updated Nuget Packages.
Optimized Blacklist module to not use locks.
2018-01-28 01:06:15 -08:00
Uncled1023
8859cbf0d5 Added checks in cleaning routine not to remove the system account 2018-01-26 19:19:47 -08:00
Uncled1023
da633a5831 Removed invalid contact info and added link to abuse page.
Added check for premium user's when cleaning inactive accounts.
2018-01-26 18:48:12 -08:00
Uncled1023
3c6845d4a6 Fixed generation of to be cleaned users by server maint program erroring out if a user didn't have all services created. 2018-01-23 20:51:40 -08:00
Uncled1023
c6d836dac2 Fixed 'GetLastAccountActivity' throwing an exception if an account portion doesn't exist. 2018-01-22 21:54:35 -08: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
cfa226fa6a Finalized new AES cipher wrapper and removed old instance. 2017-04-12 00:10:39 -07:00
Uncled1023
72e5f4b62e Made AesStream handle syncing with the counter of the cipher. 2017-04-11 22:01:42 -07:00
Uncled1023
38bcfd9fc1 Created new AES CTR wrapper to allow specifying the counter manually 2017-04-11 17:07:38 -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
e163e0ca8c - Moved TeknikEntities from global field to disposed local instances.
- Added additional logging/handling of errors.
- Added processed/total bytes for uploads, downloads, and encryption/decryption.
- Fixed paste CSS bundle using a script handler.
- Fixed bad js when viewing a vault
2017-04-08 21:01:31 -07:00
Uncled1023
86e79b98ca - Added better error messages to login/register ajax response.
- Added new AES stream helper to encrypt/decrypt a stream as it's being processed.
2017-03-20 00:11:22 -07:00
Uncled1023
12b5f76738 Made upload scanning asynchronously in server maint program 2017-03-18 15:23:29 -07:00
Uncled1023
e3911a75f3 Updated owin packages 2017-02-20 18:15:03 -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
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
aeb2b55c8e Fixed references 2017-01-18 12:23:18 -08:00
Uncled1023
de4b874f62 Updated server maint to use older nClam. 2017-01-18 00:17:34 -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
Uncled1023
04c2e657ab Changed paste to use backend syntax highlighting by pygments instead of a JS method. 2016-10-20 16:50:35 -07:00
Uncled1023
d3c1d7187b Updated framework target to 4.6.2 2016-10-16 23:39:21 -07:00
Uncled1023
0eece43f01 Updated nuget packages 2016-10-12 14:35:04 -07:00
Uncled1023
667ef65682 Changed images to be in the image folder, and css to be in Content. 2016-09-30 12:55:55 -07:00
Uncled1023
563ff86c3a Added initial reference to MarkdownDeep Client. 2016-09-29 17:22:22 -07:00
Uncled1023
d14739f165 Updated newtonsoft and Inferno Crypto 2016-06-29 15:18:14 -07:00
Uncled1023
dafa9c6e21 Added check so that 'Server Admin' doens't get deleted 2016-06-19 23:43:19 -07:00
Uncled1023
c6dd9f2704 Fixed hash being generated for pastes that didnt' specify password.
Updated GitVersion and Inforno nuget packages
2016-06-17 16:39:14 -07:00
Uncled1023
77aa0fe8bc Added download action tracking to uploads/pastes/rss 2016-06-16 13:00:00 -07:00
Uncled1023
9d68a3aab0 Added try/catch to email sending to prevent it crashing before sending them all. 2016-05-20 14:46:13 -07:00
Uncled1023
ee3f7d8ee2 Added filter label for human readable explanation.
Separated Username Cleaning logic.
Updated Thunderbird auth method.
2016-05-19 16:17:08 -07:00
Uncled1023
bd55b29de9 Added warning email option for invalid accounts. 2016-05-19 10:28:48 -07:00
Uncled1023
a73208d2f8 Added deletion of invalid accounts. 2016-05-18 21:52:42 -07:00
Uncled1023
d3b6e67edc Separated User add/edit/delete into a overall account to cover user/email/git. 2016-05-18 17:06:21 -07:00
Uncled1023
596d1ac0ed Added git repo checking to user cleaning.
Fixed user object not being correct for deletion.
2016-05-17 23:47:05 -07:00
Uncled1023
a8e68d9b24 - Made registration a button instead of a dropdown.
- Fixed git last seen.
- Changed clean users to only clean inactives without data.
2016-05-17 17:04:01 -07:00
Uncled1023
8d3f1ccf3e Added cleaning of unused email and git accounts 2016-05-16 23:56:32 -07:00
Uncled1023
89683efcad - Moved git and email management to their own functions.
- Added deletion of account on email or git account missing.
- Added exception deep message generation extension.
- Added better exception handling to user management.
- Cleaned up user management functions.
2016-05-16 16:50:02 -07:00
Uncled1023
19f5d28eaa Moved user modification to helper class.
Added cleaning of users to server maintainence program.
Added cli args to server maint program.
Modified last activity to also grab from email and git.
2016-05-15 23:43:31 -07:00
Uncled1023
2ecea12305 Fixed output not being sent last. 2016-05-10 00:03:22 -07:00
Uncled1023
73c621667b Separated ScanUploads from main of maintainence program. 2016-05-09 16:49:01 -07:00
Uncled1023
d5c85add89 Added Server Maintainence program.
Fixed client side encrypted uploads that save the key from not being scanned.
2016-05-09 13:01:41 -07:00