Commit Graph

20697 Commits

Author SHA1 Message Date
Johann150 cbefddc071
fix: copy visibility for renotes
The backend does not allow follower only and direct notes to be renoted
but these are prohibited for the renote button anyway.
2022-08-05 08:36:59 +02:00
Johann150 09a7eabda1
backend: fix lint "no-throw-literal" 2022-08-04 11:00:02 +02:00
Johann150 e2bf2715a6
fix spelling error 2022-08-04 10:20:48 +02:00
Johann150 a3a3cb7258
remove --quiet flag from eslint
This flag means to hide warnings which is not generally desirable.
Even if warnings do not affect the end result of running CI it would
still be nice to be able to see the warnings when running the lints
normally or in CI.
2022-08-04 00:20:59 +02:00
Johann150 4fbe2e065e
client: fix lint "quotes" 2022-08-03 22:48:13 +02:00
Johann150 585e4f5c42
fix textarea not updating properly
fixes FoundKeyGang/FoundKey#54
2022-08-03 22:29:40 +02:00
Johann150 c8f49bae76
fix lint "object-shorthand" 2022-08-03 14:58:24 +02:00
Johann150 37e47a257e
fix lints "import/order" and "import/no-duplicate"
Also simplified some import paths by replacing relative with absolute paths.
2022-08-03 14:05:50 +02:00
Johann150 bc1c66e16e
remove admin/drive/cleanup API
This API endpoint is not working correctly and can cause unintended data loss:
It may remove emojis that have been imported from other instances.

See also https://github.com/misskey-dev/misskey/issues/8222
2022-08-03 11:00:48 +02:00
Johann150 2fa90e7f43
fix lints in backend boot 2022-08-03 00:18:31 +02:00
Johann150 a6df127d3b
fix lint "quotes" 2022-08-02 23:25:36 +02:00
Johann150 4122d90f56
fix typo 2022-08-02 21:46:39 +02:00
Johann150 fbcea23ef6
fix ReferenceError in renote.ts 2022-08-02 21:23:16 +02:00
Johann150 646b8e08c0
fix another typo in import 2022-08-02 17:06:25 +02:00
Johann150 f3a602c384
fix typo in import 2022-08-02 14:37:31 +02:00
Johann150 c5b3a40b0c
add nano swap files to gitignore 2022-08-02 12:03:25 +02:00
Johann150 aa2f401a85
refactor: reduce use of global variables 2022-08-02 12:02:28 +02:00
Johann150 a24e0e0648
client: refactor form suspense to composition API 2022-08-02 11:50:46 +02:00
Johann150 9b5d740530
refactor visitor ui kanban to composition API 2022-08-02 11:49:19 +02:00
Johann150 455758e542
remove unused visitor ui variant 2022-08-02 11:49:10 +02:00
Norm 30d8bc9259 refactor: welcome.setup.vue to composition api 2022-08-02 09:16:45 +00:00
Johann150 a615a76cf1
fix: missing parenthesis 2022-08-02 09:31:36 +02:00
Johann150 288049e2dc
refactor: reduce usage of i18n global variables 2022-08-01 21:45:05 +02:00
Johann150 3a07c13ac6
refactor: remove unused imports, remove use of global variables 2022-08-01 21:38:09 +02:00
Johann150 2e71083823
refactor classic widgets to composition API 2022-08-01 21:34:38 +02:00
Johann150 bcb07d819f
refactor pages/miauth.vue to composition API 2022-08-01 21:18:46 +02:00
Johann150 751921e24f
make emoji picker case insensitive
fix FoundKeyGang/FoundKey#50
2022-08-01 11:06:46 +02:00
Johann150 ba18589986
client: fix lints 2022-08-01 00:28:32 +02:00
Johann150 c9f41f737d
fix: use correct closing quote 2022-08-01 00:08:56 +02:00
Johann150 ec4fe55acf
refactor: reusable function for pure renote detection
There was some code to detect if a note is a quote renote. However this
code was unused and it seems the kind of reversed detection of checking
if something is a pure renote is more useful.
2022-08-01 00:05:10 +02:00
Johann150 ce45f9f1b0
remove unused code 2022-07-31 23:42:56 +02:00
Johann150 ca524a050e
remove unused scripts 2022-07-31 23:03:21 +02:00
Johann150 225cd3caef
refactor pages/page-editor/page-editor.container.vue to composition API 2022-07-31 14:31:30 +02:00
Johann150 5db59ba560
refactor pages/emojis.category.vue to composition API 2022-07-31 14:04:29 +02:00
Johann150 1671b7123e
remove unnecessary tabbing
Probably there were multiple tabs here before, but now there is only one thing
here, so having tabs makes no sense.
2022-07-31 14:02:58 +02:00
Johann150 a752dcab30
fix lints from refactoring
closes FoundKeyGang/FoundKey#48

Co-authored-by: Francis Dinh <normandy@biribiri.dev>
2022-07-31 13:35:07 +02:00
Norm 15ac0fb303 fix: modal src should not be null
See: FoundKeyGang/FoundKey#40 (comment)
2022-07-31 00:29:44 +00:00
Johann150 09b844035c
refactor pages/user/index.photos.vue to compositon API 2022-07-31 00:19:00 +02:00
Johann150 0cf6df8980
refactor pages/user/clips.vue to composition API 2022-07-30 23:35:35 +02:00
Johann150 dc9bfff337
fix: provide feedback when marking all notifs as read
See also https://github.com/misskey-dev/misskey/issues/8653
2022-07-30 23:26:32 +02:00
Johann150 10bf05563b
fix: remove unused import 2022-07-30 22:59:03 +02:00
Johann150 340420c48a
refactor components/widgets.vue to composition API 2022-07-30 22:37:29 +02:00
Norm 9fc3fcaf18 refactor: welcome.timeline.vue to composition api 2022-07-30 12:24:54 +00:00
Norm 9e8b59f886
refactor: sample.vue to composition api 2022-07-29 12:46:58 -04:00
Norm 16833b8cd8 refactor: header.vue to composition api 2022-07-29 12:11:54 +00:00
Norm 6c8eb4c4df refactor: object-view.value.vue to composition api 2022-07-29 12:11:41 +00:00
Norm a485d13e8a refactor: common.vue to composition api 2022-07-29 12:10:40 +00:00
Norm 86b94e213e
fix: lint errors in modal.vue 2022-07-28 15:47:39 -04:00
Norm b7c0e26da9
fix: lint error in create.ts 2022-07-28 13:19:47 -04:00
Johann150 9abbe94108
client: search button is a no-op
Don't be evil.
reference: FoundKeyGang/FoundKey#2 (comment)
2022-07-28 15:41:16 +02:00