justcool393
c0acb1722b
abort a bunch of stuff where we manually returned JSON
2022-10-11 08:40:19 -07:00
justcool393
456dd43bba
replace "if not FEATURES" with wrapper
2022-10-11 00:33:23 -07:00
justcool393
75e593da00
Revert "feature required wrapper"
...
This reverts commit 8700bcc5ee
.
2022-10-10 02:54:47 -07:00
justcool393
8700bcc5ee
feature required wrapper
2022-10-09 23:16:05 -07:00
Snakes
4a54c6219a
Add trailing final newlines to source files.
...
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.
This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
Aevann1
1f3f735502
fix hat badges
2022-09-16 23:57:56 +02:00
Aevann1
0618134eac
fix hat badges
2022-09-16 16:06:18 +02:00
Snakes
7780d6c190
Amend f1153031cc53: typo'd an identifier.
2022-09-16 04:59:15 -04:00
Snakes
f1153031cc
Apply double-spend fix to hats.
2022-09-16 04:58:12 -04:00
Aevann1
4abf75edc0
add error codes
2022-09-12 11:52:07 +02:00
Aevann1
fbe7089d2a
more detailed success message description
2022-09-11 16:32:00 +02:00
Aevann1
166060cb01
forgot to filter submitter_id=None
2022-09-10 07:42:24 +02:00
Aevann1
1ce1410268
show total number of hats in /hats
2022-09-08 20:36:43 +02:00
Aevann1
e793a1ab3a
show a list of blockers
2022-09-05 22:23:35 +02:00
Aevann1
93d7c91ce7
add the ability to order hats by author username
2022-09-05 10:27:37 +02:00
Aevann1
b166fdcaf3
make hat designers gets their own hat for free
2022-09-05 09:59:24 +02:00
Aevann1
1816ce09f7
make it possible to equip multiple hats
2022-09-05 05:44:24 +02:00
Aevann1
0c32d56cd6
casino + style shit
2022-09-05 01:15:37 +02:00
Aevann1
38036cf9ec
fix incorrect calculated cut in hat notifs
2022-09-04 00:33:25 +02:00
Aevann1
038452f9a6
display total hat sales in /hats
2022-09-04 00:32:46 +02:00
Aevann1
91d8c709cb
increase hat artist cut by 10%
2022-09-03 21:53:38 +02:00
Aevann1
865723470b
show owners of hats
2022-09-03 21:36:50 +02:00
Aevann1
5d704a2cb2
make /hats more intuitive
2022-09-03 21:11:02 +02:00
Aevann1
256b384e69
add 2 leaderboard tables for hats
2022-09-03 20:50:20 +02:00
Aevann1
82282cc8a4
check if user owns the hat alrdy or not
2022-09-03 05:58:43 +02:00
Aevann1
01dc4db96b
%5 -> 5%
2022-09-03 03:44:04 +02:00
Aevann1
8975f0e4f2
fix bug
2022-09-03 03:27:46 +02:00
Aevann1
6022129f99
fix whoopsie lol
2022-09-03 03:19:47 +02:00
Aevann1
29f09634fd
more hat shit
2022-09-03 03:13:23 +02:00
Aevann1
db9a995032
more hats
2022-09-03 03:11:10 +02:00
Aevann1
697a722c6e
fix stupidity
2022-09-03 02:54:17 +02:00
Aevann1
bfdb7a87d7
fix missing import
2022-09-03 02:52:59 +02:00
Aevann1
09d1e4d887
more hats
2022-09-03 02:48:01 +02:00
Aevann1
f92a33fb04
sort hats by price then alphabetically
2022-09-03 02:29:54 +02:00
Aevann1
de9f9ab11c
display owned hats at the top
2022-09-03 02:27:19 +02:00
Aevann1
28bbdccdeb
add hat badges
2022-09-03 02:18:10 +02:00
Aevann1
88a2c69659
Hats ( #348 )
...
* hat
* hats
* hats 2
* hats
* hats 4
* hats 5
* hats
2022-09-03 01:58:55 +02:00