Teknikode
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.
3 years ago
Teknikode
656693e0c6
- Removed Inferno crypto library
- Converted SHA384 hashing to use standard .net library
- Moved rest of crypto.cs into the cryptography folder/namespace
3 years ago
Teknikode
b207346fe0
Updated newtonsoft across the board to a single version
3 years ago
Teknikode
cfa226fa6a
Finalized new AES cipher wrapper and removed old instance.
3 years ago
Teknikode
72e5f4b62e
Made AesStream handle syncing with the counter of the cipher.
3 years ago
Teknikode
38bcfd9fc1
Created new AES CTR wrapper to allow specifying the counter manually
3 years ago
Teknikode
1485126096
Revert "- Added a small workaround to possibly support specific block decryption - updated newtonsoft"
This reverts commit 6fbc187e9c
.
3 years ago
Teknikode
6fbc187e9c
- Added a small workaround to possibly support specific block decryption
- updated newtonsoft
3 years ago
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.
3 years ago
Teknikode
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.
3 years ago
Teknikode
b967bc07d6
Moved transpaerency to the new status page, and separated each section into a tab.
3 years ago
Teknikode
e5b8533e33
Made podcasts stream in batches
4 years ago
Teknikode
e7f02471e5
- Added better error handling in download function.
- Fixed script passthrough to downloads.
4 years ago
Teknikode
b7a9f2a740
Made downloads stream the file while decrypting them.
4 years ago
Teknikode
2ac90fbbbe
Modified download to stream to the output.
4 years ago
Teknikode
cbe5078b9d
- Added Basic Auth handling inside the auth attributes
- Removed global auth attribute and moved it to each controller
- Added new auth information to the API help doc
- Finished UI for managing auth tokens
- Added breadcrumbs to the help pages
4 years ago
Teknikode
ecf7dd9362
Added gitversioning to all projects
4 years ago
Teknikode
56b0063dce
Moved Helpers and Configuration into separate projects. Updated all references to use them as well.
4 years ago
Teknikode
5071ce4a34
Made podcast direct link more unique
4 years ago
Teknikode
56362057be
Moved StringHelper and Byte extensions to Utility project.
4 years ago