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

760 Commits

Author SHA1 Message Date
Uncled1023
bd5e4779db Removed 3rd party audio player. 2016-01-25 22:52:08 -08:00
Uncled1023
54e7105c54 Updated 'about' to not use js markdown. 2016-01-25 22:26:04 -08:00
Uncled1023
9f89ecdc36 Updated everything to use server-side markdown. 2016-01-25 22:22:31 -08:00
Uncled1023
341cc4db5e Added better default directories 2016-01-25 20:54:53 -08:00
Uncled1023
bf2d1a429b Added c# Markdown library. 2016-01-25 16:51:02 -08:00
Uncled1023
1ee6b3004b Fixed downloads and cleaned up queries. 2016-01-25 15:59:31 -08:00
Uncled1023
36a0db2533 Made podcast creation/editing work. 2016-01-25 15:36:25 -08:00
Uncled1023
c48bfc3be9 Initial Podcast creation.
Renamed some Blog objects
2016-01-24 22:31:01 -08:00
Uncled1023
acea8eb87b Fixed view counter to only be initialized -1 when redirecting from the web page paste.
Fixed possibility for same URLs.
2016-01-24 11:29:11 -08:00
Uncled1023
e26d5333c2 Added help info for Paste API. 2016-01-24 01:13:46 -08:00
Uncled1023
14649912a7 Added catch for validation errors as a paste. 2016-01-24 00:33:56 -08:00
Uncled1023
4b6f81153b Fixed pass checking for simple, raw, and download 2016-01-23 23:53:24 -08:00
Uncled1023
ae8fd2848e Added paste to API. 2016-01-23 23:18:41 -08:00
Uncled1023
51e9d26326 Added reading of detected language and display it on the page. 2016-01-23 16:46:22 -08:00
Uncled1023
316b952da8 Moved syntax highlighting to a web worker to handle large ammounts of text 2016-01-23 16:35:24 -08:00
Uncled1023
8696873bc6 Added auto-hide of length selection on expiry type 'never' 2016-01-23 16:08:26 -08:00
Uncled1023
ea22ac0827 Fixed raw vs download content types. 2016-01-23 16:02:40 -08:00
Uncled1023
c3cd74d29e Added <time> tags to all datetime displays.
Modified layout of options for paste to make them even.
Changed 'Download' content-type to application/octet-stream to trigger download always.
2016-01-23 15:57:17 -08:00
Uncled1023
efe61f5112 Added paste expiration and simplified the view action. 2016-01-23 15:23:46 -08:00
Uncled1023
e84752a9c0 Finished most of the Paste service. 2016-01-23 02:21:58 -08:00
Uncled1023
f301671e5d Modified error registration.
Added some paste stuff (not finished)
2016-01-22 16:44:07 -08:00
Uncled1023
da64b0c7a2 Added basic paste interface 2016-01-22 12:39:33 -08:00
Uncled1023
5fb06265b3 Simplified the SubdomainRoute to allow a single route to specify multiple subdomains.
Changed method of routing so that on dev, you use the sub param instead of an additional directory.
2016-01-22 11:38:28 -08:00
Uncled1023
dbb5fabf46 Fixed direct dl not working correctly 2016-01-21 23:17:56 -08:00
Uncled1023
486ee2c2b1 Fixed error checking for upload APIv1 and some example text. 2016-01-21 21:57:44 -08:00
Uncled1023
bdfc66758c Fixed API example in upload help 2016-01-21 21:33:20 -08:00
Uncled1023
c00acbc54a Modified API routing and organization.
Modified org of API help.
2016-01-21 21:30:30 -08:00
Uncled1023
08539288fb Added base API service, with Upload POST. 2016-01-21 16:55:54 -08:00
Uncled1023
7d2844b4ed More formatting changes 2016-01-21 15:08:36 -08:00
Uncled1023
b12f8a93a6 Slight spelling fixes 2016-01-21 15:05:52 -08:00
Uncled1023
e8219bf714 Updated all other help links to point to new help. 2016-01-21 14:53:59 -08:00
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