1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Commit Graph

685 Commits

Author SHA1 Message Date
Uncled1023
8561e6f6de - Fixed errors with podcast comments.
- Changed editor config tab spacing to be 4 spaces.
2017-06-10 12:50:10 -07:00
Uncled1023
86fe419389 Fixed multiple crypto bugs. 2017-06-09 10:41:00 -07:00
Uncled1023
a9aff56a27 Modified READEME and set tab indent to 2 spaces 2017-06-08 19:59:16 -07:00
Uncled1023
72fa1ff967 Changed visitor chart to always be zeroed at 0. 2017-06-04 23:17:09 -07:00
Uncled1023
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.
2017-06-04 23:06:40 -07:00
Uncled1023
060c7fda80 Fixed shortened URLs in profile history not being the correct links 2017-05-11 19:31:00 -07:00
Uncled1023
0a897b94aa Weird Checkin 2017-04-30 17:55:15 -07:00
Uncled1023
08f9535092 Broke out File Upload javascript functions more. Also changed download CSP to allow self. 2017-04-30 17:53:24 -07:00
Uncled1023
771687b2b0 Added X-XSS-Protection header 2017-04-27 17:00:34 -07:00
Uncled1023
dd117b31ab Added preload for HSTS 2017-04-27 14:43:31 -07:00
Uncled1023
f95dd1f190 Fixed two factor being submitted incorrectly due to enter key. Fixes issue #52 2017-04-22 17:32:41 -07:00
Uncled1023
e7f3970bd4 Removed applicationHost section from web config 2017-04-21 16:16:45 -07:00
Uncled1023
026d3d6ce3 Added minBytesPerSecond to teknik web config 2017-04-21 12:20:25 -07:00
Uncled1023
7070128efb - Added better cache check for downloads.
- Fixed error redirects not forcing https
2017-04-18 00:57:30 -07:00
Uncled1023
b0c98f2e8a Added range support for Podcasts 2017-04-17 21:30:56 -07:00
Uncled1023
ba4c3030ff Fixed NotFound method not logging correct info/returning 404 status 2017-04-17 14:47:47 -07:00
Uncled1023
a69369e813 Fixed bad help info on auth header 2017-04-17 14:09:18 -07:00
Uncled1023
0badc6b3f9 Fixed missing reference on profile page 2017-04-14 23:35:23 -07:00
Uncled1023
656693e0c6 - Removed Inferno crypto library
- Converted SHA384 hashing to use standard .net library
- Moved rest of crypto.cs into the cryptography folder/namespace
2017-04-14 23:28:34 -07:00
Uncled1023
366ad08e83 Reworked CSP policy for downloads 2017-04-14 11:19:28 -07:00
Uncled1023
a9968e8f87 Added content security policy for uploads 2017-04-14 10:19:41 -07:00
Uncled1023
dc66ed77bc Added exception handler to response helper 2017-04-13 10:54:19 -07:00
Uncled1023
b207346fe0 Updated newtonsoft across the board to a single version 2017-04-12 10:45:16 -07:00
Uncled1023
cfa226fa6a Finalized new AES cipher wrapper and removed old instance. 2017-04-12 00:10:39 -07:00
Uncled1023
72e5f4b62e Made AesStream handle syncing with the counter of the cipher. 2017-04-11 22:01:42 -07:00
Uncled1023
38bcfd9fc1 Created new AES CTR wrapper to allow specifying the counter manually 2017-04-11 17:07:38 -07:00
Uncled1023
1485126096 Revert "- Added a small workaround to possibly support specific block decryption - updated newtonsoft"
This reverts commit 6fbc187e9c.
2017-04-11 09:36:58 -07:00
Uncled1023
6fbc187e9c - Added a small workaround to possibly support specific block decryption
- updated newtonsoft
2017-04-10 23:35:45 -07:00
Uncled1023
3bef7915dd Adding some handling of block offsets for in place encryption/decryption 2017-04-10 17:15:18 -07:00
Uncled1023
3490104980 Added range support again.
Fixed file stream read access to allow multiple processes to access the file.
2017-04-10 15:05:54 -07:00
Uncled1023
6a1222a667 Added proper 404 response 2017-04-09 01:25:20 -07:00
Uncled1023
19b6564ccd Small mods to download function 2017-04-09 00:16:24 -07:00
Uncled1023
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
2017-04-08 21:01:31 -07:00
Uncled1023
1058b040a4 Updated bandwidth measurements to use correct units 2017-04-07 15:53:17 -07:00
Uncled1023
532d28d2d8 Updated uploads to give full URLs with the shortened subdomain by default. 2017-04-07 15:44:02 -07:00
Uncled1023
76839c1dec Changed network stats to return bits instead of bytes 2017-04-05 13:25:45 -07:00
Uncled1023
4e43e615ea Merge branch 'master' of https://git.teknik.io/Teknikode/Teknik.git 2017-04-02 19:42:56 -07:00
Uncled1023
80d730636e Made API follow upload config 2017-04-02 19:42:50 -07:00
Uncled1023
675c2f7456 Merge branch 'tekup' of danthebeastman/Teknik into master 2017-04-02 16:15:58 -07:00
Uncled1023
14d5eee2bf Added file extension filter removal to web config.
Remapped publish profiles to new server.
2017-04-02 14:23:50 -07:00
Uncled1023
4f8befae58 Updated comment 2017-04-02 13:55:21 -07:00
Uncled1023
b1923bfaa9 Added check to user profile editing to see if password resets are disabled. 2017-04-02 13:52:50 -07:00
danthebeastman
b1612f9dee Update 'Teknik/Areas/Help/Views/Help/Tools.cshtml' 2017-04-02 11:11:13 -07:00
Uncled1023
056456cf38 Added 'much more' 2017-04-02 01:23:51 -07:00
Uncled1023
99594e6e61 Updated Readme 2017-04-02 01:22:24 -07:00
Uncled1023
55e51b32dc Removed Gratipay from donation methods.
Added Patreon donation method
2017-03-30 16:25:16 -07:00
Uncled1023
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.
2017-03-27 00:12:40 -07:00
Uncled1023
b7e00579b5 Added basic IRC web interface that connects to a specific server specified in the config. 2017-03-25 00:49:39 -07:00
Uncled1023
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.
2017-03-20 00:11:22 -07:00
Uncled1023
12b5f76738 Made upload scanning asynchronously in server maint program 2017-03-18 15:23:29 -07:00