The Nest
Explore
Sign in
ZJ
nidobyte
src
controllers
9
Open source Nest implementation
Code
Changes
Tags
Discussions
main
zj
refactor: Don't leak rocket::State into models Previously the State was passed into the models where it had no reason to be. So a minor cleanup has been performed to right this.
on October 26, 2021
mod.rs
ui: Fix navigation issues To get the bare minimum working, this change adds some basic navigation to the applicaiton. It's far from perfect, but nonetheless, it's something. :)
on October 7, 2021
pijul.rs
authz: Only repository owners can push changes Before all users could push changes to a repository. This was a shortcut which is changed now. For now only owners can push new changes to a repository. This isn't great either, as it doesn't allow for collaboration as of yet. However, it's a better default and allows nidobyte to be deployed on the internet soon after. As such this default has now been chosen, and will later be updated.
on October 26, 2021
projects.rs
refactor: Don't leak rocket::State into models Previously the State was passed into the models where it had no reason to be. So a minor cleanup has been performed to right this.
on October 26, 2021
root.rs
templates: Fix navigation mocks Cleans up the directory structure for templates and fixes the navigation bugs in the applications too. Includes a context! macro which is lifted from upstream, but is currently unreleased. When rocket_dyn_templates is updates, it could be DRY'ed out.
on September 22, 2021
users.rs
clean code
on October 12, 2021