Laura Hausmann
|
aaec212a08
|
[backend/core] Trim whitespace around note text & cw (ISH-150)
|
2024-03-09 01:36:55 +01:00 |
|
Laura Hausmann
|
52a7f90697
|
[backend/federation] Add reactions support (ISH-69)
|
2024-03-09 01:16:57 +01:00 |
|
Laura Hausmann
|
2c529495f3
|
[backend] Code cleanup
|
2024-03-07 21:26:12 +01:00 |
|
Laura Hausmann
|
57ac4750ad
|
[backend/core] Allow editing of locally originated polls (ISH-136)
This also improves the behavior of handling remotely originating poll edits.
|
2024-03-07 20:17:58 +01:00 |
|
Laura Hausmann
|
679a6fe6c6
|
[backend/api] Implement next batch of web api endpoints (ISH-134)
|
2024-03-07 05:27:26 +01:00 |
|
Laura Hausmann
|
6d06afd5cb
|
[backend/federation] Fix user pinned notes throwing an exception in edge cases
|
2024-03-07 04:17:54 +01:00 |
|
Laura Hausmann
|
f4705f5c9e
|
[backend/queue] Fix handling of delayed jobs (ISH-137)
|
2024-03-07 04:01:30 +01:00 |
|
Laura Hausmann
|
657bc43761
|
[backend/core] Finish the polls implementation (ISH-130, ISH-131)
|
2024-03-07 03:34:52 +01:00 |
|
Laura Hausmann
|
605c636e1e
|
[backend/drive] Also strip exif/xmp from thumbnail
|
2024-03-07 01:19:15 +01:00 |
|
Laura Hausmann
|
f8a5d7c06c
|
[backend/drive] Set correct orientation for image processing (ISH-132)
|
2024-03-07 01:19:03 +01:00 |
|
Laura Hausmann
|
9de208b49b
|
[backend/federation] Initial poll support (ISH-62)
|
2024-03-06 00:55:53 +01:00 |
|
Laura Hausmann
|
e59526592c
|
[backend/database] Cleanup tables, set delete constraints correctly on all tables (ISH-78)
|
2024-03-04 22:57:37 +01:00 |
|
Laura Hausmann
|
f8e80380c1
|
[backend] Code cleanup
|
2024-03-04 21:55:07 +01:00 |
|
Laura Hausmann
|
92d229ad63
|
[backend/federation] Properly handle hashtags in notes & user profiles (ISH-114, ISH-125)
|
2024-03-04 21:54:46 +01:00 |
|
Laura Hausmann
|
75cf552453
|
[backend/core] Use AsyncKeyedLock when fetching metadata for new instances (ISH-122)
|
2024-03-04 19:29:36 +01:00 |
|
Laura Hausmann
|
4c4488d522
|
[backend/federation] Federate pinned notes (ISH-111)
|
2024-03-04 05:03:32 +01:00 |
|
Laura Hausmann
|
c9152badbf
|
[backend/masto-client] Allow pinning notes to profile (ISH-111)
|
2024-03-04 03:49:36 +01:00 |
|
Laura Hausmann
|
c2f8f7ff31
|
[backend/masto-client] Add bookmark endpoints, render note bookmark status (ISH-121)
|
2024-03-04 03:17:03 +01:00 |
|
Laura Hausmann
|
e42812d2b0
|
[backend/core] Denormalize like counts (ISH-110)
|
2024-03-04 02:42:35 +01:00 |
|
Laura Hausmann
|
ab5258237d
|
[backend/database] Fix DatabaseContext.ReloadEntityRecursivelyAsync
|
2024-03-01 19:46:05 +01:00 |
|
Laura Hausmann
|
4c3a140e9f
|
[backend/masto-client] Fix public media url handling
|
2024-03-01 18:44:03 +01:00 |
|
Laura Hausmann
|
18bcba7e30
|
[backend/core] Fix entity reloading from database
|
2024-03-01 18:24:01 +01:00 |
|
Laura Hausmann
|
2d92d27dbf
|
[backend/core] Don't share entities between DbContext instances
|
2024-03-01 03:45:03 +01:00 |
|
Laura Hausmann
|
a8c903cee7
|
[backend/core] Fix oversight in NoteResolver
|
2024-03-01 03:45:03 +01:00 |
|
Laura Hausmann
|
a905c271fb
|
[backend/core] Fix order of operations on user create
|
2024-03-01 03:45:03 +01:00 |
|
Laura Hausmann
|
5082f15e75
|
[backend/core] Use KeyedLocker when resolving pinned notes (ISH-67)
|
2024-03-01 03:45:03 +01:00 |
|
Laura Hausmann
|
81059291c3
|
[backend/federation] Resolve user pinned posts (ISH-67)
|
2024-03-01 02:10:22 +01:00 |
|
Laura Hausmann
|
06a2e0705a
|
[backend/core] Fix note counter recomputation query
|
2024-02-29 22:10:54 +01:00 |
|
Laura Hausmann
|
52519f3b69
|
[backend/core] Fix note & user counters (ISH-109)
|
2024-02-29 22:10:54 +01:00 |
|
Laura Hausmann
|
c87fa00864
|
[backend/core] Cleanup instance counters code
|
2024-02-29 19:40:22 +01:00 |
|
Laura Hausmann
|
a719fc722e
|
[backend/core] Add instance counters (ISH-107)
|
2024-02-29 19:25:00 +01:00 |
|
Laura Hausmann
|
ad21897928
|
[backend/core] Add user settings store (ISH-106)
|
2024-02-29 18:49:02 +01:00 |
|
Laura Hausmann
|
b4e3fdc898
|
[backend/core] Improve image processing performance
|
2024-02-28 22:39:51 +01:00 |
|
Laura Hausmann
|
e441bb3e70
|
[backend/core] Resolve user profile mentions on local user update (ISH-101)
|
2024-02-28 19:54:56 +01:00 |
|
Laura Hausmann
|
3e1a34c0b3
|
[backend/core] Fix method signature clash in UserService
|
2024-02-28 19:47:56 +01:00 |
|
Laura Hausmann
|
5cdfebb597
|
[backend/core] Implement user updates (ISH-101)
|
2024-02-28 19:45:37 +01:00 |
|
Laura Hausmann
|
fa7b98c366
|
[backend/core] Set threadId on notes with replies
|
2024-02-27 00:50:20 +01:00 |
|
Laura Hausmann
|
13f0f0e686
|
[backend] Fix build
|
2024-02-26 23:06:56 +01:00 |
|
Laura Hausmann
|
89079f09c7
|
[backend/federation] Canonicalize MkSummary in UpdateProfileMentions
|
2024-02-26 23:05:58 +01:00 |
|
Laura Hausmann
|
489941adcc
|
[backend/federation] Skip dead instances in deliver queue
|
2024-02-26 22:32:28 +01:00 |
|
Laura Hausmann
|
01b7135208
|
[backend/core] Fix inspection
|
2024-02-26 22:21:20 +01:00 |
|
Laura Hausmann
|
46b60c8779
|
[backend/federation] Update instance metadata in background when activities are delivered / received (ISH-8)
|
2024-02-26 22:18:27 +01:00 |
|
Laura Hausmann
|
7c801bfa89
|
[backend/core] Fix UpdateProfileMentions early return codepath
|
2024-02-26 21:31:33 +01:00 |
|
Laura Hausmann
|
5edcea3ab5
|
[backend/federation] Only set LastFetchedAt in CreateUserAsync if we're not on a background thread
This makes sure that the next call to GetUpdatedUser resolves mentions for this user
|
2024-02-26 20:20:00 +01:00 |
|
Laura Hausmann
|
b8d92b56bb
|
[backend/federation] Force mentions resolution on UpdateUserAsync
|
2024-02-26 20:19:18 +01:00 |
|
Laura Hausmann
|
9a01fbecdd
|
[backend/federation] Rework UserProfileMentionsResolver to no longer recursively resolve user profile mentions
|
2024-02-26 20:14:07 +01:00 |
|
Laura Hausmann
|
0f670c1953
|
[backend/federation] Improve UserResolver
|
2024-02-26 19:28:08 +01:00 |
|
Laura Hausmann
|
c450903051
|
[backend/federation] Handle mentions in non-misskey user bios & user fields correctly (ISH-92)
|
2024-02-26 19:02:57 +01:00 |
|
Laura Hausmann
|
f7ce62c1d5
|
[backend] Code cleanup
|
2024-02-26 18:07:54 +01:00 |
|
Laura Hausmann
|
3a2e1bd3b2
|
[backend/federation] Fix user profile mention resolution recursion limiter (ISH-33)
|
2024-02-25 02:49:05 +01:00 |
|