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

350 Commits

Author SHA1 Message Date
Uncled1023
04c2e657ab Changed paste to use backend syntax highlighting by pygments instead of a JS method. 2016-10-20 16:50:35 -07:00
Uncled1023
e1ed311880 Fixed Common scripts not being loaded for simple paste view 2016-10-20 14:15:10 -07:00
Uncled1023
15393324b0 Fixed CORs issues with running web workers. Changed URLs for workers and scripts imported inside workers to Blob URLs. 2016-10-20 14:09:11 -07:00
Uncled1023
90c5f7d5c2 Fixed blog post editing/creating putting you on a bad url after submit. 2016-10-16 23:54:21 -07:00
Uncled1023
d3c1d7187b Updated framework target to 4.6.2 2016-10-16 23:39:21 -07:00
Uncled1023
f5035b5ab7 Fixed url for API in help 2016-10-13 13:20:59 -07:00
Uncled1023
0eece43f01 Updated nuget packages 2016-10-12 14:35:04 -07:00
Uncled1023
b534f25d62 Added redbubble icon and redbubble marketplace. 2016-10-08 23:07:33 -07:00
Uncled1023
ddcba23ae9 Updated version to 2.0.4 2016-10-08 00:31:05 -07:00
Uncled1023
0beff458b9 Remade navbar logo use full filename for cache 2016-10-07 23:20:48 -07:00
Uncled1023
2d30e33949 Added Cdn generation to SubRouteUrl.
Added Cdn bundle extension to the rest of the areas.
Added Cdn for Logo images.
Added Logo constants for file paths.
2016-10-07 22:21:28 -07:00
Uncled1023
8b22b22d23 Added cacheing of the config.
Added file extensions to cdn url's to allow Azure to work properly.
Configured Uploads to use new CDN.
Added httpCompression to allow compression over proxy.
2016-10-07 16:49:46 -07:00
Uncled1023
4ec159e753 Added cdn config options and made bundle extension more generic. 2016-10-07 00:09:15 -07:00
Uncled1023
aef087a890 Adding initial attempt at connecting to CDN 2016-10-06 17:02:34 -07:00
Uncled1023
430e274280 Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git 2016-10-06 11:25:47 -07:00
Uncled1023
3215fdc230 Added tool list help page and referenced it on Upload and Paste pages. 2016-10-06 11:25:43 -07:00
Uncled1023
286058cd27 Merge branch 'master' of suun/Teknik into master 2016-10-06 10:50:11 -07:00
suun
000337116c Fix Misspelling
"Shotened Urls" -> "Shortened Urls"
2016-10-05 14:53:26 +02:00
Uncled1023
8d270bfcc1 Fixed button links not being proper (Button link, not a link of a button) 2016-09-30 16:01:38 -07:00
Uncled1023
bafb11bb6d Fixed redirect for blog posts not working right 2016-09-30 13:41:24 -07:00
Uncled1023
5040f98cf6 Fixed not being able to edit main blog 2016-09-30 13:19:13 -07:00
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