Commit Graph

  • 10049f0bc6 Merge pull request 'Integrate golgi into peach_web' (#81) from golgi_integration into main glyph 2022-03-03 07:37:23 +0000
  • 486518002d add latest lockfile glyph 2022-03-03 09:36:48 +0200
  • 3991af11c7 only render private if sbot is active, fix type in profile glyph 2022-03-03 09:34:30 +0200
  • 59ef5960a4 reduce code repetition glyph 2022-03-03 09:33:45 +0200
  • 69a8cc262e renamed context file glyph 2022-03-03 08:55:58 +0200
  • 1479a65d59 rename sbot context module to match all scuttlebutt.rs files glyph 2022-03-03 08:55:37 +0200
  • ffe190148d minor css tweaks glyph 2022-03-02 15:24:40 +0200
  • b1724f6eb4 update sbot status context and add latest seq num glyph 2022-03-02 15:24:05 +0200
  • 9a07ab3ac0 add query param for private msgs glyph 2022-03-02 13:51:02 +0200
  • 06a55ade06 remove blob rendering for blocked peers glyph 2022-03-02 13:35:21 +0200
  • 6cba477f15 add private message publishing glyph 2022-03-02 11:57:10 +0200
  • 020d18731b add block list and implement (un)follow and (un)block glyph 2022-03-02 08:58:54 +0200
  • a38394054d implement peer search with key validation glyph 2022-03-01 10:53:45 +0200
  • 814162ce7d update friends list handler and remove followers glyph 2022-02-28 16:25:31 +0200
  • 03028a2278 add context builder for friends list glyph 2022-02-28 16:25:06 +0200
  • e10468c337 add basic peer lookup, improve follows and profile route handlers glyph 2022-02-28 16:08:05 +0200
  • 436a516c3e add conditional rendering for profile and peers list glyph 2022-02-28 16:06:52 +0200
  • 786e3f41d9 add utility to check blobstore for file glyph 2022-02-28 16:05:53 +0200
  • a491892bd9 assign public key id to profile context glyph 2022-02-25 10:49:37 +0200
  • 02a1078ece make profile capsule border pink glyph 2022-02-25 09:10:09 +0200
  • 6d2502257d add profile image uploader and blob saver glyph 2022-02-25 09:09:41 +0200
  • ebbcc35fbb add deps for base64 and temp dir creation glyph 2022-02-25 09:09:07 +0200
  • e3eb3be2e3 use local blobstore path util function glyph 2022-02-25 09:08:48 +0200
  • 799d9de001 add io error variant and blob writer function glyph 2022-02-25 09:08:21 +0200
  • e05de8284d get profile image blob path and render in template glyph 2022-02-23 11:54:34 +0200
  • 9013ccb3d6 determine blobstore path and mount blob file server glyph 2022-02-23 11:54:08 +0200
  • a37288225a remove decimal from memory and blobstore size glyph 2022-02-23 10:22:52 +0200
  • 4665a9e6fa fix icon permissions; remove executable glyph 2022-02-23 10:22:21 +0200
  • 1a3ddccbd6 add invite creation and display glyph 2022-02-23 10:21:58 +0200
  • fe1da62058 add template for profile update form glyph 2022-02-11 10:32:59 +0200
  • 68c926609e routes and logic for profiles and publishing name, description and post glyph 2022-02-11 10:32:39 +0200
  • 17ea3e7f44 add golgi dependency and error variant glyph 2022-02-11 10:31:31 +0200
  • a174027ff5 add context builders for sbot glyph 2022-02-11 10:31:07 +0200
  • f459fe47d1 add display for warning flash msgs glyph 2022-02-11 10:30:27 +0200
  • 4709ec77f9 Merge pull request 'Introduce theme support (plus blobstore size)' (#80) from theme_support into main glyph 2022-02-07 07:56:30 +0000
  • 4e6bb15a23 update templates to use theme variables and classes glyph 2022-02-03 16:31:17 +0200
  • 62191e5509 theme icons and updated hermies icons glyph 2022-02-03 16:30:26 +0200
  • da976ff4fe introduce theme attributes and variables glyph 2022-02-03 16:29:53 +0200
  • 0737c435a8 add theme setter and getter, update route handlers glyph 2022-02-03 16:29:20 +0200
  • 435e819648 add blobstore size lookup for sbot status glyph 2022-02-03 16:27:20 +0200
  • 8f49fa55ad Merge pull request 'Add configuration reading and writing for go-sbot' (#79) from sbot_config into main glyph 2022-02-03 08:09:03 +0000
  • f6292407d0 add save and restart option for config form glyph 2022-02-02 16:32:10 +0200
  • dfc173d941 add clarity about need for restart after config update glyph 2022-02-02 16:20:30 +0200
  • a46b58b206 add repair fs config option glyph 2022-02-02 14:49:36 +0200
  • 33604ac0dc change form width for better mobile styling glyph 2022-02-02 14:49:14 +0200
  • f0d972f46b add repair parameter to SbotConfig glyph 2022-02-02 14:48:39 +0200
  • 89b502be25 add configuration routes for the sbot glyph 2022-02-02 14:14:12 +0200
  • 90a90096f4 remove option type wrappers and implement defaults for SbotConfig glyph 2022-02-02 14:13:02 +0200
  • 46926bf468 add config writer method and required error variants glyph 2022-02-01 16:07:19 +0200
  • d801c957bd introduce sbot status data glyph 2022-02-01 10:06:45 +0200
  • 3397e5eb75 add config file reader for go-sbot glyph 2022-02-01 10:03:46 +0200
  • e474ea519f Merge pull request 'Start and stop go-sbot process' (#78) from sbot_process_start_stop into main glyph 2022-01-27 09:24:58 +0000
  • f715644e25 display system startup mode glyph 2022-01-27 11:01:12 +0200
  • c7cc310a32 add form element to enable / disable running go-sbot on startup glyph 2022-01-27 10:57:21 +0200
  • 4470f949bd add ability to stop, start and restart go-sbot process glyph 2022-01-27 10:56:39 +0200
  • 8e5c29ca6d add sbot stats to home template and set inner circle colour accordingly glyph 2022-01-27 10:55:44 +0200
  • 00554706cb add go-sbot enabled / disabled check glyph 2022-01-27 10:55:04 +0200
  • 6d9ced5ebc Merge pull request 'Improve Scuttlebutt status page' (#77) from add_sbot_status into main glyph 2022-01-26 10:10:49 +0000
  • abda4373ae conditional font colour rendering glyph 2022-01-26 12:10:28 +0200
  • e718889485 update sbot status page and add live data retrieval glyph 2022-01-26 11:48:34 +0200
  • b7ec1a42be conditionally render network settings button glyph 2022-01-26 11:47:44 +0200
  • 445c05e3ee style horizontal lines glyph 2022-01-26 11:46:49 +0200
  • 476eaa540e add managed state for conditional template element rendering glyph 2022-01-26 11:46:14 +0200
  • 6f03063f8d add managed state for conditional template element rendering glyph 2022-01-26 11:45:59 +0200
  • de9b8f5d73 serialize sbot stat struct glyph 2022-01-26 11:45:25 +0200
  • 51eff6a298 add sbot status-related icons glyph 2022-01-26 11:44:25 +0200
  • 1c90e45f11 merge latest changes from main glyph 2022-01-25 11:48:32 +0200
  • 178af281ed Merge pull request 'Retrieve go-sbot systemd process statistics' (#76) from sbot_stats into main glyph 2022-01-25 09:46:50 +0000
  • e1aa7b1bb6 add sbot docs and bump version glyph 2022-01-25 11:39:28 +0200
  • 816d6c8a73 add sbot process stats function, struct and error variants glyph 2022-01-25 11:36:24 +0200
  • b098f73a5f Merge pull request 'Load values from Rocket.toml into managed state' (#74) from rocket_config into main glyph 2022-01-25 09:35:39 +0000
  • 528db7189a add scuttlebutt status page with placeholder data ssb_status_design glyph 2022-01-24 16:40:58 +0200
  • 2bfba66dab restructure auth mode check glyph 2022-01-18 17:12:32 +0200
  • 43344566de read values from managed state glyph 2022-01-18 17:00:53 +0200
  • bfb53747db update rocket config file and related docs glyph 2022-01-18 16:59:54 +0200
  • d0321d17d0 remove lazy_static dependency glyph 2022-01-18 16:59:44 +0200
  • f3ddbcf07c set auth request guard from managed state glyph 2022-01-18 16:59:03 +0200
  • 680044cba8 read config params from figment and attach managed state glyph 2022-01-18 16:58:13 +0200
  • 66555f19bf Merge pull request 'Deduplicate routes and add Scuttlebutt status route & template' (#73) from add_sbot_status into main glyph 2022-01-18 10:55:43 +0000
  • 792779f60f deduplicate mounting of routes glyph 2022-01-18 12:50:06 +0200
  • 44b68a8b71 register scuttlebutt status routes and pass standalone var to home template glyph 2022-01-18 12:49:47 +0200
  • 205dd145b4 add links to templates for sbot status page glyph 2022-01-18 12:48:40 +0200
  • 7346c37c86 define route and template for sbot status glyph 2022-01-18 12:48:11 +0200
  • 72fbbe83f0 Merge pull request 'Add sbot configuration route and template' (#71) from sbot_settings into main glyph 2022-01-18 09:08:52 +0000
  • a594e62763 Revert "working router" notplants 2022-01-17 15:16:37 -0500
  • 11db52eb7a Profile and follows example notplants 2022-01-17 15:11:01 -0500
  • f0a01c1f89 working router notplants 2022-01-17 12:31:10 -0500
  • b4a930e774 add bottom margin for small label class glyph 2022-01-17 15:21:11 +0200
  • 8c4cf6261e add sbot config template and rename menu glyph 2022-01-17 15:20:43 +0200
  • 8f5b257ed1 mount routes for sbot config glyph 2022-01-17 15:20:08 +0200
  • 3bb00c4eb7 add route for sbot config glyph 2022-01-17 15:19:48 +0200
  • 5d75aebf0d Merge pull request 'Wide range of web improvements' (#70) from web_improvements into main glyph 2022-01-17 09:35:29 +0000
  • 4d2a3771b8 remove static/js from cargo-deb assetts notplants 2022-01-16 17:41:49 -0500
  • ed6da528a2 remove noscript, update urls glyph 2022-01-14 15:32:37 +0200
  • aca687974a fix url for redirect glyph 2022-01-14 15:31:40 +0200
  • 6e4b8faf40 improve error msg glyph 2022-01-14 15:31:22 +0200
  • 552c4b419e comment-out system call-invoking function glyph 2022-01-14 15:30:54 +0200
  • 6fb4a2406b add docs about standalone mode config glyph 2022-01-14 15:30:33 +0200
  • 65dbc6bdd4 remove noscript template snippet glyph 2022-01-14 15:30:16 +0200
  • dbab6f1762 Merge pull request 'Readd peach-menu to peach-config' (#69) from peach-menu into main notplants 2022-01-13 17:31:19 +0000