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

849 Commits

Author SHA1 Message Date
Uncled1023
66994dde8a Fixed auth ticket not having a long timeout. Changed to be a 1 year timeout for logins. 2017-02-15 14:05:04 -08:00
Uncled1023
cae2d6b639 Fixed the ability to edit/create vaults from the main site. 2017-02-15 12:21:49 -08:00
Uncled1023
c17637ccad Fixed upload/paste create/add to vault not passing variable correctly. 2017-02-15 11:49:56 -08:00
Uncled1023
6ff4294159 Bumped next version to 2.0.5 2017-02-15 11:11:26 -08:00
Uncled1023
191efcb8b0 Changed 'Copy All Uploads' to 'Copy All Links' to better represent what it is doing. 2017-02-15 11:07:06 -08:00
Uncled1023
123029efd6 Fixed vault item id not being added to view model. 2017-02-15 10:13:58 -08:00
Uncled1023
7e975cdee0 Fixed show more button not loading correctly. 2017-02-15 10:08:42 -08:00
Uncled1023
9bce07edfc Added options to pastes and uploads to add to an existing vault if they are logged in. 2017-02-15 00:37:12 -08:00
Uncled1023
60d333eee8 - Added button to pastes to create a vault from one.
- Added button to delete a vault on both the vault page and the user profile page.
- Added logo designs by @rug3y
2017-02-14 23:38:05 -08:00
Uncled1023
009adccd2f Converted large views into multiple partial views to leverage parts in other sections. 2017-02-14 17:55:18 -08:00
Uncled1023
c5d0f19ed9 Added handling of full URLs of items and not just the ID. 2017-02-14 16:49:23 -08:00
Uncled1023
20404c829a - Added Vault list to user profile.
- Added view count for vaults.
2017-02-14 16:25:51 -08:00
Uncled1023
6f475d6e03 Added original filenames to each item for creating a new vault from uploads. 2017-02-14 16:12:27 -08:00
Uncled1023
17573b5fd3 Changed user 'Index' to be 'ViewProfile' to better match what it actually is. 2017-02-14 15:53:04 -08:00
Uncled1023
9c6969e529 Added error message for invalid user in blog rss 2017-02-14 15:41:55 -08:00
Uncled1023
e9a40eefe8 Fixed RSS not showing up to date system blog posts 2017-02-14 15:40:45 -08:00
Uncled1023
986dd37f71 - Changed uploads to auto generate deletion key.
- Added delete button to the user profile page to delete uploads.
2017-02-14 15:27:35 -08:00
Uncled1023
d0628dd8df - Fixed paste expiration date not formatting correctly in profile page.
- Modified navbar formatting for services.
2017-02-14 11:30:14 -08:00
Uncled1023
75e2a37221 Updated uploads 'Create Vault' icon and text.
Made default page for vaults go to the create vault page.
Added vault to navbar.
2017-02-14 00:32:24 -08:00
Uncled1023
19f42c5276 - Finished 'New Vault' page with support for pre-population from other sources.
- Added a 'Show More' to the pastes for when they are too long.
- Added direct links for each item.
2017-02-14 00:10:29 -08:00
Uncled1023
efc7f7dae6 Added ability to create vaults.
Added preventing viewing of Paste if it was password protected.
Added download increments for each item.
Added checking for paste expiration.
Added not showing upload if it was encrypted client side.
2017-02-13 17:38:33 -08:00
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