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

428 Commits

Author SHA1 Message Date
Uncled1023
6a620e18f1 Created initial Vault viewing page to handle multiple formats. 2017-02-12 23:56:30 -08:00
Uncled1023
192a5c4aa2 - Added prompting for key on download if none is provided in anchor tag
- Made download progress bar match the style of uploads
2017-02-12 15:36:37 -08:00
Uncled1023
a509291022 - Modified uploads to either encrypt in the browser, or encrypt server side.
- Reconfigured the upload screen.
2017-02-12 12:38:16 -08:00
Uncled1023
679c148029 Added content size to podcast download 2017-02-09 23:15:42 -08:00
Uncled1023
e5b8533e33 Made podcasts stream in batches 2017-02-09 22:34:50 -08:00
Uncled1023
e7f02471e5 - Added better error handling in download function.
- Fixed script passthrough to downloads.
2017-02-09 11:53:56 -08:00
Uncled1023
72d9c7a115 Fixed length for limiting amount to write to response 2017-02-09 01:05:34 -08:00
Uncled1023
b7a9f2a740 Made downloads stream the file while decrypting them. 2017-02-09 00:17:36 -08:00
Uncled1023
2ac90fbbbe Modified download to stream to the output. 2017-02-08 17:29:15 -08:00
Uncled1023
c68e1d2ec6 Separated cipher processing into more subfunctions 2017-02-08 16:38:22 -08:00
Uncled1023
8d561dd5b8 Started making changes to how the file upload encrypt/decrypt works to better optimize memory usage. 2017-02-08 16:04:17 -08:00
Uncled1023
2d8c743bac Added web extension to Tools help page 2017-01-29 12:05:16 -08:00
Uncled1023
b298631682 Added Authorization accept header 2017-01-29 00:13:24 -08:00
Uncled1023
a50cde70f3 Re-added missing layout page for transparency 2017-01-21 21:21:22 -08:00
Uncled1023
cbe5078b9d - Added Basic Auth handling inside the auth attributes
- Removed global auth attribute and moved it to each controller
- Added new auth information to the API help doc
- Finished UI for managing auth tokens
- Added breadcrumbs to the help pages
2017-01-21 21:13:25 -08:00
Uncled1023
41e4dca194 Added auth token editing to the user settings page under security. 2017-01-20 00:13:43 -08:00
Uncled1023
a40b5804fb Removed unneeded config passthrough 2017-01-18 23:02:17 -08:00
Uncled1023
b3b0277582 Added Auth Token to Users and API calls 2017-01-18 22:51:58 -08:00
Uncled1023
7214185167 Fixed min log level using email level config option 2017-01-18 16:31:01 -08:00
Uncled1023
99b0f425ac Changed log leel of 404 to Warning as it's not necessarily an error. 2017-01-18 16:22:45 -08:00
Uncled1023
eceb9f22ab Added try/catch wrappers around the logging to handle exceptions that shouldn't be tracked. 2017-01-18 15:42:09 -08:00
Uncled1023
e4ffc56020 Fixed logger not sending emails correctly. 2017-01-18 15:16:05 -08:00
Uncled1023
fc08678d7d Created logging utility to handle writing log messages and sending emails. 2017-01-18 14:36:44 -08:00
Uncled1023
da96fa7f63 Made Contact info use the config support email value 2017-01-18 13:14:48 -08:00
Uncled1023
8a3f232205 Created EmailAccount model for configs, and moved COntactConfig to use the new model, as well as for logging. 2017-01-18 13:04:11 -08:00
Uncled1023
ecf7dd9362 Added gitversioning to all projects 2017-01-18 12:29:26 -08:00
Uncled1023
aeb2b55c8e Fixed references 2017-01-18 12:23:18 -08:00
Uncled1023
de4b874f62 Updated server maint to use older nClam. 2017-01-18 00:17:34 -08:00
Uncled1023
56b0063dce Moved Helpers and Configuration into separate projects. Updated all references to use them as well. 2017-01-18 00:12:22 -08:00
Uncled1023
702dca2d6f Fixed error email formatting 2017-01-17 14:53:16 -08:00
Uncled1023
8c4be85ba9 Added IP and Referel url to error email 2017-01-17 14:43:36 -08:00
Uncled1023
6f208f4d25 Fixed user account not saving correctly. 2017-01-16 23:38:04 -08:00
Uncled1023
4123fdb8e1 Fixed user reset password logging in and throwing off the form validation token. 2017-01-16 23:23:35 -08:00
Uncled1023
3f10fc6616 - Added logging config.
- Added log levels for logging utility.
2017-01-10 23:39:15 -08:00
Uncled1023
1920dda2af Added initial logging project 2017-01-10 16:53:54 -08:00
Uncled1023
61839ca239 Fixed missing references 2017-01-10 12:31:09 -08:00
Uncled1023
5071ce4a34 Made podcast direct link more unique 2017-01-09 23:49:47 -08:00
Uncled1023
f59e444a3e Fixed unchanged references. 2017-01-09 20:30:57 -08:00
Uncled1023
0cbfb9ade5 Fixed bad merge 2017-01-09 20:01:38 -08:00
Uncled1023
078523f1f5 Merged utilities separation with Master 2017-01-09 19:59:14 -08:00
Uncled1023
56362057be Moved StringHelper and Byte extensions to Utility project. 2017-01-09 19:56:26 -08:00
Uncled1023
580d848a37 fixed content type of robots.txt 2017-01-09 14:30:05 -08:00
Uncled1023
5e0a62029a Updated copy for robots.txt to Always Copy 2017-01-09 14:24:41 -08:00
Uncled1023
2afa02d6fe - Added robots.txt support
- Added models for API command parameters
- Fixed paste API not being able to have html inside the code content
- Added GetFullMessage for 500 errors and error emails.
2017-01-09 14:23:57 -08:00
Uncled1023
a253c61e74 Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76 2017-01-09 13:12:22 -08:00
Uncled1023
44efa4172f Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git 2017-01-09 13:09:06 -08:00
Uncled1023
6e8eb52966 Added email notification on exceptions. 2017-01-09 13:08:46 -08:00
Uncled1023
448d53e53e Merge branch 'master' of dmz76/Teknik into master 2017-01-09 12:56:49 -08:00
Uncled1023
76e887cba0 Updated footer to match the new year of our lord and savior. 2017-01-02 14:24:00 -08:00
dmz76
e8fc8951e7 Update 'Teknik/Areas/Help/Views/Help/Git.cshtml'
Spelling fixes.
2016-12-15 10:58:47 -08:00