index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add "followers" tab to following feed
Hazelnoot
2024-10-21
1
-8
/
+41
*
return error when calling following feed with both includeReplies and filesOnly
Hazelnoot
2024-10-21
1
-0
/
+10
*
fix duplicate users in the following feed
Hazelnoot
2024-10-21
1
-12
/
+26
*
merge: Optimizations to InternalStorageService (resolves #753) (!694)
dakkar
2024-10-20
2
-24
/
+33
|
\
|
*
ensure that "thumbnail stored" / "web stored" messages only appear after success
Hazelnoot
2024-10-20
1
-2
/
+8
|
*
fix comment typo in InternalStorageService.ts
Hazelnoot
2024-10-20
1
-1
/
+1
|
*
pre-create the `files` directory to reduce IO operations
Hazelnoot
2024-10-20
1
-2
/
+2
|
*
use async IO for InternalStorageService
Hazelnoot
2024-10-20
2
-23
/
+26
*
|
fix: default sensitive not letting users unmark files
Marie
2024-10-20
6
-1
/
+29
|
/
*
Merge branch 'develop' into feature/2024.9.0
dakkar
2024-10-18
4
-1
/
+105
|
\
|
*
merge: Allow logged in users to refresh polls (!686)
Marie
2024-10-18
4
-1
/
+105
|
|
\
|
|
*
chore: change permission kind
Marie
2024-10-15
1
-1
/
+1
|
|
*
upd: change condition
Marie
2024-10-15
1
-1
/
+1
|
|
*
upd: hide refresh if logged out and if local, change blocked error message
Marie
2024-10-15
1
-1
/
+1
|
|
*
upd: add ability to refresh poll
Marie
2024-10-15
4
-1
/
+105
*
|
|
Merge branch 'develop' into feature/2024.9.0
dakkar
2024-10-18
4
-0
/
+87
|
\
|
|
|
*
|
upd: add recommended checks
Marie
2024-10-17
1
-0
/
+8
|
*
|
fix: add missing type
Marie
2024-10-17
1
-0
/
+5
|
*
|
upd: add additional check from delete endpoint
Marie
2024-10-17
1
-3
/
+3
|
*
|
chore: indent
Marie
2024-10-17
1
-1
/
+1
|
*
|
upd: add decline endpoint and free up username on decline
Marie
2024-10-17
4
-0
/
+74
|
|
/
*
|
fix eslint errors in all projects due to over-including files
Hazelnoot
2024-10-16
1
-0
/
+10
*
|
fix formatting in boot.js
Hazelnoot
2024-10-16
1
-1
/
+2
*
|
update fast-xml-parser to patch security issue (DoS)
Hazelnoot
2024-10-15
1
-1
/
+1
*
|
fix linting and type checks in all packages
Hazelnoot
2024-10-15
2
-1
/
+2
*
|
fix lint errors in backend unit tests
Hazelnoot
2024-10-15
6
-11
/
+11
*
|
fix locales versioning in backend client
Hazelnoot
2024-10-15
4
-57
/
+27
*
|
fix TS errors in NoteCreateService / NoteEditService
Hazelnoot
2024-10-15
2
-1
/
+1
*
|
Merge branch 'develop' into feature/2024.9.0
Hazelnoot
2024-10-15
29
-155
/
+691
|
\
|
|
*
merge: Refresh locales after any change, not just a version update (resolves ...
Hazelnoot
2024-10-15
1
-23
/
+12
|
|
\
|
|
*
refresh locales after any change, not just a version update
Hazelnoot
2024-10-15
1
-23
/
+12
|
*
|
merge: Improvements and tweaks to latest note handling (resolves #744) (!688)
Marie
2024-10-15
7
-106
/
+262
|
|
\
\
|
|
*
|
add unit tests for `SkLatestNote.areEquivalent`
Hazelnoot
2024-10-15
1
-0
/
+83
|
|
*
|
unify logic of `SkLatestNote.areEquivalent` and `SkLatestNote.keyFor`
Hazelnoot
2024-10-15
1
-4
/
+7
|
|
*
|
update latest_note for edits
Hazelnoot
2024-10-15
1
-2
/
+7
|
|
*
|
factor out latest_note logic into LatestNoteService
Hazelnoot
2024-10-15
5
-115
/
+167
|
|
*
|
update latest note in background (don't await the result)
Hazelnoot
2024-10-15
2
-4
/
+17
|
*
|
|
merge: Add filter options to following feed (resolves #726) (!671)
Hazelnoot
2024-10-15
12
-33
/
+289
|
|
\
|
|
|
|
*
|
fix is-renote tests
Hazelnoot
2024-10-15
1
-4
/
+3
|
|
*
|
fix test failures
Hazelnoot
2024-10-15
1
-10
/
+10
|
|
*
|
add "show bots" toggle to following feed
Hazelnoot
2024-10-15
2
-0
/
+15
|
|
*
|
revert accidental change to postgres.ts
Hazelnoot
2024-10-15
1
-9
/
+1
|
|
*
|
fix typos in track-latest-note-type migration
Hazelnoot
2024-10-15
1
-3
/
+3
|
|
*
|
match following endpoint default values with frontend defaults
Hazel K
2024-10-15
1
-2
/
+2
|
|
*
|
add filters for following feed
Hazel K
2024-10-15
10
-18
/
+227
|
|
*
|
remove un-necessary assignment to query
Hazel K
2024-10-15
1
-4
/
+3
|
|
*
|
add type columns to SkLatestNote
Hazel K
2024-10-15
2
-0
/
+42
|
|
*
|
correct name of `SkLatestNote`
Hazel K
2024-10-15
7
-16
/
+16
|
*
|
|
factor out tuple logic into from-tuple.ts
Hazelnoot
2024-10-15
6
-12
/
+33
|
*
|
|
federate `Flag.object` as an array to fix Pleroma compatibility
Hazelnoot
2024-10-15
5
-26
/
+42
|
|
/
/
[next]