David Duque

Results 95 comments of David Duque

## Code Guide in a nutshell for the management daemon - Identation done via tabs (_hard tabs_) - **For the backend (Python):** - - Follow PEP8 (except the identation part)...

The current authentication model of the admin panel can be done in three ways: - Session token sent via the `Authentication` header (this token is visible to JavaScript); - Username...

The new authentication model and flow seem to be working nicely so far :)

Right now I'd be surprised if things work at this state :upside_down_face:

Oh hey, it's working _surprisingly well_ so far! I'm suspicious now

Further looks at the code tell me that we probably can do some optimizations on the API we're exposing - however this **will** create breaking changes as certain API endpoints...

> **There won't be many changes (if any) to the aesthetics of the panel on this PR.** Ok, I might have lied a bit when I said that. There will...

One of the things also being worked on is a much more extensive form validation process. Forms will be validated client-side before any data is sent to the server (the...

That's aliases done. On to (_checks notes_) DNS!