Matt Baer
b85afa1ea6
Merge pull request #828 from d4rklynk/dockerfile
...
Dockerfile
12 months ago
dependabot[bot]
6b8cc591cc
Bump github.com/fatih/color from 1.15.0 to 1.16.0
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
dependabot[bot]
859a4b37e5
Bump github.com/gorilla/mux from 1.8.0 to 1.8.1
...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases )
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
dependabot[bot]
3caa33b9bf
Bump github.com/gorilla/csrf from 1.7.1 to 1.7.2
...
Bumps [github.com/gorilla/csrf](https://github.com/gorilla/csrf ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/gorilla/csrf/releases )
- [Commits](https://github.com/gorilla/csrf/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/csrf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
Matt Baer
e932467ac9
Merge pull request #822 from writefreely/custom-css-config
...
Look for custom CSS in static_parent_dir
12 months ago
d4rklynk
aac4514577
Fix healthcheck URL
1 year ago
d4rklynk
21f5073717
Fix port
1 year ago
d4rklynk
64d1a2f536
Update Dockerfile
1 year ago
Matt Baer
e4e059cb13
Fix Collection property serialization on API
...
Use standard string instead of sql.NullString for `style_sheet`, `script`, and `signature`.
Addresses #820
1 year ago
Matt Baer
feab841609
Add Contact page links to footers
1 year ago
Matt Baer
3e7d236c6d
Merge pull request #528 from isaacsu/protect-drafts
...
Protect drafts if they are part of a Private or Protected collection
1 year ago
Matt Baer
289730e24a
Look for custom CSS in static_parent_dir
...
Previously, it would only check the current directory instead of using the configured
`static_parent_dir`. This fixes that.
Closes #792
1 year ago
Matt Baer
a1becfdc83
Merge pull request #799 from heyakyra/twitter-card-fix-large-preview
...
Conditionally use twitter large summary card format when an image is available
1 year ago
Matt Baer
0bf0b425ee
Merge pull request #811 from writefreely/dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.26
...
Bump github.com/microcosm-cc/bluemonday from 1.0.25 to 1.0.26
1 year ago
dependabot[bot]
10994c532f
Bump github.com/microcosm-cc/bluemonday from 1.0.25 to 1.0.26
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.25 to 1.0.26.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.25...v1.0.26 )
---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Baer
ae70c2dbe4
Merge pull request #810 from writefreely/dependabot/go_modules/golang.org/x/net-0.17.0
...
Bump golang.org/x/net from 0.15.0 to 0.17.0
1 year ago
dependabot[bot]
cdb1ffd1da
Bump golang.org/x/net from 0.15.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Baer
d467fdf158
Merge pull request #809 from writefreely/dependabot/go_modules/golang.org/x/crypto-0.14.0
...
Bump golang.org/x/crypto from 0.13.0 to 0.14.0
1 year ago
dependabot[bot]
643d025381
Bump golang.org/x/crypto from 0.13.0 to 0.14.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Kyra
ee485e0488
Conditionally use twitter large summary card format when an image is available.
1 year ago
Matt Baer
5204b3b752
Merge pull request #782 from writefreely/verify-collection-max-lengths
...
Prevent 500 errors on too-long collection title or description
1 year ago
Matt Baer
45ca9c4c2b
Merge pull request #781 from writefreely/fix-updates-masto
...
Ensure Update activities work with Mastodon
1 year ago
Matt Baer
71fd25870d
Merge pull request #793 from writefreely/fix-fedi-followers
...
Add missing methods for showing fediverse followers
1 year ago
Matt Baer
dd797c8145
Add missing methods for showing fediverse followers
...
Fixes #791
1 year ago
Matt Baer
3870749e5e
Merge pull request #785 from blujan/develop
...
Fix use of NOW() when getting tagged posts
1 year ago
Brennan Lujan
87b3585c44
Fix use of NOW() when getting tagged posts
1 year ago
Matt Baer
bf213cd0b0
Fix drafts never showing, even when not part of private/protected blog
1 year ago
Matt Baer
815500ab78
Merge branch 'develop' into protect-drafts
1 year ago
Matt Baer
4aad0338bf
Merge pull request #779 from writefreely/fix-ld-json-response-2
...
Correctly respond to application/ld+json requests, part 2
1 year ago
Matt Baer
711cb387a5
Merge pull request #778 from writefreely/better-indexing
...
Add index to improve post retrieval speed on large instances
1 year ago
Matt Baer
e3323d11c8
Merge pull request #777 from writefreely/reset-password
...
Support resetting password via email
Closes T508
1 year ago
Matt Baer
076c4ae2f2
Set blog title maxlength on Customize page
1 year ago
Matt Baer
530a36fc53
Prevent 500 errors on too-long collection title or description
...
This truncates long titles and descriptions to the maximum column length, so
we don't get errors back from MySQL.
Fixes #600
1 year ago
Matt Baer
8207a25fa9
Tweak style of "Forgot" link on login page
1 year ago
Matt Baer
7b84dafea7
Correctly return on /reset submission when email isn't configured
1 year ago
Matt Baer
ed60aea39e
Catch and log emailPasswordReset errors
1 year ago
Matt Baer
8f02449ee8
Show friendly message on /reset when password-based login is disabled
1 year ago
Matt Baer
1e37f60d50
Hide "Reset?" link on login page when email disabled
1 year ago
Matt Baer
c18987705c
Display friendly message on /reset if email is disabled
1 year ago
Matt Baer
7db4b699e2
Merge pull request #776 from writefreely/passwordless-login
...
Plumbing: login via emailed link
Ref T731
1 year ago
Matt Baer
26ba79ff02
Merge pull request #775 from writefreely/subscriber-insights
...
Add Subscribers page
Closes T826
1 year ago
Matt Baer
b232e7efd7
Fix indentation in subscribers.tmpl
1 year ago
Matt Baer
64dcb56793
Merge pull request #478 from writefreely/letters
...
Support email subscriptions
1 year ago
Matt Baer
273267343a
Ensure Updated property can be omitted
...
Now, the web-core pkg uses a pointer instead of a var, so we don't send
a zero time.Time value out via ActivityPub.
1 year ago
Matt Baer
27e82f0409
Merge pull request #774 from writefreely/fix-no-fonts
...
Fix fonts not getting applied on first load
1 year ago
Matt Baer
167971771e
Send `updated` parameter with `Update` activities
...
Per the Mastodon docs, this ensures the activity correctly updates posts there.
https://docs.joinmastodon.org/spec/activitypub/#supported-activities-for-statuses
1 year ago
Matt Baer
2275a288b9
Correctly respond to application/ld+json requests, part 2
...
This finishes the work started in #766 , ensuring that requests to
canonical URLs of blogs and posts (not just at their API endpoints)
respond correctly to `application/ld+json;...` requests.
Fully addresses issue #564
1 year ago
Matt Baer
f96f8268f0
Add index to improve post retrieval speed on large instances
...
On an instance with millions of posts across all users, a single blog with
thousands of posts on it can take a long time to render. This adds an index
to the `posts` table to speed up the basic GetPosts query.
Run: `writefreely db migrate`
Closes #741
1 year ago
Matt Baer
74f3ded250
Merge pull request #545 from clarfonthey/editorconfig
...
Add editorconfig
1 year ago
Matt Baer
c1609cdb90
Merge pull request #658 from jsoref/spelling
...
Spelling
1 year ago