Liam
|
5b9bebc076
|
Remove makefile indexer and improve Elixir-side indexing
|
2024-12-08 21:24:08 -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 |
|
liamwhite
|
60f51c6b3c
|
Merge pull request #360 from philomena-dev/comrak-0.29
Update to Philomena comrak v0.29.0
|
2024-11-09 10:54:13 -05:00 |
|
Liam
|
a21189ae10
|
Update to Philomena comrak v0.29.0
|
2024-11-09 10:49:25 -05:00 |
|
liamwhite
|
ba66c93b45
|
Merge pull request #364 from philomena-dev/data-export
Add framework for zip data export
|
2024-11-09 10:46:12 -05:00 |
|
Liam
|
1de4a7b820
|
Add framework for zip data export
|
2024-11-09 00:36:08 -05:00 |
|
liamwhite
|
78a9caf083
|
Merge pull request #363 from philomena-dev/rust-refactor
Rust code refactor
|
2024-11-09 00:05:30 -05:00 |
|
Liam
|
9c797e8d64
|
Rust code refactor
|
2024-11-08 23:55:50 -05:00 |
|
liamwhite
|
6d459ca67d
|
Merge pull request #362 from philomena-dev/extra-lint-jobs
Extra lint jobs
|
2024-11-08 23:38:16 -05:00 |
|