summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix: 禁止キーワードを含むノートがDelayed ↵anatawa122024-02-221-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Queueに追加されて再処理される問題 (#13428) * refactor: use IdentifiableError instead of NoteCreateService.ContainsProhibitedWordsError * fix: notes with prohibited words are reprocessed with delay * docs(changelog): 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題 * lint: fix lint errors * fix: rethrowするべきなのにrethrowし忘れていたのを修正
* | | merge: upstreamMarie2024-02-1935-35/+35
|\| |
| * | (re) update SPDX-FileCopyrightTexttamaina2024-02-1335-35/+35
| | | | | | | | | | | | Fix #13290
| * | Revert "update SPDX-FileCopyrightText"tamaina2024-02-1335-36/+36
| | | | | | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * | update SPDX-FileCopyrightTextsyuilo2024-02-1235-36/+36
| | |
* | | fix: keep alt text of file if presentMarie2024-02-131-0/+4
| | |
* | | merge: upstreamMarie2024-02-031-2/+2
|\| |
| * | fix(backend): Fix typos in job configurations (#13086)woxtu2024-01-281-2/+2
| | | | | | | | | | | | | | | * Fix typos * Update CHANGELOG
* | | import fs/promises the right waydakkar2024-02-031-15/+16
| | | | | | | | | | | | thanks Marie
* | | lintdakkar2024-02-031-3/+3
| | |
* | | decode entity references from tweetsdakkar2024-02-031-1/+2
| | | | | | | | | | | | apparently *some* tweets have those ☹
* | | simpler logicdakkar2024-02-031-9/+6
| | | | | | | | | | | | thanks Alina
* | | make almost all fs ops asyncdakkar2024-02-031-12/+12
| | | | | | | | | | | | there's no `fs.promises.exists`
* | | simpler mappingdakkar2024-02-031-5/+2
| | | | | | | | | | | | thanks Alina
* | | simpler json-isationdakkar2024-02-031-4/+4
| | | | | | | | | | | | thanks Alina for the suggestion
* | | Fixed code injection from twitter importKevinWh02024-02-011-17/+25
| | |
* | | link twitter names to twitter, not nitter #382dakkar2024-01-281-1/+1
| | | | | | | | | | | | nitter seems very dead
* | | merge: upstreamMarie2024-01-251-0/+4
|\| |
| * | enhance(reversi): more robust matching processsyuilo2024-01-241-0/+4
| | |
* | | merge: upstreamMarie2024-01-097-5/+218
|\| | | |/ |/|
| * feat: export clips (#12931)Kagami Sascha Rosylight2024-01-073-0/+211
| | | | | | | | | | * feat: export clips * Update CHANGELOG.md
| * enhance(backend): ActivityPub 周りで連合先から HTTP 429 Too Many ↵riku64602024-01-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | Requests を受け取った際にジョブをリトライするように (#12917) * enhance(backend): ActivityPub 周りで HTTP 429 Too Many Requests を受け取った際にリトライするように * add to changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * enhance(backend): ActivityPub Deliver ↵MeiMei2024-01-062-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queueでBodyを事前処理するように (#12916) * Pre-processing deliver body * CHANGELOG * ループ内で計算されると意味がないので * 同じ処理を同じ形に --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* | fix: visibility check on masto importMarie2023-12-311-1/+1
| | | | | | | | Originally from PR #288
* | merge: pleroma note import - Use hashed filename for exists check (#283)Marie2023-12-311-1/+5
|\ \ | | | | | | | | | Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/283
| * | Simplify hash stepssmitten2023-12-311-3/+2
| | |
| * | Use base64url digestsmitten2023-12-311-1/+1
| | |
| * | Use hex digestsmitten2023-12-311-2/+2
| | |
| * | Use hashed filename for exists checksmitten2023-12-301-1/+6
| | |
* | | upd: add home as a visibility for mastodon importsMarie2023-12-311-1/+1
| | |
* | | fix: if conditionMarie2023-12-311-1/+1
| | |
* | | fix: correct followers visibility on importMarie2023-12-311-1/+1
| | |
* | | upd: prevent vanilla mastodon imports from importing DMsMarie2023-12-311-3/+6
|/ / | | | | | | Also adds the visibility function to mastodon imports
* | merge: upstreamMarie2023-12-231-15/+15
|\|
| * chore(QueueProcessorService): show error stack for failures (#12727)Kagami Sascha Rosylight2023-12-211-14/+14
| |
| * Fix(backend): inboxJobPerSecのデフォルト値を16から32に (#12631)Camilla Ett2023-12-131-1/+1
| |
* | thread Pleroma imports as welldakkar2023-11-302-10/+17
| | | | | | | | | | I have _not_ tested this, but it should work fine, those exports are the same shape as Mastodon's
* | fix chaining for Mastodon notesdakkar2023-11-301-6/+12
| | | | | | | | | | the id / replyId are not at the top level, so now `recreateChain` takes a list of keys to walk, not just a single key
* | properly thread Mastodon importsdakkar2023-11-302-16/+23
| |
* | prepare to import more notesGianni Ceccarelli2023-11-301-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `recreateChain` converts a list of notes into a forest of notes, using notes that are not replies as roots, and replies as child nodes, recursively. Previously, notes that are replies to notes not included in the export, and their children, were never put in the forest, and therefore wheren't imported. This can be fine when importing from Twitter, since we can't really link a note to a tweet. And, for the moment, it's acceptable when importing from *key, because the export doesn't contain the instance URL, so we can't resolve ids to remote notes. It's less fine when importing from Mastodon / Pleroma / Akkoma, because in those cases we _can_ link to the remote note that the user was replying to. This commit makes `recreateChain` optionally return "orphaned" note trees, so in the (near) future we can use it to properly thread imported notes from those services.
* | upd: create Folders for imported mediaMar0xy2023-11-281-12/+72
| |
* | fix: attachments not working on FB importMar0xy2023-11-221-7/+13
| |
* | upd: add `Facebook` to note importingMar0xy2023-11-223-6/+70
| |
* | merge: improve recreateChainMar0xy2023-11-181-39/+26
| | | | | | | | Resolves #159
* | upd: import own replies to own tweetsMar0xy2023-11-172-5/+32
| |
* | chore: remove type in DbNoteImportToDbJobDataMar0xy2023-11-131-1/+0
| |
* | upd: import replies to own posts on *keyMar0xy2023-11-132-7/+44
| |
* | fix: prevent *key renotes/boosts from being importedMar0xy2023-11-131-0/+2
| | | | | | | | Stop renotes/boosts from *key from being imported due to missing functionality of getting the related posts
* | add: custom like emoji per instance, fix likeMar0xy2023-11-121-1/+1
| | | | | | | | This fixes the fact that likes on mastodon didn't get federated properly and let's instance admins choose a custom emoji
* | fix: use a proper functionMar0xy2023-11-121-2/+10
| |