- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 18 2019
Jun 17 2019
Addressed those issues in most recent commits.
Just opened a pull request (GH#123) 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.
Jun 16 2019
Jun 15 2019
Jun 14 2019
sure, I'll add that in.
Nice, this looks great!
quick ascii cast demo, running on my local machine so the restart fails as it's not running.
https://asciinema.org/a/8IaQxRBjRA955cm8Jjy86XtPi
Jun 13 2019
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: https://version.writefreely.org
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 check for updates button which could then ask to download and confirm upgrade/restart.
@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?
ok, super strange but it does work now without the collection being sent.
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.
No worries. Yeah, the library should be taking the parameter and using it to change the endpoint, as is done here in post.go
Sorry I missed that part. I admit I was eager to do some work yesterday.
So, the PostParams.Collection field was left out of the JSON because it shouldn't ever get sent along with the payload. Instead it's used to set the API endpoint in go-writeas, e.g. /api/collections/{Collection}/posts. Is there another reason it's needed in the JSON?
fixed upstream issue, v2.0.1
Jun 12 2019
Will be both, I'm thinking of loading the config at the start of each command and pass it down through calls. Some command paths may call LoadConfig 2 or 3 times which is a waste.
In progress as there is no writefreely CLI yet on that branch
in go-writeas PostParams tells JSON to ignore the Collection field
In T586#10141, @robjloranger wrote:I've got a weird issue, maybe it is by design.
I can not create a new anonymous post against my single user instance using wf. Which would be writeas in the other. The default Post command.
I've got a weird issue, maybe it is by design.