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

879 Commits

Author SHA1 Message Date
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
Uncled1023
b1a4566275 Changed 'bytes' to 'bits' 2017-12-05 15:41:48 -08:00
Uncled1023
ec8d7f0de6 Fixed uploads via API not adhering to the saveKey attribute, or allowing custom Keys/IVs. 2017-12-05 15:32:12 -08:00
Uncled1023
3b52eade6b Added wot verification 2017-10-29 14:02:54 -07:00
Uncled1023
820aa7038a Modified public view of profile to not make the email a link when the user is not logged in. 2017-08-28 22:03:03 -07:00
Uncled1023
5e5e4c093d Modified status counts to reflect current counts, not total lifetime counts 2017-08-14 00:47:12 -07:00
Uncled1023
e9c0417dd1 Fixed misspelling of 'class' 2017-08-11 16:08:42 -07:00
Uncled1023
028a2d252d Updated markdown help.
Updated editor to have same settings as final transform.
2017-08-11 15:57:43 -07:00
Uncled1023
8554648174 Added HTML support for blog post articles 2017-08-11 15:27:02 -07:00
Uncled1023
bb933c5ff1 Updated mail server help to include new ports 2017-08-10 11:00:20 -07:00
Uncled1023
a1606c8662 Updated markdown helper to use Extra mode 2017-08-07 14:25:44 -07:00
Uncled1023
a46a63e3ca Added hexchat addons to the tools help page 2017-07-27 10:46:41 -07:00
Uncled1023
7db112df5e Fixed bad references 2017-07-27 09:49:27 -07:00
Uncled1023
64a48d2ddd Added MIME magic number filetype finder 2017-07-27 00:52:23 -07:00
Uncled1023
a8b601a7a9 Converted Settings/Set Password to use viewmodels to allow html in passwords. 2017-07-23 22:57:38 -07:00
Uncled1023
50bca7a07d Modified solution 2017-07-13 23:57:51 -07:00
Uncled1023
0208e956e7 Removed battle for the net notice 2017-07-12 22:25:27 -07:00
Uncled1023
2f66559efa Updated TOS 2017-07-11 22:29:50 -07:00
Uncled1023
a1cb160520 Added Net Neutrality message. 2017-07-11 22:23:40 -07:00
Uncled1023
afa4394052 Changed upload to bypass loading of blob if we aren't encrypting client side. 2017-07-11 21:17:51 -07:00
Uncled1023
55bf97fe53 Fixed issue where exception from user info was stopping showing results in admin search. 2017-07-02 18:47:48 -07:00
Uncled1023
0eb299ad88 Modified cache/CSP to temp disable it. 2017-06-20 10:15:13 -07:00
Uncled1023
fc0ee9f673 Fixed Aes128CFB not correctly padding the text for encryption/decryption 2017-06-11 13:32:01 -07:00
Uncled1023
e89e62f248 Fixed checking for git user existing being opposite 2017-06-11 00:14:20 -07:00
Uncled1023
6a43258809 Modified key 2017-06-11 00:06:00 -07:00
Uncled1023
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.
2017-06-11 00:03:44 -07:00
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