Commit graph

52 commits

Author SHA1 Message Date
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
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
a998928202 add cookie 2022-10-03 11:03:02 -04:00
Wingy
d91128274b localization support 2021-12-03 11:13:43 -05:00
Wingy
7fb1e11750 You can now specifiy PFP=false to disable pfps. 2021-10-11 09:50:09 -04:00
Wingy
815b621471 ensure all pfps on startup 2021-09-15 02:57:28 -04:00
Wingy
62d5e395fa oops accidentally broke password changes 2021-09-15 02:55:39 -04:00
Wingy
9c6c7df92b remove excess logging 2021-09-15 02:51:58 -04:00
Wingy
5ac965eac4 Profile Pictures! 2021-09-15 02:41:44 -04:00
Wingy
ccfc10002d clear all wishlists button 2021-09-13 16:47:56 -04:00
Wingy
5b87859a82 move to top button 2021-01-02 17:17:20 -05:00
Wingy
884c699c8f manage admins from admin ui 2021-01-02 17:07:07 -05:00
Wingy
c02510659c env config improvement 2020-12-01 22:09:25 -05:00
Wingy
9d55f6e347 eslint order rule, markdown support 2020-12-01 18:14:57 -05:00
Wingy
fc9fbc6bdf LISTS_PUBLIC 2020-11-08 17:23:51 -05:00
Wingy
12558d3384 add eslint, fix bugs found 2020-11-08 16:54:08 -05:00
Wingy
ea36220f38 Add get product data refresh 2020-11-07 15:54:53 -05:00
Wingy
9dbea43066 show supported sites 2020-11-05 17:42:24 -05:00
Wingy
2707ac5773 impersonation 2020-11-03 20:25:20 -05:00
Wingy
fdc3c814d0 automatic image/price 2020-11-02 23:28:05 -05:00
Wingy
96588d0690 Image support 2020-11-02 17:43:57 -05:00
Wingy
f076f60844 remove uuid, only use nanoid and u64 2020-11-01 22:24:40 -05:00
Wingy
7bc40ac3af add price 2020-11-01 22:01:30 -05:00
Wingy
e661de3a42 dependency updates 2020-10-30 12:11:20 -04:00
Wingy
22ebde8a0b v1.13.0: Reset Password 2020-10-30 11:15:00 -04:00
Wingy
430411163d fix missing first words in wishlist items 2020-10-29 23:53:43 -04:00
Wingy
abb50cf152 Admin Panel Revamp 2020-10-29 23:50:36 -04:00
Wingy
066d72b153 Revert "Old partial attempt at "public mode""
This reverts commit 8f6b030ca8.
2020-10-29 11:25:05 -04:00
Wingy
8f6b030ca8 Old partial attempt at "public mode" 2020-10-29 11:24:13 -04:00
Wingy
763aa7c027 fix names not urls 2019-12-03 15:51:28 -05:00
Sam Wing
18cbc44656 no item.name if not productData 2019-11-18 20:38:53 -05:00
Sam Wing
0b6b9766bc refactor note editing to avoid querystring 2019-11-18 15:39:37 -05:00
Sam Wing
90c2c09c57 Edit Note: s/Note/Item 2019-11-18 15:07:57 -05:00
Sam Wing
c42b202a85 SINGLE_LIST mode 2019-11-18 13:57:47 -05:00
Sam Wing
ea1e1a91a3 smooth moves 2019-11-17 18:05:45 -05:00
Sam Wing
deed72709d PWA 2019-11-17 15:46:08 -05:00
Sam Wing
d36f1d17b3 fix bug that has existed since Initial Commit 2019-11-17 08:08:53 -05:00
Sam Wing
66d0dade03 added = saved 2019-11-16 23:32:13 -05:00
Sam Wing
285979d777 allow notes to be overwritten 2019-11-16 22:50:34 -05:00
Sam Wing
1ecc5768e0 Amazon smile converter 2019-11-13 12:34:32 -05:00
Wingysam
19b660f024 Trim username 2018-12-03 17:03:43 -05:00
Wingysam
24ecd1be28 Fix adding note with item 2018-11-30 16:56:48 -05:00
Wingysam
a309b35b94 Add notes, show addedBy 2018-11-30 16:44:06 -05:00
Wingysam
d2351c6eb5 Fix being able to see buttons if there is one that you can't see at the top 2018-11-23 10:29:05 -05:00
Wingysam
53869bcf6c Check to make sure move is valid 2018-11-23 10:12:28 -05:00
Wingysam
d3f379427f Add moving things up & down wishlist 2018-11-23 09:03:16 -05:00
Wingysam
eb3d97be7d Only check after last space for url 2018-11-22 16:59:21 -05:00
Wingysam
51c2ee3ecc give error to user if url to name failed 2018-11-22 09:30:21 -05:00
Wingysam
8659289bef Fix removing first item removes last 2018-11-21 18:02:36 -05:00
Wingysam
3d51d62dc5 Remove bcrypt import on wishlist 2018-11-21 15:40:10 -05:00