Teknikode
83801357be
Added git version tracking to file, and modified footer to load from that file (not the assembly)
4 years ago
Teknikode
6047903ee6
Fixed multiple benign warnings
4 years ago
Teknikode
f5d1f94eef
- Added Git Service.
...
- Made Modify Vault use markdown preview
4 years ago
Teknikode
5eb45263d9
Ported existing projects to Asp.Net Core (Except ServerMaint)
4 years ago
Teknikode
0ea4d97db1
Changed Status to Stats
4 years ago
Teknikode
32965400d6
Added Compression Module to handle GZip and Deflate
5 years ago
Teknikode
73403551d6
Reverted Piwik Tracker package to last working copy.
5 years ago
Teknikode
37424956db
Implemented dynamic CSP and added nonces to all inline script tags, and fixed inline js.
5 years ago
Teknikode
3b17dd9e76
Updated Nuget Packages.
...
Optimized Blacklist module to not use locks.
5 years ago
Teknikode
bea394cbaf
Added IP and Referrer blacklists.
5 years ago
Teknikode
6708fc2de6
Added easy way for user's to submit bug report if they see an error screen.
5 years ago
Teknikode
eb9913992b
Added Abuse Reporting information page.
5 years ago
Teknikode
a7c314d728
- Implemented invite codes to use for registration.
...
- Reorganized settings pages into individual pages.
5 years ago
Teknikode
61e0204361
Added Vary: Origin header
5 years ago
Teknikode
51b4260f3c
- Added account status of either active or banned.
...
- Cleaned up admin pages.
- Added Type and Status to user's profile page.
- Banned users cannot login, or associate API calls with their account
5 years ago
Teknikode
8554648174
Added HTML support for blog post articles
5 years ago
Teknikode
7db112df5e
Fixed bad references
5 years ago
Teknikode
64a48d2ddd
Added MIME magic number filetype finder
5 years ago
Teknikode
a8b601a7a9
Converted Settings/Set Password to use viewmodels to allow html in passwords.
5 years ago
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.
5 years ago
Teknikode
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.
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
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
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
5d27bb9c21
Added upload searching on Administration page.
6 years ago
Teknikode
e3911a75f3
Updated owin packages
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
904f3c167f
Moved visitor history to status page from transparency page.
6 years ago
Teknikode
2c972f1a83
Added Status page for viewing realtime stats of server resources.
...
Currently setup with CPU, Memory, and Network
6 years ago
Teknikode
46b4fc9c9e
Added visitor stats to transparency page.
6 years ago
Teknikode
60d333eee8
- Added button to pastes to create a vault from one.
...
- Added button to delete a vault on both the vault page and the user profile page.
- Added logo designs by @rug3y
6 years ago
Teknikode
009adccd2f
Converted large views into multiple partial views to leverage parts in other sections.
6 years ago
Teknikode
17573b5fd3
Changed user 'Index' to be 'ViewProfile' to better match what it actually is.
6 years ago
Teknikode
986dd37f71
- Changed uploads to auto generate deletion key.
...
- Added delete button to the user profile page to delete uploads.
6 years ago
Teknikode
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.
6 years ago
Teknikode
6a620e18f1
Created initial Vault viewing page to handle multiple formats.
6 years ago
Teknikode
a509291022
- Modified uploads to either encrypt in the browser, or encrypt server side.
...
- Reconfigured the upload screen.
6 years ago
Teknikode
a50cde70f3
Re-added missing layout page for transparency
6 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
6 years ago
Teknikode
b3b0277582
Added Auth Token to Users and API calls
6 years ago
Teknikode
e4ffc56020
Fixed logger not sending emails correctly.
6 years ago
Teknikode
aeb2b55c8e
Fixed references
6 years ago
Teknikode
56b0063dce
Moved Helpers and Configuration into separate projects. Updated all references to use them as well.
6 years ago