Teknikode
0ea4d97db1
Changed Status to Stats
1年前
Teknikode
3b17dd9e76
Updated Nuget Packages.
Optimized Blacklist module to not use locks.
1年前
Teknikode
8859cbf0d5
Added checks in cleaning routine not to remove the system account
1年前
Teknikode
da633a5831
Removed invalid contact info and added link to abuse page.
Added check for premium user's when cleaning inactive accounts.
1年前
Teknikode
3c6845d4a6
Fixed generation of to be cleaned users by server maint program erroring out if a user didn't have all services created.
1年前
Teknikode
c6d836dac2
Fixed 'GetLastAccountActivity' throwing an exception if an account portion doesn't exist.
1年前
Teknikode
656693e0c6
- Removed Inferno crypto library
- Converted SHA384 hashing to use standard .net library
- Moved rest of crypto.cs into the cryptography folder/namespace
2年前
Teknikode
b207346fe0
Updated newtonsoft across the board to a single version
2年前
Teknikode
cfa226fa6a
Finalized new AES cipher wrapper and removed old instance.
2年前
Teknikode
72e5f4b62e
Made AesStream handle syncing with the counter of the cipher.
2年前
Teknikode
38bcfd9fc1
Created new AES CTR wrapper to allow specifying the counter manually
2年前
Teknikode
1485126096
Revert "- Added a small workaround to possibly support specific block decryption - updated newtonsoft"
This reverts commit 6fbc187e9c
.
2年前
Teknikode
6fbc187e9c
- Added a small workaround to possibly support specific block decryption
- updated newtonsoft
2年前
Teknikode
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
2年前
Teknikode
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.
2年前
Teknikode
12b5f76738
Made upload scanning asynchronously in server maint program
2年前
Teknikode
e3911a75f3
Updated owin packages
2年前
Teknikode
b967bc07d6
Moved transpaerency to the new status page, and separated each section into a tab.
2年前
Teknikode
8a3f232205
Created EmailAccount model for configs, and moved COntactConfig to use the new model, as well as for logging.
2年前
Teknikode
aeb2b55c8e
Fixed references
2年前
Teknikode
de4b874f62
Updated server maint to use older nClam.
2年前
Teknikode
56b0063dce
Moved Helpers and Configuration into separate projects. Updated all references to use them as well.
2年前
Teknikode
04c2e657ab
Changed paste to use backend syntax highlighting by pygments instead of a JS method.
3年前
Teknikode
d3c1d7187b
Updated framework target to 4.6.2
3年前
Teknikode
0eece43f01
Updated nuget packages
3年前
Teknikode
667ef65682
Changed images to be in the image folder, and css to be in Content.
3年前
Teknikode
563ff86c3a
Added initial reference to MarkdownDeep Client.
3年前
Teknikode
d14739f165
Updated newtonsoft and Inferno Crypto
3年前
Teknikode
dafa9c6e21
Added check so that 'Server Admin' doens't get deleted
3年前
Teknikode
c6dd9f2704
Fixed hash being generated for pastes that didnt' specify password.
Updated GitVersion and Inforno nuget packages
3年前
Teknikode
77aa0fe8bc
Added download action tracking to uploads/pastes/rss
3年前
Teknikode
9d68a3aab0
Added try/catch to email sending to prevent it crashing before sending them all.
3年前
Teknikode
ee3f7d8ee2
Added filter label for human readable explanation.
Separated Username Cleaning logic.
Updated Thunderbird auth method.
3年前
Teknikode
bd55b29de9
Added warning email option for invalid accounts.
3年前
Teknikode
a73208d2f8
Added deletion of invalid accounts.
3年前
Teknikode
d3b6e67edc
Separated User add/edit/delete into a overall account to cover user/email/git.
3年前
Teknikode
596d1ac0ed
Added git repo checking to user cleaning.
Fixed user object not being correct for deletion.
3年前
Teknikode
a8e68d9b24
- Made registration a button instead of a dropdown.
- Fixed git last seen.
- Changed clean users to only clean inactives without data.
3年前
Teknikode
8d3f1ccf3e
Added cleaning of unused email and git accounts
3年前
Teknikode
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.
3年前
Teknikode
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.
3年前
Teknikode
2ecea12305
Fixed output not being sent last.
3年前
Teknikode
73c621667b
Separated ScanUploads from main of maintainence program.
3年前
Teknikode
d5c85add89
Added Server Maintainence program.
Fixed client side encrypted uploads that save the key from not being scanned.
3年前