Commit Graph

  • a5efa20a9b fix(backend): 🐛 assign recipe owner on migration from other service hay-kot 2021-09-09 08:32:37 -08:00
  • 0a416facf0 feat(backend): 🐛 assign owner on backup import for recipes hay-kot 2021-09-09 08:21:10 -08:00
  • 7eee51a595 test(backend): refactor test-suite to further decouple tests (WIP) hay-kot 2021-09-09 08:02:43 -08:00
  • 62b71e8eb2
    Update Dockerfile Agneev Mukherjee 2021-09-09 16:00:31 +05:30
  • 7940f0d1ab feat(frontend): generate user sign-up links hay-kot 2021-09-08 20:32:36 -08:00
  • a5d8aa4e62 set url base to include /admin hay-kot 2021-09-08 19:43:13 -08:00
  • bfda43e459 refactor(backend): ♻️ move group admin actions to admin router hay-kot 2021-09-08 19:34:41 -08:00
  • 0b2c842538 feat(backend): group invitation token generation and signup hay-kot 2021-09-08 19:19:44 -08:00
  • 1a960be95e makes the recipe image clickable to open full version firefly2442 2021-09-07 21:29:11 -06:00
  • 8ef826901e unnecessary else, identified by LGTM: https://lgtm.com/rules/5980098/ firefly2442 2021-09-07 16:34:51 -06:00
  • aa9cdf9008 variable overwritten, identified by LGTM: https://lgtm.com/rules/1800095/ firefly2442 2021-09-07 16:28:13 -06:00
  • 802a819cf5 remove assignment to itself, identified by LGTM: https://lgtm.com/rules/1800093/ firefly2442 2021-09-07 15:52:34 -06:00
  • 0bab576656 feat(backend): start multi-tenant support hay-kot 2021-09-07 13:49:57 -08:00
  • 12e933cb5e update code-generation tags hay-kot 2021-09-07 13:47:48 -08:00
  • 9c30ace1d9 fix linter error hay-kot 2021-09-07 13:47:41 -08:00
  • e665005f33 add step button hay-kot 2021-09-07 13:47:27 -08:00
  • 0d618a10b8 new scope hay-kot 2021-09-07 13:47:07 -08:00
  • 84085c222d feat(code-generation): ♻️ update code-generation formats hay-kot 2021-09-07 13:46:57 -08:00
  • 3277712cef reference default login credentials per the documentation firefly2442 2021-09-07 15:28:47 -06:00
  • e7124ef070 fix ts types hay-kot 2021-09-06 12:04:40 -08:00
  • 3c504e7048
    feat(backend): migrate site-settings to groups (#673) Hayden 2021-09-05 22:05:29 -08:00
  • e326ae9e06 style: 🎨 fix lint issues hay-kot 2021-09-05 21:51:07 -08:00
  • 008c0aa68d fix(backend): fix failing group tests hay-kot 2021-09-05 21:30:51 -08:00
  • 1460015bc4 test(backend): user-creation tests and small refactor of existing tests hay-kot 2021-09-05 21:11:37 -08:00
  • e462a19b2d feat(backend): add signup flow and user/group settings hay-kot 2021-09-05 21:10:47 -08:00
  • f6008374be feat(backend): continued work on user sign-up hay-kot 2021-09-05 21:08:15 -08:00
  • 033405b679 test(backend): add validator testing for registration schema hay-kot 2021-09-05 15:12:55 -08:00
  • 46a7561708 feat(backend): add user registration (WIP) hay-kot 2021-09-05 15:12:32 -08:00
  • 0bd66d2168 feat(frontend): add user registration page (WIP) hay-kot 2021-09-05 15:12:14 -08:00
  • e179dcdb10
    refactor(frontend): ♻️ split user profile/management (#670) Hayden 2021-09-04 20:24:32 -08:00
  • 6e52ed05e9 refactor(frontend): ♻️ split webhooks into their own page hay-kot 2021-09-04 19:54:37 -08:00
  • c160df5fae refactor(frontend): ♻️ major rewrite/improvement of use-profile pages hay-kot 2021-09-04 18:05:31 -08:00
  • 3d87ffc3a5
    refactor(backend): ♻️ refactor backend services (#669) Hayden 2021-09-04 12:28:49 -08:00
  • 56b35247ca fix overriding results hay-kot 2021-09-04 12:22:16 -08:00
  • b4e3cf2e00 refactor(backend): ♻️ move user model folder into own directory for future expansion hay-kot 2021-09-04 12:17:14 -08:00
  • 403e6b1930 refactor(backend): ♻️ refactor backend services hay-kot 2021-09-03 20:23:17 -08:00
  • b550dae593
    refactor(backend): ♻️ change error messages to follow standard pattern to match locals on frontend (#668) Hayden 2021-09-02 21:33:18 -08:00
  • ef280829d7 refactor(backend): ♻️ change error messages to follow standard pattern to match locals on frontend hay-kot 2021-09-02 21:19:42 -08:00
  • abc0d0d59f
    refactor(♻️): update 'about' page to new composition API (#667) Hayden 2021-09-02 11:24:17 -08:00
  • 2fd8ff913a refactor(frontend): ♻️ refactor frontend API and Pages to refelect new API design hay-kot 2021-09-02 11:09:45 -08:00
  • 9681eaec76 refactor(backend): ♻️ rename imports hay-kot 2021-09-02 11:09:21 -08:00
  • 5ace086f23 refactor(backend): ♻️ split unrelated routes into clearer router paths hay-kot 2021-09-02 11:08:51 -08:00
  • 82c23409b6 Remove PR Name Checker hay-kot 2021-09-02 09:45:33 -08:00
  • 975709e3c3 test-commit hay-kot 2021-09-01 21:46:41 -08:00
  • c7f8c96287 ci(backend): 💚 add conventional pr naming check hay-kot 2021-09-01 21:44:59 -08:00
  • 990244e37e
    Refactor/group page (#666) Hayden 2021-09-01 21:39:40 -08:00
  • 6773f25d6d refactor(backend): add group edit support hay-kot 2021-09-01 21:34:48 -08:00
  • f0b0a47970 feat(frontend): add group edit hay-kot 2021-09-01 21:34:25 -08:00
  • d1048da4f5 refactor(backend): ♻️ Refactor base class to be abstract and create a router factory method hay-kot 2021-09-01 21:33:10 -08:00
  • 542e6fd6ae New translations en-US.json (Slovak) Hayden 2021-09-01 02:23:00 -08:00
  • 9b1bf56a5d
    [Feat] Migrate from Pages to Cookbooks (#664) Hayden 2021-08-31 18:51:34 -08:00
  • 7cd65e16a4 refactor(backend): 🔥 Delete old page files hay-kot 2021-08-31 18:37:45 -08:00
  • 56277ee4a3 test(backend): Update tests from pages -> cookbooks hay-kot 2021-08-31 18:35:03 -08:00
  • a3ada316a3 fix linting issue hay-kot 2021-08-31 18:28:23 -08:00
  • f4b547df56 fix(backend): 🐛 Add get by slug or id hay-kot 2021-08-31 18:28:13 -08:00
  • 10e00dc3f7 feat(frontend): 💄 Add final UI touches hay-kot 2021-08-31 18:26:51 -08:00
  • fc7f4df649 feat(frontend): Cookbook view page hay-kot 2021-08-31 15:54:39 -08:00
  • 45d940fb1e feat: Add Description to Cookbooks hay-kot 2021-08-31 14:51:38 -08:00
  • 165fd8efd6 test(backend): add @skip for crf tests that can only run locally hay-kot 2021-08-31 14:39:54 -08:00
  • d24e95c091 feat(backend): add initial cookbook support hay-kot 2021-08-31 14:39:29 -08:00
  • 83ab858e46 feat(frontend): Add Initial CookBook Support hay-kot 2021-08-31 14:39:02 -08:00
  • fde369eef1
    bumped Python version. bumped poetry version. Introduced userid as en var. Usman Masood 2021-08-31 12:43:16 +02:00
  • 5b6ce1f2ab
    removed user groupmod, that's handled in docker Usman Masood 2021-08-31 12:42:24 +02:00
  • b09017c585
    changed caddy port from 80 to 9080 Usman Masood 2021-08-31 12:41:25 +02:00
  • ed88505efe
    run as non root user Usman Masood 2021-08-30 23:15:18 +02:00
  • 2e6352cfbd update NLP for ingredients hay-kot 2021-08-29 17:10:51 -08:00
  • 086098899d update dependency injection methods hay-kot 2021-08-29 17:10:29 -08:00
  • 0b27e8af45 refactor(frontend): 💄 Imrove UI for parser hay-kot 2021-08-29 17:09:08 -08:00
  • f78eb4ec39 fix(backend): 🐛 fix error when assigning favorite recipe hay-kot 2021-08-28 17:42:12 -08:00
  • 4a7f8428c5 refactor(backend): ♻️ rename UserInDb -> PrivateUser hay-kot 2021-08-28 17:31:05 -08:00
  • df002c383c add docs string hay-kot 2021-08-28 16:34:47 -08:00
  • 8e9280efaf refactor(backend): ♻️ align variable names, eliminate dead-code, and finalize recipe services hay-kot 2021-08-28 16:24:14 -08:00
  • 985ad8017d refactor(backend): ♻️ move router dependencies to mealie.core.dependencies module hay-kot 2021-08-28 15:36:46 -08:00
  • e1fb306a92 sort imports hay-kot 2021-08-28 15:36:06 -08:00
  • 7c936c85ae style(backend): 🎨 add isort to lint and CI/CD hay-kot 2021-08-28 14:27:56 -08:00
  • 2c80980453 unicode fraction processing hay-kot 2021-08-28 14:18:56 -08:00
  • 1c11f6a3d7 refactor(backend): ⚗️ experimental dependency injection framework (WIP) hay-kot 2021-08-28 14:18:38 -08:00
  • da501adce8 refactor(backend): ♻️ add initial support for global dependency injection hay-kot 2021-08-28 14:16:00 -08:00
  • 0f6f81eb27 feat(frontend): 🚧 groundwork for user interactive ingredient parsing hay-kot 2021-08-28 14:14:21 -08:00
  • f8c2f760bd style(backend): 🎨 hay-kot 2021-08-28 14:13:10 -08:00
  • 20d847ec8e feat(backend): Add NLP Endpoint for Ingredient Parser (WIP) hay-kot 2021-08-27 20:51:49 -08:00
  • 161618808e refactor(backend): 🔥 Remove Backend Theme Support hay-kot 2021-08-27 20:47:24 -08:00
  • dd1b1ad067 initialize food and units hay-kot 2021-08-27 20:28:54 -08:00
  • a266a244d9 feat(backend): Add Generic Type Hint Support for Data Access Layer hay-kot 2021-08-27 20:27:20 -08:00
  • 0675c570ce refactor(backend): ♻️ Split Recipe Schema Code hay-kot 2021-08-27 20:17:41 -08:00
  • 5ba337ab11 feat(frontend): Fractional Scaling hay-kot 2021-08-27 20:05:02 -08:00
  • b46ea7c81f
    Update install.md (#656) Glenn Morrison 2021-08-25 13:36:22 -05:00
  • c1018982d2
    Update install.md Glenn Morrison 2021-08-25 11:00:24 -05:00
  • ae9a5d5244 New translations en-US.json (Portuguese) Hayden 2021-08-24 09:03:11 -08:00
  • a89814f653 New translations en-US.json (Portuguese) Hayden 2021-08-24 07:39:58 -08:00
  • d1a7ec3b95 fix(backend): 🐛 Fix CI/CD Linting Failures hay-kot 2021-08-23 15:33:39 -08:00
  • abb0b84e22 fix auto initialize models hay-kot 2021-08-23 12:25:16 -08:00
  • 24a4b5b810 feat(frontend): Add Recipe Editor to Assign Units and Foods for Recipe Scaling hay-kot 2021-08-23 12:24:38 -08:00
  • 04ebc07333 fix restore from backup hay-kot 2021-08-22 16:15:08 -08:00
  • 234db39cc7 refactor(backend): ♻️ Refactor to make SessionLocal a globally accessible object hay-kot 2021-08-22 16:08:37 -08:00
  • a1aad078da feat(frontend): Create CRUD User Interface for Units and Foods hay-kot 2021-08-22 15:23:45 -08:00
  • 122d35ec09 feat(backend): 🗃️ Add CRUD opertaions for Food and Units hay-kot 2021-08-22 13:10:18 -08:00
  • c894d3d880 fix route path hay-kot 2021-08-22 11:23:14 -08:00
  • df34a4ba1b New translations en-US.json (Norwegian) Hayden 2021-08-22 02:18:11 -08:00
  • 05b58a080d New translations en-US.json (Norwegian) Hayden 2021-08-22 00:57:31 -08:00