Commit graph

36 commits

Author SHA1 Message Date
hackish
84c511cdcf merge branch 'castro' into castro_dec2023 2023-12-06 11:22:23 -08:00
hackish
941ba730c9 Better id check for Nigel and Dey 2023-12-06 11:22:12 -08:00
hackish
45cf91fd30 Merge branch 'castro' into castro_dec2023 2023-12-06 11:13:45 -08:00
hackish
6a3158f8d2 Remove guests from wishlist view 2023-12-06 11:13:02 -08:00
hackish
1a1405703c Merge branch 'castro' into castro_dec2023 2023-12-06 11:09:59 -08:00
hackish
5c53d6a5d9 Remove guests from wishlist view 2023-12-06 11:09:47 -08:00
hackish
ccfae13cf7 Merge branch 'castro' into castro_dec2023 2023-12-06 11:04:03 -08:00
hackish
e0fde2c6e4 Attempt to add hidden guest accounts with underscores appended 2023-12-06 11:03:42 -08:00
hackish
faf53708ac Merge master into castro 2023-12-06 10:48:14 -08:00
Christopher Blake
68c5ac15f4
update link for supported site issues (#104) 2023-12-05 12:33:57 -05:00
RonnyAL
d9770292df
Added Norwegian (bokmål) translations (#108) 2023-12-05 12:04:50 -05:00
Christopher Blake
34667b28d1
feat: strikeout pledged items (#107)
* strikeout pledged items

* strikethrough in legacy card mode

* added by user fix in card view

* add strike through for non url items

* make wishlish name language specific

* only strike when not your list
2023-12-05 11:57:22 -05:00
Frostyfrog
84961b11f7
Cleanup "bad" cookies (#102)
* fix: Move cookie-parser to app layer

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>

* fix: remove cookies that shouldn't be set

Not quite sure if it's possible to check the path of a cookie, but
either way, we should remove old "bad" cookies that are set in people's
browsers. This cleanup code should assist in that work.

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>

---------

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
2023-11-25 21:40:10 -05:00
Frostyfrog
d633e90874
Avoid saving product data if nothing was returned (#101)
* fix: Check if productData is set first

Throughout my testing and debugging, it was possible for productData to
be "undefined". To prevent errors, it's best to check for it's existence
first.

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>

* fix: avoid saving wishlist when there's no change

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>

---------

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
2023-11-25 21:37:15 -05:00
toastie89
8219b9a0f3
Added GUEST_PASSWORD to README (#80)
* Added GUEST_PASSWORD to README

* comment out and reject default value

---------

Co-authored-by: Wingy <git@wingysam.xyz>
2023-10-05 10:30:10 -04:00
hackish
bcc5a81db9 add nixon image and build script 2023-08-22 14:09:59 -07:00
hackish
28f168108f More silly 2023-08-10 14:04:09 -07:00
hackish
c42c816272 maybe it was? 2023-08-10 14:01:30 -07:00
hackish
486acf8c31 Remove period 2023-08-10 13:57:48 -07:00
hackish
a5f461c7ba Another change. 2023-08-10 13:56:52 -07:00
hackish
1356942cd1 change test 2023-08-10 13:52:16 -07:00
hackish
acae1ba8f6 Benign text change. 2023-08-10 13:25:22 -07:00
hackish
7d836b28c1 Change own card text. 2023-08-10 12:56:19 -07:00
hackish
e624c880a7 avatar sizes 2023-08-09 11:35:07 -07:00
hackish
91dbce8352 Initial castro 2023-08-02 12:36:50 -07:00
Daniel Barenholz
22174ee93f
Fix missing base path for supported sites in all languages (#87) 2023-07-11 14:09:22 -04:00
Daniel Barenholz
ad1141f378
Add fix for missing basepath in navbar login button (#86) 2023-07-11 12:52:32 -04:00
Jonas Læborg
394357c298
add ability to include custom stylesheet (#85)
* add da-dk language

* add ability to include custom stylesheet
2023-06-20 13:56:38 -04:00
Jonas Læborg
cbf9d8adee
add da-dk language (#84) 2023-06-19 17:03:38 -04:00
PeteS4
ad56279828
Update de-de.js (#81) 2023-05-23 07:18:38 -04:00
PeteS4
df68770943
Update de-de.js (#79) 2023-03-22 11:39:13 -04:00
Wingy
ae50a8b11d
Implement custom HTML placement (#78) 2023-01-30 10:55:40 -05:00
Lars Stegman
58c35640e1
Create Dutch language translation (#72)
* Create Dutch language translation

* Change move to top
2022-12-24 20:57:10 -05:00
Wingy
56c2e34081
add missing await (#69) 2022-12-19 17:39:16 -05:00
Wingy
0b26ec0ce4
refactor wishlist manipulation code (#66) 2022-12-10 17:00:24 -05:00
Wingy
0d7d73744c
Refactor: move src to folder (#63)
* move all source code to src/

* replace express response patch with middleware

* fix readdir not looking in src

* fix stray redirect

* add base to manifest

* remove secret.txt from src/config/secret

* add src/config/secret/secret.txt to gitignore
2022-12-10 12:04:07 -05:00