Page MenuHomeWrite.as
Feed Advanced Search

Dec 5 2018

matt added a project to T547: Create AP actor keys with Go's built-in libraries: Refactor.
Dec 5 2018, 3:49 PMWriteFreely, Refactor
matt triaged T547: Create AP actor keys with Go's built-in libraries as High priority.
Dec 5 2018, 3:49 PMWriteFreely, Refactor
matt added a comment to T544: Add ability to generate users from the command line.

Yep that's perfect, thanks 馃憤 That way anyone can make changes if needed. I've also changed that default value in the "Create Task" form.

Dec 5 2018, 5:07 AMWriteFreely
matt changed the join policy for Refactor.
Dec 5 2018, 5:04 AM
matt added a comment to T529: Support SQLite for storage.

Awesome. Plenty of people asking about that now, so that'll be good. If you want to take the charge on that one, please feel free!

Dec 5 2018, 5:03 AMWriteFreely (v1.0)
matt committed rWFf04469beee41: Fix SQLite concurrency issues (authored by matt).
Fix SQLite concurrency issues
Dec 5 2018, 4:57 AM

Dec 3 2018

matt committed rWF8ceb1650204e: Bump version to 0.5 (authored by matt).
Bump version to 0.5
Dec 3 2018, 11:58 PM
matt committed rWFcb2b30b379a2: Show stats on About page if public_stats enabled (authored by matt).
Show stats on About page if public_stats enabled
Dec 3 2018, 11:58 PM
matt committed rWF8cbc02d7cf8b: Hide unneeded config values in single-user mode (authored by matt).
Hide unneeded config values in single-user mode
Dec 3 2018, 11:58 PM
matt committed rWF573ce0273978: Remove params from URL after loading admin panel (authored by matt).
Remove params from URL after loading admin panel
Dec 3 2018, 11:58 PM
matt committed rWFcbf6ff54dfa4: Add site_description config value (authored by matt).
Add site_description config value
Dec 3 2018, 11:58 PM
matt committed rWFd2f89c6360d9: Open pages linked from admin UI in new window (authored by matt).
Open pages linked from admin UI in new window
Dec 3 2018, 11:58 PM
matt committed rWF9fe4b09de50e: Support editing some config values in admin UI (authored by matt).
Support editing some config values in admin UI
Dec 3 2018, 11:58 PM
matt added a comment to T541: Support changing config values via web.

Still need to describe what each setting does, but this is nearly complete.

Dec 3 2018, 10:33 PMWriteFreely
GitHub <noreply@github.com> committed rWF09a3fe09febe: Merge pull request #39 from mrvdb/codehighlight (authored by matt).
Merge pull request #39 from mrvdb/codehighlight
Dec 3 2018, 5:24 PM
matt committed rWF5fc41687be6b: Fix whitespace (authored by matt).
Fix whitespace
Dec 3 2018, 5:19 PM
matt added a comment to T544: Add ability to generate users from the command line.

Great point. This should be relatively easy, so maybe we can get it into the next release.

Dec 3 2018, 5:04 PMWriteFreely
matt triaged T546: Custom blog avatar as Wishlist priority.
Dec 3 2018, 4:51 PMWrite.as Web, SnapFreely, Snap.as, Federation, User Customization, WriteFreely
matt changed the visibility for C1: Launch WriteFreely 1.0.
Dec 3 2018, 4:19 PMWriteFreely
matt triaged T545: Update post view counts in batches as Low priority.
Dec 3 2018, 4:16 PMRefactor, Write.as Web
matt edited projects for T372: Import posts from Blogger, added: WriteFreely, Import, Write.as Web; removed Write.as Web (Jul - Sep 2018).
Dec 3 2018, 2:12 PMWrite.as Web, Import, WriteFreely, Restricted Project
matt added a subtask for T245: Import posts from other platforms: T543: Import posts from Ghost.
Dec 3 2018, 2:11 PMRoadmap, Import, WriteFreely, Write.as Web
matt added a parent task for T543: Import posts from Ghost: T245: Import posts from other platforms.
Dec 3 2018, 2:11 PMImport, WriteFreely
matt changed the visibility for T543: Import posts from Ghost.
Dec 3 2018, 2:11 PMImport, WriteFreely
matt changed the visibility for Import.
Dec 3 2018, 2:01 PM

Dec 2 2018

matt committed rWF61de04338e1a: Extract out common DB connection logic (authored by matt).
Extract out common DB connection logic
Dec 2 2018, 10:29 PM
matt committed rWFc6d3ef7596b7: Include SQLite schema in releases (authored by matt).
Include SQLite schema in releases
Dec 2 2018, 10:29 PM
matt committed rWF31b802e44041: Add backticks on table names in sqlite.sql (authored by matt).
Add backticks on table names in sqlite.sql
Dec 2 2018, 10:29 PM
matt added a comment to T529: Support SQLite for storage.

Some feedback from my initial multi-user testing: so far almost everything looks solid, this is really good work! Only issue so far is something weird going on with scheduled posts. They correctly show as "scheduled" and don't show up for non-auth'd users. But once the published time has passed, the "scheduled" badge correctly drops for auth'd users, but the post doesn't show up for non-auth'd users like it should.

Dec 2 2018, 10:20 PMWriteFreely (v1.0)

Dec 1 2018

matt committed rWFc60c61c5b852: Add link to AUR package (authored by matt).
Add link to AUR package
Dec 1 2018, 9:28 PM
matt committed rWFfc856e36eb78: Fix editing metadata on single-user instances (authored by matt).
Fix editing metadata on single-user instances
Dec 1 2018, 9:28 PM
matt added a comment to T529: Support SQLite for storage.

Awesome!! I'll give it a thorough testing this weekend in various configurations and let you know how it looks.

Dec 1 2018, 9:18 PMWriteFreely (v1.0)

Nov 27 2018

GitHub <noreply@github.com> committed rWFfb18b8f6e33f: Merge pull request #38 from mrvdb/bindaddress (authored by matt).
Merge pull request #38 from mrvdb/bindaddress
Nov 27 2018, 6:58 PM
matt committed rWFfe78d6d47fb8: Re-add https in log message (authored by matt).
Re-add https in log message
Nov 27 2018, 5:27 PM
matt added a comment to T529: Support SQLite for storage.

Ah, gotcha. I thought there might be some differences when I was reading through this fork with sqlite support.

Nov 27 2018, 2:50 PMWriteFreely (v1.0)

Nov 26 2018

matt added a comment to T529: Support SQLite for storage.

Ok cool 馃憤 let me know if you need anything along the way. Excited to get this in!

Nov 26 2018, 5:12 PMWriteFreely (v1.0)
matt added a comment to T529: Support SQLite for storage.

Nice! I'm all for adding unit tests for database funcs -- especially with different databases, I agree we should make sure they work consistently.

Nov 26 2018, 3:10 PMWriteFreely (v1.0)
matt committed rWF94badbc83841: Only log ActivityPub info when debugging (authored by matt).
Only log ActivityPub info when debugging
Nov 26 2018, 2:06 PM
matt committed rWF42a47258da67: Bump version to 0.4 (authored by matt).
Bump version to 0.4
Nov 26 2018, 2:06 PM
matt committed rWFf0250d501fbc: Move softwareVer to var() block (authored by matt).
Move softwareVer to var() block
Nov 26 2018, 2:06 PM

Nov 24 2018

matt committed rWF6ed9fef88fb6: Add @koehn to AUTHORS (authored by matt).
Add @koehn to AUTHORS
Nov 24 2018, 11:44 PM
matt added a project to T497: Support pinning hashtags: WriteFreely.
Nov 24 2018, 11:34 PMWrite.as Web, WriteFreely, Restricted Project, Restricted Project
GitHub <noreply@github.com> committed rWF223e3850481f: Merge pull request #36 from writeas/docker-release (authored by matt).
Merge pull request #36 from writeas/docker-release
Nov 24 2018, 7:22 PM
matt committed rWF402f66770e6f: Move docker build to `make build-docker` (authored by matt).
Move docker build to `make build-docker`
Nov 24 2018, 7:18 PM
matt committed rWF7bbc1b4b4717: Add `make release-docker` (authored by matt).
Add `make release-docker`
Nov 24 2018, 7:18 PM
GitHub <noreply@github.com> committed rWFbdcacbc63238: Merge pull request #34 from koehn/master (authored by matt).
Merge pull request #34 from koehn/master
Nov 24 2018, 4:02 PM

Nov 23 2018

GitHub <noreply@github.com> committed rWFcf784388f0dd: Merge pull request #31 from mrvdb/codehighlight (authored by matt).
Merge pull request #31 from mrvdb/codehighlight
Nov 23 2018, 6:23 PM
matt committed rWF3dd6e3491405: Fix whitespace in templates (authored by matt).
Fix whitespace in templates
Nov 23 2018, 5:42 PM
matt committed rWF2b5e86991657: Rename render.tmpl to post-render.tmpl (authored by matt).
Rename render.tmpl to post-render.tmpl
Nov 23 2018, 5:39 PM
matt committed rWF03c36af2f97c: Optimize template loading on non-post pages (authored by matt).
Optimize template loading on non-post pages
Nov 23 2018, 5:38 PM
matt committed rWF246a6dc5548e: Fix whitespace in highlight JS (authored by matt).
Fix whitespace in highlight JS
Nov 23 2018, 5:38 PM
matt committed rWF1c2fb1b12d6f: Rename render.tmpl to post-render.tmpl (authored by matt).
Rename render.tmpl to post-render.tmpl
Nov 23 2018, 5:34 PM
matt committed rWFd40b9e1c101b: Optimize template loading on non-post pages (authored by matt).
Optimize template loading on non-post pages
Nov 23 2018, 5:34 PM
matt committed rWF411e650ef71a: Fix whitespace in highlight JS (authored by matt).
Fix whitespace in highlight JS
Nov 23 2018, 5:34 PM
matt committed rWF7e43a55045cf: Rename render.tmpl to post-render.tmpl (authored by matt).
Rename render.tmpl to post-render.tmpl
Nov 23 2018, 5:26 PM
matt committed rWFc7b246448792: Optimize template loading on non-post pages (authored by matt).
Optimize template loading on non-post pages
Nov 23 2018, 5:26 PM
matt committed rWFcf1c932b280f: Fix whitespace in highlight JS (authored by matt).
Fix whitespace in highlight JS
Nov 23 2018, 5:26 PM

Nov 22 2018

matt added a parent task for T537: Work as a standalone server: T542: Automatically set up certificate from Let's Encrypt.
Nov 22 2018, 3:33 PMWriteFreely
matt added a subtask for T542: Automatically set up certificate from Let's Encrypt: T537: Work as a standalone server.
Nov 22 2018, 3:33 PMWriteFreely
matt changed the visibility for T542: Automatically set up certificate from Let's Encrypt.
Nov 22 2018, 3:32 PMWriteFreely

Nov 21 2018

matt committed rWF09f5953431c4: Work as a standalone server, including TLS (authored by matt).
Work as a standalone server, including TLS
Nov 21 2018, 11:34 PM
matt closed T537: Work as a standalone server as Resolved by committing rWF09f5953431c4: Work as a standalone server, including TLS.
Nov 21 2018, 11:34 PMWriteFreely
matt committed rWF77e79acd065f: Include About/Privacy page content in page description (authored by matt).
Include About/Privacy page content in page description
Nov 21 2018, 11:34 PM
matt committed rWFbe2c7ef86bb4: Show instance stats on About page (authored by matt).
Show instance stats on About page
Nov 21 2018, 11:34 PM
matt committed rWFb9d7d4ce24de: Change default database name to writefreely (authored by matt).
Change default database name to writefreely
Nov 21 2018, 11:34 PM
matt committed rWFf3df2b4159d4: Use and validate database type before connecting (authored by matt).
Use and validate database type before connecting
Nov 21 2018, 11:34 PM
matt committed rWF82e45ef5ae1f: Mention Contributing Guide in README (authored by matt).
Mention Contributing Guide in README
Nov 21 2018, 5:57 PM
matt committed rWF8a5811e3e96d: Fix About page link in Admin dash (authored by matt).
Fix About page link in Admin dash
Nov 21 2018, 5:57 PM
matt committed rWF4c7969d80867: Add AUTHORS.md (authored by matt).
Add AUTHORS.md
Nov 21 2018, 5:57 PM
matt added a parent task for T541: Support changing config values via web: T538: Admin interface.
Nov 21 2018, 5:07 PMWriteFreely
matt added a subtask for T538: Admin interface: T541: Support changing config values via web.
Nov 21 2018, 5:07 PMWriteFreely
matt updated the task description for T541: Support changing config values via web.
Nov 21 2018, 5:07 PMWriteFreely
matt changed the visibility for T541: Support changing config values via web.
Nov 21 2018, 5:06 PMWriteFreely

Nov 20 2018

matt added a comment to T531: Write a Dockerfile.

Thanks @bkoehn! A lot of people have their eyes on the Docker setup right now, but for now @benovermyer has taken the reins on it. What other kinds of build integrations could you help with?

Nov 20 2018, 11:59 PMWriteFreely
matt committed rWFbf5ed0048486: Include version in archives made by `make release` (authored by matt).
Include version in archives made by `make release`
Nov 20 2018, 11:36 PM
matt committed rWF1b57ea6f37c9: Merge branch 'master' of github.com:writeas/writefreely (authored by matt).
Merge branch 'master' of github.com:writeas/writefreely
Nov 20 2018, 11:36 PM
matt committed rWF87ffafeb54ef: Remove keys.sh from make release (authored by matt).
Remove keys.sh from make release
Nov 20 2018, 11:36 PM
matt committed rWF64e52ba00d23: Add make release (authored by matt).
Add make release
Nov 20 2018, 11:36 PM
GitHub <noreply@github.com> committed rWFa4751c7abf40: Merge pull request #32 from mrvdb/versioninfo (authored by matt).
Merge pull request #32 from mrvdb/versioninfo
Nov 20 2018, 5:18 PM
matt changed the visibility for T540: Cache collection data.
Nov 20 2018, 3:45 AMWriteFreely, API, Write.as Web

Nov 19 2018

matt edited the content of About the A Bunch Tell CLA.
Nov 19 2018, 2:34 PMWriteFreely
matt committed rWF7d87aad55a37: Add basic admin dashboard with app stats (authored by matt).
Add basic admin dashboard with app stats
Nov 19 2018, 3:04 AM
matt committed rWFbdc4f270f80a: Support editing About and Privacy pages from Admin panel (authored by matt).
Support editing About and Privacy pages from Admin panel
Nov 19 2018, 3:04 AM
matt closed T533: Ability to edit standard pages from web UI as Resolved by committing rWFbdc4f270f80a: Support editing About and Privacy pages from Admin panel.
Nov 19 2018, 3:04 AMWriteFreely
matt closed T533: Ability to edit standard pages from web UI, a subtask of T538: Admin interface, as Resolved.
Nov 19 2018, 3:04 AMWriteFreely
matt committed rWF99a10a256364: Accept different `created` time on post publish (authored by matt).
Accept different `created` time on post publish
Nov 19 2018, 3:04 AM
matt committed rWF7321f6d5a05c: Upgrade Lora to v2.202 (cyrillic) (authored by matt).
Upgrade Lora to v2.202 (cyrillic)
Nov 19 2018, 3:04 AM
matt committed rWFb58cb1e54128: Fix Novel blog post order in feeds and outbox (authored by matt).
Fix Novel blog post order in feeds and outbox
Nov 19 2018, 3:04 AM
matt committed rWF2ad2270973bc: Merge branch 'master' of github.com:writeas/writefreely (authored by matt).
Merge branch 'master' of github.com:writeas/writefreely
Nov 19 2018, 3:04 AM
matt committed rWFad1180f202ed: Bump version to 0.3 (authored by matt).
Bump version to 0.3
Nov 19 2018, 3:04 AM
matt committed rWF093837b3a966: Fix wrong collection data in feed (authored by matt).
Fix wrong collection data in feed
Nov 19 2018, 3:04 AM
matt added a comment to T533: Ability to edit standard pages from web UI.

A few changes:

Nov 19 2018, 3:02 AMWriteFreely

Nov 18 2018

matt edited projects for T508: Password resetting, added: WriteFreely, Write.as Web; removed Write.as Web (Jan - Mar 2018).
Nov 18 2018, 8:21 PMRestricted Project, WriteFreely, Write.as Web, Restricted Project
matt added a subtask for T538: Admin interface: T533: Ability to edit standard pages from web UI.
Nov 18 2018, 8:19 PMWriteFreely
matt added a parent task for T533: Ability to edit standard pages from web UI: T538: Admin interface.
Nov 18 2018, 8:19 PMWriteFreely
matt changed the visibility for T538: Admin interface.
Nov 18 2018, 8:19 PMWriteFreely
matt closed T532: Support creating post with specific "created" time as Resolved by committing Restricted Diffusion Commit.
Nov 18 2018, 7:56 PMAPI, Write.as Web, WriteFreely
matt updated the task description for T537: Work as a standalone server.
Nov 18 2018, 6:07 PMWriteFreely
matt updated the task description for T537: Work as a standalone server.
Nov 18 2018, 6:07 PMWriteFreely
matt changed the edit policy for T537: Work as a standalone server.
Nov 18 2018, 6:03 PMWriteFreely