Leon Meier spacelord
50 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-21 22:54:28 +01:00
6844b1fb24 products GET-> add gtin to if and dont get all if gtin is specified
0d6b41abcf Add P2025to prisma errorhandler
Compare 2 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-21 22:30:50 +01:00
fbd199c39a fIx price field type in products model
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-20 23:59:24 +01:00
eb59a980a6 Implement products endpoint. price storage (with Float or Decimal as type) is not reliable yet
e2da37959f add gtin field to db schema -> Wen cant use is as id since relations depend on type Int. Trying Float for price storage. I dont think this works..
7693d793c0 Allow api to remove code from user with "0000" / Fix regex (only 0-9)
Compare 3 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-20 21:30:42 +01:00
cd8d0bc497 Fix marks in user_schema
spacelord created branch master in Project-Name-Here/hydrationhub 2025-02-19 00:34:23 +01:00
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-19 00:34:23 +01:00
d75e5b1f11 Initial commit
spacelord created repository Project-Name-Here/hydrationhub 2025-02-16 13:20:30 +01:00
spacelord pushed to master at Project-Name-Here/atas 2025-02-10 17:28:31 +01:00
41615303db Frontend> Add testupload to testpage
06767268de Frontend> Add contact page
3c03cc133c use prisma schema for api validation (sort field)
8bbadf36a8 add s3 baseline / Prepare content schema for s3
Compare 4 commits »
spacelord pushed to master at Project-Name-Here/atas 2025-02-09 16:08:43 +01:00
634f05bc27 prisma schema -> Generate alerthook / content name+filename unique
spacelord pushed to master at Project-Name-Here/atas 2025-02-09 16:08:02 +01:00
64d317115c Add some default (security) headers / remove unmaintained deps
spacelord pushed to master at Project-Name-Here/atas 2025-02-03 22:23:55 +01:00
5a583a94ff some frontend change
8383080395 schema updates
2e8ee7ca5c table interaction
Compare 3 commits »
spacelord pushed to master at Project-Name-Here/atas 2025-02-02 20:24:55 +01:00
a0ebf89ef8 Remove todo..
spacelord pushed to master at Project-Name-Here/atas 2025-02-02 20:04:40 +01:00
d565497de1 Fix crash when using FullTextSearch with more then two asterisks in sequence. min(3) validation des the rest
spacelord pushed to master at Project-Name-Here/atas 2025-02-02 20:02:18 +01:00
95a0d0f12f Fix crash when using FullTextSearch with only asterisks in query
spacelord pushed to master at Project-Name-Here/atas 2025-02-02 19:57:53 +01:00
2dab4d3f29 Fix crash when using FullTextSearch with more then two asterisks in sequence. min(3) validation des the rest
spacelord pushed to master at Project-Name-Here/atas 2025-02-02 19:47:36 +01:00
7674653eec Fix crash when using FullTextSearch with only asterisks in query
spacelord pushed to master at Project-Name-Here/atas 2025-02-02 18:13:05 +01:00
fa26595797 Implement prisma error handling
spacelord pushed to master at Project-Name-Here/atas 2025-01-31 23:49:44 +01:00
ee6dd16be2 Support for tables in frontend
spacelord pushed to master at Project-Name-Here/atas 2025-01-31 23:49:19 +01:00
e3fba930d2 Remove/Deprecate parseIntOrUndefined
spacelord pushed to master at Project-Name-Here/atas 2025-01-31 23:09:57 +01:00
e377af7501 Implemented skip+take in alertContact api and some other optimizations