cadence pushed to main at cadence/breezewiki 2023-12-15 08:23:26 +00:00
723bb92b0a Archiver GUI super-reset button
9c3125d6be Minor improvements to archiver
Compare 2 commits »
cadence pushed to main at cadence/out-of-your-element 2023-12-15 04:08:22 +00:00
3a8dbe8c59 Publish WIP PK notes
cadence pushed to main at cadence/breezewiki 2023-12-11 22:11:14 +00:00
a57445abcb Archiver now saves redirects
27c9680f5b Solr indexer code cleanup
Compare 2 commits »
cadence opened issue cadence/out-of-your-element#21 2023-12-09 03:57:05 +00:00
d->m: Support colours in ANSI code blocks
cadence pushed to main at cadence/breezewiki 2023-12-06 03:35:14 +00:00
aea627b27f Solr fix multivalued in schema
cadence pushed to main at cadence/breezewiki 2023-12-06 03:02:56 +00:00
e5e3876254 Solr managed schema sucks
cadence pushed to main at cadence/breezewiki 2023-12-06 00:08:32 +00:00
61c304cf41 Implement Solr search provider
cadence opened issue cadence/out-of-your-element#19 2023-12-05 09:57:33 +00:00
Ensure emojis are synced at startup
cadence pushed to main at cadence/breezewiki 2023-12-04 21:13:05 +00:00
76eaaa0a47 Solr schema add back text_general
cadence pushed to main at cadence/breezewiki 2023-12-04 21:08:02 +00:00
4bf756bc9c Solr schema title can store numbers
cadence opened issue cadence/out-of-your-element#18 2023-12-03 04:03:08 +00:00
Editing a Matrix message to be shorter will make OOYE delete it from Matrix
cadence pushed to main at cadence/out-of-your-element 2023-12-02 04:13:19 +00:00
c8742f9512 m->d: Fix message ID guess on plaintext events
cadence closed issue cadence/out-of-your-element#12 2023-11-30 04:11:11 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar
cadence commented on issue cadence/out-of-your-element#12 2023-11-30 04:11:11 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar

Conduit's errcode is M_USER_IN_USE because it's a good boy. Condition added in 4dcdd02.

cadence pushed to main at cadence/out-of-your-element 2023-11-30 04:10:46 +00:00
4dcdd0287e Check for M_USER_IN_USE in seed.js
cadence closed issue cadence/out-of-your-element#13 2023-11-30 03:50:18 +00:00
Trailing colon should be removed from Discord user mentions
cadence commented on issue cadence/out-of-your-element#13 2023-11-30 03:50:18 +00:00
Trailing colon should be removed from Discord user mentions

Done in e73de60d77

cadence commented on issue cadence/out-of-your-element#14 2023-11-30 03:49:09 +00:00
Approximate translating message links that OOYE did not handle

Done in the m->d direction in 2df7c665cb, awaiting testing

cadence pushed to main at cadence/out-of-your-element 2023-11-30 03:27:46 +00:00
2df7c665cb m->d: Message links are now guessed when unknown
cadence commented on issue cadence/out-of-your-element#14 2023-11-29 23:07:37 +00:00
Approximate translating message links that OOYE did not handle

Done in the d->m direction in 8d452102d5