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
Wingy
9fb6fb839f
Add note to readme about get-product-data
2022-02-16 14:15:29 -05:00
Wingy
256970713d
1.29.1
2022-02-16 14:15:20 -05:00
Wingy
9d627d521d
updated yarn lock
2022-02-16 14:15:08 -05:00
Wingy
a81c98112b
fix manager crash when GPD outdated on some npm versions
2022-02-16 14:14:58 -05:00
Wingy
eecd11a431
Merge branch 'master' of github.com:Wingysam/Christmas-Community
2022-02-10 19:42:38 -05:00
Wingy
35847cf244
Add Language Contributors
2022-02-10 19:42:35 -05:00
Wingy
f447e20cce
Merge pull request #16 from CantisW/master
...
Spanish localization support
2021-12-21 14:47:13 -05:00
Santeeisweird9
33f4ee2f28
feat: spanish localization support
2021-12-20 16:57:19 -08:00
Wingy
100c784aba
1.29.0
2021-12-06 14:02:45 -05:00
Wingy
625eae4c4c
format fr-fr.js
2021-12-06 14:01:09 -05:00
Wingy
b6342ffd32
Merge pull request #14 from zethis/master
...
add French language
2021-12-06 13:58:26 -05:00
Wingy
e6470e48b6
Merge pull request #13 from PeteS4/localization/german
...
Localization/german
2021-12-06 13:57:25 -05:00
Wingy
290236fbea
Merge branch 'master' into localization/german
2021-12-06 13:55:36 -05:00
Wingy
6328921586
Revert "fixed in #18a1c11"
...
This reverts commit 2bbce4b492
.
2021-12-06 13:39:55 -05:00
Wingy
2bbce4b492
fixed in #18a1c11
2021-12-06 13:29:33 -05:00
Wingy
298dbd4e6d
Merge pull request #12 from o-pteron/master
...
Fix typo in navbar
2021-12-06 13:19:50 -05:00
Wingy
236c3c1c6f
1.28.1
2021-12-06 13:17:43 -05:00
Wingy
18a1c113c8
forgot to use translations for pledge button
2021-12-06 13:17:29 -05:00
zethis
7adfdb010b
add French language
2021-12-06 18:47:17 +01:00
PeteS4
427ce91408
fix: momentLocale for German localization
2021-12-06 16:10:58 +01:00
PeteS4
1a93e8760d
fix: German localization improvements
2021-12-06 16:10:25 +01:00
PeteS4
e9a9b91414
fix: localized pledge button
2021-12-06 16:03:26 +01:00
PeteS4
08845b8f84
feat: German localization
2021-12-06 15:48:46 +01:00
o-pteron
7dffd14be4
Fix typo
2021-12-05 20:38:28 +01:00
Wingy
5a38f15e6d
1.28.0
2021-12-05 09:23:15 -05:00
Wingy
e61c0a519e
cs-cz
2021-12-05 09:23:11 -05:00
Wingy
a7e51b73f4
Merge pull request #9 from dotromain/patch-3
...
fix typo
2021-12-03 20:28:59 -05:00
Romain Boulanger
c06d83c249
fix typo
2021-12-04 01:08:31 +01:00
Wingy
d91128274b
localization support
2021-12-03 11:13:43 -05:00
Wingy
f99d6f88c3
update yarn.lock
2021-12-03 11:13:34 -05:00
Wingy
230f92face
downsize mobile wishlist pfps
2021-11-29 12:13:16 -05:00
Wingy
9e6149c57e
1.27.1
2021-10-13 15:23:38 -04:00
Wingy
34679edaf6
fix get product data version
2021-10-13 15:23:22 -04:00