remove gogs/gogs/pkg/tool dependency
fix post url for non standard hostnames
wf/post list: draft posts not anonymous
get tokens for update and delete
clean up CurrentUser global cfg logic
fix user auth for writeas posting
fix hostname schema dir issues
set token on new client for api post
clean up and add tests for updates cache
check for any logged in user when no flag passed
default pad tempate on all pad renders
robjloranger changed the status of
T611: Detailed posts list from
Open to
Waiting.
strings.ReplaceAll is not in go 1.11
Add account suspension features
hide elements before they are displayed
For activity pub related endpoints, should it just be:
prevent extra submissions and improve feedback
clarify zip warning message
add dynamic form contents with JS enabled
clarify zip warning message
add dynamic form contents with JS enabled
update to wfimport v0.2.0
clarify zip warning message
add dynamic form contents with JS enabled
fix typo in Makefile GITREV release target
add ui back to target release linux
allow markdown extensions in import form
include imported created time
revert include time in imported posts
include time in imported posts
avoid generating excess access tokens
move import post handler under /api
I'll take this after T609 is in
include nice alert message on success
I like the paper key idea, or even a set of recovery keys. Usually 8-12 random keys that the user prints or writes down. Then when needed they use one in place of a password, and are directed to set a new password. These are single use.
add basic text file imports
This was put on hold for now as the fix mentioned only allowed a single tag/category and the 3 supported feeds all allow multiple per item.
Looks like Category is missing from the feed Item type, there was an issue where a PR was mentioned but never opened.
use established future posts pattern
reduce GetPinnedPosts calls to single line
change subdirectory to writefreely
fix missing collection hostname
prevent future posts from showing in pins
fix panic on duplicate remoteuser key
check for lessc executable in any location
command auth should use user flag
CurrentUser should always return the flag if set
wf check for config when auth required
do not parse url from configured host
use default user when authenticating
newClient must prepend scheme to default host
requireAuth host message verbose only
log.Info will respect global flags
CurrentUser only use global when needed
update requireAuth helper, check logged in users
helper func for logged in users
move LoadUser call out of newClient
fix mistake with images in sitemap
get image sitemap working
Cool, and maybe not overwrite the default if there is one. Users would likely expect when editing the config file it should retain their defaults.
Weird I email responded but it didn't come through.
I should add that the config.ini should have a section. i.e.
Everything still seems to be working as I remember. Can you tell me more about what isn't working like you expect?
I can double check, but I believe it was working last I tried.
CmdListPosts: update use of LoadUser
fix LoadUser directory does not exist
More ideas from discussion on the forum.
update note about user and host flags
update wf binary flags to include tor
Merge branch 'develop' into T586
add tor options to claim and blogs cmds
revert to go-writeas v2.0.0
local posts should use host dir
default to user collection
include new claim cmd and host/user flag in docs