Commit Graph

469 Commits

Author SHA1 Message Date
447f81a41c Merge pull request 'Add issue template for bug reporting' (#85) from bug_report_template into main
Reviewed-on: #85
2022-03-14 08:23:01 +00:00
fadad1c30b formatting 2022-03-14 10:21:50 +02:00
6395fb05e3 add issue template for bug reporting 2022-03-14 10:20:40 +02:00
d652f1a020 tiny guide typo and bold fixes 2022-03-14 10:12:44 +02:00
7c98cfcd5d add admin menu and config routes; start thinking about flash msgs 2022-03-14 09:17:31 +02:00
4a1d3e81c1 Merge pull request 'Fix and improve all login and password-related workflows' (#83) from fix_login_flows into main
Reviewed-on: #83
2022-03-13 09:14:06 +00:00
5a07eda910 update golgi dependency path 2022-03-13 11:12:12 +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
486518002d add latest lockfile 2022-03-03 09:36:48 +02:00
3991af11c7 only render private if sbot is active, fix type in profile 2022-03-03 09:34:30 +02:00
59ef5960a4 reduce code repetition 2022-03-03 09:33:45 +02:00
69a8cc262e renamed context file 2022-03-03 08:55:58 +02:00
1479a65d59 rename sbot context module to match all scuttlebutt.rs files 2022-03-03 08:55:37 +02:00
ffe190148d minor css tweaks 2022-03-02 15:24:40 +02:00
b1724f6eb4 update sbot status context and add latest seq num 2022-03-02 15:24:05 +02:00
9a07ab3ac0 add query param for private msgs 2022-03-02 13:51:02 +02:00
06a55ade06 remove blob rendering for blocked peers 2022-03-02 13:35:21 +02:00
6cba477f15 add private message publishing 2022-03-02 11:57:10 +02:00
020d18731b add block list and implement (un)follow and (un)block 2022-03-02 08:58:54 +02:00
a38394054d implement peer search with key validation 2022-03-01 10:53:45 +02:00
814162ce7d update friends list handler and remove followers 2022-02-28 16:25:31 +02:00
03028a2278 add context builder for friends list 2022-02-28 16:25:06 +02:00
e10468c337 add basic peer lookup, improve follows and profile route handlers 2022-02-28 16:08:05 +02:00
436a516c3e add conditional rendering for profile and peers list 2022-02-28 16:06:52 +02:00
786e3f41d9 add utility to check blobstore for file 2022-02-28 16:05:53 +02:00
a491892bd9 assign public key id to profile context 2022-02-25 10:49:37 +02:00
02a1078ece make profile capsule border pink 2022-02-25 09:10:09 +02:00
6d2502257d add profile image uploader and blob saver 2022-02-25 09:09:41 +02:00
ebbcc35fbb add deps for base64 and temp dir creation 2022-02-25 09:09:07 +02:00