Karina Kwiatek
|
e351990475
|
Merge pull request #1410 from Retrospring/feature/load-async-pinned-answers
|
2023-10-23 07:54:05 +02:00 |
Karina Kwiatek
|
8ac50878be
|
Use load_async for loading pinned answers
|
2023-10-22 21:52:04 +02:00 |
Karina Kwiatek
|
65e802f51d
|
Stop eager loading comments and smiles
|
2023-10-22 21:51:21 +02:00 |
Karina Kwiatek
|
491fb359d2
|
Ensure user profiles and questions are eager loaded
|
2023-10-22 19:54:51 +02:00 |
Andreas Nedbal
|
50b925ec48
|
Prefer render responders in settings controllers
|
2023-10-20 02:21:52 +02:00 |
Andreas Nedbal
|
8b86e2f123
|
Set text and URL separately for `navigator.share`
Apparently for most mobile OSses `url` is a required share option
|
2023-10-18 20:01:59 +02:00 |
Karina Kwiatek
|
81b271ab03
|
Move reactions to separate view/endpoint
|
2023-10-15 18:42:30 +02:00 |
Karina Kwiatek
|
9563a586c2
|
Appease the dog overlords (mostly)
|
2023-10-15 18:42:30 +02:00 |
Karina Kwiatek
|
adf294e6cb
|
Add tests for viewing comments
|
2023-10-15 18:42:30 +02:00 |
Karina Kwiatek
|
849d4f74f2
|
Move comments to a turbo frame
|
2023-10-15 18:42:30 +02:00 |
Andreas Nedbal
|
f6e26f1751
|
Remove superfluous rubocop:disable comments
|
2023-10-15 10:42:58 +02:00 |
Andreas Nedbal
|
d40519dffa
|
Handle Rails validation errors in TurboStreamable concern
|
2023-10-15 10:16:21 +02:00 |
Karina Kwiatek
|
bcfb215f8c
|
Ensure caching timestamp is updated when marking notifications as read
|
2023-06-16 18:20:21 +02:00 |
Karina Kwiatek
|
5a3f65e39a
|
Ensure counters are up to date when rendering inbox/notifications views
|
2023-06-16 18:19:31 +02:00 |
Karina Kwiatek
|
63372cdeac
|
Pass subscribed answer IDs on answer create
|
2023-05-08 21:45:31 +02:00 |
Karina Kwiatek
|
a37a498fb9
|
Exclude pinned answers from pagination queries
|
2023-05-08 20:29:27 +02:00 |
Karina Kwiatek
|
4cab189750
|
Fix notification cache timestamp not being touched after marking all as read
|
2023-05-08 18:55:35 +02:00 |
Karina Kwiatek
|
2aaba3e2d9
|
Touch `notifications_updated_at` after marking entries as read
|
2023-05-07 20:54:54 +02:00 |
Karina Kwiatek
|
ed6bdfe8cb
|
Touch `inbox_updated_at` after marking entries as read
|
2023-05-07 20:54:44 +02:00 |
Karina Kwiatek
|
be66f7061d
|
Fix 500 on Discover
|
2023-05-07 16:39:02 +02:00 |
Karina Kwiatek
|
7a9a7e0d47
|
Merge pull request #1130 from Retrospring/feature/mark-all-notifications-as-read
Mark all notifications as read
|
2023-05-07 10:07:11 +02:00 |
Karina Kwiatek
|
bbc0afe292
|
Move subscribed answer IDs to an ivar
|
2023-05-05 16:01:46 +02:00 |
Karina Kwiatek
|
0132d7b251
|
Remove usages of `is_active`
|
2023-05-05 16:01:40 +02:00 |
Karina Kwiatek
|
6fc4049f6c
|
Pass answer list method into `paginate_answers`
|
2023-05-05 16:01:40 +02:00 |
Karina Kwiatek
|
d77919ee01
|
Don't check for user sign in when fetching subscriptions in timeline
|
2023-05-05 16:01:40 +02:00 |
Karina Kwiatek
|
0771c689ea
|
Clean up marking notifications as read when viewing an answer
|
2023-05-05 16:01:40 +02:00 |
Karina Kwiatek
|
d7997db492
|
Check subscription in `answer/show`
|
2023-05-05 16:01:40 +02:00 |
Karina Kwiatek
|
7aed99d187
|
Appease the dog overlords
|
2023-05-05 16:01:38 +02:00 |
Karina Kwiatek
|
2604e6b240
|
Prefetch subscriptions
|
2023-05-05 16:01:21 +02:00 |
Karina Kwiatek
|
80d8bebe57
|
Appease the dog overlords
|
2023-05-05 15:59:43 +02:00 |
Karina Kwiatek
|
c9c458252b
|
Add functionality for marking all notifications as read
|
2023-05-05 15:59:25 +02:00 |
Karina Kwiatek
|
eda522ce8b
|
Remove extra space
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
|
2023-03-26 18:28:36 +02:00 |
Karina Kwiatek
|
3fa607f39c
|
Clean up `User::SessionsController`
|
2023-03-26 18:28:36 +02:00 |
Georg Gadinger
|
1ffa2e5125
|
filter out non-anon questions from blocked/muted users in questions view
|
2023-03-26 18:28:19 +02:00 |
Georg Gadinger
|
920187bc88
|
filter out non-anon questions from blocked/muted users in public timeline
|
2023-03-26 18:28:19 +02:00 |
Georg Gadinger
|
f1a1321a25
|
filter out non-anon questions from blocked/muted users in list timeline
|
2023-03-26 18:28:19 +02:00 |
Karina Kwiatek
|
7ea647b2ff
|
Return turbo stream when resetting 2FA recovery codes
|
2023-03-05 15:24:17 +01:00 |
Georg Gadinger
|
4ee2b46b32
|
add sharing to telegram
|
2023-02-19 20:58:47 +01:00 |
Karina Kwiatek
|
0402739e2c
|
Fix unclear syntax on about page
|
2023-02-19 18:54:40 +01:00 |
Karina Kwiatek
|
633704688d
|
Fix caching of counters on about page
|
2023-02-19 18:32:25 +01:00 |
Karina Kwiatek
|
99057fc984
|
Remove smile count ivar from about endpoint
This got missed from #1089
|
2023-02-18 13:32:51 +01:00 |
Karina Kwiatek
|
5a9909adae
|
Move user counts to methods
|
2023-02-18 10:55:35 +01:00 |
Karina Kwiatek
|
1399736053
|
Cache about page
|
2023-02-17 15:58:28 +01:00 |
Georg Gadinger
|
8a055341c8
|
add metrics for sidekiq
|
2023-02-14 05:31:54 +01:00 |
Georg Gadinger
|
9fadeea3fe
|
rubodog
|
2023-02-13 22:17:46 +01:00 |
Georg Gadinger
|
bc6806aa89
|
initial metrics
|
2023-02-13 22:17:46 +01:00 |
Karina Kwiatek
|
520f7eb9ef
|
Show toasts on pin/unpin
|
2023-02-12 20:29:36 +01:00 |
Karina Kwiatek
|
6724aef105
|
Order pinned answers by when they were pinned
|
2023-02-12 20:19:50 +01:00 |
Karina Kwiatek
|
fa68ab27d7
|
Limit to 10 pinned answers
|
2023-02-12 20:19:50 +01:00 |
Karina Kwiatek
|
6cbce2c157
|
Require authentication on unpin endpoint
|
2023-02-12 20:19:50 +01:00 |