1017 Commits

Author SHA1 Message Date
keyan
b31b5ce4a8 Revert "bypass self.__WB_MANIFEST check"
This reverts commit afd8acd69d73d5b06a48312fff1c18bcbb88cf89.
2023-07-23 09:16:10 -05:00
keyan
ba0cd71d23 Revert "deploy hack: fix slashtags package user"
This reverts commit 67509fe2be4e2622a4e94f7cc96a57881318876c.
2023-07-23 09:16:06 -05:00
keyan
391773be5e Revert "prevent slashtags from accessing disk"
This reverts commit 3c6c2a72b2036635eb7fef34e787edfa7279bd12.
2023-07-23 09:16:02 -05:00
keyan
bbedec853f Revert "try to store slashtags in cwd"
This reverts commit 589d1ec190ddf26b139fa5e516450866e347ea31.
2023-07-23 09:15:40 -05:00
keyan
512b9257d2 fix rewards to also pay post tippers 2023-07-23 09:00:02 -05:00
keyan
a0874c6c52 Revert "add cors headers to /api/lnwith route (#359)"
This reverts commit 9b57bbcda37bd628dffb7f6e75852f1c4e04b13c.
2023-07-23 08:58:24 -05:00
keyan
589d1ec190 try to store slashtags in cwd 2023-07-21 20:14:37 -05:00
keyan
3c6c2a72b2 prevent slashtags from accessing disk 2023-07-21 20:05:04 -05:00
keyan
67509fe2be deploy hack: fix slashtags package user 2023-07-21 19:40:17 -05:00
keyan
afd8acd69d bypass self.__WB_MANIFEST check 2023-07-21 18:46:34 -05:00
keyan
d0314ab73c shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades 2023-07-21 17:33:11 -05:00
Will O'Beirne
9b57bbcda3
add cors headers to /api/lnwith route (#359) 2023-07-19 16:09:03 -05:00
keyan
253d75b438 fix item icon fix 2023-07-15 11:35:10 -05:00
keyan
3c3de2eb24 fix item icon styling 2023-07-14 11:07:03 -05:00
ekzyis
8536660580
Fix maxStreak for users with running best streak (#356)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-14 10:49:16 -05:00
keyan
7a4ba715e0 memoize table of contents 2023-07-13 15:56:57 -05:00
keyan
3c711b6083 enhance image detection and proxy 2023-07-13 15:18:04 -05:00
keyan
059d8d68ac ignore copilot config 2023-07-12 19:26:27 -05:00
ekzyis
0d3328e509
Show longest cowboy streak in profile (#353)
* Show longest cowboy streak in profile

* Fix image offset

* Initialize maxStreak for every user

* Use resolver instead of denormalization for maxStreak

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-12 19:10:29 -05:00
Jo Wo
bf4b8714fe
Render images without markdown and use image proxy (#245)
* Parse image links during markdown rendering

* Use imgproxy to replace links

* Add healthcheck

See https://docs.imgproxy.net/healthcheck

* Enable WebP and animation support

* Only replace image URLs

* Replace all occurrences

* Fix creating posts with no text

* Embed image on link posts where link is image

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-12 19:10:01 -05:00
keyan
bc9081eaab fix race condition caused by race condition fix 2023-07-11 13:33:13 -05:00
keyan
0ff4da1a4f fix empty signup page 2023-07-11 10:21:46 -05:00
keyan
93afd4ea9a fix credentials login/signup/link bug 2023-07-10 19:20:38 -05:00
keyan
efa3172f15 top stackers sorted stat to front 2023-07-10 12:59:21 -05:00
keyan
27833c9888 attempt to fix auth linking regression 2023-07-10 12:18:17 -05:00
keyan
34ba823bd4 account for no funds on zap debounce 2023-07-09 13:08:56 -05:00
keyan
e8aa0a4dae users? => stackers? 2023-07-09 12:53:50 -05:00
keyan
4e9138dfdc show more info on where zap rewards came from 2023-07-09 12:21:11 -05:00
keyan
f33534dd36 fix rapid voting ui race condition (#213) 2023-07-09 11:15:46 -05:00
keyan
0c67808e44 make reward timer dst sensitive 2023-07-07 14:44:12 -05:00
ekzyis
5e4dedad28
Add nym in reply notification (#349)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-07 08:45:44 -05:00
ekzyis
422b2ce8b6
Use postgres:13.2 (#348)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-07 08:44:23 -05:00
ekzyis
3c3a97fb8e
Fix reward countdown for other time zones (#347)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-06 20:55:18 -05:00
ekzyis
46014d0de4
Fix query for items with less than 11 parents (#346)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-06 20:17:12 -05:00
keyan
e0d89a289b fix lightning animation z-index 2023-07-06 18:07:30 -05:00
keyan
e71e34612c fix prisma underflow 2023-07-06 17:25:20 -05:00
keyan
0c51309520 enhance pwa presentation 2023-07-06 16:53:48 -05:00
keyan
ec9a424bf4 reward countdown in footer 2023-07-06 12:43:51 -05:00
keyan
490ed59099 all rewards go to zappers 2023-07-06 11:10:44 -05:00
ekzyis
37e70f9791
Scroll to items on push notification click (#345)
* Scroll from root item in reach on notification click

Instead of going directly to the item of the notification, we now scroll from the root item which is still in reach to the comment.

This should provide more context to the user in most cases.

* Also scroll from root item in reach in /notifications

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-06 10:00:38 -05:00
keyan
8350b1df3b trust algo v4 2023-07-05 20:30:50 -05:00
ekzyis
56dc0568e0
Close notification after click (#344)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-05 15:07:34 -05:00
ekzyis
57f3ad1c75
Fix darkmode in walkthrough popover (#343)
* Fix darkmode in walkthrough popover

* Fix invalid DOM property `class`

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-05 15:07:18 -05:00
keyan
09d7e960cc back to lightning animation 2023-07-05 09:47:44 -05:00
keyan
56197ce9a4 dark mode shouldn't be cached forever 2023-07-05 09:40:34 -05:00
ekzyis
f417092107
Fix CORS in service worker (#342)
* Add crossOrigin to generated <script> elements if CDN is used

* Add CORS headers to darkmode.js

---------

Co-authored-by: ekzyis <ek@stacker.news>
2023-07-05 09:36:00 -05:00
keyan
69f6f63b9c small manifest changes 2023-07-05 09:33:46 -05:00
ekzyis
67a5fe7ca8
Use node:16.16.0-bullseye for docker images (#341)
Co-authored-by: ekzyis <ek@stacker.news>
2023-07-04 19:49:00 -05:00
keyan
dc62751df4 dont show push notifications in nonsupporting browsers 2023-07-04 18:44:03 -05:00
keyan
19c743f70d fix safari notifications error 2023-07-04 18:02:22 -05:00