- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jan 10 2019
Jan 10 2019
Add make release-linux command
Add make build-no-sqlite
Add Pull Request template
Jan 8 2019
Jan 8 2019
make assets before everything in Docker build
Exclude unneeded schema.sql in docker build
make assets during docker build
Jan 7 2019
Jan 7 2019
Bump version to 0.7.0
Add numeric avatars
Fix AP follower INSERT with SQLite
Fix tagged posts SQLite query
Fix SQLite deadlock when creating user
Jan 6 2019
Jan 6 2019
Prompt for database type in bug report template
Add @geekgonecrazy to authors
GitHub <noreply@github.com> committed rWF0cf1d1388075: Merge pull request #54 from geekgonecrazy/sqlite3-user-password (authored by matt).
Merge pull request #54 from geekgonecrazy/sqlite3-user-password
Jan 5 2019
Jan 5 2019
Use driver constants in app.go
Add pager to admin user list
Fix admin user paging query
Add admin user list
Document package and funcs in config.go
Fix make deps not fetching sqlite3 lib
Jan 4 2019
Jan 4 2019
GitHub <noreply@github.com> committed rI677d52f9833c: Merge pull request #1 from SamWhited/support_modules (authored by matt).
Merge pull request #1 from SamWhited/support_modules
Jan 3 2019
Jan 3 2019
Support building without SQLite support
matt committed rWF8513def89942: Send correct status on 410/500 in handleHTTPError (authored by matt).
Send correct status on 410/500 in handleHTTPError
Send correct status on 404 in handleHTTPError
Dec 31 2018
Dec 31 2018
Extract images with .image extension
Fix spacing around copyright notices
Embed schema files in binary
Add download / docker pull counts to README
Dec 25 2018
Dec 25 2018
Embed static assets in binary
Dec 24 2018
Dec 24 2018
Add title dash
Add @kaiyou to AUTHORS
Use language-specific dash in post titles
Create darwin archives with macos in the name
Add copyright / license notices to .go files
matt committed rWF7f5551105a14: Fix metadata update redirect on single-user instances (authored by matt).
Fix metadata update redirect on single-user instances
Add --create-user option for regular user
Dec 22 2018
Dec 22 2018
matt edited projects for T542: Automatically set up certificate from Let's Encrypt, added: WriteFreely; removed WriteFreely (v1.0).
Dec 21 2018
Dec 21 2018
matt changed the status of T495: List all tags on a blog, a subtask of T335: Integrate hashtags, from Open to Thinking.
Dec 20 2018
Dec 20 2018
matt committed rWF5e5b283daf24: Validate username in admin user creation process (authored by matt).
Validate username in admin user creation process
matt committed rWF852ca5eea473: Merge branch 'master' of github.com:writeas/writefreely (authored by matt).
Merge branch 'master' of github.com:writeas/writefreely
Factor out admin user creation logic
Include max number of blogs in nodeinfo
Dec 18 2018
Dec 18 2018
GitHub <noreply@github.com> committed rWF88e1c65939d4: Merge pull request #48 from TeDomum/master (authored by matt).
Merge pull request #48 from TeDomum/master
Dec 17 2018
Dec 17 2018
GitHub <noreply@github.com> committed rWGO68cbee8f4a5e: Merge pull request #9 from abhinav/v2 (authored by matt).
Merge pull request #9 from abhinav/v2
Dec 15 2018
Dec 15 2018
Fix db.Ping() call
Update features list
Check database connection on startup
Dec 14 2018
Dec 14 2018
Need a little time to read into the "magic" that happens in this library, but certmagic might be the easiest way to implement this.
Dec 11 2018
Dec 11 2018
matt closed T530: Import schema, a subtask of T528: Add database check when starting up, as Resolved.
Remaining work here is mentioned in T536: Compile all static / default assets into binary.
Dec 10 2018
Dec 10 2018
Have been testing more over the weekend -- no serious issues. Got this merged in and will release it today. Thanks again @benovermyer!
Add missing CSS for highlightjs
Reserve "community" username
Bump version to 0.6.0
Add Reader section
Merge branch 'develop'
Merge branch 'sqlite-support' into develop
GitHub <noreply@github.com> committed rWF2422601e89df: Merge pull request #45 from writeas/sqlite-support (authored by matt).
Merge pull request #45 from writeas/sqlite-support
matt moved T535: Federate unpublishing blog post from Soon / v1.0 to Backlog on the WriteFreely board.
GitHub <noreply@github.com> committed rWF2473b0cd8dd4: Merge a3e287a77a2d27d745a3c1035e6952b673d2827e into… (authored by matt).
Merge a3e287a77a2d27d745a3c1035e6952b673d2827e into…
Make accesstokens.user_agent NULL by default
Dec 9 2018
Dec 9 2018
matt committed rWF111945bc5d8d: Add new -c [filename] option for supplying config file (authored by matt).
Add new -c [filename] option for supplying config file
Dec 8 2018
Dec 8 2018
GitHub <noreply@github.com> committed rWFe2693166d414: Merge 9fb7777c336d5e4362c2c235a957ed32b2dca87d into… (authored by matt).
Merge 9fb7777c336d5e4362c2c235a957ed32b2dca87d into…
Switch to xgo for cross-compilation
GitHub <noreply@github.com> committed rWF8a5165e54d6e: Merge 20c77989ba11a6d8c8751d13c381cf96ada4da4e into… (authored by matt).
Merge 20c77989ba11a6d8c8751d13c381cf96ada4da4e into…
Update setup steps
Okay, did some more refactoring and caught some other errors / differences between MySQL and SQLite. Also added the SQLite option in the config setup.
GitHub <noreply@github.com> committed rWF18984c2410d7: Merge 17c816477b49747eca39856aa2c7564b37e2845a into… (authored by matt).
Merge 17c816477b49747eca39856aa2c7564b37e2845a into…
Add SQLite option to config process
Fix duplicate key checks in SQLite
Support custom SQLite database file name
Fix upsert queries on SQLite
Fix pinned post content truncation with SQLite
Fix post `created` date in SQLite
Fix SQLite date format string
Move NOW() calls to datastore.now() method