summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* add "followers" tab to following feedHazelnoot2024-10-211-8/+41
* return error when calling following feed with both includeReplies and filesOnlyHazelnoot2024-10-211-0/+10
* fix duplicate users in the following feedHazelnoot2024-10-211-12/+26
* merge: Optimizations to InternalStorageService (resolves #753) (!694)dakkar2024-10-202-24/+33
|\
| * ensure that "thumbnail stored" / "web stored" messages only appear after successHazelnoot2024-10-201-2/+8
| * fix comment typo in InternalStorageService.tsHazelnoot2024-10-201-1/+1
| * pre-create the `files` directory to reduce IO operationsHazelnoot2024-10-201-2/+2
| * use async IO for InternalStorageServiceHazelnoot2024-10-202-23/+26
* | fix: default sensitive not letting users unmark filesMarie2024-10-205-1/+13
|/
* Merge branch 'develop' into feature/2024.9.0dakkar2024-10-184-1/+105
|\
| * merge: Allow logged in users to refresh polls (!686)Marie2024-10-184-1/+105
| |\
| | * chore: change permission kindMarie2024-10-151-1/+1
| | * upd: change conditionMarie2024-10-151-1/+1
| | * upd: hide refresh if logged out and if local, change blocked error messageMarie2024-10-151-1/+1
| | * upd: add ability to refresh pollMarie2024-10-154-1/+105
* | | Merge branch 'develop' into feature/2024.9.0dakkar2024-10-184-0/+87
|\| |
| * | upd: add recommended checksMarie2024-10-171-0/+8
| * | fix: add missing typeMarie2024-10-171-0/+5
| * | upd: add additional check from delete endpointMarie2024-10-171-3/+3
| * | chore: indentMarie2024-10-171-1/+1
| * | upd: add decline endpoint and free up username on declineMarie2024-10-174-0/+74
| |/
* | fix formatting in boot.jsHazelnoot2024-10-161-1/+2
* | fix locales versioning in backend clientHazelnoot2024-10-153-57/+15
* | fix TS errors in NoteCreateService / NoteEditServiceHazelnoot2024-10-152-1/+1
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-1524-154/+482
|\|
| * merge: Refresh locales after any change, not just a version update (resolves ...Hazelnoot2024-10-151-23/+12
| |\
| | * refresh locales after any change, not just a version updateHazelnoot2024-10-151-23/+12
| * | merge: Improvements and tweaks to latest note handling (resolves #744) (!688)Marie2024-10-156-106/+179
| |\ \
| | * | unify logic of `SkLatestNote.areEquivalent` and `SkLatestNote.keyFor`Hazelnoot2024-10-151-4/+7
| | * | update latest_note for editsHazelnoot2024-10-151-2/+7
| | * | factor out latest_note logic into LatestNoteServiceHazelnoot2024-10-155-115/+167
| | * | update latest note in background (don't await the result)Hazelnoot2024-10-152-4/+17
| * | | merge: Add filter options to following feed (resolves #726) (!671)Hazelnoot2024-10-159-32/+178
| |\| |
| | * | add "show bots" toggle to following feedHazelnoot2024-10-152-0/+15
| | * | revert accidental change to postgres.tsHazelnoot2024-10-151-9/+1
| | * | match following endpoint default values with frontend defaultsHazel K2024-10-151-2/+2
| | * | add filters for following feedHazel K2024-10-157-13/+135
| | * | remove un-necessary assignment to queryHazel K2024-10-151-4/+3
| | * | add type columns to SkLatestNoteHazel K2024-10-151-0/+18
| | * | correct name of `SkLatestNote`Hazel K2024-10-157-16/+16
| * | | factor out tuple logic into from-tuple.tsHazelnoot2024-10-155-12/+20
| * | | federate `Flag.object` as an array to fix Pleroma compatibilityHazelnoot2024-10-155-26/+42
| |/ /
| * | ux: should not show follow requests tab when have no pending sent follow reqLhc_fl2024-10-132-0/+12
| * | FEAT: Allow users to view pending follow requests they sentLhc_fl2024-10-133-0/+82
| |/
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-133-5/+26
|\|
| * merge: try to avoid `insert` races in `FederatedInstanceService` (!683)Marie2024-10-131-5/+20
| |\
| | * try to avoid `insert` races in `FederatedInstanceService`dakkar2024-10-121-5/+20
| * | add missing `rejectReports` field to `show-instance` responseHazelnoot2024-10-112-0/+6
| |/
* | fix editing notesdakkar2024-10-121-0/+1
* | fix "federation allowed" check in our codedakkar2024-10-122-2/+2