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

Commit Graph

  • 7d2844b4ed More formatting changes Uncled1023 2016-01-21 15:08:36 -0800
  • b12f8a93a6 Slight spelling fixes Uncled1023 2016-01-21 15:05:52 -0800
  • e8219bf714 Updated all other help links to point to new help. Uncled1023 2016-01-21 14:53:59 -0800
  • 7679851064 Added Help pages. Uncled1023 2016-01-21 14:47:07 -0800
  • 47cc6f3a9b Added key size and block size to DB in case they change. Added subdirectories for stored files. Uncled1023 2016-01-21 10:52:04 -0800
  • 6162150495 Added change of cursor to pointer on hover of upload well. Uncled1023 2016-01-21 10:24:51 -0800
  • 0fcabc027b Fixed missing file name from delete page. Uncled1023 2016-01-21 10:01:48 -0800
  • 182c25d7b8 Added ability to remove key from server after saving key to server. Uncled1023 2016-01-20 23:49:07 -0800
  • 72db3a891a Implemented key storage, deletion key generation, file deletion, and server side decryption. Uncled1023 2016-01-20 22:58:45 -0800
  • ada2d800cc Added download progress. Uncled1023 2016-01-20 12:53:54 -0800
  • 12682f5531 Fixed bad encrpty/decrypt missing a byte evey chunk. Downloading now prompts 'SaveAs' once done decrypting. Uncled1023 2016-01-20 12:40:14 -0800
  • 252d605ce0 Implemented file download and decryption. Still need to re-create file from ArrayBuffer. Uncled1023 2016-01-20 00:26:47 -0800
  • 5396a4ddee Removed most Dropzone properties and shrunk drop button. Also made entire window a drop zone. Uncled1023 2016-01-19 17:02:43 -0800
  • 8c88d699fc Fixed description of encryption method Uncled1023 2016-01-19 16:37:49 -0800
  • fbed5b2ba5 Fixed encryption of files, modified UI some more. Uncled1023 2016-01-19 16:34:40 -0800
  • cb6aaee0dc Modified UI and dropzone to be more custom and per file. Modified how encoding worked (still not working) Uncled1023 2016-01-19 00:41:01 -0800
  • 59e213690e Fixed encrypted data not being sent to server. Still having issues with the encryption and subsequent conversions. Uncled1023 2016-01-18 16:57:26 -0800
  • c1f2707c51 Started to create custom upload mechanism to bypass the dropzone upload. Uncled1023 2016-01-18 00:14:13 -0800
  • ebf069e43f Uploads - Got encryption working, got file upload working (not encrypted version though), and got upload saving server side. Uncled1023 2016-01-17 22:05:20 -0800
  • 5a50acdad0 Modified javascript encryption Uncled1023 2016-01-06 07:45:37 -0800
  • 21ffabf103 Updated dropzone and added new encryption functions Uncled1023 2016-01-05 16:46:00 -0800
  • 47231c1269 Added Optimizations Uncled1023 2016-01-05 15:10:30 -0800
  • f594ecc734 Added page load and generation to footer. Uncled1023 2016-01-05 12:53:04 -0800
  • 99dbae3f20 Added load timing as a header value Uncled1023 2016-01-05 12:06:57 -0800
  • bd6d71de46 Added custom razor engine to limit the view engine lookup to just c# Uncled1023 2016-01-05 10:09:38 -0800
  • 2db5878512 Fixed 'privacy' routiung error Uncled1023 2015-12-23 22:53:22 -0800
  • c6fdf82486 Fixed blog errors. Uncled1023 2015-12-23 22:36:33 -0800
  • fcf8c9bc1a Fixed multiple exceptions. Uncled1023 2015-12-23 20:55:32 -0800
  • 17f21194da Fixed profile bugs Uncled1023 2015-12-23 16:35:03 -0800
  • 994be5a459 Added user profile and edit/delete. Uncled1023 2015-12-23 16:14:09 -0800
  • d88587a911 Fixed bad Register page routing on dev. Made 'About' now anonymous access. Uncled1023 2015-12-23 12:21:05 -0800
  • d6a9579778 Finished Subdomain url generation using routes. Uncled1023 2015-12-23 12:14:34 -0800
  • 1b6bdcbb4d Updated Git ignore Uncled1023 2015-12-22 23:29:42 -0800
  • 9822ad429e Modifying url routing Uncled1023 2015-12-22 23:29:02 -0800
  • 8a2db1de87 Added custom error handling Uncled1023 2015-12-22 17:03:09 -0800
  • 9968b89266 Added Error Controller to handle error messages Uncled1023 2015-12-22 12:05:50 -0800
  • a02e4e15e5 Modified subdomain routing via url parameter. Uncled1023 2015-12-22 00:34:02 -0800
  • b702e4fc2e Fixed footer padding Uncled1023 2015-12-22 00:06:34 -0800
  • e534a58a7b Added new Url Extension to generate a url with subdomain Uncled1023 2015-12-21 23:54:22 -0800
  • 7367d889e9 Added more subdomain routing for generating urls. Fixed Home to have proper routing Uncled1023 2015-12-21 15:59:08 -0800
  • 69d1f46234 Removed Config from ViewBag and added to ViewModelBase. Added Upload Area and beginning of functionality. Uncled1023 2015-12-21 00:58:09 -0800
  • 1e152694f4 Fixed css for home blog posts Uncled1023 2015-12-20 21:14:27 -0800
  • a4a11d7076 Fixed server specific blog viewing (Set to be first blog in DB) Uncled1023 2015-12-20 20:56:06 -0800
  • 34836c9a08 Renamed fonts to Fonts Uncled1023 2015-12-20 13:52:04 -0800
  • aa7a70ab83 Fixed missing font. Added config to optimize bundles. Uncled1023 2015-12-20 13:50:12 -0800
  • a0ef38eb7f Fixed redirect after Registration Uncled1023 2015-12-20 02:20:38 -0800
  • deb9030f47 Fixed bad js call Uncled1023 2015-12-20 01:57:16 -0800
  • 98569322a9 Fixed blog comments and added blog styles Uncled1023 2015-12-20 01:24:03 -0800
  • 52e9e72523 Added comments to blog posts Uncled1023 2015-12-20 00:52:02 -0800
  • 25673d8570 Fixed login redirect and added dedicated login page. Fixed blog url routing Uncled1023 2015-12-19 21:21:02 -0800
  • 344985e14a Changed login url Uncled1023 2015-12-19 00:36:30 -0800
  • c295897088 Added blog post creation/editing/delete Uncled1023 2015-12-19 00:03:49 -0800
  • a1de092594 Modified user access Uncled1023 2015-12-18 16:53:41 -0800
  • b512968343 Fixed last blog posts Uncled1023 2015-12-17 16:06:56 -0800
  • e4130a1b59 Fixed bad formatting of default email Uncled1023 2015-12-17 15:51:01 -0800
  • 702ee98600 Added viewmodel and news/podcast displaying to home view Uncled1023 2015-12-17 15:40:17 -0800
  • d05ffc59a5 Fixed links and hiding non-published articles in main view Uncled1023 2015-12-17 15:22:33 -0800
  • 62476ab399 Added check in blog view to display error messages when no blog existed. Uncled1023 2015-12-17 15:08:43 -0800
  • cbac6d1fd3 Added git version to footer Uncled1023 2015-12-17 14:52:11 -0800
  • caa08e72ba Removed assembly version and added git versioning Uncled1023 2015-12-17 14:37:28 -0800
  • 1bfddb9ec9 Fixed blogs not showing correctly. Added individual blog post viewing. Fixed javascript to use valid urls. Fixed Route registrations. Uncled1023 2015-12-17 14:14:11 -0800
  • ff8bc3d464 Started work on Blog/Post views Uncled1023 2015-12-17 00:01:45 -0800
  • 1d8c4fba34 Modified routing to better match real URL. Uncled1023 2015-12-16 16:57:24 -0800
  • 98c32ac9d1 Added ocupload js script Uncled1023 2015-12-16 15:21:48 -0800
  • 54d879da20 Added Blog.js Uncled1023 2015-12-16 15:09:50 -0800
  • 4fde32fb84 Added default title for ViewBag. Created Blog viewmodel. Reorganized css/images/fonts to match nuget pattern. Uncled1023 2015-12-16 14:52:59 -0800
  • 085449469c Removed uneeded css files Uncled1023 2015-12-16 13:41:19 -0800
  • 016df19d28 Contact - Added SMTP config and sending of mail when Contact message sent Uncled1023 2015-12-16 12:46:54 -0800
  • 4c217b9c6d - Completed Contact area to submit messages to database. - Updated packages. - Added publish profile. Uncled1023 2015-12-16 00:16:50 -0800
  • 039fe574d6 Added automatic Database Migration on startup. Moved Models and ViewModels into their respective Areas. Added Groups/Roles to models. Uncled1023 2015-11-24 16:52:20 -0800
  • 5d3c502d74 Added dev publish profile Uncled1023 2015-11-24 13:34:44 -0800
  • ed7670a119 Added missing privacy controller Uncled1023 2015-11-24 12:47:14 -0800
  • 89434ea16e Updated Routing to allow defining the Area. Modified loading of scripts to move some to end of body. Uncled1023 2015-11-24 10:12:08 -0800
  • 6fd2360cf7 Added Privacy and Contact pages Uncled1023 2015-11-23 16:55:28 -0800
  • d97e89d9d3 Fixed URL Routing generation for Links. Added Namespace routing extension. Uncled1023 2015-11-23 11:17:57 -0800
  • aa754450c3 Added missing index file Uncled1023 2015-11-22 23:56:56 -0800
  • 6c37129a32 Fixed dev routing Uncled1023 2015-11-22 23:13:55 -0800
  • fc2e12e290 Think I got subdomains working. Reorganized controllers into areas. Added 'About' page. Uncled1023 2015-11-22 22:55:24 -0800
  • 97389d57ce Added license and readme Uncled1023 2015-07-16 21:19:40 -0700
  • 356a9d1ee2 Configured remote deployment, changed framework to 4.5.2 to work on IIS. Uncled1023 2015-07-16 21:06:27 -0700
  • e062aaea86 Initial add for Teknik framework. Uncled1023 2015-07-16 14:54:53 -0700
  • 0d23d4a47d Initial commit to add default .gitIgnore and .gitAttribute files. Uncled1023 2015-07-14 17:12:45 -0700