summaryrefslogtreecommitdiff
path: root/packages/backend (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-206-1/+29
|/
* 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 eslint errors in all projects due to over-including filesHazelnoot2024-10-161-0/+10
* | fix formatting in boot.jsHazelnoot2024-10-161-1/+2
* | update fast-xml-parser to patch security issue (DoS)Hazelnoot2024-10-151-1/+1
* | fix linting and type checks in all packagesHazelnoot2024-10-152-1/+2
* | fix lint errors in backend unit testsHazelnoot2024-10-156-11/+11
* | fix locales versioning in backend clientHazelnoot2024-10-154-57/+27
* | fix TS errors in NoteCreateService / NoteEditServiceHazelnoot2024-10-152-1/+1
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-1529-155/+691
|\|
| * 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-157-106/+262
| |\ \
| | * | add unit tests for `SkLatestNote.areEquivalent`Hazelnoot2024-10-151-0/+83
| | * | 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-1512-33/+289
| |\| |
| | * | fix is-renote testsHazelnoot2024-10-151-4/+3
| | * | fix test failuresHazelnoot2024-10-151-10/+10
| | * | add "show bots" toggle to following feedHazelnoot2024-10-152-0/+15
| | * | revert accidental change to postgres.tsHazelnoot2024-10-151-9/+1
| | * | fix typos in track-latest-note-type migrationHazelnoot2024-10-151-3/+3
| | * | match following endpoint default values with frontend defaultsHazel K2024-10-151-2/+2
| | * | add filters for following feedHazel K2024-10-1510-18/+227
| | * | remove un-necessary assignment to queryHazel K2024-10-151-4/+3
| | * | add type columns to SkLatestNoteHazel K2024-10-152-0/+42
| | * | correct name of `SkLatestNote`Hazel K2024-10-157-16/+16
| * | | factor out tuple logic into from-tuple.tsHazelnoot2024-10-156-12/+33
| * | | federate `Flag.object` as an array to fix Pleroma compatibilityHazelnoot2024-10-155-26/+42
| |/ /