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
667ef65682 Changed images to be in the image folder, and css to be in Content. 2016-09-30 12:55:55 -07:00
Uncled1023
23b6e61efc Changed blog add/edit posts to use separate pages instead of modal popups. Also added editor helpers. 2016-09-30 12:46:49 -07:00
Uncled1023
563ff86c3a Added initial reference to MarkdownDeep Client. 2016-09-29 17:22:22 -07:00
Uncled1023
a8c17ad109 Fixed user auth cookie not using the real username, but the one passed in from the model. 2016-09-29 14:42:12 -07:00
Uncled1023
bbb819c1ad Changed gratipay link to point to team 2016-09-28 11:58:45 -07:00
Uncled1023
a55d9f5923 Updated readme formatting 2016-09-22 15:57:14 -07:00
Uncled1023
ce12758c7d Added comments 2016-09-22 15:34:22 -07:00
Uncled1023
3712d0db68 Removed donation info from the about page. 2016-09-22 15:12:39 -07:00
Uncled1023
b0472d852f Added auto-select to the bitcoin address 2016-09-22 14:57:36 -07:00
Uncled1023
6ff2f5554c Added donation info to footer. 2016-09-22 14:46:52 -07:00
Uncled1023
0c71949223 Added imap/pop3 info to main sections 2016-09-22 13:13:10 -07:00
Uncled1023
a9177d7412 Added port numbers to imap and pop3 2016-09-22 12:59:02 -07:00
Uncled1023
4bf83d22bd Changed git link to https 2016-09-22 12:46:47 -07:00
Uncled1023
3d5e2a359d Added checking of email/git accounts and re-adding them if they do not exist. (All for one, and one for all) 2016-07-30 16:21:25 -07:00
Uncled1023
031e68e0f6 Fixed issue where editing a password would remove your login_name from git (breaking logins) 2016-07-29 13:42:49 -07:00
Uncled1023
683631e4bf Added requirement of ssl for cookies and anti-forgery token 2016-07-27 12:38:58 -07:00
Uncled1023
53d6fc1628 Added anti-forgery tokens to user account related requests. Unable to add to login/registration due to cross-domain support for the login/registration form. 2016-07-27 12:11:48 -07:00
Uncled1023
f039a81925 Made global logo a route to the actual file. 2016-07-08 16:39:14 -07:00
Uncled1023
e9b913d4cb Moved unauth handler to function call 2016-07-08 14:19:42 -07:00
Uncled1023
6f42eaaf08 Added custom authentication attribute to redirect to Login for unauthorized access. 2016-07-08 13:56:08 -07:00
Uncled1023
25b07d0896 Added clearing of trusted devices, and showing of current count of trusted devices.
Added scrollboxes for Uploads/Pastets/Shortened Urls on the Profile.
2016-07-01 10:34:47 -07:00
Uncled1023
7aaa5e922b Fixed some characters not being allowed as Paste passwords. 2016-07-01 09:50:10 -07:00
Uncled1023
140d0a0371 Renamed trusted devices setting.
Added reselecting of current tab after a refresh.
2016-07-01 00:48:59 -07:00
Uncled1023
e1c8d426df Moved user transfer to once login auth passed, but before two factor. Also moved last seen. 2016-07-01 00:02:20 -07:00
Uncled1023
d0fd245076 Fixed ordering of Blog and Podcast RSS feeds. 2016-06-30 23:53:02 -07:00
Uncled1023
78b80b1ff3 Fixed missing Helper usings. 2016-06-30 23:05:50 -07:00
Uncled1023
fbbf460b0b Added auto focus to code inputs 2016-06-30 22:49:54 -07:00
Uncled1023
000f977dfe Added trusted device support for Two Factor authentication. 2016-06-30 17:00:44 -07:00
Uncled1023
011e737846 Added user device skafolding 2016-06-30 11:36:55 -07:00
Uncled1023
ca4086a540 Fixed 'rememberMe' not being passed through correctly. 2016-06-30 01:03:04 -07:00
Uncled1023
62b3af41c1 Added prompting for 2 factor auth setup after turning it on and saving. 2016-06-30 00:53:04 -07:00
Uncled1023
c95849f468 Added two factor auth checking for users that have it enabled. 2016-06-30 00:27:45 -07:00
Uncled1023
54a9d8e4f0 Added initial structure for Two Factor authentication 2016-06-29 17:01:59 -07:00
Uncled1023
d14739f165 Updated newtonsoft and Inferno Crypto 2016-06-29 15:18:14 -07:00
Uncled1023
b9fb94e685 Moved security specific settings to it's own model. 2016-06-29 14:13:22 -07:00
Uncled1023
32a3bfdb53 Removed button from NoJS alert due to it not working because of NoJS. Hehe 2016-06-29 12:12:29 -07:00
Uncled1023
c3cd48b1a8 Separated settings into separate tabs. 2016-06-29 12:11:33 -07:00
Uncled1023
71e30cd04f Added Yandex verification header 2016-06-22 23:11:07 -07:00
Uncled1023
2c2e5f9876 Added a couple more reserved usernames 2016-06-21 12:27:31 -07:00
Uncled1023
fcc809bd06 Added additional saving to db when deleting user. 2016-06-20 23:36:14 -07:00
Uncled1023
09ceda4353 Added default connection string node in web.config 2016-06-20 16:32:04 -07:00
Uncled1023
f739b4ee14 Added some more usernames to the reserved list 2016-06-20 14:56:11 -07:00
Uncled1023
d46e20b022 Removed CSP in Layout (revisit later) 2016-06-20 10:31:05 -07:00
Uncled1023
dafa9c6e21 Added check so that 'Server Admin' doens't get deleted 2016-06-19 23:43:19 -07:00
Uncled1023
442bd814e6 Added new meta tags, including: CSP, robots, x-ua-compatible 2016-06-18 22:55:35 -07:00
Uncled1023
1270c3a8dd Added check in Git deletion to allow deletion for new users. 2016-06-17 21:59:47 -07:00
Uncled1023
2e587f1ac3 Removed unused property from Users 2016-06-17 21:52:20 -07:00
Uncled1023
f579e1fac2 Added migration scripts to solution 2016-06-17 21:15:37 -07:00
Uncled1023
aedbaca154 Added initialization script for migrating existing users for new password storage. 2016-06-17 21:04:50 -07:00
Uncled1023
1d48f7531d Reverted GitVersion yaml name 2016-06-17 16:42:36 -07:00