Teknikode
|
26b9284f77
|
Added Piwik tracking to the server side.
|
4 years ago |
Teknikode
|
ab9f813cd7
|
Fixed url shorten button not capturing current url
|
4 years ago |
Teknikode
|
80fd82a5e3
|
Added shorten URL button to uploads
|
4 years ago |
Teknikode
|
f848ff9f42
|
- Removed uneeded 'dev' subdomains from routes.
- Made url shortening require absolute url
|
4 years ago |
Teknikode
|
952beef0a2
|
Initial conversion to use routing by domain as well.
|
5 years ago |
Teknikode
|
58b4025f88
|
Changed defaults for upload to save key and encrypt server side.
|
5 years ago |
Teknikode
|
886b36cbf1
|
Removed validations as they aren't working for subdomains.
Made upload URLs dependent on the current subdomain.
|
5 years ago |
Teknikode
|
167c16b574
|
Modified stored filename to not include full path
|
5 years ago |
Teknikode
|
ebc61c218a
|
Fixed uploads 'saveKey' not being the be-all for saving key to server
|
5 years ago |
Teknikode
|
1c7f0ce4f0
|
Added 'Enabled' for most service configs.
Added Git configration on user modifications.
|
5 years ago |
Teknikode
|
7806555a07
|
Fixed issue where both key and iv aren't stored for upload and it would try to decrypt it.
|
5 years ago |
Teknikode
|
e918da06be
|
Added the uploaded files extension as teh default extension in case one could not be determined from the content-type.
|
5 years ago |
Teknikode
|
90001e3e48
|
Added bootstrap switch to checkboxes and added view of settings for upload on upload screen.
|
5 years ago |
Teknikode
|
51017d950b
|
Added user uploads and pastes to profile.
Moved settigns to it's own page.
|
5 years ago |
Teknikode
|
407da9243f
|
Added config options to the Uploads.
|
5 years ago |
Teknikode
|
f301671e5d
|
Modified error registration.
Added some paste stuff (not finished)
|
5 years ago |
Teknikode
|
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.
|
5 years ago |
Teknikode
|
dbb5fabf46
|
Fixed direct dl not working correctly
|
5 years ago |
Teknikode
|
c00acbc54a
|
Modified API routing and organization.
Modified org of API help.
|
5 years ago |
Teknikode
|
08539288fb
|
Added base API service, with Upload POST.
|
5 years ago |
Teknikode
|
47cc6f3a9b
|
Added key size and block size to DB in case they change.
Added subdirectories for stored files.
|
5 years ago |
Teknikode
|
6162150495
|
Added change of cursor to pointer on hover of upload well.
|
5 years ago |
Teknikode
|
0fcabc027b
|
Fixed missing file name from delete page.
|
5 years ago |
Teknikode
|
182c25d7b8
|
Added ability to remove key from server after saving key to server.
|
5 years ago |
Teknikode
|
72db3a891a
|
Implemented key storage, deletion key generation, file deletion, and server side decryption.
|
5 years ago |
Teknikode
|
ada2d800cc
|
Added download progress.
|
5 years ago |
Teknikode
|
12682f5531
|
Fixed bad encrpty/decrypt missing a byte evey chunk.
Downloading now prompts 'SaveAs' once done decrypting.
|
5 years ago |
Teknikode
|
252d605ce0
|
Implemented file download and decryption. Still need to re-create file from ArrayBuffer.
|
5 years ago |
Teknikode
|
5396a4ddee
|
Removed most Dropzone properties and shrunk drop button. Also made entire window a drop zone.
|
5 years ago |
Teknikode
|
8c88d699fc
|
Fixed description of encryption method
|
5 years ago |
Teknikode
|
fbed5b2ba5
|
Fixed encryption of files, modified UI some more.
|
5 years ago |
Teknikode
|
cb6aaee0dc
|
Modified UI and dropzone to be more custom and per file.
Modified how encoding worked (still not working)
|
5 years ago |
Teknikode
|
59e213690e
|
Fixed encrypted data not being sent to server.
Still having issues with the encryption and subsequent conversions.
|
5 years ago |
Teknikode
|
c1f2707c51
|
Started to create custom upload mechanism to bypass the dropzone upload.
|
5 years ago |
Teknikode
|
ebf069e43f
|
Uploads - Got encryption working, got file upload working (not encrypted version though), and got upload saving server side.
|
5 years ago |
Teknikode
|
5a50acdad0
|
Modified javascript encryption
|
5 years ago |
Teknikode
|
21ffabf103
|
Updated dropzone and added new encryption functions
|
5 years ago |
Teknikode
|
d6a9579778
|
Finished Subdomain url generation using routes.
|
5 years ago |
Teknikode
|
9968b89266
|
Added Error Controller to handle error messages
|
5 years ago |
Teknikode
|
e534a58a7b
|
Added new Url Extension to generate a url with subdomain
|
5 years ago |
Teknikode
|
69d1f46234
|
Removed Config from ViewBag and added to ViewModelBase.
Added Upload Area and beginning of functionality.
|
5 years ago |