index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
queue
/
QueueProcessorModule.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-18
upd: remove type username to confirm dialog
Marie
1
-15
/
+3
2024-10-17
upd: add recommended checks
Marie
1
-0
/
+8
2024-10-17
fix: add missing type
Marie
1
-0
/
+5
2024-10-17
upd: add additional check from delete endpoint
Marie
1
-3
/
+3
2024-10-17
chore: indent
Marie
1
-1
/
+1
2024-10-17
upd: add decline endpoint and free up username on decline
Marie
13
-2
/
+170
2024-10-16
add scripts to run eslint on all packages
Hazelnoot
1
-0
/
+2
2024-10-16
fix eslint errors in all projects due to over-including files
Hazelnoot
6
-0
/
+57
2024-10-16
fix eslint errors in frontend / frontend-embed
Hazelnoot
2
-4
/
+4
2024-10-16
fix formatting in boot.js
Hazelnoot
1
-1
/
+2
2024-10-15
update fast-xml-parser to patch security issue (DoS)
Hazelnoot
2
-15
/
+7
2024-10-15
update axios and ws to patch security issue (unexploitable in our case)
Hazelnoot
2
-13
/
+13
2024-10-15
update katex to patch security issue (DoS + 2 more unexploitable)
Hazelnoot
2
-40
/
+40
2024-10-15
fix lint errors in SkFormula.vue
Hazelnoot
3
-46
/
+56
2024-10-15
add "lint-all" script to lazy-fail and print all errors at once
Hazelnoot
1
-0
/
+1
2024-10-15
fix linting and type checks in all packages
Hazelnoot
17
-8
/
+22
2024-10-15
disable linting in megalodon, as it's 3rd party code
Hazelnoot
1
-1
/
+0
2024-10-15
fix locales versioning in service worker
Hazelnoot
4
-2
/
+6
2024-10-15
fix lint errors in backend unit tests
Hazelnoot
6
-11
/
+11
2024-10-15
fix locales versioning in backend client
Hazelnoot
4
-57
/
+27
2024-10-15
fix TS errors in NoteCreateService / NoteEditService
Hazelnoot
2
-1
/
+1
2024-10-15
fix TS errors in vite config files
Hazelnoot
2
-2
/
+2
2024-10-15
fix lint error in const.ts
Hazelnoot
1
-1
/
+1
2024-10-15
fix lint / TS errors in create-notification.ts
Hazelnoot
1
-2
/
+2
2024-10-15
chore: update misskey-js
Marie
2
-3
/
+3
2024-10-15
chore: change permission kind
Marie
1
-1
/
+1
2024-10-15
upd: change condition
Marie
1
-1
/
+1
2024-10-15
upd: hide refresh if logged out and if local, change blocked error message
Marie
6
-7
/
+9
2024-10-15
chore: change string to locale
Marie
1
-1
/
+1
2024-10-15
upd: add ability to refresh poll
Marie
10
-2
/
+199
2024-10-15
add unit tests for `SkLatestNote.areEquivalent`
Hazelnoot
1
-0
/
+83
2024-10-15
unify logic of `SkLatestNote.areEquivalent` and `SkLatestNote.keyFor`
Hazelnoot
1
-4
/
+7
2024-10-15
update latest_note for edits
Hazelnoot
1
-2
/
+7
2024-10-15
factor out latest_note logic into LatestNoteService
Hazelnoot
5
-115
/
+167
2024-10-15
update latest note in background (don't await the result)
Hazelnoot
2
-4
/
+17
2024-10-15
move upgrade notes to separate file
Hazelnoot
2
-42
/
+41
2024-10-15
fix is-renote tests
Hazelnoot
1
-4
/
+3
2024-10-15
fix test failures
Hazelnoot
1
-10
/
+10
2024-10-15
add "show bots" toggle to following feed
Hazelnoot
6
-7
/
+35
2024-10-15
revert accidental change to postgres.ts
Hazelnoot
1
-9
/
+1
2024-10-15
fix typos in track-latest-note-type migration
Hazelnoot
1
-3
/
+3
2024-10-15
docs: add post-upgrade query to backfill following feed
Hazel K
1
-0
/
+42
2024-10-15
match following endpoint default values with frontend defaults
Hazel K
2
-4
/
+4
2024-10-15
save filters for following feed
Hazel K
2
-15
/
+42
2024-10-15
add filters for following feed
Hazel K
16
-72
/
+318
2024-10-15
remove un-necessary assignment to query
Hazel K
1
-4
/
+3
2024-10-15
add type columns to SkLatestNote
Hazel K
2
-0
/
+42
2024-10-15
correct name of `SkLatestNote`
Hazel K
7
-16
/
+16
2024-10-15
factor out tuple logic into from-tuple.ts
Hazelnoot
6
-12
/
+33
2024-10-15
federate `Flag.object` as an array to fix Pleroma compatibility
Hazelnoot
5
-26
/
+42
[next]