Commit Graph

390 Commits

Author SHA1 Message Date
3e918f66cf fix error flash value 2022-03-22 16:11:13 +02:00
98121f4922 use splices for rendering and url-encode the public key link 2022-03-21 16:43:22 +02:00
e19fa0f99d import profile module 2022-03-21 16:42:16 +02:00
3a7b499742 use splices for template rendering 2022-03-21 16:41:52 +02:00
85231a20c7 add profile template and route handler 2022-03-21 16:40:54 +02:00
602c6a90f1 use class splices to reduce code repetition 2022-03-21 15:17:16 +02:00
34b4cbff32 add search and invite templates and route handlers 2022-03-21 13:27:32 +02:00
112cfca67b add url comment 2022-03-21 13:26:32 +02:00
a379de179d add sbot error template 2022-03-21 11:17:42 +02:00
0353586705 add friends, follows and blocks route handlers and templates 2022-03-21 11:17:30 +02:00
4e8d93c388 move routes to the router 2022-03-20 17:17:17 +02:00
6db5e7c169 add routes and helpers for starting, stopping and restarting the sbot 2022-03-20 16:38:32 +02:00
60539adf41 add max-age and date for flash cookies 2022-03-20 16:37:53 +02:00
e8b9cb2cc1 remove default rouille features 2022-03-20 15:37:02 +02:00
cad3fc94c8 update theme import 2022-03-20 15:36:37 +02:00
976fac973d add flash messages to admin settings and auth routes 2022-03-20 15:36:24 +02:00
cd7c2bc230 move sbot helper functions to utils 2022-03-20 12:28:08 +02:00
40c4f8aaf2 implement flash cookies for auth change routes 2022-03-20 12:27:00 +02:00
70f7ad0dc6 add sbot utils, move theme utils and add flash message trait 2022-03-20 12:26:04 +02:00
31628a7155 remove old scuttlebutt routes file 2022-03-18 11:33:27 +02:00
3c49c067dd fix big circle background colour when sbot status is failed 2022-03-18 11:33:10 +02:00
729580729c add scuttlebutt peers menu and inactive template 2022-03-18 11:32:51 +02:00
59739cf6e5 further refinement of the sbot status page 2022-03-18 11:30:59 +02:00
7fe919d9a1 refine sbot status pattern matching 2022-03-18 11:25:53 +02:00
7cdf8c553d complete scuttlebutt status route 2022-03-17 16:30:26 +02:00
fe04195030 update lockfile and remove old auth routes file 2022-03-17 11:02:04 +02:00
8455e8089c add base templates, settings routes and auth routes 2022-03-17 11:01:36 +02:00
7c98cfcd5d add admin menu and config routes; start thinking about flash msgs 2022-03-14 09:17:31 +02:00
580771ebf2 update notes and add sbot settings config route to router 2022-03-13 11:09:39 +02:00
c794d398b8 add sbot settings config route 2022-03-13 11:09:00 +02:00
4d06eb167f incomplete sbot config route 2022-03-12 10:36:40 +02:00
eba15605c2 add scuttlebutt settings menu 2022-03-11 15:33:04 +02:00
07c18ea64d create settings menu route and move home route 2022-03-11 14:28:31 +02:00
ec288658f3 implement basic config 2022-03-11 14:27:40 +02:00
6b145d66f8 add basic application config and parser 2022-03-11 10:19:00 +02:00
23d6870f77 home template is working 2022-03-10 11:09:26 +02:00
b7cf3c1aab fix a test and update guide links 2022-03-09 13:04:44 +02:00
5b70353d6f update readme 2022-03-08 10:53:06 +02:00
67c727716c fix dark theme styling and button widths 2022-03-07 12:02:03 +02:00
5ab47cf742 made select css classes wider 2022-03-07 11:36:49 +02:00
b092f1e1c4 minor wording change for temporary password request 2022-03-07 11:36:24 +02:00
983aa0689c improve messaging for when sbot is inactive 2022-03-07 11:36:03 +02:00
1a8ac3f57f change help to guide and add text 2022-03-07 11:35:19 +02:00
af34829cb0 add reset password option to admin menu 2022-03-07 11:34:10 +02:00
824cbdbc0c save default peachcloud config if file does not exist 2022-03-07 11:26:52 +02:00
84656ff251 set default password 2022-03-07 11:26:13 +02:00
6cdd6dc41b remove unnecessary serde derivations, state-based remplate rendering, styling improvements 2022-03-04 10:58:50 +02:00
3572fd4e7b remove password hash logging 2022-03-04 10:56:07 +02:00
7fdf88eaa8 fix and improve all login and password-related workflows 2022-03-04 10:53:49 +02:00
10049f0bc6 Merge pull request 'Integrate golgi into peach_web' (#81) from golgi_integration into main
Reviewed-on: #81
2022-03-03 07:37:23 +00:00