Commit Graph

197 Commits

Author SHA1 Message Date
notplants bdfbd7057f Remove commented out code 2022-01-11 18:10:36 -05:00
notplants 171d051710 Fix clippy warmings 2022-01-11 18:06:51 -05:00
notplants 1ea0ea2ed1 Fix regression of peach-dyndns-updater 2022-01-11 18:03:07 -05:00
notplants c75608fb1a Merge branch 'main' of https://git.coopcloud.tech/PeachCloud/peach-workspace into main3 2021-12-22 12:19:56 -05:00
notplants 068d3430d7 Merge pull request 'Add permissions function peach-config' (#56) from permissions into main
Reviewed-on: #56
2021-12-22 17:18:24 +00:00
notplants 62793f401e Change imports and add permissions for peach-web dir 2021-12-22 10:04:15 -05:00
notplants b8f394b901 Debugging dyndns 2021-12-22 09:59:20 -05:00
notplants 9324b3ec0b Merge pull request 'Copy Rocket.toml to /usr/share/peach-web' (#55) from copy-rocket-toml into main
Reviewed-on: #55
2021-12-22 14:53:21 +00:00
notplants f43fbf19f5 Merge pull request 'Add changepassword function to peach-config' (#53) from change-password into main
Reviewed-on: #53
2021-12-22 14:51:27 +00:00
notplants 29cc40be48 Fix setup of nsupdate 2021-12-18 11:24:43 -05:00
notplants 570f6a679b Change permissions to u+rwX,g+rwX 2021-12-18 10:22:50 -05:00
notplants 399af51ccc Add permissions function peach-config 2021-12-18 10:00:40 -05:00
notplants 94bac00664 Fix typo in secret_key 2021-12-18 09:22:55 -05:00
notplants c41dae8d04 Copy Rocket.toml to /usr/share/peach-web 2021-12-17 17:23:27 -05:00
notplants e34df3b656 Remove configuration of http basic auth 2021-12-17 17:19:04 -05:00
notplants 3399a3c80f Add changepassword function to peach-config 2021-12-17 16:23:47 -05:00
notplants 1c26cb70fa Merge pull request 'Bump version number for peach-config' (#51) from version-number into main
Reviewed-on: #51
2021-12-17 17:38:14 +00:00
notplants c79bd4b19f Bump version number for peach-config 2021-12-17 12:37:43 -05:00
notplants 7743511923 Merge pull request 'Update kernel version to 4.19.0-18-arm64' (#50) from kernel-version into main
Reviewed-on: #50
2021-12-17 17:15:36 +00:00
notplants 10833078fa Update kernel version to 4.19.0-18-arm64 2021-12-17 12:15:02 -05:00
notplants 244a2132fa Merge pull request 'Move cargo/.config to root of workspace' (#49) from workspace into main
Reviewed-on: #49
2021-12-17 15:59:14 +00:00
notplants f737236abc Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
glyph b5ce677a5b Merge pull request 'Removed hardcoded interfaces from peach-network' (#47) from iface_agnostic into main
Reviewed-on: #47
2021-12-14 20:42:40 +00:00
glyph 4d6dbd511e Merge pull request 'Remove jsonrpc from peach-network' (#46) from split_network_logic into main
Reviewed-on: #46
2021-12-14 18:55:16 +00:00
glyph 7fe4715014 bump version and switch to rust 2021 2021-12-14 16:13:27 +02:00
glyph dd33fdd47d Merge pull request 'Create JSON-RPC server repo with stats' (#44) from jsonrpc_server into main
Reviewed-on: #44
2021-12-14 13:05:00 +00:00
glyph 1986d31461 feature flag docs and license 2021-12-13 11:00:16 +02:00
glyph a824be53b9 update docs and remove unnecessary structs 2021-12-13 10:55:27 +02:00
glyph 287082381e remove json-rpc methods 2021-12-13 10:55:04 +02:00
glyph 9f40378fce remove json-rpc error code and improve docs 2021-12-13 10:54:51 +02:00
glyph 4f5eb3aa04 update dependencies and version 2021-12-13 10:54:38 +02:00
glyph f4113f0632 remove debian files and main 2021-12-13 10:54:24 +02:00
glyph 8032b83c41 resolve merge conflicts 2021-12-13 08:26:25 +02:00
glyph dfa1306b2d update lockfile 2021-12-13 08:20:03 +02:00
glyph 2f7c7aac8f bump version and fix wpactrl dep import 2021-12-13 08:19:55 +02:00
glyph 46b7c0fc2b update wpactrl tests 2021-12-13 08:19:25 +02:00
glyph f62c8f0b51 merge stats changes 2021-12-13 07:25:30 +02:00
glyph 06e48deb3a Merge pull request 'Remove jsonrpc from peach-stats' (#43) from separate_stats_logic into main
Reviewed-on: #43
2021-12-13 05:20:58 +00:00
glyph fb6d0317b6 bump version 2021-12-13 07:19:14 +02:00
glyph cfbf052d27 fix example code 2021-12-13 07:19:05 +02:00
glyph d240741958 update lockfile 2021-12-10 11:02:06 +02:00
glyph 33486b4e1d jsonrpc server with peach-stats methods 2021-12-10 11:01:51 +02:00
glyph 8c3fecb875 add docs about feature flags 2021-12-09 09:54:53 +02:00
glyph 0907fbc474 remove jsonrpc from peach-stats 2021-12-09 09:44:27 +02:00
glyph b747ff6db2 Merge pull request 'Use tuple err source PeachError::JsonRpcClientCore' (#42) from fix_client_error into main
Reviewed-on: #42
2021-12-08 08:10:07 +00:00
glyph 220c7fd540 use tuple err source 2021-12-08 10:07:58 +02:00
glyph ed7e172efb Merge pull request 'Fix manifest mess for peach-lib from nanorand PR' (#40) from nanorand_again into main
Reviewed-on: #40
2021-12-07 12:16:47 +00:00
glyph bc0f2d595b fix pr mess for peach-lib 2021-12-07 14:14:51 +02:00
glyph 61b33d1613 trying to resolve conflict for nanorand pr 2021-12-07 14:08:21 +02:00
glyph c3fa188400 testing refactored wpactrl 2021-12-07 10:04:58 +02:00