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

Commit Graph

  • 6e8eb52966 Added email notification on exceptions. Uncled1023 2017-01-09 13:08:46 -0800
  • 448d53e53e Merge branch 'master' of dmz76/Teknik into master Uncled1023 2017-01-09 12:56:49 -0800
  • 76e887cba0 Updated footer to match the new year of our lord and savior. Uncled1023 2017-01-02 14:24:00 -0800
  • e8fc8951e7 Update 'Teknik/Areas/Help/Views/Help/Git.cshtml' dmz76 2016-12-15 10:58:47 -0800
  • 6001677b6e Update 'Teknik/Areas/Help/Views/Help/Index.cshtml' dmz76 2016-12-15 08:54:22 -0800
  • 2d9e1eda02 Fixed verification routing Uncled1023 2016-12-12 20:23:43 -0800
  • 7345330493 Added verification page for TKNK Uncled1023 2016-12-12 20:14:55 -0800
  • e39cc27a90 Made Paste API Help show the aliase name for the format instead of the readable name. Uncled1023 2016-11-17 11:52:22 -0800
  • 9ba0bbbee3 Fixed Paste API help page and changed default values for Paste API Uncled1023 2016-11-17 11:49:07 -0800
  • d5532c3557 Fixed mispelling dmz76 2016-11-11 07:41:03 -0800
  • 3c324ddf0d Minor fixes dmz76 2016-11-11 05:29:34 -0800
  • 6160ac1f59 Add '.editorconfig' dmz76 2016-11-10 08:24:11 -0800
  • 81fdda228c Indent fix dmz76 2016-11-10 03:34:25 -0800
  • 950d93f0b8 Add missing "RSS Feeds" to Help page index dmz76 2016-11-10 03:31:15 -0800
  • d0c8ed567c Added check for html files on upload and return them as plain text. Uncled1023 2016-11-02 21:47:00 -0700
  • 7def4f222d Fixed max upload size being int instead of long. Uncled1023 2016-10-28 16:35:08 -0700
  • 64c584d485 Added basic user search to admin page. Uncled1023 2016-10-27 13:38:42 -0700
  • 302f8cae39 Added icons to 'Recent' sections on main page. Uncled1023 2016-10-27 10:15:46 -0700
  • dc576fed0d Added manual specification of machine key to prevent reset of credentials Uncled1023 2016-10-27 00:29:49 -0700
  • 8d7ed2fe43 Fixed invalid datetime html values. Uncled1023 2016-10-26 22:54:02 -0700
  • d8044a9b8e Fixed invalid CORs. Fixed invalid HTML head elements. Fixed invalid html elements. Uncled1023 2016-10-26 22:11:03 -0700
  • e8eea8404e Added X-Requested-With header to ajax calls. Uncled1023 2016-10-26 17:44:51 -0700
  • 446df72e00 Changed modal header for logins to have matching header color as the nav bar. Uncled1023 2016-10-26 16:47:47 -0700
  • 96471f48a8 Added ajax actionresult handler. Added returning of json or view from register/login depending on caller. Uncled1023 2016-10-26 16:25:57 -0700
  • f2e016d321 Modified home screen and footer styling. Uncled1023 2016-10-26 13:39:12 -0700
  • c98e6cbf8e Added handling of all missing routes with custom 404 page. Uncled1023 2016-10-26 13:19:48 -0700
  • f472c4f5d7 Added base Admin area. Added direct routing for error view pages to fix them not loading correctly. Added handling of authorized, but invalid roles. Uncled1023 2016-10-26 00:42:27 -0700
  • 609dbb59eb Updated Tekup tool link Uncled1023 2016-10-24 16:17:27 -0700
  • 26ad6b6529 Fixed download worker security issue Uncled1023 2016-10-20 21:56:16 -0700
  • 2eb9463df7 Changed to use own Pygments nuget package. Uncled1023 2016-10-20 21:51:04 -0700
  • 35be0dd3a9 Re-enabled copying locally of the pygments package. Uncled1023 2016-10-20 16:55:54 -0700
  • 14dee8455f Added default fallback for 'Text only' if the syntax is not supported. Uncled1023 2016-10-20 16:54:55 -0700
  • 04c2e657ab Changed paste to use backend syntax highlighting by pygments instead of a JS method. Uncled1023 2016-10-20 16:50:35 -0700
  • e1ed311880 Fixed Common scripts not being loaded for simple paste view Uncled1023 2016-10-20 14:15:10 -0700
  • 15393324b0 Fixed CORs issues with running web workers. Changed URLs for workers and scripts imported inside workers to Blob URLs. Uncled1023 2016-10-20 14:09:11 -0700
  • 90c5f7d5c2 Fixed blog post editing/creating putting you on a bad url after submit. Uncled1023 2016-10-16 23:54:21 -0700
  • d3c1d7187b Updated framework target to 4.6.2 Uncled1023 2016-10-16 23:39:21 -0700
  • f5035b5ab7 Fixed url for API in help Uncled1023 2016-10-13 13:20:59 -0700
  • 0eece43f01 Updated nuget packages Uncled1023 2016-10-12 14:35:04 -0700
  • b534f25d62 Added redbubble icon and redbubble marketplace. Uncled1023 2016-10-08 23:07:33 -0700
  • ddcba23ae9 Updated version to 2.0.4 Uncled1023 2016-10-08 00:31:05 -0700
  • 0beff458b9 Remade navbar logo use full filename for cache 2.0.3 Uncled1023 2016-10-07 23:20:48 -0700
  • 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. Uncled1023 2016-10-07 22:21:28 -0700
  • 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. Uncled1023 2016-10-07 16:49:46 -0700
  • 4ec159e753 Added cdn config options and made bundle extension more generic. Uncled1023 2016-10-07 00:09:15 -0700
  • aef087a890 Adding initial attempt at connecting to CDN Uncled1023 2016-10-06 17:02:34 -0700
  • 430e274280 Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git Uncled1023 2016-10-06 11:25:47 -0700
  • 3215fdc230 Added tool list help page and referenced it on Upload and Paste pages. Uncled1023 2016-10-06 11:25:43 -0700
  • 286058cd27 Merge branch 'master' of suun/Teknik into master Uncled1023 2016-10-06 10:50:11 -0700
  • 000337116c Fix Misspelling "Shotened Urls" -> "Shortened Urls" suun 2016-10-05 14:53:26 +0200
  • 8d270bfcc1 Fixed button links not being proper (Button link, not a link of a button) Uncled1023 2016-09-30 16:01:38 -0700
  • bafb11bb6d Fixed redirect for blog posts not working right Uncled1023 2016-09-30 13:41:24 -0700
  • 5040f98cf6 Fixed not being able to edit main blog Uncled1023 2016-09-30 13:19:13 -0700
  • 667ef65682 Changed images to be in the image folder, and css to be in Content. Uncled1023 2016-09-30 12:55:55 -0700
  • 23b6e61efc Changed blog add/edit posts to use separate pages instead of modal popups. Also added editor helpers. Uncled1023 2016-09-30 12:46:49 -0700
  • 563ff86c3a Added initial reference to MarkdownDeep Client. Uncled1023 2016-09-29 17:22:22 -0700
  • a8c17ad109 Fixed user auth cookie not using the real username, but the one passed in from the model. Uncled1023 2016-09-29 14:42:12 -0700
  • bbb819c1ad Changed gratipay link to point to team Uncled1023 2016-09-28 11:58:45 -0700
  • a55d9f5923 Updated readme formatting Uncled1023 2016-09-22 15:57:14 -0700
  • ce12758c7d Added comments Uncled1023 2016-09-22 15:34:22 -0700
  • 3712d0db68 Removed donation info from the about page. Uncled1023 2016-09-22 15:12:39 -0700
  • b0472d852f Added auto-select to the bitcoin address Uncled1023 2016-09-22 14:57:36 -0700
  • 6ff2f5554c Added donation info to footer. Uncled1023 2016-09-22 14:46:52 -0700
  • 0c71949223 Added imap/pop3 info to main sections Uncled1023 2016-09-22 13:13:10 -0700
  • a9177d7412 Added port numbers to imap and pop3 Uncled1023 2016-09-22 12:59:02 -0700
  • 4bf83d22bd Changed git link to https Uncled1023 2016-09-22 12:46:47 -0700
  • 3d5e2a359d Added checking of email/git accounts and re-adding them if they do not exist. (All for one, and one for all) Uncled1023 2016-07-30 16:21:25 -0700
  • 031e68e0f6 Fixed issue where editing a password would remove your login_name from git (breaking logins) Uncled1023 2016-07-29 13:42:49 -0700
  • 683631e4bf Added requirement of ssl for cookies and anti-forgery token Uncled1023 2016-07-27 12:38:58 -0700
  • 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. Uncled1023 2016-07-27 12:11:48 -0700
  • f039a81925 Made global logo a route to the actual file. Uncled1023 2016-07-08 16:39:14 -0700
  • e9b913d4cb Moved unauth handler to function call Uncled1023 2016-07-08 14:19:42 -0700
  • 6f42eaaf08 Added custom authentication attribute to redirect to Login for unauthorized access. Uncled1023 2016-07-08 13:56:08 -0700
  • 25b07d0896 Added clearing of trusted devices, and showing of current count of trusted devices. Added scrollboxes for Uploads/Pastets/Shortened Urls on the Profile. 2.0.2 Uncled1023 2016-07-01 10:34:47 -0700
  • 7aaa5e922b Fixed some characters not being allowed as Paste passwords. Uncled1023 2016-07-01 09:50:10 -0700
  • 140d0a0371 Renamed trusted devices setting. Added reselecting of current tab after a refresh. Uncled1023 2016-07-01 00:48:59 -0700
  • e1c8d426df Moved user transfer to once login auth passed, but before two factor. Also moved last seen. Uncled1023 2016-07-01 00:02:20 -0700
  • d0fd245076 Fixed ordering of Blog and Podcast RSS feeds. Uncled1023 2016-06-30 23:53:02 -0700
  • 78b80b1ff3 Fixed missing Helper usings. Uncled1023 2016-06-30 23:05:50 -0700
  • fbbf460b0b Added auto focus to code inputs Uncled1023 2016-06-30 22:49:54 -0700
  • 000f977dfe Added trusted device support for Two Factor authentication. Uncled1023 2016-06-30 17:00:44 -0700
  • 011e737846 Added user device skafolding Uncled1023 2016-06-30 11:36:55 -0700
  • ca4086a540 Fixed 'rememberMe' not being passed through correctly. Uncled1023 2016-06-30 01:03:04 -0700
  • 62b3af41c1 Added prompting for 2 factor auth setup after turning it on and saving. Uncled1023 2016-06-30 00:53:04 -0700
  • c95849f468 Added two factor auth checking for users that have it enabled. Uncled1023 2016-06-30 00:27:45 -0700
  • 54a9d8e4f0 Added initial structure for Two Factor authentication Uncled1023 2016-06-29 17:01:59 -0700
  • d14739f165 Updated newtonsoft and Inferno Crypto Uncled1023 2016-06-29 15:18:14 -0700
  • b9fb94e685 Moved security specific settings to it's own model. Uncled1023 2016-06-29 14:13:22 -0700
  • 32a3bfdb53 Removed button from NoJS alert due to it not working because of NoJS. Hehe Uncled1023 2016-06-29 12:12:29 -0700
  • c3cd48b1a8 Separated settings into separate tabs. Uncled1023 2016-06-29 12:11:33 -0700
  • 71e30cd04f Added Yandex verification header Uncled1023 2016-06-22 23:11:07 -0700
  • 2c2e5f9876 Added a couple more reserved usernames Uncled1023 2016-06-21 12:27:31 -0700
  • fcc809bd06 Added additional saving to db when deleting user. Uncled1023 2016-06-20 23:36:14 -0700
  • 09ceda4353 Added default connection string node in web.config Uncled1023 2016-06-20 16:32:04 -0700
  • f739b4ee14 Added some more usernames to the reserved list Uncled1023 2016-06-20 14:56:11 -0700
  • d46e20b022 Removed CSP in Layout (revisit later) Uncled1023 2016-06-20 10:31:05 -0700
  • dafa9c6e21 Added check so that 'Server Admin' doens't get deleted Uncled1023 2016-06-19 23:43:19 -0700
  • 442bd814e6 Added new meta tags, including: CSP, robots, x-ua-compatible Uncled1023 2016-06-18 22:55:35 -0700
  • 1270c3a8dd Added check in Git deletion to allow deletion for new users. Uncled1023 2016-06-17 21:59:47 -0700
  • 2e587f1ac3 Removed unused property from Users Uncled1023 2016-06-17 21:52:20 -0700