That latest change still needs schema.sql in the same folder, but adds the option to create tables with writefreely --init-db
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 13 2018
Nov 13 2018
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
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.
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
Sep 23 2018
Sep 23 2018
Merge tag 'v1.1'
Fix examples in README
Use versioned library URL
Rearrange status checks in UpdatePost
Rearrange status checks in LogIn
Rearrange status checks in CreateCollection
Add Slovak localization
Sep 20 2018
Sep 20 2018
Add authentication test
Fix post tests
Support unpinning posts
Support pinning posts
matt committed rWGOafa9ecff1247: Automatically set access token on client on login (authored by matt).
Automatically set access token on client on login
Support retrieving auth'd user's collections