Matt Baer
|
4e8d67e937
|
Update go.sum with go-strip-markdown
|
2023-04-04 12:10:20 -04:00 |
|
Matt Baer
|
9e2b7620b1
|
Add funcs PostTitle, GetSlug, GetSlugFromPost
|
2023-04-04 12:09:49 -04:00 |
|
 Matt BaerandGitHub
|
b5516d22e1
|
Merge pull request #15 from writeas/fix-key-decoding
Support decoding PKCS#8 keys
v1.4.1
|
2022-11-11 01:58:35 -05:00 |
|
Matt Baer
|
73b029dffa
|
Support decoding PKCS#8 keys
These are generated by OpenSSL v3. Previously, key decoding would fail,
breaking federation.
This fixes #14
|
2022-11-11 01:56:53 -05:00 |
|
Matt Baer
|
ab8ed5dd58
|
Support sending out activities around Persons
|
2022-05-11 18:06:23 -04:00 |
|
Matt Baer
|
0da0bcaf01
|
Support HTML links with rel attr in ApplyBasicAccessibleMarkdown
Ref T874 T744
|
2022-01-18 16:27:28 -05:00 |
|
Matt Baer
|
3e1dcd609c
|
Restore default title dash
|
2022-01-06 13:35:11 -05:00 |
|
Matt Baer
|
251490523d
|
Add ApplyBasicAccessibleMarkdown func
|
2021-12-15 15:59:22 -05:00 |
|
Matt Baer
|
789795d7fb
|
Update Japanese translations
|
2021-11-05 11:00:54 -04:00 |
|
Matt Baer
|
482d2a0340
|
Update Italian translations
|
2021-11-05 10:59:12 -04:00 |
|
Matt Baer
|
b0d08b0b2d
|
Add Hebrew translations
|
2021-11-05 10:57:53 -04:00 |
|
Matt Baer
|
4ea5f505e1
|
Update Greek translations
|
2021-11-05 10:56:23 -04:00 |
|
Matt Baer
|
6594abfd76
|
Update German translations
|
2021-11-05 10:55:04 -04:00 |
|
Matt Baer
|
8e58a42997
|
Add Galician translations
|
2021-11-05 10:52:59 -04:00 |
|
Matt Baer
|
ed63d3d637
|
Add Basque translations
|
2021-11-05 10:51:06 -04:00 |
|
Matt Baer
|
61c88f6532
|
Update Esperanto translation
|
2021-11-05 10:49:53 -04:00 |
|
Matt Baer
|
05ae34b399
|
Add Dutch translations
|
2021-11-05 10:47:36 -04:00 |
|
Matt Baer
|
11821b1fe1
|
Add Danish translations
|
2021-11-05 10:45:30 -04:00 |
|
Matt Baer
|
26a278eba8
|
Add new phrases (defaults)
|
2021-11-05 10:43:35 -04:00 |
|
Matt Baer
|
3b7d4deeaa
|
Add Czech translations
|
2021-11-05 10:41:30 -04:00 |
|
Matt Baer
|
44e795b77d
|
Update Chinese translation
|
2021-11-05 10:38:14 -04:00 |
|
Matt Baer
|
982e31c5be
|
Update Arabic translation
|
2021-11-05 10:32:33 -04:00 |
|
Matt Baer
|
c643a95bda
|
Update French translations
|
2021-11-05 10:30:08 -04:00 |
|
Matt Baer
|
ba85819607
|
Add PostCount property to Category
|
2021-11-03 13:59:21 -04:00 |
|
Matt Baer
|
f276f4d64a
|
Add NewCategoryFromPartial func
|
2021-10-16 15:27:37 -04:00 |
|
Matt Baer
|
375d22d230
|
Add HashtagFromTitle helper
|
2021-10-16 13:19:00 -04:00 |
|
Matt Baer
|
bec10e41b5
|
Merge branch 'main' of github.com:writeas/web-core into main
|
2021-10-15 15:38:45 -04:00 |
|
Matt Baer
|
a8daef8401
|
Add category pkg
This supports categories in Write.as / WriteFreely.
Ref T809
|
2021-09-29 17:01:17 -04:00 |
|
 Matt BaerandGitHub
|
ee6bf8e8b7
|
Merge pull request #12 from writeas/dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.5
Bump github.com/microcosm-cc/bluemonday from 1.0.2 to 1.0.5
|
2021-09-13 14:39:52 -05:00 |
|
 dependabot[bot]andGitHub
|
bb86406b9d
|
Bump github.com/microcosm-cc/bluemonday from 1.0.2 to 1.0.5
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.2 to 1.0.5.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.2...v1.0.5)
---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-13 19:34:04 +00:00 |
|
Matt Baer
|
28cf6b3866
|
Fix TestNewImageAttachment tests
v1.4.0
|
2021-09-13 15:32:27 -04:00 |
|
Matt Baer
|
8b45bd4fcc
|
Support creating Document attachments
In particular, this will support audio attachments.
Ref T872
|
2021-09-13 15:32:10 -04:00 |
|
Matt Baer
|
5fb147fe78
|
Add PostLede and TruncToWord tests from WriteFreely
|
2021-04-21 11:50:00 -04:00 |
|
Matt Baer
|
fd1559928a
|
Copy post parsing funcs to posts pkg
|
2021-04-13 23:49:59 -04:00 |
|
Matt Baer
|
95a3a717ed
|
Move remaining writeas/nerds/store funcs to web-core
Finishes the work started in #8.
|
2021-03-30 12:44:22 -04:00 |
|
Matt Baer
|
8dbd86535d
|
Don't return pointer from NewImageAttachment()
v1.3.0
|
2021-03-24 15:47:23 -04:00 |
|
Matt Baer
|
f534cc9f9b
|
Fix TagMention type
|
2021-03-24 15:46:13 -04:00 |
|
Matt Baer
|
a77cafb3ae
|
Add NewImageAttachment func
|
2021-03-24 15:45:58 -04:00 |
|
Matt Baer
|
48cbbf652a
|
Support attachments on activitystreams.Object
|
2021-03-24 15:33:34 -04:00 |
|
 Matt BaerandGitHub
|
e05f572eb2
|
Merge pull request #11 from colin-axner/colin/memo-reset
Add (forceful) Reset function to memo
|
2021-03-06 16:51:49 -05:00 |
|
Colin Axner
|
7ddb288ae3
|
add godoc
|
2020-12-06 12:06:51 +01:00 |
|
Colin Axner
|
cee889bd58
|
Add Reset func to memo
Add a new function Reset to memo to forcibly reset the cache
|
2020-11-23 15:36:27 +01:00 |
|
 Matt BaerandGitHub
|
aacd7d3d0c
|
Merge pull request #4 from laosb/patch-1
Improve Chinese translation.
|
2020-09-24 10:58:41 -04:00 |
|
 Matt BaerandGitHub
|
3134869cce
|
Merge pull request #8 from eddsalkield/nerdsnipe
Remove dependency on github.com/writeas/nerds
|
2020-09-24 08:45:19 -04:00 |
|
 Matt BaerandGitHub
|
083de67f45
|
Merge pull request #6 from eddsalkield/uuid
Migrate to new uuid library
|
2020-09-24 08:25:13 -04:00 |
|
Edd Salkield
|
339af195c2
|
Remove dependency on github.com/writeas/nerds
|
2020-09-22 22:14:10 +00:00 |
|
Edd Salkield
|
83e2689111
|
Migrate to new uuid library
|
2020-09-22 22:06:36 +00:00 |
|
Matt Baer
|
68a680d1b0
|
Add silobridge package
|
2020-08-13 12:17:34 -04:00 |
|
Matt Baer
|
f54ee176fc
|
Remove commentsEnabled AP extension
This isn't used.
v1.2.0
|
2019-11-11 21:56:08 +09:00 |
|
Matt Baer
|
45b1985b97
|
Change Write.as -> WriteFreely in README
|
2019-11-11 21:48:19 +09:00 |
|