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
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.
5 years ago
Teknikode
b967bc07d6
Moved transpaerency to the new status page, and separated each section into a tab.
5 years ago
Teknikode
2c972f1a83
Added Status page for viewing realtime stats of server resources.
...
Currently setup with CPU, Memory, and Network
5 years ago
Teknikode
46b4fc9c9e
Added visitor stats to transparency page.
5 years ago
Teknikode
66994dde8a
Fixed auth ticket not having a long timeout. Changed to be a 1 year timeout for logins.
5 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.
5 years ago
Teknikode
a509291022
- Modified uploads to either encrypt in the browser, or encrypt server side.
...
- Reconfigured the upload screen.
5 years ago
Teknikode
679c148029
Added content size to podcast download
5 years ago
Teknikode
e5b8533e33
Made podcasts stream in batches
5 years ago
Teknikode
e7f02471e5
- Added better error handling in download function.
...
- Fixed script passthrough to downloads.
5 years ago
Teknikode
b7a9f2a740
Made downloads stream the file while decrypting them.
5 years ago
Teknikode
2ac90fbbbe
Modified download to stream to the output.
5 years ago
Teknikode
c68e1d2ec6
Separated cipher processing into more subfunctions
5 years ago
Teknikode
8d561dd5b8
Started making changes to how the file upload encrypt/decrypt works to better optimize memory usage.
5 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
7214185167
Fixed min log level using email level config option
6 years ago
Teknikode
eceb9f22ab
Added try/catch wrappers around the logging to handle exceptions that shouldn't be tracked.
6 years ago
Teknikode
e4ffc56020
Fixed logger not sending emails correctly.
6 years ago
Teknikode
fc08678d7d
Created logging utility to handle writing log messages and sending emails.
6 years ago
Teknikode
8a3f232205
Created EmailAccount model for configs, and moved COntactConfig to use the new model, as well as for logging.
6 years ago
Teknikode
ecf7dd9362
Added gitversioning to all projects
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
Teknikode
3f10fc6616
- Added logging config.
...
- Added log levels for logging utility.
6 years ago
Teknikode
1920dda2af
Added initial logging project
6 years ago
Teknikode
5071ce4a34
Made podcast direct link more unique
6 years ago
Teknikode
56362057be
Moved StringHelper and Byte extensions to Utility project.
6 years ago