notplants
notplants commented on issue PeachCloud/peach-workspace#6 2021-10-29 10:34:10 +00:00
How to implement authentication for peach-web

This morning I looked into detail in the rocket_auth library https://github.com/tvallotton/rocket_auth

It looks pretty nice, and has an integration with Sqlite, but it expects login to be with an…

notplants created branch routes-refactor in PeachCloud/peach-workspace 2021-10-28 12:36:02 +00:00
notplants pushed to routes-refactor at PeachCloud/peach-workspace 2021-10-28 12:36:02 +00:00
a48838ad1d All tests are passing
f07f8be52f Reformat
727a06cbba Cleanup with cargo fix
6ceb016cdc Working on routes refactor
Compare 4 commits »
notplants pushed to main at PeachCloud/peach-tbot 2021-10-27 19:50:03 +00:00
af7bfd5fa7 Cleanup
efbbfb8d3c Update dependency for API change
Compare 2 commits »
notplants opened issue PeachCloud/peach-workspace#6 2021-10-27 11:51:15 +00:00
How to implement authentication for peach-web
notplants commented on issue PeachCloud/peach-workspace#1 2021-10-27 09:56:13 +00:00
refactor peach-web routes

with subdirectories, in both templates and in src/routes,

could also consider not having a strict rule that you "need" a subdirectory.

if there is a natural grouping, can put things…

notplants commented on issue PeachCloud/peach-workspace#1 2021-10-27 09:45:25 +00:00
refactor peach-web routes

@glyph I will make a short reply, because I agree and don't have much to add. This is also what I was thinking from my browsing around repos.

This is also what they do in the plume repo you…

notplants approved PeachCloud/peach-workspace#4 2021-10-26 13:27:59 +00:00
Import pattern library

agreed, makes sense to livein peach-workspace, next to peach-web

notplants commented on pull request PeachCloud/peach-workspace#3 2021-10-26 12:31:29 +00:00
Update peach-lib dependencies and error printing

should this line just be deleted instead of commented out?

notplants approved PeachCloud/peach-workspace#3 2021-10-26 12:31:29 +00:00
Update peach-lib dependencies and error printing

I now see the "review" part of gitea, where you can click approve.

notplants commented on pull request PeachCloud/peach-workspace#2 2021-10-25 11:43:31 +00:00
Remove peach-meta directory and add missing member repos

@glyph should we continue with the pattern that people merge their own PR after the other approves? I don't see an official "approve code review" in gitea so will just use "lgtm" to say that I've…

notplants commented on pull request PeachCloud/peach-workspace#2 2021-10-25 11:38:27 +00:00
Remove peach-meta directory and add missing member repos

LGTM

notplants commented on issue PeachCloud/peach-workspace#1 2021-10-25 09:51:49 +00:00
refactor peach-web routes

@glyph I think this route structure sounds good.

during the summer we were also having a converation about refactoring the peach-web code to follow a pattern more similar to flask blueprints, to…

notplants opened issue PeachCloud/peach-workspace#1 2021-10-25 09:49:08 +00:00
refactor peach-web routes
notplants opened issue servers.coop/servers.coop#7 2021-08-13 17:59:50 +00:00
Question about privacy of virtualization?