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

710 Commits

Author SHA1 Message Date
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
Uncled1023
f8c5c739d8 Issue #102 - Added link to security settings to navigate to the identity server's grant management page. 2019-01-23 18:58:26 -08:00
Uncled1023
09e2249604 Issue #98 - Fixed vaults not loading paste content or syntax highlighting. 2019-01-23 00:50:49 -08:00
Uncled1023
81d2a28ca2 Fixed UI around upload settings and viewing service data 2019-01-22 23:25:09 -08:00
Uncled1023
5f6172a8ea Updated API help articles a little 2019-01-21 22:39:05 -08:00
Uncled1023
f346ac718c Added comment count to blog posts. 2019-01-21 22:38:54 -08:00
Uncled1023
a7abc80ac7 Added eslint and fixed all recommended issues. 2019-01-21 20:29:27 -08:00
Uncled1023
d3ac671618 Added paste from clipboard support to uploads page. 2019-01-21 15:27:24 -08:00
Uncled1023
1d5d85b661 - Added Expiration parsing to the Service Worker.
- Moved Db Connection settings to the main config form.
2019-01-21 00:29:10 -08:00
Uncled1023
9bbb9a8ffa - Modified uploads to have an expiration of a day for non-logged in users.
- Cleaned up API scopes.
- Cleaned up the UI.
- Removed uneccessary 'hide' property for pastes.
2019-01-20 20:30:07 -08:00
Uncled1023
e027ac44d6 Added editing of Clients and cleaned up the UI. 2019-01-19 23:27:53 -08:00
Uncled1023
389023c3eb Added username claim to API claims available in token 2019-01-17 23:53:49 -08:00
Uncled1023
ec6240279b Fixed clients not having access to all the claims they need. 2019-01-17 23:09:02 -08:00
Uncled1023
2527c8accc Fixed bearer token not grabbing username. 2019-01-17 23:08:44 -08:00
Uncled1023
96100ec2cd - Fixed client key not being displayed after creation.
- Fixed clients not being able to be deleted.
2019-01-17 22:24:31 -08:00
Uncled1023
2c07ba868f Fixed redirect due to unauthorized request. 2019-01-17 19:26:49 -08:00
Uncled1023
0073e99c6d Added invitre code creation to main admin page. 2019-01-17 19:26:13 -08:00
Uncled1023
416387c764 Added ability to set expirations for uploads. Includes default settings for logged in users. 2019-01-16 23:58:10 -08:00
Uncled1023
065ff3ed05 Added centering of user page if no about section is provided 2019-01-14 22:53:28 -08:00
Uncled1023
01a735bb62 Fixed 'shortened' subdomain not routing correctly 2019-01-13 21:52:18 -08:00
Uncled1023
99c5b52deb Fixed name of Delete by key view 2019-01-13 21:46:08 -08:00
Uncled1023
93fc385f0b Added separate page for viewing service data.
Added ability to delete any service data if logged in.
2019-01-13 21:42:13 -08:00
Uncled1023
179a27dd26 - Added client management to user's settings page.
- Cleaned up identity server pages.
- Added paste migration to service worker.
2019-01-12 15:06:55 -08:00
Uncled1023
933fb9d4cd Added service worker for handling routine tasks outside the scope of the main site. 2018-12-19 21:52:46 -08:00
Uncled1023
80f14fd1f1 Updated nuget packages 2018-11-30 23:36:34 -08:00
Uncled1023
0f7c912390 Modified pastes to save content to encrypted files instead of saving to the DB. 2018-11-20 23:59:26 -08:00
Uncled1023
2799aac959 Fixed error handling 2018-11-20 00:35:33 -08:00
Uncled1023
ed0f427f88 Added handling of access denied response from OpenID Connect server 2018-11-20 00:20:41 -08:00
Uncled1023
68b3f04a11 Moved Identity Server to it's own solution 2018-11-19 23:25:52 -08:00
Uncled1023
91108e2c31 Fixed 404/403 errors redirecting to error page instead of loading it within the same Request context to keep URL intact. 2018-11-19 21:07:56 -08:00
Uncled1023
62e4476897 Added Identity Server for authentication 2018-10-25 22:22:53 -07:00
Uncled1023
7ec30d1e39 Changed auth backend to use Identity Server, and asp.net identities. 2018-06-24 21:23:04 -07:00