Commit graph

2279 commits

Author SHA1 Message Date
KoloMl
ea69049e21 Fixed lint issue about overwriting the argument 2024-12-14 23:47:35 +04:00
KoloMl
9a0ae3971b Support suggesting tags when - syntax used in tag editor 2024-12-14 22:58:40 +04:00
Liam
1853c8984f Update swoosh to include fix for mua message-id 2024-12-11 14:27:19 -05:00
liamwhite
a1efa789b8
Merge pull request #381 from philomena-dev/dependabot/npm_and_yarn/assets/nanoid-3.3.8
Bump nanoid from 3.3.7 to 3.3.8 in /assets
2024-12-10 16:12:30 -05:00
dependabot[bot]
bc44d64d5b
Bump nanoid from 3.3.7 to 3.3.8 in /assets
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 21:08:57 +00:00
Liam
9ccdf3a52e Unlock rust dependencies 2024-12-10 16:07:59 -05:00
Liam
4943abe39b Date header added in newer swoosh 2024-12-10 15:58:08 -05:00
Liam
81f9302206 Add RFC2822 date header 2024-12-10 15:22:22 -05:00
Liam
113c01c7d5 Avoid issues with non-email-safe names 2024-12-08 15:44:41 -05:00
Liam
4a48dac0d4 RFC 2822 2024-12-08 15:37:53 -05:00
Liam
f3a3fe33b6 Fix message id format 2024-12-08 12:13:52 -05:00
Liam
aa09135cc2 Ensure swoosh mail compatibility with DKIM relay 2024-12-08 12:04:22 -05:00
Liam
1cf4df73ce Fix system report generation 2024-12-05 12:53:24 -05:00
Liam
0a0bcd15bf Use lazy for domain set 2024-12-01 18:17:53 -05:00
Liam
4d9edf6364 Remove unnecessary deref coercion 2024-12-01 18:03:34 -05:00
Liam
87e0c814af remove unnecessary move 2024-12-01 17:30:18 -05:00
Liam
9649d0da52 Fix rustler warning 2024-12-01 16:49:16 -05:00
Liam
b45130f073 Typo 2024-12-01 15:16:02 -05:00
Liam
50e0f46e06 Fix clippy for 1.83 2024-12-01 15:14:58 -05:00
Liam
241744bec6 Fix help toolbar 2024-11-21 13:08:13 -05:00
liamwhite
9a6715cc90
Merge pull request #375 from philomena-dev/comrak-post-migration
Comrak post migration
2024-11-21 09:58:10 -05:00
Liam
e8a67d0a1e Update comrak version for autolinks 2024-11-21 09:52:26 -05:00
Liam
f9339292c4 Remove old subscript support 2024-11-21 09:52:21 -05:00
liamwhite
215d1584c4
Merge pull request #374 from philomena-dev/subscript-migration
Markdown subscript migration
2024-11-21 09:12:14 -05:00
Liam
664f7c73f8 Markdown subscript migration 2024-11-20 22:00:56 -05:00
liamwhite
fc597b49b9
Merge pull request #373 from philomena-dev/dependabot/npm_and_yarn/assets/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6 in /assets
2024-11-18 19:41:59 -05:00
dependabot[bot]
30a552badf
Bump cross-spawn from 7.0.3 to 7.0.6 in /assets
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 22:53:36 +00:00
Liam
a60c7d9e79 Add testcase for subscript-autolink interaction philomena-dev/philomena#315 2024-11-17 16:38:51 -05:00
Liam
3c4b717917 Add lexical to ignore list 2024-11-16 16:00:58 -05:00
liamwhite
41c10d59cb
Merge pull request #369 from philomena-dev/quick-tag-ts
Convert quicktag to TypeScript
2024-11-16 14:43:21 -05:00
liamwhite
d71537f597
Merge pull request #372 from philomena-dev/tagsinput-tagblock
Scope tag input select to tag block
2024-11-16 12:40:54 -05:00
Liam
a7e58f5884 Scope tag input select to tag block 2024-11-16 12:30:22 -05:00
Liam
282b8b7322 Fix errors in bsky scraper 2024-11-15 08:55:33 -05:00
liamwhite
febcdfa62a
Merge pull request #371 from Yay295/Yay295-patch-1
Handle Bluesky "handle" that is a "did"
2024-11-15 08:48:54 -05:00
Yay295
88f58a5474 handle bluesky "handle" that is a "did" 2024-11-15 08:43:48 -05:00
liamwhite
d218a2f45e
Merge pull request #370 from philomena-dev/sources-fix
Fix single-source saving bug
2024-11-15 08:42:19 -05:00
Liam
9e35238cab Fix single-source saving bug 2024-11-14 21:53:29 -05:00
Liam
c06033aa10 Convert quicktag to TypeScript 2024-11-14 21:42:04 -05:00
liamwhite
1bd5e897cb
Merge pull request #368 from koloml/fix-search-field-reset
Fixed resetting of the auto-completed query not working correctly
2024-11-14 16:15:35 -05:00
KoloMl
8e742b2549 Move selection to end of the selected term instead of the end of query 2024-11-14 22:43:43 +04:00
KoloMl
0523c0f400 Fixed search fields resetting to the last term instead of the query 2024-11-14 22:33:10 +04:00
liamwhite
81493f72be
Merge pull request #367 from philomena-dev/tagsinput-ts
Convert tagsinput to TypeScript
2024-11-11 12:52:07 -05:00
Liam
a5bec50ba7 Convert tagsinput to TypeScript 2024-11-11 10:35:41 -05:00
liamwhite
d749907d0d
Merge pull request #366 from philomena-dev/search-ts
Convert search help box to TypeScript
2024-11-10 09:51:20 -05:00
Liam
aed938bc17 Convert search help box to TypeScript 2024-11-09 22:54:09 -05:00
Liam
50ceeab6f8 Ensure local autocomplete works with search form box 2024-11-09 21:46:40 -05:00
liamwhite
de24436f92
Merge pull request #365 from koloml/bottom-pagination-in-commissions
Display pagination on the bottom of the Commissions page
2024-11-09 19:21:09 -05:00
Konstantin Kolomoets
b5bf498fd5 Display pagination on the bottom of the Commissions page 2024-11-10 02:27:15 +04:00
Liam
4f144aff13 Upgrade log mutes for new compose syntax 2024-11-09 13:22:51 -05:00
Liam
7ccfc95940 Rearrange mix format rule 2024-11-09 11:08:08 -05:00