Matt Baer
7257af2905
Strip HTTP port from Gopher links
...
Previously, if running an instance on e.g. http://localhost:8080 , the port
would show up in the Gopher links and potentially cause rendering to fail.
This fixes that.
4 years ago
Matt Baer
c0fdd8af49
Merge pull request #452 from writefreely/fix-ace-touchscreens
...
Disable Ace editor on touchscreen devices
4 years ago
Matt Baer
c06a739f9b
Merge pull request #450 from writefreely/fix-markdown-import-safari
...
Accept general text/* files on post import
4 years ago
Matt Baer
4ec8ffa699
Merge pull request #449 from writefreely/fix-actions-on-mobile
...
Always show post actions on mobile devices
4 years ago
Matt Baer
e0a0d71c84
Revert "Use Sans font for post action buttons"
...
This reverts commit af4e0b4f1c
.
4 years ago
Matt Baer
3ab21f7834
Merge pull request #445 from writefreely/remove-nerds-dep
...
Remove writeas/nerds/store pkg dependency
4 years ago
Matt Baer
61974fadc0
Merge branch 'develop' into remove-nerds-dep
4 years ago
Matt Baer
439f8bd262
Merge pull request #444 from writefreely/log-out-pass-blog
...
Support logging out of password-protected blogs
4 years ago
Matt Baer
51a83069c4
Disable Ace editor on touchscreen devices
...
Ace doesn't work well with touchscreen devices, so instead we fall back to a
plain textarea.
4 years ago
Matt Baer
ac7583eadb
Merge pull request #384 from colin-axner/374-fix-silenced-post-accessibility
...
fix accessibility of silenced user posts
4 years ago
Colin Axnér
8ac2d0b310
merge develop
4 years ago
Colin Axnér
866a585119
fix compile error
4 years ago
Matt Baer
4228761eb3
Merge pull request #431 from Dak425/stop-federating-protected-and-private-blogs
...
Stop private and protected blogs from federating
4 years ago
Donald Feury
68297acb74
Moved guard clauses to stop federation before debug logging
4 years ago
Matt Baer
de601e16ac
Merge pull request #451 from writefreely/move-repo
...
Update repo URL to writefreely org
4 years ago
Matt Baer
484d2736ce
Update repo URL to writefreely org
...
From the writeas org on GitHub.
4 years ago
Matt Baer
f8888df746
Accept general text/* files on post import
...
This fixes an issue with Safari not allowing users to select *.md files.
Closes #334
4 years ago
Matt Baer
0c7aba1f53
Merge pull request #442 from writeas/add-attachments
...
Include images as attachments in ActivityStreams data
4 years ago
Matt Baer
e58e457b25
Merge pull request #435 from cjeller1592/lang-metadata
...
Add conditional for preserving lang metadata
4 years ago
Matt Baer
af4e0b4f1c
Use Sans font for post action buttons
4 years ago
Matt Baer
ed74228795
Merge pull request #434 from cjeller1592/compose-update-wf-image
...
Update writefreely-web image in docker-compose.yml
4 years ago
Matt Baer
2c1d3a51af
Merge pull request #429 from x4e/develop
...
Case insensitive language highlighting matching
4 years ago
Matt Baer
23818c6104
Merge pull request #426 from mostfunkyduck/develop
...
Fixes problem where all links were breaking in gopher
4 years ago
Matt Baer
5510ef15b5
Always show post actions on mobile devices
...
This maintains previous show-on-hover effect for post actions on blog
index, but always shows the actions when on a mobile device.
Fixes #309
4 years ago
Matt Baer
5ecf613cb5
Merge pull request #448 from writeas/dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.5
...
Bump github.com/microcosm-cc/bluemonday from 1.0.4 to 1.0.5
4 years ago
dependabot[bot]
9cbd254d64
Bump github.com/microcosm-cc/bluemonday from 1.0.4 to 1.0.5
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.4...v1.0.5 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
733301d364
Merge pull request #447 from writeas/dependabot/go_modules/github.com/go-sql-driver/mysql-1.6.0
...
Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0
4 years ago
Matt Baer
f1eae4007e
Merge pull request #446 from writeas/dependabot/go_modules/github.com/hashicorp/go-multierror-1.1.1
...
Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
4 years ago
dependabot[bot]
f70fc0c4e2
Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.5.0...v1.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
2a9aa84366
Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
...
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/go-multierror/releases )
- [Commits](https://github.com/hashicorp/go-multierror/compare/v1.1.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
64f1d71524
Remove writeas/nerds/store dependency
4 years ago
Matt Baer
5a3e8d59b6
Support logging out of password-protected blogs
...
Closes T492
4 years ago
Matt Baer
85efbcccfc
Merge pull request #439 from writeas/support-authorized-fetch
...
Fix following from Mastodon with Authorized Fetch enabled
4 years ago
Matt Baer
4a58a94e26
Include images as attachments in ActivityStreams data
...
Ref T709
4 years ago
Matt Baer
811f996e84
Merge pull request #437 from writeas/post-signature-pinned-posts
...
Post signature improvements
4 years ago
Matt Baer
3984042905
Merge pull request #405 from dariusk/dariusk/inspectuser
...
Generic OAuth userinfo properies now configurable
4 years ago
Matt Baer
321c1af607
Merge pull request #436 from writeas/publish-with-slug
...
Support `slug` parameter when publishing a post
4 years ago
Matt Baer
9f525876f4
Fix instance-wide actor webfinger lookup
...
This skips the silenced-user check.
Ref T820
4 years ago
Matt Baer
9b336dee8c
Fix instance-wide actor lookup
...
This skips the silenced-user check.
Ref T820
4 years ago
Matt Baer
9aeeb52bdb
Fix nil pointer on instance-wide actor lookup
...
Ref T820
4 years ago
Matt Baer
9484880bca
Sign actor fetch request
...
This fixes federation with Mastodon instances that have Authorized
Fetch turned on by signing the GET request to fetch the actor when
a blog is first followed.
Ref T820
4 years ago
Colin Axnér
f2e3cd8bd7
merge develop
4 years ago
Colin Axnér
00f2152c2b
update commit for web-core
...
Update go.mod to use latest commit on web-core
4 years ago
Matt Baer
4cf9500704
Merge pull request #418 from writeas/consistent-feeds
...
Use HTMLContent field in RSS feed
4 years ago
Matt Baer
fbb67bc9ef
Merge pull request #383 from writeas/wysiwyg
...
Add WYSIWYG editor option
4 years ago
Matt Baer
4f32af2d7f
Merge pull request #220 from writeas/support-notes
...
Support ActivityPub Notes
4 years ago
Matt Baer
97242cd5ec
Merge pull request #433 from writeas/dependabot/go_modules/github.com/stretchr/testify-1.7.0
...
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
4 years ago
Matt Baer
bd77145bf3
Merge pull request #423 from writeas/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.6
...
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6
4 years ago
dependabot[bot]
1ea728b1e9
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
c813d08230
Merge pull request #414 from writeas/dependabot/go_modules/github.com/urfave/cli/v2-2.3.0
...
Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0
4 years ago