mealie/frontend
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
..
.husky refactor(frontend): 🏗️ scafold pages and componenets folder 2021-07-31 14:45:28 -08:00
api feat(backend): add rename tag, tool, category support (#875) 2021-12-10 19:48:06 -09:00
assets Feature/misc tasks (#864) 2021-12-04 16:06:24 -09:00
components Feature/user photo storage (#877) 2021-12-18 19:04:36 -09:00
composables feat: support for lockable recipes (#876) 2021-12-11 19:12:08 -09:00
lang feat(frontend): Fix scheduler, forgot password flow, and minor bug fixes (#725) 2021-10-07 09:39:47 -08:00
layouts feat(backend): add rename tag, tool, category support (#875) 2021-12-10 19:48:06 -09:00
pages Feature/user photo storage (#877) 2021-12-18 19:04:36 -09:00
plugins feat(backend): add rename tag, tool, category support (#875) 2021-12-10 19:48:06 -09:00
static Feature/user photo storage (#877) 2021-12-18 19:04:36 -09:00
store Setup vite for development 2021-08-08 17:01:45 -08:00
types refactor: ♻️ rewrite admin CRUD interface for admins (#825) 2021-11-23 18:57:24 -09:00
utils/icons feat: add user recipe export functionality (#845) 2021-12-04 14:18:46 -09:00
.editorconfig nuxt init 2021-07-31 14:00:28 -08:00
.eslintrc.js refactor(frontend): 🚧 Add group/user CRUD support for admins 2021-08-06 16:28:12 -08:00
.gitignore nuxt init 2021-07-31 14:00:28 -08:00
.prettierrc refactor(frontend): 🏗️ scafold pages and componenets folder 2021-07-31 14:45:28 -08:00
Caddyfile fix ci/cd 2021-08-07 20:21:44 -08:00
Dockerfile Feature/update login UI (#716) 2021-10-02 12:18:01 -08:00
nuxt.config.js frontend build hot-fix 2021-12-11 15:54:28 -09:00
package.json add support for meta tags on share pages (#867) 2021-12-06 17:14:14 -09:00
template.env feat(frontend): Add Meal Tags + UI Improvements (#807) 2021-11-20 14:30:38 -09:00
tsconfig.json feat(backend): rewrite mealplanner with simple api (#683) 2021-09-12 11:05:09 -08:00
yarn.lock add support for meta tags on share pages (#867) 2021-12-06 17:14:14 -09:00