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

115 Commits

Author SHA1 Message Date
Uncled1023
7a52965300 Fixed disposal of encrypted streams 2022-05-29 14:21:24 -07:00
Uncled1023
6edc67ab78 Fixed response stream read length 2022-05-28 23:49:46 -07:00
Uncled1023
2fe2c9a643 Fixed pool array usage 2022-05-28 21:56:41 -07:00
Uncled1023
0007dc8690 Fixed caching to be singleton w/ background cleaner 2022-05-28 20:32:31 -07:00
Uncled1023
ad532b0106 Fixed some bugs 2022-05-28 11:00:15 -07:00
Uncled1023
92ac154619 Optimizations 2022-05-27 23:03:57 -07:00
Uncled1023
dc76918300 Fixed range requests and consolidated data download 2022-05-25 23:30:14 -07:00
Uncled1023
22c5553d3a Performance improvements 2022-05-23 23:45:40 -07:00
Uncled1023
0f410485f4 Fixed multiple warnings and deprecations 2022-05-22 20:51:09 -07:00
Uncled1023
f31a42d40d Updated to .NET 6 2022-05-22 19:59:42 -07:00
Uncled1023
1454fd9317 Made sure all encryption methods were properly disposed 2022-05-22 18:52:04 -07:00
Uncled1023
9fbed1aed0 Fixed paste downloads trying to access filestream after disposal 2022-05-21 19:19:38 -07:00
Uncled1023
49b3899306 Optimized the Encryption processes. 2022-05-21 18:55:22 -07:00
Uncled1023
e5a4f3b171 Optimized response stream buffer 2022-05-21 09:29:24 -07:00
Uncled1023
c7fc3b8658 - Added cache control for pastes.
- Made updates not need to re-query for data.
2022-03-13 23:21:00 -07:00
Uncled1023
035c927326 Added cache for Upload objects and background processing of download increments 2022-03-13 00:28:21 -08:00
Uncled1023
2233d6c3be Added Auth Tokens for direct API access 2021-12-06 00:13:12 -08:00
Uncled1023
37fc3ca560 Fixed domain mapping for subdomain less routes 2021-12-04 21:35:46 -08:00
Uncled1023
162a8c5e4e Fixed billing webhook endpoints 2021-11-15 20:17:42 -08:00
Uncled1023
543df28eb7 Added billing/subscriptions 2021-11-13 20:28:24 -08:00
Uncled1023
3d7fbd6054 Added in memory storage service 2021-08-06 23:21:24 -07:00
Uncled1023
2331d1dd9f Implement separate Storage Service to decouple file storage for uploads and pastes 2021-08-06 22:26:09 -07:00
Uncled1023
1757f04787 Fixed routing not matching default values 2021-06-28 21:34:01 -07:00
Uncled1023
f5f2f4da86 Migrated to .NET Core 5.0 2021-06-25 22:30:48 -07:00
Uncled1023
c701493859 Added scanning based on sha1 hash of the file to an endpoint 2020-07-17 00:48:24 -07:00
Uncled1023
b5d5e4afbe Updated to .NET Core 2.2 (Except MVC Routing) 2019-08-04 14:13:40 -07:00
Uncled1023
94be2cf236 Added customization of scopes and grant type for clients 2019-08-03 14:03:23 -07:00
Uncled1023
b2abba1825 Multiple Items:
- Added auto adding external source to git on reg.
- Fixed caching of account pages.
- Removed invite code in registration if it isn't required.
- Fixed robots.txt not loading.
2019-02-02 22:55:47 -08:00
Uncled1023
89ba60b593 Made tracking operations go to a background queue to be processed. 2019-02-01 00:31:09 -08:00
Uncled1023
0597455180 Removed unused Logout Session manager middleware 2019-01-31 22:56:12 -08:00
Uncled1023
58a9fd8bcf Fixed upload file extensions 2019-01-28 23:23:39 -08:00
Uncled1023
fc86f237fb Added cacheing to Client Store, and Management API 2019-01-28 23:15:00 -08:00
Uncled1023
829b773e71 Fixed git service not getting LastActive correctly 2019-01-28 00:26:09 -08:00
Uncled1023
430a77f5ac Fixed system blog not loading the correct posts 2019-01-28 00:04:35 -08:00
Uncled1023
11da968e1c Fixed CSP and CORs related issues. 2019-01-26 20:40:18 -08:00
Uncled1023
a663924456 Cleaned up main index page and added conditional links if a user is logged in. 2019-01-25 22:20:13 -08:00
Uncled1023
d8f3379625 Added active page checks to nav bar 2019-01-24 23:47:19 -08:00
Uncled1023
883318f871 Issue #54 - Added additional cleaning and logic to file extension parsing. 2019-01-23 22:37:13 -08:00
Uncled1023
416387c764 Added ability to set expirations for uploads. Includes default settings for logged in users. 2019-01-16 23:58:10 -08:00
Uncled1023
80f14fd1f1 Updated nuget packages 2018-11-30 23:36:34 -08:00
Uncled1023
62e4476897 Added Identity Server for authentication 2018-10-25 22:22:53 -07:00
Uncled1023
4092bb27b7 Added prism.js as a syntax highlighter 2018-06-22 23:57:32 -07:00
Uncled1023
b674590b8c Fixed formatting of blog/vault editors.
Fixed paste output not working correctly in <pre><code>
2018-06-20 21:36:05 -07:00
Uncled1023
43be6c4694 Added syntax highlighting for pastes w/ backwards? support. 2018-06-19 01:18:51 -07:00
Uncled1023
a8862503ac Added Runtime Identifiers to all projects 2018-06-17 15:13:15 -07:00
Uncled1023
83801357be Added git version tracking to file, and modified footer to load from that file (not the assembly) 2018-06-16 23:02:26 -07:00
Uncled1023
af6ffcaf6d Fixed logo and favicon loading. 2018-06-16 18:06:11 -07:00
Uncled1023
6047903ee6 Fixed multiple benign warnings 2018-06-16 17:27:06 -07:00
Uncled1023
5eb45263d9 Ported existing projects to Asp.Net Core (Except ServerMaint) 2018-06-14 17:57:03 -07:00
Uncled1023
c59d4f7661 Fixed misnamed config vars 2018-05-10 20:27:54 -07:00