Laura Hausmann
90a6b06410
[backend/api] Fix race condition causing simultaneous DbContext access in NotificationRenderer
2024-10-27 18:12:17 +01:00
Kopper
90f1e30ef2
[backend] Fix reply backfill limiting
2024-10-26 07:24:39 +02:00
Laura Hausmann
330de26346
[backend/core] Fix race condition causing transient user resolution errors
2024-10-26 06:15:45 +02:00
Laura Hausmann
effe3a7fef
[backend/queue] Fix jobs not being upserted with their correct default values
2024-10-26 04:41:06 +02:00
Kopper
e9d651b66f
[backend] Use HTTP/2 by default
2024-10-26 01:26:01 +02:00
Laura Hausmann
7aec669d73
[backend] Code cleanup
2024-10-25 06:49:28 +02:00
Kopper
61bad29c54
[backend/database] Add warning to AddNoteThread migration that it may take a while
2024-10-25 07:13:03 +03:00
5a63787c39
[backend] refactor mastoapi bitecontroller routes
2024-10-25 01:44:54 +02:00
0a8b7dbf7a
[backend] add mastoapi routes for biting notes and biting back users, add alternate route for biting users, and fix biting through mastoapi
2024-10-25 01:44:54 +02:00
Lilian
4638f3da41
[frontend/components] Make padding look nicer
2024-10-24 23:21:53 +02:00
Lilian
194cbb97db
[frontend] min-width like this will break on small screens
2024-10-24 23:21:53 +02:00
Lilian
cb1067d3d5
[frontend/components] Wrap inputs on search page
2024-10-24 23:21:53 +02:00
Jeder
6d57493188
[frontend/components] Update notification styling
2024-10-24 23:21:53 +02:00
Jeder
4799706bf9
[frontend/components] Update follow request styling
2024-10-24 23:21:53 +02:00
Jeder
eafbb9a35b
[frontend/components] Rework bottom bar
2024-10-24 23:21:52 +02:00
Jeder
1e2880cdca
[frontend/components] Update Profile View
2024-10-24 23:21:52 +02:00
Jeder
56c81e621c
[frontend/components] Update recursive note styling
2024-10-24 23:21:52 +02:00
Jeder
0db1217c7c
[frontend/components] Update note compose
2024-10-24 23:21:52 +02:00
Jeder
2c6764c8e9
[frontend/components] Update search styling
2024-10-24 23:21:52 +02:00
Jeder
047df35c74
[frontend/components] Use renoted instead of boosted
2024-10-24 23:21:52 +02:00
Jeder
6ef40ac7e1
[frontend/components] Use renoted instead of boosted
2024-10-24 23:21:52 +02:00
Jeder
4aa64a46ce
[frontend/components] Update error UI styling
2024-10-24 23:21:52 +02:00
Jeder
c354adf27f
[frontend/localization] Update localization strings
2024-10-24 23:21:52 +02:00
Jeder
369f51822a
[frontend/components] Tweak settings layout
2024-10-24 23:21:52 +02:00
Jeder
aec0ee6195
[frontend/components] Update user card stylings
2024-10-24 23:21:52 +02:00
Jeder
0df475c06c
[frontend/components] Update sidebar styling
2024-10-24 23:21:52 +02:00
Jeder
8bee412401
[frontend/components] Update login page styling
2024-10-24 23:21:52 +02:00
Jeder
d3dd095a3a
[frontend/components] Update profile view styling
2024-10-24 23:21:52 +02:00
Jeder
2f723ee507
[frontend/components] Update filter page styling
2024-10-24 23:21:52 +02:00
Jeder
f91c8e7541
[frontend/components] Update profile settings
2024-10-24 23:21:52 +02:00
Jeder
f2d38d2ded
[frontend/components] Update localization
2024-10-24 23:21:52 +02:00
Jeder
a1dbeb3f62
[frontend] Update app.css
2024-10-24 23:21:52 +02:00
Jeder
90af801b5e
[frontend] Remove screen width based front shrink
2024-10-24 23:21:52 +02:00
Jeder
b62e24b520
[frontend/components] Update Profile view styling and layout
2024-10-24 23:21:52 +02:00
Jeder
1f541b5072
[frontend/components] Layout tweaks
2024-10-24 23:21:52 +02:00
Jeder
f8de8fc4e8
[frontend/components] Update virtual scroller general scroll-end styling
2024-10-24 23:21:52 +02:00
Jeder
db9db4f180
[frontend/components] Update settings menu and styling
2024-10-24 23:21:52 +02:00
Jeder
c3086418e8
[frontend/components] Update sidebar styling
2024-10-24 23:21:52 +02:00
Jeder
382c4d6a20
[frontend/components] Clarify naming for WidgetPanel, update styling
2024-10-24 23:21:52 +02:00
Jeder
9d203912e3
[frontend/components] Update about page
2024-10-24 23:21:52 +02:00
Jeder
4f7bac7a86
[frontend/components] Update styling for filters page
2024-10-24 23:21:52 +02:00
Jeder
5d7c9a32ca
[frontend/components] Update styling for profile page
2024-10-24 23:21:52 +02:00
Jeder
438206dd45
[frontend/components] Update styling for menus
2024-10-24 23:21:52 +02:00
Lilian
f827818a9e
[frontend] Update app.css
2024-10-24 23:21:52 +02:00
Laura Hausmann
8b313c3598
[frontend] Code cleanup
2024-10-24 22:51:15 +02:00
Laura Hausmann
5349346f52
[parsing/mfm] Fix incorrect handling of lists
2024-10-24 22:42:09 +02:00
kopper
27ac36d747
[backend] Add config option to sign reply backfills with requesting user
...
Signed-off-by: Laura Hausmann <laura@hausmann.dev>
2024-10-24 21:18:58 +02:00
kopper
7173373330
[backend/federation] Improved reply backfill
...
Instead of backfilling every note we come across that has a reply
collection, only schedule a backfill job if someone wants to see the
replies (on GET MastoAPI /context, or Iceshrimp API /descendants)
Reply backfilling is also done on a ThreadIdOrId basis as opposed to the
previous way of backfilling individual notes. This allows us finer
grained control over the recursion and frees up the job queue, alongside
allowing for easier implementation of context collection backfill in the
future (by mapping each context collection to a thread)
---
Currently, note threads are implicit based on the "threadId" column of a
note, which can be null (where it's the same as the note's "id")
This commit turns note threads into an actual entity, and as a part of
that, makes "threadId" non-nullable (by specifically setting it to "id"
for those cases)
This is done to attach extra metadata to the entire thread, currently
just the time of when it was last backfilled, but more may be added in
the future (the context collection associated with this thread, for example)
---
The data format for backfill jobs have backwards-incompatibly changed
since the introduction of the feature. We can drop all old jobs without
causing too much trouble as they will be re-scheduled on demand
---
Signed-off-by: Laura Hausmann <laura@hausmann.dev>
2024-10-24 21:18:57 +02:00
Samuel Proulx
dc70bef3fa
[frontend/components] Add some bits of missing alt text to the profile.
2024-10-24 20:55:07 +02:00
Samuel Proulx
104555f4f2
[frontend/components] Change the role of profile images on notes to a link.
...
As it can be clicked to view profile. And add display name as alt text for the image.
2024-10-24 20:55:07 +02:00