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

743 Commits

Author SHA1 Message Date
Uncled1023
0597455180 Removed unused Logout Session manager middleware 2019-01-31 22:56:12 -08:00
Uncled1023
a867b433f7 Fixed issue where Vault items were saving in an unordered state, so now have a index to sort by 2019-01-30 23:22:09 -08:00
Uncled1023
1c10276092 Cleaned up upload settings 2019-01-30 21:41:06 -08:00
Uncled1023
340c7fca8b Made nav bar more responsive for mobile 2019-01-30 00:33:06 -08:00
Uncled1023
3e84e2beec Made upload page more mobile friendly 2019-01-30 00:06:02 -08:00
Uncled1023
d310e0135f Added tooltip to expiration when disabled 2019-01-29 23:47:40 -08:00
Uncled1023
b231c1a023 Fixed paste expiration unit not disapearing 2019-01-29 23:15:49 -08:00
Uncled1023
73f30571f5 Cleaned up Uploader UI 2019-01-29 23:08:22 -08:00
Chris Woodward
1c18526244 Fixed Paste/Upload APIs not allowing unauthed requests 2019-01-29 10:31:59 -08:00
Uncled1023
7733312861 Removed caching from changing models 2019-01-29 00:37:05 -08:00
Uncled1023
97071c47c5 Added minimum password length requirements. 2019-01-29 00:02:17 -08:00
Uncled1023
58a9fd8bcf Fixed upload file extensions 2019-01-28 23:23:39 -08:00
Uncled1023
35786f1855 Fixed name of ShareX tool. 2019-01-28 23:16:36 -08:00
Uncled1023
fc86f237fb Added cacheing to Client Store, and Management API 2019-01-28 23:15:00 -08:00
Uncled1023
b5c02f7640 Added updating of Last Seen on login 2019-01-28 20:08:48 -08:00
Uncled1023
54398fbe29 Fixed untitled paste title 2019-01-28 19:58:41 -08:00
Uncled1023
f15fb73094 Fixed pastes, user logout endpoint, and auth cookie 2019-01-28 19:29:13 -08:00
Uncled1023
73e5e084a5 Fixed pastes erroring out if there is no IV/Key 2019-01-28 18:46:57 -08:00
Uncled1023
40a5dee36f Added port designation for redirect and fixed identity server cookie domains 2019-01-28 18:19:01 -08:00
Uncled1023
06ffbf0220 Added default endpoint for post-logout 2019-01-28 18:03:59 -08:00
Uncled1023
a3b59ef041 Fixed legacy password checks. 2019-01-28 17:58:02 -08:00
Uncled1023
737a17c7d3 Fixed registration not working correctly 2019-01-28 01:00:15 -08:00
Uncled1023
48ccf56fb0 Added option to publish profile to make App Offline on deployment 2019-01-28 00:38:43 -08:00
Uncled1023
829b773e71 Fixed git service not getting LastActive correctly 2019-01-28 00:26:09 -08:00
Uncled1023
430a77f5ac Fixed system blog not loading the correct posts 2019-01-28 00:04:35 -08:00
Uncled1023
09630a6714 Merged core into master 2019-01-27 22:52:17 -08:00
Uncled1023
85eba4fed2 Merged master with core 2019-01-27 22:50:46 -08:00
Uncled1023
0c9012524d Cleaned up migrations 2019-01-27 22:42:06 -08:00
Uncled1023
6865b5c5bc Small cleanups and fixes 2019-01-27 20:47:08 -08:00
Uncled1023
8a6353f3da Added Feature infrastructure and changed email accounts to start disabled for new accounts. 2019-01-27 15:28:03 -08:00
Uncled1023
6fcead2fe8 Fixed client creation not adding item to list 2019-01-26 21:03:34 -08:00
Uncled1023
11da968e1c Fixed CSP and CORs related issues. 2019-01-26 20:40:18 -08:00
Uncled1023
bbaf251525 Made CSP middleware the same for both web services 2019-01-26 00:12:39 -08:00
Uncled1023
1f3d895a1c Cleaned up validation error summary 2019-01-26 00:12:15 -08:00
Uncled1023
f7b3857427 Fixed redirect after registration. 2019-01-26 00:11:27 -08:00
Uncled1023
bed3d95d9e Added footer to identity server 2019-01-25 22:21:12 -08:00
Uncled1023
6b83850b86 Changed copyright date 2019-01-25 22:21:04 -08:00
Uncled1023
037a7afe0b Changed services dropdown to be right aligned 2019-01-25 22:20:39 -08:00
Uncled1023
a663924456 Cleaned up main index page and added conditional links if a user is logged in. 2019-01-25 22:20:13 -08:00
Uncled1023
4892e01630 Standardized the titles for all of the pages. 2019-01-25 21:16:01 -08:00
Uncled1023
0b2cafbd20 Fixed link to view raw PGP public key not pointing to correct subdomain. 2019-01-25 00:18:57 -08:00
Uncled1023
9228d7ba0b Fixed Identity Helper not pointing to correct endpoint for updating of the PGP public key. 2019-01-25 00:18:36 -08:00
Uncled1023
0df52f5d79 Changed most 'user' subdomains to 'account'. 2019-01-25 00:09:41 -08:00
Uncled1023
d8f3379625 Added active page checks to nav bar 2019-01-24 23:47:19 -08:00
Uncled1023
078400f05a Added icons and pretified the navbar dropdown menus. 2019-01-24 22:51:31 -08:00
Uncled1023
21b74411b3 Made deletion confirmation box a common function and moved bootbox to common bundle. 2019-01-24 21:52:24 -08:00
Uncled1023
a4365b2671 - Added ability to edit paste.
- Added session cacheing of paste password.
2019-01-24 20:40:44 -08:00
Uncled1023
063854f776 Added checks to see if paste file exists. 2019-01-23 22:46:04 -08:00
Uncled1023
883318f871 Issue #54 - Added additional cleaning and logic to file extension parsing. 2019-01-23 22:37:13 -08:00
Uncled1023
f13f390ab4 Issue #101 - Fixed stats and service data tabs not initially loading and remembering your selection. 2019-01-23 20:09:39 -08:00