Teknikode
0badc6b3f9
Fixed missing reference on profile page
5 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
5 years ago
Teknikode
366ad08e83
Reworked CSP policy for downloads
5 years ago
Teknikode
a9968e8f87
Added content security policy for uploads
5 years ago
Teknikode
cfa226fa6a
Finalized new AES cipher wrapper and removed old instance.
5 years ago
Teknikode
72e5f4b62e
Made AesStream handle syncing with the counter of the cipher.
5 years ago
Teknikode
38bcfd9fc1
Created new AES CTR wrapper to allow specifying the counter manually
5 years ago
Teknikode
1485126096
Revert "- Added a small workaround to possibly support specific block decryption - updated newtonsoft"
...
This reverts commit 6fbc187e9c
.
5 years ago
Teknikode
6fbc187e9c
- Added a small workaround to possibly support specific block decryption
...
- updated newtonsoft
5 years ago
Teknikode
3490104980
Added range support again.
...
Fixed file stream read access to allow multiple processes to access the file.
5 years ago
Teknikode
6a1222a667
Added proper 404 response
5 years ago
Teknikode
19b6564ccd
Small mods to download function
5 years ago
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
5 years ago
Teknikode
1058b040a4
Updated bandwidth measurements to use correct units
5 years ago
Teknikode
532d28d2d8
Updated uploads to give full URLs with the shortened subdomain by default.
5 years ago
Teknikode
76839c1dec
Changed network stats to return bits instead of bytes
5 years ago
Teknikode
80d730636e
Made API follow upload config
5 years ago
Teknikode
14d5eee2bf
Added file extension filter removal to web config.
...
Remapped publish profiles to new server.
5 years ago
Teknikode
4f8befae58
Updated comment
5 years ago
Teknikode
b1923bfaa9
Added check to user profile editing to see if password resets are disabled.
5 years ago
danthebeastman
b1612f9dee
Update 'Teknik/Areas/Help/Views/Help/Tools.cshtml'
5 years ago
Teknikode
55e51b32dc
Removed Gratipay from donation methods.
...
Added Patreon donation method
5 years ago
Teknikode
987d4bc679
- Hooked up handling of irc messages/commands for the UI of the client.
...
- Added guest access and requesting of login when logging in as user.
5 years ago
Teknikode
b7e00579b5
Added basic IRC web interface that connects to a specific server specified in the config.
5 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.
5 years ago
Teknikode
446c74d45b
Removed range support as decrypting directly to the output stream didn't work well with ranges.
5 years ago
Teknikode
afe9a7727a
Fixed transaction donation bar showing full when actually empty
6 years ago
Teknikode
5d27bb9c21
Added upload searching on Administration page.
6 years ago
Teknikode
1fbad2861a
Added check when editing passwords to make sure their git and email exists
6 years ago
Teknikode
39372e6d84
Added removing of transfer types for passwords when resetting a user's password.
6 years ago
Teknikode
f0448110b6
Modified main page
6 years ago
Teknikode
22527e3fb2
Removed latest blog posts from main page due to possibility of spam/abuse incentive
6 years ago
Teknikode
f01bbc6b18
Added markdown to Vault descriptions for better formatting.
6 years ago
Teknikode
f331a2427c
Fixed exception if viewing a vautl with no user associated while logged in.
6 years ago
Teknikode
ed9a12771b
Removed logging in application_end_request for http headers errors
6 years ago
Teknikode
3dd0f3b7a3
Fixed total vault count
6 years ago
Teknikode
a97b848a7d
Fixed progress bar again
6 years ago
Teknikode
3c6f766ad6
Fixed percentage of progress bar
6 years ago
Teknikode
dcbb9d91db
Fixed donation target bar always showing 100
6 years ago
Teknikode
8be33e3cd9
Modified wording of get premium
6 years ago
Teknikode
5a910ebbcb
Fixed exception if html is passed in public key field on registration
6 years ago
Teknikode
e3911a75f3
Updated owin packages
6 years ago
Teknikode
e345535389
Fixed page title not showing 'create/edit' when creating or editing a post.
6 years ago
Teknikode
bb29e5be82
Modified FAQ wording of source control FAQ
6 years ago
Teknikode
b789821724
Fixed exception if no host header is provided
6 years ago
Teknikode
21f6644d7d
- Added links to register and get premium from About page.
...
- Changed 'Blogging' in navbar to 'News' to better represent what it is, and moved it to the main bar.
6 years ago
Teknikode
cf0ea1a305
Added page for explaining how to purchase premium account.
6 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.
6 years ago
Teknikode
b967bc07d6
Moved transpaerency to the new status page, and separated each section into a tab.
6 years ago
Teknikode
d425b42694
Fixed missed references
6 years ago