Commit graph

300 commits

Author SHA1 Message Date
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
Frostyfrog
b3146d339f
Update node.js (#100)
* feat: Update node from 15 to 20

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

* docs: Add note about walmart and their 18MB headers

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

---------

Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
2023-11-25 14:18:07 -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
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
5912614e8f 1.32.0 2023-01-30 10:57:12 -05:00
Wingy
ae50a8b11d
Implement custom HTML placement (#78) 2023-01-30 10:55:40 -05:00
Wingy
014bd271b4 1.31.0 2022-12-24 20:58:24 -05:00
Lars Stegman
7b81642884
Create Dutch language translation (#72)
* Create Dutch language translation

* Change move to top
2022-12-24 20:57:20 -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
13eff32f7e 1.30.3 2022-12-19 17:40:01 -05:00
Wingy
56c2e34081
add missing await (#69) 2022-12-19 17:39:16 -05:00
Wingy
afec9afcab remove patched express response from dockerfile 2022-12-17 18:49:07 -05:00
Wingy
e1dff41ec3 1.30.2 2022-12-17 18:47:17 -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
Na0mir
363146c331
Update fr-fr translation (#49)
* Add fr-fr translation

Add WISHLIST_SUGGEST key

* Update fr-fr.js

* Update fr-fr.js
2022-11-12 08:03:27 -05:00
Wingy
f38ee4fc85 1.30.1 2022-10-18 18:26:35 -04:00
Wingy
02907e8953
if GUEST_PASSWORD is set, LISTS_PUBLIC will be set to false (#48) 2022-10-18 16:22:07 -04:00
Wingy
d53aba5c50
switch native html details for js (fixes 45) (#47) 2022-10-18 15:35:22 -04:00
Nathan Lanier
31531b607d
Create Helm Chart (#43)
* chore: initial commit of helm chart yaml

* chore: add docs and reset ingress classname default

* chore: helm repo add and install documentation

* chore: add env variables to deployment and values

* fix: remove port env variable
2022-10-18 14:59:34 -04:00
StS82
28ddbb1f6c
Added 2 non existing variables to DE localization (#42) 2022-10-16 07:41:33 -04:00
Ivy Sejas Saskia Rocabado
4e6277ab4c
UPDATE: Spanish translation (#41) 2022-10-14 15:21:28 -04:00
Wingy
debc8d06e5 1.30.0 2022-10-14 11:06:30 -04:00
BootVirtual
0ad4ea04d7
Add Romanian localization (#39)
* Add Romanian localization

* Translate strings containing pledge
2022-10-13 14:50:41 -04:00
Coal
51842add77
#31 - Allow removing an item from others' wishlist if you added it (#40) 2022-10-11 08:44:14 -04:00
Coal
e5330d678f
Expose port 80 for the christmas-community service (#32)
* Expose port 80 for the christmas-community service

If the app is ran with docker-compose, the express server (port 80) should be open as well

* Change default ports to 3000 and 8080 for Express and DB respectively

Also modified the initial config to include a default DB port if not provided in the env

* Forward only port 80 and don't expose database by default in the config file

Database is still being exposed through the Dockerfile, as it already was

* Restore formatting for config/index.js
2022-10-07 15:18:06 -04:00
Mario
d3f85afa1d
fix: ensure profile picture on admin user creation (#38) 2022-10-06 13:45:32 -04:00
Coal
6900c401de
Prevent admin from creating users with empty username (#37)
* Prevent admin from creating users with empty username

A error message shows when the admin tries to submit the form if the validation fails.

The error message was translated to Czech, Deutsch, English, Spanish and French, which are the currently compatible languages in the website.

* Move username validation logic to server side
2022-10-06 12:57:42 -04:00
Wingy
001b81d6b5
fix seeing gifts from other people on your list (#36) 2022-10-04 09:18:50 -04:00
Restart
ef77a280ea
added translation for french (canada) (#33) 2022-10-04 08:35:10 -04:00
Wingy
fe6bf0f474
Wishlist details in index (#30)
* embed wishlist item names in wishlists index
2022-10-03 21:13:36 -04:00
Wingy
b94afc3579
Add the ability to suggest items for someone else without pledging for it (#29)
* add suggest button to wishlist

* make suggest button work

* remove delete-on-unpledge logic
2022-10-03 11:32:25 -04:00
Wingy
0e6420f714
Merge pull request #28 from Wingysam/guest-passwords
Basic Guest Passwords
2022-10-03 11:04:53 -04:00
Wingy
48dce2c5c4 add pledge logic 2022-10-03 11:03:09 -04:00
Wingy
a998928202 add cookie 2022-10-03 11:03:02 -04:00
Wingy
ad02bc3714 add _CCUNKNOWN 2022-10-03 10:49:36 -04:00
Wingy
1b8d474756 add guest password querystring 2022-10-03 10:42:29 -04:00
Wingy
2a98752147 Revert "add guest login to login page"
This reverts commit 0086399678.
2022-10-03 10:40:37 -04:00
Wingy
0086399678 add guest login to login page 2022-10-03 10:40:14 -04:00
Wingy
9685c7f909 add guest password config 2022-10-03 10:39:21 -04:00
Wingy
25c6a5da40
Create FUNDING.yml 2022-09-30 09:15:16 -04:00
Wingy
de6d7cd6b3 move adding sites section up 2022-02-16 14:16:05 -05:00