Commit Graph
57 Commits
Author SHA1 Message Date
Fredrik RingqvistandGitHub 10fa25b230 Add collections (#172) 2025-04-29 14:00:35 +02:00
Arwid ThornströmandGitHub efab961a29 added ref4 (#169) 2025-02-21 10:24:40 +01:00
Anders GustafssonandGitHub 3101e04b66 Remove listprice (#166) 2024-10-02 12:49:48 +02:00
Rikard Bartholf 31b68b1631 Remove unused product groups 2024-03-07 13:07:00 +01:00
Anders GustafssonandGitHub 051355ba6a 4257 - add multi locale support to categories resolver (#161) 2024-01-09 14:48:44 +01:00
Arwid ThornströmandGitHub 0ffeacc638 added cleanup mutation (#157)
* added cleanup mutation

* default to empty array
2023-10-17 11:18:29 +02:00
Arwid ThornströmandGitHub 91d6aa1d1a 4230: added functionality for new interior generation (#156)
* added functionality for new interior generation

* update

* fixes
2023-09-12 11:26:17 +02:00
Anders GustafssonandGitHub 1b6c24a5d2 3871 - Add ids filter for products query (#154) 2023-05-31 14:38:23 +02:00
Anders GustafssonandGitHub 6feb7ee388 3769 - Differentiate forbidden and unauthenticated - add product group filter (#153) 2023-05-23 08:40:44 +02:00
Anders GustafssonandGitHub c66a18478b 3384 - add locales to market query (#147) 2023-03-02 12:56:38 +01:00
Anders GustafssonandGitHub c475c1c860 3367 add facets subquery to product (#146) 2023-02-28 10:28:58 +01:00
Anders GustafssonandGitHub 74f89e9934 3183 get locale data for categories (#143) 2023-02-24 09:24:52 +01:00
Arwid ThornströmandGitHub 62b93a3656 3124: added listprice to printproduct and public access to product and designers (#138) 2022-12-19 09:29:47 +01:00
Arwid ThornströmandGitHub c68c182b64 3010: Apollo 4 major update and complete security overhaul to prepare for public api support
* 2919: rewrite for update to apollo 4 (#131)

* rewrite for update to apollo 4

* removed container tests, edited make to publish any branch to staging

* revert makefile

* cleanup

* update 1

* more fixes to get it working on aws

* enabled csrf prevention protection, testing if build works

* switched to express version

* changed the healthcheck url

* added cache to restdatasources

* 3011: create a login mutation on graphql server that responds with a access token (#133)

* 3011 added login rest endpoint and general scope fixes

* changed login auth to basic auth username and password

* minor changes from CR feedback

* force update

* added tighter timeout for idle knex connection

* Refactor authentication and scopes (#134)

* big refactor of scopes in graphql

* cr fixes

* some security fixes (#135)

* some security fixes

* cleanup

* update staging

* minor readme change
2022-12-12 12:58:24 +01:00
Fredrik RingqvistandGitHub ad9375a6f9 Add Designer.excludeFromSearch field (#119) 2022-09-19 15:15:05 +02:00
Anders GustafssonandGitHub eeb69fe5f0 Add Query for productByPath (#117) 2022-09-02 11:41:34 +02:00
Niklas FondbergandGitHub 9e2ff31b65 Add category locale names (#112) 2022-04-21 11:59:35 +02:00
Niklas FondbergandGitHub 60d4d312f1 Add prod from CMS (#111) 2022-04-19 13:02:48 +02:00
Niklas FondbergandGitHub 1afebfdfdb Revert "Revert "Add publishing date (#107)" (#108)" (#109)
This reverts commit b1da0b547e.
2022-03-14 09:56:21 +01:00
Anders GustafssonandGitHub b1da0b547e Revert "Add publishing date (#107)" (#108) 2022-03-11 09:19:07 +01:00
Niklas FondbergandGitHub cf6b1fd56e Add publishing date (#107) 2022-03-10 16:22:03 +01:00
be5471f958 Add pagination to orders and products (#106)
* Add pagination to orders and products

* remove comment

Co-authored-by: Anders Gustafsson <anders@photowall.se>
2022-02-16 16:20:35 +01:00
e57cab3b23 Adapt for new ordermodel (#97)
Co-authored-by: Niklas Fondberg <niklas.fondberg@photowall.se>
2022-01-20 07:11:43 +01:00
Arwid ThornströmandGitHub 6741e82479 89-poster-defaults (#96)
* print defaults in printproducts

* Add default to printproduct mutation

* added insertDefaults when changing productgroup

* fixed bug for square in square

* cleanup, and tests for calculations

* small fixes, added return values for update
2021-12-08 11:00:15 +01:00
Niklas FondbergandGitHub 8cea3b5db6 Add mass edit of visible, browsable and blacklisting (#86)
* Add massedit WIP

* Add massedit

* Review comments

* Remove more debug
2021-12-03 11:48:10 +01:00
Niklas FondbergandGitHub ee16ff44c6 Add external order id query for paypal and klarna ids (#80) 2021-10-28 11:05:38 +02:00
Niklas FondbergandGitHub 68e7414e32 Break out ref and copyright to own responses (#79) 2021-10-27 13:15:16 +02:00
Niklas FondbergandGitHub 1f11fd7288 Add translate API (#72) 2021-10-18 15:29:44 +02:00
Niklas FondbergandGitHub 1fbe972af7 Add search for products in all sub categories (#68) 2021-10-11 19:28:15 +02:00
Niklas FondbergandGitHub d7532848a1 Add paypal transaction id (#66) 2021-10-11 16:53:42 +02:00
Niklas FondbergandGitHub 08149c4a87 Add product search (#64) 2021-10-11 11:20:48 +02:00
Niklas FondbergandGitHub 491ac6e64e AddProduct mutation (#59) 2021-10-05 10:03:13 +02:00
Niklas FondbergandGitHub 4fda9a8a73 Add product comments (#54) 2021-09-23 14:17:10 +02:00
Arwid ThornströmandGitHub 613ec8aad0 47: refactor interiors mutation to handle uri (#48)
* 47: refactor interiors mutation to handle uri

* removed log
2021-09-17 15:40:50 +02:00
Anders GustafssonandGitHub 042a3ed0fa Merge pull request #46 from Photowall/148-add-mutations-for-categories 2021-09-17 08:31:30 +02:00
Niklas FondbergandGitHub 9059bc5d8d Add mutation to copy new s3 image as product image (#45) 2021-09-16 15:58:33 +02:00
Anders Gustafsson 2a2281ab5d 148 - Product category mutations 2021-09-16 11:04:23 +02:00
Arwid ThornströmandGitHub e52c7d4522 42: add product group interiors mutation (#44) 2021-09-16 09:42:06 +02:00
Niklas FondbergandGitHub c4915cb15f Add related mutations (#43) 2021-09-15 14:01:07 +02:00
Niklas FondbergandGitHub 0a786d6754 Add warn for proportions mutation for product (#40) 2021-09-13 15:27:28 +02:00
Niklas FondbergandGitHub 84bed9a7ce File upload functionality for own interiors (#39) 2021-09-13 13:38:53 +02:00
Niklas FondbergandGitHub 0a4be2b081 Add mutation for wallpaper types (#41) 2021-09-13 09:25:42 +02:00
Niklas FondbergandGitHub fbce7ec879 More careful default types 2 (#37) 2021-09-09 13:21:07 +02:00
Niklas FondbergandGitHub 3365949920 Revert "Be more careful with default types (#34)" (#36)
This reverts commit 692b530623.
2021-09-09 12:52:07 +02:00
Niklas FondbergandGitHub 692b530623 Be more careful with default types (#34) 2021-09-09 09:40:40 +02:00
Anders GustafssonandGitHub 4eb04534f5 Merge pull request #29 from Photowall/104-focus-point-mutation 2021-09-08 09:57:55 +02:00
3f5a1b9169 Simplify interiors api for product (#33)
* Simplify interiors api for product

* removed console

Co-authored-by: Arwid Thornström <arwidt@gmail.com>
2021-09-07 15:38:03 +02:00
Anders Gustafsson e9cdd28eef Merge branch 'master' into 104-focus-point-mutation 2021-09-07 12:45:36 +02:00
Niklas FondbergandGitHub f73cc8be5f Return empty strings for batch and copyright (#31) 2021-09-07 12:26:39 +02:00
Niklas FondbergandGitHub 4fee798bae Make designer optional in mutation (#30) 2021-09-07 12:17:43 +02:00