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
7679851064 Added Help pages. 2016-01-21 14:47:07 -08:00
Uncled1023
47cc6f3a9b Added key size and block size to DB in case they change.
Added subdirectories for stored files.
2016-01-21 10:52:04 -08:00
Uncled1023
6162150495 Added change of cursor to pointer on hover of upload well. 2016-01-21 10:24:51 -08:00
Uncled1023
0fcabc027b Fixed missing file name from delete page. 2016-01-21 10:01:48 -08:00
Uncled1023
182c25d7b8 Added ability to remove key from server after saving key to server. 2016-01-20 23:49:07 -08:00
Uncled1023
72db3a891a Implemented key storage, deletion key generation, file deletion, and server side decryption. 2016-01-20 22:58:45 -08:00
Uncled1023
ada2d800cc Added download progress. 2016-01-20 12:53:54 -08:00
Uncled1023
12682f5531 Fixed bad encrpty/decrypt missing a byte evey chunk.
Downloading now prompts 'SaveAs' once done decrypting.
2016-01-20 12:40:14 -08:00
Uncled1023
252d605ce0 Implemented file download and decryption. Still need to re-create file from ArrayBuffer. 2016-01-20 00:26:47 -08:00
Uncled1023
5396a4ddee Removed most Dropzone properties and shrunk drop button. Also made entire window a drop zone. 2016-01-19 17:02:43 -08:00
Uncled1023
8c88d699fc Fixed description of encryption method 2016-01-19 16:37:49 -08:00
Uncled1023
fbed5b2ba5 Fixed encryption of files, modified UI some more. 2016-01-19 16:34:40 -08:00
Uncled1023
cb6aaee0dc Modified UI and dropzone to be more custom and per file.
Modified how encoding worked (still not working)
2016-01-19 00:41:01 -08:00
Uncled1023
59e213690e Fixed encrypted data not being sent to server.
Still having issues with the encryption and subsequent conversions.
2016-01-18 16:57:26 -08:00
Uncled1023
c1f2707c51 Started to create custom upload mechanism to bypass the dropzone upload. 2016-01-18 00:14:13 -08:00
Uncled1023
ebf069e43f Uploads - Got encryption working, got file upload working (not encrypted version though), and got upload saving server side. 2016-01-17 22:05:20 -08:00
Uncled1023
5a50acdad0 Modified javascript encryption 2016-01-06 07:45:37 -08:00
Uncled1023
21ffabf103 Updated dropzone and added new encryption functions 2016-01-05 16:46:00 -08:00
Uncled1023
47231c1269 Added Optimizations 2016-01-05 15:10:30 -08:00
Uncled1023
f594ecc734 Added page load and generation to footer. 2016-01-05 12:53:04 -08:00
Uncled1023
99dbae3f20 Added load timing as a header value 2016-01-05 12:06:57 -08:00
Uncled1023
bd6d71de46 Added custom razor engine to limit the view engine lookup to just c# 2016-01-05 10:09:38 -08:00
Uncled1023
2db5878512 Fixed 'privacy' routiung error 2015-12-23 22:53:22 -08:00
Uncled1023
c6fdf82486 Fixed blog errors. 2015-12-23 22:36:33 -08:00
Uncled1023
fcf8c9bc1a Fixed multiple exceptions. 2015-12-23 20:55:32 -08:00
Uncled1023
17f21194da Fixed profile bugs 2015-12-23 16:35:03 -08:00
Uncled1023
994be5a459 Added user profile and edit/delete. 2015-12-23 16:14:09 -08:00
Uncled1023
d88587a911 Fixed bad Register page routing on dev.
Made 'About' now anonymous access.
2015-12-23 12:21:05 -08:00
Uncled1023
d6a9579778 Finished Subdomain url generation using routes. 2015-12-23 12:14:34 -08:00
Uncled1023
1b6bdcbb4d Updated Git ignore 2015-12-22 23:29:42 -08:00
Uncled1023
9822ad429e Modifying url routing 2015-12-22 23:29:02 -08:00
Uncled1023
8a2db1de87 Added custom error handling 2015-12-22 17:03:09 -08:00
Uncled1023
9968b89266 Added Error Controller to handle error messages 2015-12-22 12:05:50 -08:00
Uncled1023
a02e4e15e5 Modified subdomain routing via url parameter. 2015-12-22 00:34:02 -08:00
Uncled1023
b702e4fc2e Fixed footer padding 2015-12-22 00:06:34 -08:00
Uncled1023
e534a58a7b Added new Url Extension to generate a url with subdomain 2015-12-21 23:54:22 -08:00
Uncled1023
7367d889e9 Added more subdomain routing for generating urls.
Fixed Home to have proper routing
2015-12-21 15:59:08 -08:00
Uncled1023
69d1f46234 Removed Config from ViewBag and added to ViewModelBase.
Added Upload Area and beginning of functionality.
2015-12-21 00:58:09 -08:00
Uncled1023
1e152694f4 Fixed css for home blog posts 2015-12-20 21:14:27 -08:00
Uncled1023
a4a11d7076 Fixed server specific blog viewing (Set to be first blog in DB) 2015-12-20 20:56:06 -08:00
Uncled1023
34836c9a08 Renamed fonts to Fonts 2015-12-20 13:52:04 -08:00
Uncled1023
aa7a70ab83 Fixed missing font.
Added config to optimize bundles.
2015-12-20 13:50:12 -08:00
Uncled1023
a0ef38eb7f Fixed redirect after Registration 2015-12-20 02:20:38 -08:00
Uncled1023
deb9030f47 Fixed bad js call 2015-12-20 01:57:16 -08:00
Uncled1023
98569322a9 Fixed blog comments and added blog styles 2015-12-20 01:24:03 -08:00
Uncled1023
52e9e72523 Added comments to blog posts 2015-12-20 00:52:02 -08:00
Uncled1023
25673d8570 Fixed login redirect and added dedicated login page.
Fixed blog url routing
2015-12-19 21:21:02 -08:00
Uncled1023
344985e14a Changed login url 2015-12-19 00:36:30 -08:00
Uncled1023
c295897088 Added blog post creation/editing/delete 2015-12-19 00:03:49 -08:00
Uncled1023
a1de092594 Modified user access 2015-12-18 16:53:41 -08:00