Also #25 on GitHub
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 14 2018
Nov 14 2018
matt moved T534: Reset password via command-line from Backlog to Soon / v1.0 on the WriteFreely board.
GitHub <noreply@github.com> committed rWF02297aa26587: Merge 5b393309a5c092aa60b687f144329b949ed3db45 into… (authored by Jean-Francois Arseneau <jf.arseneau@gmail.com>).
Merge 5b393309a5c092aa60b687f144329b949ed3db45 into…
Jean-Francois Arseneau <jf.arseneau@wealthbar.com> committed rWF5b393309a5c0: Add Dockerfile and Docker Compose files (authored by Jean-Francois Arseneau <jf.arseneau@wealthbar.com>).
Add Dockerfile and Docker Compose files
matt moved T528: Add database check when starting up from Soon / v1.0 to Backlog on the WriteFreely board.
Nov 13 2018
Nov 13 2018
That latest change still needs schema.sql in the same folder, but adds the option to create tables with writefreely --init-db
Looking at a way to include schema.sql in the binary now. So many libraries to pick from...
Add --init-db flag to create schema in app
Aye, that sounds perfect.
Great point. We can include a FileName field in the config.DatabaseCfg struct, and use something like writefreely.db as the default in the config.New() func.
matt added a parent task for T528: Add database check when starting up: T509: Add database migration.
GitHub <noreply@github.com> committed rWF5d7b49ffd847: Merge a1b32843450d8462644b9528edf863feb134076e into… (authored by Sascha <sascha@serenitylabs.cloud>).
Merge a1b32843450d8462644b9528edf863feb134076e into…
Probably worth making the filename of the database configurable.
Nov 11 2018
Nov 11 2018
Also tracked on GitHub.
Omit empty endpoints.sharedInbox
Nov 10 2018
Nov 10 2018
Prioritize based on feedback and user requests. So far, no one has requested this.
matt removed a subtask for T529: Support SQLite for storage: T528: Add database check when starting up.
matt removed a parent task for T528: Add database check when starting up: T529: Support SQLite for storage.
matt added subtasks for T529: Support SQLite for storage: T528: Add database check when starting up, T530: Import schema.
matt added a parent task for T528: Add database check when starting up: T529: Support SQLite for storage.
matt moved T528: Add database check when starting up from Backlog to Soon / v1.0 on the WriteFreely board.
Nov 8 2018
Nov 8 2018
Nov 7 2018
Nov 7 2018
matt moved T493: Create 404 page for collections from Backlog to Soon / v1.0 on the WriteFreely board.
matt moved T374: Support Micropub publishing to Write.as / WriteFreely from Backlog to Hopes & Dreams on the WriteFreely board.
matt moved T213: One-click setup for installing blog as Tor hidden service from Backlog to Hopes & Dreams on the WriteFreely board.
matt added a project to T213: One-click setup for installing blog as Tor hidden service: WriteFreely.
Nov 7 2018, 5:21 PM · Restricted Project, Publisher, WriteFreely, User Customization, API, Write.as Web
matt renamed T374: Support Micropub publishing to Write.as / WriteFreely from Support Micropub publishing to Write.as to Support Micropub publishing to Write.as / Write Freely.
matt moved T526: Federate post upon moving to blog from Backlog to Soon / v1.0 on the WriteFreely board.
Oct 31 2018
Oct 31 2018
Or... not so important. We should also send a Delete activity for federated blogs.
Oct 29 2018
Oct 29 2018
Oct 28 2018
Oct 28 2018
Add tags package documentation
Oct 17 2018
Oct 17 2018
Don't fail test when repeat slug generated
Don't fail test when repeat slug generated
Add stringmanip package
Add tags.Extract() func
Add i18n.LangIsRTL func
Add Convert(JSON|SQL) funcs
Add safe slug generation func in package id
Oct 15 2018
Oct 15 2018
Add query package
Oct 14 2018
Oct 14 2018
Add new auth funcs for parsing tokens
Fix Travis Go version
Add package log
Change license from MIT to MPL
Oct 10 2018
Oct 10 2018
Add posts.ExtractTitle func
Oct 9 2018
Oct 9 2018
Pass along edit token on post update
Add Version constant
Move update params in Update|DeletePost
Oct 1 2018
Oct 1 2018
Update Travis file to Go 1.10
Sep 28 2018
Sep 28 2018
Return actual error message when request fails
Rearrange status checks in CreatePost
matt committed rWGOca804e86e2d9: Fix "problem {x}ing post" copy-pasted error messages (authored by matt).
Fix "problem {x}ing post" copy-pasted error messages
Sep 24 2018
Sep 24 2018
Add v2 warning in README
matt committed rWGOb88b7e4e5198: Reflect breaking v2 changes in examples and tests (authored by matt).
Reflect breaking v2 changes in examples and tests