Revert "Add note about unstable `master` branch"
Revert "Link to desktop app in README"
Link to desktop app in README
Add note about unstable `master` branch
remove local post save and delete
update documentation for v2
move to version two of go-writeas
Fix nil pointer error in CmdClaim
add claim posts to writeas CLI
remove mention of fetch cmd in docs
Update forum link text and replace Slack badge
update README and GUIDE for v2
return proper errors in CmdCollections
change colls cmd to blogs
use stdout in list posts tabwriter
use cli.NewExitError in CmdDelete
use current application vocabulary
return errors on delete command
finish getExcerpt and actualy add tests
fixes potential issue with multi-byte chars
only show local posts header if there are any
Resolves T604 Fetch users posts if authenticated
go mod tidy, remove previous dep for columns
Update README with v1.2 links
rename cmd writeas list >> writeas posts
Add Debian installation instructions
Add note about unstable `master` branch
Link to desktop app in README
Merge pull request #35 from writeas/version-two
Addressed those issues in most recent commits.
Check reader permissions on .well-known endpoints
Check reader permissions on RSS feed & sitemap
Just opened a pull request () for this. I still need to verify that data isn't leaking on some ActivityPub endpoints (namely nodeinfo and webfinger), but the core of everything is there and ready to try out.
Don't federate anything when instance is private
Change blog visibility explanations on Private instance
Allow completely private instances, part 1
Restrict API read access based on Private setting
Hide Reader link on private instance when unauth'd
Support changing landing conf val from Admin UI
matt updated the task description for
T555: Automated upgrades.
Merge pull request #122 from writeas/update-script
fix: update script: non-standard version numbers
Exit when no writefreely executable found
Merge pull request #102 from writeas/librarization
Remove global hostName var
update script: error check restarting service
quick ascii cast demo, running on my local machine so the restart fails as it's not running.
Save config via Apper interface from Admin dash
Merge branch 'develop' into librarization
Fix activitypub.go imports
Merge branch 'develop' into librarization
Include schema.sql when built with wflib tag
Move static file ServeMux to App struct
Break functionality out of Serve() func
Yeah, a button like that would be the end-goal. And maybe pair that with T579: WriteFreely daemon to make it all seamless.
An authoritative source for checking the current version number:
I guess initially just a script would work. I haven't looked yet but the a go utillity would be nice, the admin could then just have a button which could then ask to download and confirm upgrade/restart.
matt added a parent task for
T555: Automated upgrades:
Unknown Object (Maniphest Task).
matt removed a subtask for
T572: Check for updates:
Unknown Object (Maniphest Task).
@robjloranger What do you think would be the best way to do this to help with T600? A single Go-based utility? A simple bash script?
remove local post save and delete
update documentation for v2
Merge branch 'librarization' of github.com:writeas/writefreely into…
Allow compiling without go-sql-driver/mysql pkg
Use db.isDuplicateKeyErr() in activitypub.go
Support changing default landing path
Move key generation and Keychain to key pkg
revert to go-writeas v2.0.0
ok, super strange but it does work now without the collection being sent.
Revert "Merge pull request #18 from writeas/include-coll"
Sounds good. I'll go ahead and revert it.
OK, let's revert that commit and I will test more to see what the real problem is.