Add new -c [filename] option for supplying config file
Merge 1b30ff93519f6eaf62269f82aa1179af23caa828 into…
Merge 9fb7777c336d5e4362c2c235a957ed32b2dca87d into…
Switch to xgo for cross-compilation
Merge 20c77989ba11a6d8c8751d13c381cf96ada4da4e into…
Okay, did some more refactoring and caught some other errors / differences between MySQL and SQLite. Also added the SQLite option in the config setup.
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
Move initial config loading to its own func
Merge branch 'master' into sqlite-support
matt triaged
T553: User management as
Low priority.
GitHub <noreply@github.com> committed
rWF7eb92b28e84d: Merge 5856e91f84673483dec5e83c5cbaa8c2da345cd7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 5856e91f84673483dec5e83c5cbaa8c2da345cd7 into…
After this has been merged in, I'll work on the PostgreSQL support.
GitHub <noreply@github.com> committed
rWFfaa25bafc466: Merge 5856e91f84673483dec5e83c5cbaa8c2da345cd7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 5856e91f84673483dec5e83c5cbaa8c2da345cd7 into…
Add --create-admin option
Merge branch 'master' of github.com:writeas/writefreely
matt triaged
T550: Image uploading as
Wishlist priority.
Could really use this, especially now that is up and running, so I'll get started on it.
Actually, I think this is good for now.
Merge pull request #44 from TeDomum/master
GitHub <noreply@github.com> committed
rWF9b8f1023f3ca: Merge d01d2c80b6f0e0f7b8eb96589a3abf1cb716683b into… (authored by kaiyou <pierre@jaury.eu>).
Merge d01d2c80b6f0e0f7b8eb96589a3abf1cb716683b into…
kaiyou <pierre@jaury.eu> committed
rWFd01d2c80b6f0: Add openssl and root anchors for federation queries (authored by kaiyou <pierre@jaury.eu>).
Add openssl and root anchors for federation queries
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.
matt changed the join policy for
Refactor.
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!
Fix SQLite concurrency issues
GitHub <noreply@github.com> committed
rWF65ae8acc1a4c: Merge 5856e91f84673483dec5e83c5cbaa8c2da345cd7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 5856e91f84673483dec5e83c5cbaa8c2da345cd7 into…
Marcel van der Boom <marcel@hsdev.com> committed
rWF5856e91f8467: Allow beginning of line as begin of tag as well (authored by Marcel van der Boom <marcel@hsdev.com>).
Allow beginning of line as begin of tag as well
Merge 1b30ff93519f6eaf62269f82aa1179af23caa828 into…
GitHub <noreply@github.com> committed
rWF66654d15ae7c: Merge 79a7ca750ee4c8839b8777413c232ff2fcb60836 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 79a7ca750ee4c8839b8777413c232ff2fcb60836 into…
Show stats on About page if public_stats enabled
Hide unneeded config values in single-user mode
Remove params from URL after loading admin panel
Add site_description config value
Open pages linked from admin UI in new window
Support editing some config values in admin UI
Still need to describe what each setting does, but this is nearly complete.
I updated the task's tag and changed it to be editable by All Users. Is that the right group?
GitHub <noreply@github.com> committed
rWF9bc310e5f0fd: Merge 79a7ca750ee4c8839b8777413c232ff2fcb60836 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 79a7ca750ee4c8839b8777413c232ff2fcb60836 into…
Merge pull request #39 from mrvdb/codehighlight
GitHub <noreply@github.com> committed
rWF889686fe67b9: Merge 5fc41687be6bca83dea563e0910e89016e0b0794 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 5fc41687be6bca83dea563e0910e89016e0b0794 into…
Great point. This should be relatively easy, so maybe we can get it into the next release.
matt triaged
T546: Custom blog avatar as
Wishlist priority.
This is done. The relevant commits that resolved it:
Oh, and I believe that adding PostgreSQL support will be much easier than SQLite. It should be able to use schema.sql and all of the MySQL SQL commands unmodified. The only bit that it'll require is a new connection block in the initial setup.
Ooh. I look forward to seeing this implemented, since I currently have a Blogger blog.
matt changed the visibility for
Import.
GitHub <noreply@github.com> committed
rWF11d1a5137ee2: Merge 79a7ca750ee4c8839b8777413c232ff2fcb60836 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 79a7ca750ee4c8839b8777413c232ff2fcb60836 into…
Marcel van der Boom <marcel@hsdev.com> committed
rWF79a7ca750ee4: Require hashtags to have a space before them (authored by Marcel van der Boom <marcel@hsdev.com>).
Require hashtags to have a space before them
Extract out common DB connection logic
Include SQLite schema in releases
Add backticks on table names in sqlite.sql
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.
GitHub <noreply@github.com> committed
rWF4aa5bb32bc40: Merge 3b4d14f19453f33644d398e538ff751862c3973c into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 3b4d14f19453f33644d398e538ff751862c3973c into…
Fix editing metadata on single-user instances
Awesome!! I'll give it a thorough testing this weekend in various configurations and let you know how it looks.
@matt OK, with the latest commit on the , SQLite support is working.
GitHub <noreply@github.com> committed
rWFf5215feff905: Merge 3b4d14f19453f33644d398e538ff751862c3973c into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 3b4d14f19453f33644d398e538ff751862c3973c into…
Marcel van der Boom <marcel@hsdev.com> committed
rWF3b4d14f19453: Only push language uri once on load stack (authored by Marcel van der Boom <marcel@hsdev.com>).
Only push language uri once on load stack
GitHub <noreply@github.com> committed
rWFa811f937937b: Merge b034a08350cb6697075410e8f9af6a818d968e5e into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge b034a08350cb6697075410e8f9af6a818d968e5e into…
Marcel van der Boom <marcel@hsdev.com> committed
rWFb034a08350cb: Merge remote-tracking branch 'upstream/master' into codehighlight (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge remote-tracking branch 'upstream/master' into codehighlight
Marcel van der Boom <marcel@hsdev.com> committed
rWFc6e496772858: Add support for all languages (authored by Marcel van der Boom <marcel@hsdev.com>).
Add support for all languages
Merge 1b30ff93519f6eaf62269f82aa1179af23caa828 into…