pique/src
Nicole Tietz-Sokolskaya 6ea4409d68 Fixes from code overview session (#5)
A collection of small changes:

- Switch from using a boolean for permission check results to using an enum (allowed or denied)
- Remove some unused Makefile commands left over from a previous migration, add a check command
- Change some hardcoded paths to be relative paths
- Remove unused embed_migrations (duplicated)
- Log error when checking permissions if a user belongs to a project multiple times

Reviewed-on: #5
2024-06-09 01:17:55 +00:00
..
bin Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
handler Fixes from code overview session (#5) 2024-06-09 01:17:55 +00:00
models Escape HTML while parsing Markdown documents to remove XSS vulnerabilities (#4) 2024-06-03 18:15:52 +00:00
config.rs Create web skeleton, including Tailwind for CSS and hot reloading of CSS 2024-03-23 12:43:02 -04:00
db.rs Fixes from code overview session (#5) 2024-06-09 01:17:55 +00:00
handler.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
lib.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
logging.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
models.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
password.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
permissions.rs Fixes from code overview session (#5) 2024-06-09 01:17:55 +00:00
prelude.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
provider.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
schema.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
server.rs Fixes from code overview session (#5) 2024-06-09 01:17:55 +00:00
session.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
templates.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00
validation.rs Switch DB layer to Diesel from SeaORM and Fjall (#2) 2024-06-02 18:37:15 +00:00