PrivateGER
e705b24005
me when I lack a brain
2023-06-01 21:12:03 +02:00
PrivateGER
6146ca270a
more logging
2023-06-01 21:01:15 +02:00
PrivateGER
e05b0d0e97
Import emojis without meta.json
2023-06-01 20:53:13 +02:00
PrivateGER
51160a6a77
Delete deleted posts from Meilisearch
2023-05-29 18:33:57 +02:00
ThatOneCalculator
62835aa4a3
chore: formatting
2023-05-28 20:34:18 -07:00
PrivateGER
40ad37b870
Default meilisearch data response + linting + prettyfier
2023-05-28 00:27:16 +00:00
PrivateGER
2f20cf476b
Lint + formatting
2023-05-28 00:27:16 +00:00
PrivateGER
f5aa0c86cf
Load relationships to populate user fields
2023-05-28 00:27:16 +00:00
PrivateGER
206f7bfc09
Add high performance batch imports
2023-05-28 00:27:16 +00:00
April John
5e2adc9ad8
update inbox import timeout
2023-05-24 21:03:37 +02:00
April John
6f4465aa32
update post import
2023-05-24 20:22:16 +02:00
Namekuji
53a8e3ffc2
enhance: emoji width and height
2023-05-19 22:26:13 -04:00
Kainoa Kanter
d2106d4904
fix: dont show cheat sheet when not needed
2023-05-16 20:31:13 -07:00
April John
698a2c6912
Fix
2023-05-15 13:03:48 +00:00
April John
a2a9415839
Fix: add done statements
2023-05-15 12:25:54 +00:00
Kainoa Kanter
932929a4f1
chore: formatting
2023-05-14 15:20:26 -07:00
April John
6dc65e43af
Feat: move post imports to new jobs
2023-05-14 20:20:31 +02:00
April John
6656c5f0cf
Feat: move post imports to new jobs
2023-05-14 18:46:48 +02:00
April John
909b12dff2
reintroduce async into post import
2023-05-10 22:26:31 +02:00
Essem
5b37235a29
Switch to adm-zip for emoji pack handling
...
Unzipper seems to corrupt files in certain cases on Node 18/19.
See https://github.com/ZJONSSON/node-unzipper/issues/271
2023-05-09 19:19:15 -05:00
April John
3fda23c7dd
Revert "fix: run post import async"
...
This reverts commit 3bedd1b34799d969cd218b4a1a67651532a204e6.
2023-05-08 22:48:12 +02:00
ThatOneCalculator
b92237c8d2
chore: formatting
2023-05-08 13:36:53 -07:00
April John
369fd4daea
fix: run post import async
2023-05-08 22:30:40 +02:00
April John
3a8e6a19b2
import replies too
2023-05-08 22:09:42 +02:00
April John
77f74f51b3
try fetching replies
2023-05-08 22:09:42 +02:00
April John
13b5a0052e
Feat: new internal post visibility "hidden"
2023-05-05 15:16:10 +02:00
ThatOneCalculator
19c4a59513
formatting
2023-03-30 19:10:03 -07:00
cutestnekoaqua
1b61d1a58d
check for signatures while post import
2023-03-30 17:52:17 +02:00
cutestnekoaqua
cf5671cb05
nyaa
2023-03-30 17:31:29 +02:00
Cleo
7a31740e20
remove debug msgs
2023-03-30 09:30:38 +00:00
Cleo
fcbdde47d0
Yeet mentions
2023-03-30 08:40:20 +00:00
cutestnekoaqua
4df655126d
get post details from object
2023-03-29 21:38:52 +02:00
cutestnekoaqua
db392efae8
catch text parsing error
2023-03-29 21:25:28 +02:00
cutestnekoaqua
41c7dfe208
add info
2023-03-29 21:16:45 +02:00
cutestnekoaqua
da322a086b
catch errors
2023-03-29 21:15:06 +02:00
cutestnekoaqua
d640af9714
handle mastodon style posts
2023-03-29 21:10:01 +02:00
cutestnekoaqua
365d9bc40a
dont ping users
2023-03-29 20:01:56 +02:00
cutestnekoaqua
dfb6178ddf
actually increase line num
2023-03-29 19:37:31 +02:00
cutestnekoaqua
f43b5a2537
update post job
2023-03-29 19:36:23 +02:00
cutestnekoaqua
d0f2cbd664
note import debug logs
2023-03-29 19:23:37 +02:00
cutestnekoaqua
86e02468ce
why is this git ignored?
2023-03-29 00:09:31 +02:00
cutestnekoaqua
c05703001c
why is this git ignored?
2023-03-28 23:48:27 +02:00
cutestnekoaqua
624f305d9c
feat: experimental post import
2023-03-28 23:33:16 +02:00
Kaity A
77c12cba8d
Add sonic full-text search support ( #9714 )
...
This pull request adds support for the [sonic](https://github.com/valeriansaliou/sonic ) full text indexing server into Calckey.
In addition to this, a stateful endpoint has been added that will completely (re-)index all notes into any (elasticsearch and/or sonic) indexing server defined in your config at `/api/admin/search/index-all`. It can (optionally) take input data to define the starting point, such as:
```
{"cursor": "9beg3lx6ad"}
```
Currently if both sonic and elasticsearch are defined in the config, sonic will take precedence for searching, but both indexes will continue to be updated for new note creations. Future enhancements may include the ability to choose which indexer to use (or combine multiple).
Co-authored-by: Kaitlyn Allan <kaitlyn.allan@enlabs.cloud>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9714
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-03-19 08:26:47 +00:00
naskya
94eb321431
feat: set license information for custom emojis ( #9719 )
...
Closes : #9711 (please check this issue first)
I cherry-picked two commits ([1](8ae9d2eaa8
), [2](ed51209172
)) from [Misskey](https://github.com/misskey-dev/misskey ) and made a few changes.
「ライセンス」should be written as "License" in the following screenshots, but it has not yet been translated.
It would be nice if we could include multiple lines of text, but I just ported what's been implemented so far in Misskey not to mess things up.
This is my first pull request (aside from typo correction). Feel free to point out any issues!
![](https://cdn.discordapp.com/attachments/823878222897741868/1086372711841935440/2023-03-18_042011.png )
![](https://cdn.discordapp.com/attachments/823878222897741868/1086373178214981853/01.png )
![](https://cdn.discordapp.com/attachments/823878222897741868/1086373336709341246/2023-03-18_042629.png )
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9719
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-03-19 07:22:28 +00:00
Cleo John
c1a6e342e9
webhook mastodon fixes
2023-03-14 17:18:30 +01:00
ThatOneCalculator
1da7464ee7
clean up w/ rome
2023-01-16 11:19:20 -08:00
ThatOneCalculator
2aab2de38d
refactor: 🎨 rome
2023-01-12 20:40:33 -08:00
Francis Dinh
8ff259f573
Block subdomains of blocked hosts
2022-12-24 14:46:09 -05:00
cutestnekoaqua
ea3e13f190
Create move type
2022-11-23 21:49:52 +01:00