Commit Graph

608 Commits

Author SHA1 Message Date
24deb4601a update lockfile 2022-10-10 09:18:20 +01:00
fedf2855ed add data usage template module but leave it commented out for now 2022-10-10 09:17:54 +01:00
0814eedf13 add ap list template and mount route 2022-10-03 11:40:26 +01:00
4fb4ea2f9c merge latest lockfile 2022-10-03 11:39:58 +01:00
8e283fbc6e merge upstream network api changes 2022-10-03 11:39:28 +01:00
bdd3b7ab9b add wip refactored template for ap detail 2022-10-03 10:48:56 +01:00
4f36f61128 add refactored template for ap list 2022-10-03 10:48:25 +01:00
acab30acce mount GET and POST routes for dns configuration 2022-09-30 15:34:19 +01:00
61ef909ed3 add dns configuration template builder and form handler 2022-09-30 15:33:36 +01:00
97030fbfbf mount GET and POST routes for modifying wifi ap password 2022-09-29 14:27:46 +01:00
b6cd54142c add template builder and form handler for modifying wifi ap password 2022-09-29 14:26:56 +01:00
67f33385e5 Merge pull request 'Add method to return list of all saved and in-range access points for a given interface' (#137) from list_networks into main
Reviewed-on: #137
2022-09-27 13:57:22 +00:00
a9bcc267a2 bump minor version 2022-09-27 14:52:13 +01:00
a513b7aa5b add method to return list of all saved and in-range access points for the given interface 2022-09-27 14:51:09 +01:00
1a7bd7987b add network settings menu template and route handler, along with network settings placeholder files for routes 2022-09-26 16:44:22 +01:00
c5c0bb91e4 Merge pull request 'Update lockfile with kuska and golgi crate updates' (#136) from update_lockfile into main
Reviewed-on: #136
2022-09-26 09:27:14 +00:00
5a50730435 update lockfile with kuska and golgi crate updates 2022-09-26 10:24:07 +01:00
86b4714274 Merge pull request 'Update create_history_stream to take args struct' (#135) from history_stream_args into main
Reviewed-on: #135
2022-09-26 09:18:32 +00:00
d5a2390e29 update create history stream to take args struct 2022-09-26 10:14:47 +01:00
c83a22461d Merge pull request 'Add wait-for-sbot to peach-config' (#131) from wait-for-sbot into main
Reviewed-on: #131
2022-07-25 11:17:31 +00:00
40bd1e48f1 Merge branch 'main' into wait-for-sbot
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-25 10:41:20 +00:00
6407495292 Merge pull request 'Update go-sbot systemctl commands (remove --user)' (#132) from fix_systemctl_calls into main
Reviewed-on: #132
2022-07-15 09:55:06 +00:00
03ac890793 Cargo fmt
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-15 11:37:05 +02:00
bc0c0fca7f Sequential match statements
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-15 11:35:28 +02:00
05c1577f2a upgrade probes version to avoid precise_time error
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-15 09:00:31 +01:00
add169db07 bump patch version
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-14 08:57:34 +01:00
fcb17d6802 remove --user and add sudo for systemctl calls 2022-07-14 08:57:22 +01:00
fc50bb5ee5 Cargo fmt
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-12 12:29:47 +02:00
29f5ad0e84 Wait for sbot is working
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-12 12:18:54 +02:00
cb09d6c3e9 Wait for sbot 2022-07-12 11:51:49 +02:00
01138eef35 Merge branch 'main' of https://git.coopcloud.tech/PeachCloud/peach-workspace into main7 2022-07-11 13:17:34 +02:00
2637b28380 Bump peach-config to v0.1.26 2022-07-11 13:17:24 +02:00
03a0a51f4d Merge pull request 'Add publish-address function to peach-config' (#130) from publish-address into main
Reviewed-on: #130
2022-07-11 10:25:09 +00:00
eddb167c4c Remove KVT to Value map and retrieve sequence number directly from KVT
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-07 15:54:19 +01:00
9704269c8a Remove Cargo.lock from .gitignore 2022-07-07 15:44:31 +01:00
466db8ceea Update sbot.rs to new history_stream api
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-07 13:42:32 +02:00
90badbfe30 Add cargo.lock to .gitignore
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-07 10:57:27 +02:00
7489916d5f Remove cargo.lock 2022-07-07 10:57:03 +02:00
7daab74b37 Fix golgi import
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-07 10:51:44 +02:00
58bf306d3b Fix golgi import
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-07 10:49:49 +02:00
bdac23092a Change changepassword to change-password
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-07 10:41:36 +02:00
f1ab2caa08 Fix golgi imports
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-06 12:39:55 +02:00
1fab4f3c43 Merge branch 'main' of https://git.coopcloud.tech/PeachCloud/peach-workspace into main7
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-06 12:34:45 +02:00
8dcd594dd7 Publish address 2022-07-06 12:34:24 +02:00
fcaa9e29c4 Merge pull request 'Add whoami command to peach-config' (#128) from who-am-i into main
Reviewed-on: #128
2022-07-05 13:10:26 +00:00
c6fc5c2992 Merge branch 'main' into who-am-i
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-05 12:52:21 +00:00
1258a3697d Cargo fmt
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-04 14:54:00 +02:00
7e94135839 Whoami
Some checks failed
continuous-integration/drone/pr Build is failing
2022-07-04 14:35:17 +02:00
f002f5cf3e Working on peach-config 2022-07-04 13:23:55 +02:00
fba1e91d8b Merge pull request 'Insert domain into invite' (#125) from insert-invite into main
Reviewed-on: #125
2022-06-30 13:00:46 +00:00