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

760 Commits

Author SHA1 Message Date
Uncled1023
ce0ded7c55 Added method to make uploads over a certain size direct to the download page and force a SaveAs dialog. This is to prevent non-user uploads from being spammed to host large videos/embedded data. 2018-02-03 16:40:24 -08:00
Uncled1023
72a3d3efe7 Removed compression module as it's not needed with IIS. 2018-02-03 12:32:07 -08:00
Uncled1023
8f0a3218f5 Updated dev build profile.
Removed Deflate from compression module.
2018-02-03 12:01:36 -08:00
Uncled1023
951635fcbe Fixed CDN not checking the right headers 2018-02-01 20:47:45 -08:00
Uncled1023
b9bc4986df Added method to check to see if CDN is passing the request and then pass back the CDN as the origin. 2018-02-01 20:40:30 -08:00
Uncled1023
32965400d6 Added Compression Module to handle GZip and Deflate 2018-02-01 19:50:46 -08:00
Uncled1023
8ffbaa5c19 'Fixed' HPKP 2018-02-01 18:58:23 -08:00
Uncled1023
4853868654 Added CDN DigiCert cert hash to public key pin header 2018-02-01 18:35:52 -08:00
Uncled1023
86df06bd6b Added 'Actions' to robots.txt 2018-02-01 17:50:33 -08:00
Uncled1023
d667bf35f7 Removed DB and Website CPU from graph due to them being buggy 2018-01-31 23:08:04 -08:00
Uncled1023
c099076d8e Fixed Visitor Data not being pulled correctly.
Fixed a couple Context null reference possibilities with the Config and Pre-Send Headers event.
2018-01-31 22:56:11 -08:00
Uncled1023
73403551d6 Reverted Piwik Tracker package to last working copy. 2018-01-31 01:19:13 -08:00
Uncled1023
18a066502c Cleaned up FAQ link in help, and added abuse link. 2018-01-30 00:43:20 -08:00
Uncled1023
395aba3d14 Fixed non cross-domain support in CSP. 2018-01-29 23:54:01 -08:00
Uncled1023
aacc07d4a1 Fixed Download page not using current subdomain as link. 2018-01-29 23:28:12 -08:00
Uncled1023
37424956db Implemented dynamic CSP and added nonces to all inline script tags, and fixed inline js. 2018-01-29 23:18:47 -08:00
Uncled1023
c78ea99e79 Made upload controller not lock due to sessions 2018-01-28 15:39:47 -08:00
Uncled1023
c695051a9b Made tracking a synchronous process 2018-01-28 15:08:32 -08:00
Uncled1023
86559669b7 Added cacheing to the Config loading instead of file hash.
Reworked page view tracking to match link and download.
2018-01-28 12:49:37 -08:00
Uncled1023
782aba9d22 Modified tracking to not pass in any volatile objects. 2018-01-28 02:43:12 -08:00
Uncled1023
3b17dd9e76 Updated Nuget Packages.
Optimized Blacklist module to not use locks.
2018-01-28 01:06:15 -08:00
Uncled1023
28e6c34748 Removed unecessary headers.
Added cache headers for favicon and logo
2018-01-27 22:25:30 -08:00
Uncled1023
003d06604e Made sure tracking attributes were everywhere that they should be. 2018-01-27 21:40:38 -08:00
Uncled1023
bea394cbaf Added IP and Referrer blacklists. 2018-01-27 20:23:56 -08:00
Uncled1023
8827992935 Optimized tracking filters 2018-01-27 16:35:27 -08:00
Uncled1023
78ed1d79b0 Modified system emails to use names 2018-01-27 15:47:54 -08:00
Uncled1023
602ecc9b31 Added cache to favicon and logo 2018-01-27 13:26:41 -08:00
Uncled1023
c8b0c1624c Fixed deletion of user's account due to invite codes.
Added button to initiate user search on admin page.
Add ability to delete user from admin page.
2018-01-27 13:03:24 -08:00
Uncled1023
a9a80f7a97 Fixed status realtime charts not loading when visit chart is hidden.
Cleaned up ResponseHelper to reduce unecessary processing.
2018-01-27 01:18:28 -08:00
Uncled1023
d7994ef6ff Re-enabled dl cache since the RST seems to be fixed. 2018-01-26 22:27:10 -08:00
Uncled1023
6708fc2de6 Added easy way for user's to submit bug report if they see an error screen. 2018-01-26 21:08:53 -08:00
Uncled1023
8859cbf0d5 Added checks in cleaning routine not to remove the system account 2018-01-26 19:19:47 -08:00
Uncled1023
da633a5831 Removed invalid contact info and added link to abuse page.
Added check for premium user's when cleaning inactive accounts.
2018-01-26 18:48:12 -08:00
Uncled1023
3c6845d4a6 Fixed generation of to be cleaned users by server maint program erroring out if a user didn't have all services created. 2018-01-23 20:51:40 -08:00
Uncled1023
c6d836dac2 Fixed 'GetLastAccountActivity' throwing an exception if an account portion doesn't exist. 2018-01-22 21:54:35 -08:00
Uncled1023
ec6cedbba2 Reordered the status and abuse links in footer 2018-01-20 18:05:09 -08:00
Uncled1023
382eafa5bb Fixed status charts erroring out if the site stats chart is disabled. 2018-01-20 17:57:56 -08:00
Uncled1023
acc1caf646 Fixed admin search not returning anything 2018-01-20 17:45:23 -08:00
Uncled1023
eb9913992b Added Abuse Reporting information page. 2018-01-20 17:31:50 -08:00
Uncled1023
c9b1807744 Cleaned up contact email sent to support 2018-01-20 16:26:22 -08:00
Uncled1023
9ea2967e02 Changed contact 'from' to be from the user and set 'Sender' as support. 2018-01-19 22:34:14 -08:00
Uncled1023
076d99a698 Updated all scripts to use the parseErrorMessage() function for grabbing the error message out of the response. 2018-01-19 22:20:16 -08:00
Uncled1023
3530f8badd Updated copyright date 2018-01-19 20:49:03 -08:00
Uncled1023
bf67409af6 Fixed number of invite codes available displayed in settings navigation. 2018-01-17 01:12:20 -08:00
Uncled1023
a7c314d728 - Implemented invite codes to use for registration.
- Reorganized settings pages into individual pages.
2018-01-16 22:36:11 -08:00
Uncled1023
61e0204361 Added Vary: Origin header 2018-01-09 22:47:34 -08:00
Uncled1023
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
2018-01-09 22:06:43 -08:00
Uncled1023
e3e5a60de7 Added udpating user LastSeen when setting the user's token's LastSeen 2018-01-06 21:32:37 -08:00
Uncled1023
e6589638bd Added restricted content types parameter for uploads 2017-12-20 11:08:34 -08:00
Uncled1023
1fe63a06bd Fixed upload script sending 'null' and not a null value 2017-12-05 18:35:40 -08:00