Hayden
68f7efc177
fix #1144 ( #1207 )
...
* fix #1144
* fix type checks
* refactor test routes package
* fix #1208
* unify test routes into module
2022-05-07 20:08:04 -08:00
Miroito
aff30adda6
Fix failed tests when env default email/password were changed ( #1157 )
...
* fix: failed tests when env default email/password changed
* Remove default email exposition in docs
2022-04-20 10:07:46 -08:00
Hayden
14cc541f7a
fix #967 and test error to catch ( #979 )
...
* fix #967 and test error to catch
* add admin tests
2022-02-13 18:33:25 -09:00
Hayden
ea7c4771ee
Feature/user photo storage ( #877 )
...
* add default assets for user profile
* add recipe avatar
* change user_id to UUID
* add profile image upload
* setup image cache keys
* cleanup tests and add image tests
* purge user data on delete
* new user repository tests
* add user_id validator for int -> UUID conversion
* delete depreciated route
* force set content type
* refactor tests to use temp directory
* validate parent exists before createing
* set user_id to correct type
* update instruction id
* reset primary key on migration
2021-12-18 19:04:36 -09:00
Hayden
791aa8c610
feat(backend): ✨ refactor/fix group management for admins ( #838 )
...
* fix(frontend): 🐛 update dialog implementation to simplify state management
* test(backend): ✅ refactor test fixtures + admin group tests
* chore(backend): 🔨 add launcher.json for python debugging (tests)
* fix typing
* feat(backend): ✨ refactor/fix group management for admins
* feat(frontend): ✨ add/fix admin group management
* add LDAP checker
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-11-25 14:17:02 -09:00
Hayden
bdaf758712
feat(backend): ✨ start multi-tenant support (WIP) ( #680 )
...
* fix ts types
* feat(code-generation): ♻️ update code-generation formats
* new scope
* add step button
* fix linter error
* update code-generation tags
* feat(backend): ✨ start multi-tenant support
* feat(backend): ✨ group invitation token generation and signup
* refactor(backend): ♻️ move group admin actions to admin router
* set url base to include `/admin`
* feat(frontend): ✨ generate user sign-up links
* test(backend): ✅ refactor test-suite to further decouple tests (WIP)
* feat(backend): 🐛 assign owner on backup import for recipes
* fix(backend): 🐛 assign recipe owner on migration from other service
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-09-09 08:51:29 -08:00