Commit Graph

507 Commits

Author SHA1 Message Date
notplants 1866e289a6 Fix clippy warning in update.rs 2022-04-14 16:11:20 -04:00
notplants bff86a490b Bump version number 2022-04-14 15:53:09 -04:00
notplants 65d5352c85 Bump version number of peach-config 2022-04-14 14:51:43 -04:00
notplants df3b4b8858 Update peach-config to install go-sbot instead of peach-go-sbot 2022-04-14 14:51:27 -04:00
notplants 2f1535fbee Update peach-web to use systemd system service 2022-04-14 14:47:43 -04:00
notplants b75aadd62d Working on peachcloud disc image 2022-04-11 10:31:45 -04:00
glyph 4662b15ba3 remove unnecessary to_owned
continuous-integration/drone/push Build was killed Details
2022-04-07 14:20:41 +02:00
glyph abde4ce1b4 only specify triggers once
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details
2022-04-06 12:07:45 +02:00
glyph c792aea2f6 add build step and arm64 pipeline
continuous-integration/drone/push Build was killed Details
2022-04-06 11:55:00 +02:00
glyph b158fba147 separate ci pipeline into discreet steps
continuous-integration/drone/push Build is failing Details
2022-04-06 11:44:14 +02:00
glyph da8d8f0ec3 add rustfmt and cargo check to ci pipeline
continuous-integration/drone/push Build is failing Details
2022-04-06 11:37:11 +02:00
glyph 271aa14322 add build status badge to root readme
continuous-integration/drone/push Build is failing Details
2022-04-06 11:33:52 +02:00
glyph d31825f688 add tests to ci and fail on clippy warnings
continuous-integration/drone/push Build is failing Details
2022-04-06 11:13:31 +02:00
glyph defb8f5f09 try to fix probes build issue again
continuous-integration/drone/push Build is passing Details
2022-04-06 10:55:41 +02:00
glyph 27e9a8295c update probes and lockfile to fix time build error
continuous-integration/drone/push Build is failing Details
2022-04-06 10:50:37 +02:00
glyph 9ad580b86f install clippy in pipeline
continuous-integration/drone/push Build is failing Details
2022-04-06 10:43:35 +02:00
glyph a76ec08da6 move drone config to repo root and add triggers
continuous-integration/drone/push Build is failing Details
2022-04-06 10:36:10 +02:00
glyph cf64cd9c76 add drone ci config with clippy for amd64 2022-04-06 10:32:12 +02:00
glyph 169149d607 Merge pull request 'Replace absolute paths with relative paths for system command calls' (#100) from fix_sys_cmd_paths into main
Reviewed-on: #100
2022-04-06 08:17:41 +00:00
glyph f1eaa07f7b replace absolute paths with relative paths for system command calls 2022-04-06 10:13:52 +02:00
glyph 52c3e88b44 Merge pull request 'Fix Scuttlebutt Status page title' (#99) from fix_status_title into main
Reviewed-on: #99
2022-04-06 08:04:59 +00:00
glyph e659102495 update body template comment 2022-04-06 09:59:17 +02:00
glyph 57b1a786a4 fix status page title 2022-04-06 09:57:32 +02:00
glyph fded48908d Merge pull request 'Replace Rocket and Tera with Rouille and Maud' (#88) from rouille_maud into main
Reviewed-on: #88
2022-03-25 08:07:15 +00:00
glyph 46ded85feb resolve merge conflicts 2022-03-25 10:06:00 +02:00
glyph f29659669c add route to handle resetting default sbot config 2022-03-25 09:39:06 +02:00
glyph d6695b291d tweak no-peers element 2022-03-25 09:26:44 +02:00
glyph aefa1525fb clarify missing name and description 2022-03-25 09:19:43 +02:00
glyph 367f0307b6 autofocus password input 2022-03-25 09:19:28 +02:00
glyph b1c5c701e5 reduce specificity of peach-lib dependencies 2022-03-25 08:45:10 +02:00
glyph 2ae9cb5c48 remove ellipsis label class width 2022-03-25 08:43:32 +02:00
glyph 30aff5d7ac add clarity to empty peers list message 2022-03-25 08:43:15 +02:00
glyph 25e3a145fc fix alt attribute for logout icon 2022-03-24 13:42:02 +02:00
glyph 0bfad25d3d add follow, unfollow, block and unblock routes and sbot helper functions 2022-03-24 13:41:49 +02:00
glyph 952951515b update readme 2022-03-24 09:43:31 +02:00
glyph c65f568e40 authenticate session if disable_auth env var is true 2022-03-24 09:43:25 +02:00
glyph 979ec4eb64 reintroduce logging statements 2022-03-24 09:27:06 +02:00
glyph d9019d6a4b update git ignore and remove outdated code 2022-03-24 09:19:39 +02:00
glyph 07147f8a4f remove rocket config, context and tests 2022-03-24 09:13:25 +02:00
glyph 5fc0094146 remove tera templates 2022-03-24 09:11:26 +02:00
glyph 50afb61955 update dependencies and bump minor version 2022-03-24 09:09:08 +02:00
glyph 928afb35d3 update application configuration 2022-03-24 09:07:43 +02:00
glyph 1bdacf3632 add application configuration to replace Rocket.toml 2022-03-24 09:05:53 +02:00
glyph deaedc4428 add temporary password reset routes 2022-03-24 09:05:26 +02:00
glyph 4a94f14dc5 update golgi dependency to use git path 2022-03-23 14:59:33 +02:00
glyph b78fafe84d update dependencies 2022-03-23 14:56:44 +02:00
glyph 5d37c12913 implement authentication with separate public and private routers 2022-03-23 14:56:31 +02:00
glyph 3a05396afb mount blobstore and add theme support for all routes 2022-03-23 11:41:47 +02:00
glyph 41bd39d422 add themes, add public and private msg publishing 2022-03-23 11:41:21 +02:00
glyph 77c1ccb1c7 add form handler and helper for sbot config updates 2022-03-23 09:14:54 +02:00