Merge pull request #38 from mrvdb/bindaddress
GitHub <noreply@github.com> committed
rWF7c468ee48267: Merge fe78d6d47fb83393635dd41a15ec796856f91c62 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge fe78d6d47fb83393635dd41a15ec796856f91c62 into…
Re-add https in log message
I have a working variation of (called, appropriately enough, ) for SQLite.
Ah, gotcha. I thought there might be some differences when I was reading through with sqlite support.
As an example, SQLite doesn't support the SQL function NOW(). It also only has five data types - NULL, INTEGER, REAL, TEXT, and BLOB. Yes, that means boolean values are stored as full INTEGERs.
So as I've started testing this, I've discovered there is a vast chasm of differences between normal SQL and SQLite SQL. I'm working on the logic to handle both.
The working branch is here:
Add SQLite option for database.
GitHub <noreply@github.com> committed
rWF83265fd7f052: Merge 875c758ba2d25390eb8430fa5c143dc1250008d3 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 875c758ba2d25390eb8430fa5c143dc1250008d3 into…
Marcel van der Boom <marcel@hsdev.com> committed
rWF875c758ba2d2: Also use bind address on standalone redirect (authored by Marcel van der Boom <marcel@hsdev.com>).
Also use bind address on standalone redirect
Ok cool 👍 let me know if you need anything along the way. Excited to get this in!
Actually, I retract my previous statement. I was thinking in terms of integration tests, not unit tests - the current pattern is fine.
Merge 1b30ff93519f6eaf62269f82aa1179af23caa828 into…
GitHub <noreply@github.com> committed
rWF0b579ccbaa7e: Merge 543f6c9ae384bf133e4b4aaede66b5667378b0d3 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 543f6c9ae384bf133e4b4aaede66b5667378b0d3 into…
Marcel van der Boom <marcel@hsdev.com> committed
rWF543f6c9ae384: Allow 'bind' in config to specify bind address (authored by Marcel van der Boom <marcel@hsdev.com>).
Allow 'bind' in config to specify bind address
Nice! I'm all for adding unit tests for database funcs -- especially with different databases, I agree we should make sure they work consistently.
I started working on a proof of concept for this yesterday morning. In the process, I noticed a couple things.
Only log ActivityPub info when debugging
Move softwareVer to var() block
Merge 1b30ff93519f6eaf62269f82aa1179af23caa828 into…
added compose config; updated compose file to use it; updated README to match
Merge pull request #36 from writeas/docker-release
Merge 7bbc1b4b4717c64dc82cc3a4a8b8c23e40ef3049 into…
Move docker build to `make build-docker`
Add `make release-docker`
Merge 695bc796963916d48166e532cd08b5c027d4fbcf into…
extracted docker command a la `go` and `make`
added docker support to `make release`
Merge pull request #34 from koehn/master
Merge 6f0c7aed66f6d136e3ca35ed2e02b0b8ff185d70 into…
Merge pull request #31 from mrvdb/codehighlight
Fix whitespace in templates
GitHub <noreply@github.com> committed
rWFc54c0c433fd2: Merge 3dd6e3491405deadc56b084ad0587bbe524174b6 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 3dd6e3491405deadc56b084ad0587bbe524174b6 into…
GitHub <noreply@github.com> committed
rWF57e034b3d804: Merge 2b5e86991657ba10844b1d2562affd14ce37e409 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 2b5e86991657ba10844b1d2562affd14ce37e409 into…
GitHub <noreply@github.com> committed
rWF6d5dfd6b3b45: Merge 2b5e86991657ba10844b1d2562affd14ce37e409 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 2b5e86991657ba10844b1d2562affd14ce37e409 into…
Rename render.tmpl to post-render.tmpl
Optimize template loading on non-post pages
Fix whitespace in highlight JS
Rename render.tmpl to post-render.tmpl
Optimize template loading on non-post pages
Fix whitespace in highlight JS
Rename render.tmpl to post-render.tmpl
Optimize template loading on non-post pages
Fix whitespace in highlight JS
Marcel van der Boom <marcel@hsdev.com> committed
rWFa54f5fc9d8a2: Fix typos (authored by Marcel van der Boom <marcel@hsdev.com>).
Fix typos
GitHub <noreply@github.com> committed
rWF754978088a6b: Merge a54f5fc9d8a29c6cb8d019ba0c30ae6a2bc337a9 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge a54f5fc9d8a29c6cb8d019ba0c30ae6a2bc337a9 into…
GitHub <noreply@github.com> committed
rWF5314626051ae: Merge d63db279179c01b321e711b181e9ae80b657253b into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge d63db279179c01b321e711b181e9ae80b657253b into…
Marcel van der Boom <marcel@hsdev.com> committed
rWFd63db279179c: 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
GitHub <noreply@github.com> committed
rWFdb5579144ec2: Merge e400fe164980be89d39b6d76237ed8e61a9acbb3 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge e400fe164980be89d39b6d76237ed8e61a9acbb3 into…
Marcel van der Boom <marcel@hsdev.com> committed
rWFe400fe164980: Only load highlght css when needed (authored by Marcel van der Boom <marcel@hsdev.com>).
Only load highlght css when needed
GitHub <noreply@github.com> committed
rWFa60db51bb9aa: Merge add06ee56cfe042f26b26fde1b33875cd267d66c into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge add06ee56cfe042f26b26fde1b33875cd267d66c into…
Marcel van der Boom <marcel@hsdev.com> committed
rWFadd06ee56cfe: Only load js when there are blocks to highlight (authored by Marcel van der Boom <marcel@hsdev.com>).
Only load js when there are blocks to highlight
Merge 6f0c7aed66f6d136e3ca35ed2e02b0b8ff185d70 into…
removed an unnecessary debugging statement
added .git to make builds cache more effectively and run faster
GitHub <noreply@github.com> committed
rWFd2d4bc192e8a: Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into…
Merge f2a07db23ad56c90092da400ee04b5ef3de46609 into…
Work as a standalone server, including TLS
Include About/Privacy page content in page description
Show instance stats on About page
Change default database name to writefreely
Use and validate database type before connecting
GitHub <noreply@github.com> committed
rWFb71f4421491b: Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into…
Merge f2a07db23ad56c90092da400ee04b5ef3de46609 into…
switched to much smaller alpine image since golang not required at runtime
Merge 5039853edcb49b53859167648c26b80f7577abba into…
Mention Contributing Guide in README
Fix About page link in Admin dash
Updated Dockerfile to produce smaller image with minimum content and a few…
Merge 5039853edcb49b53859167648c26b80f7577abba into…
GitHub <noreply@github.com> committed
rWF02472e9472da: Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into…
GitHub <noreply@github.com> committed
rWFb7a271ddd50e: Merge d6bc140c32daed2c8a4a46f94a28a50dab25a256 into… (authored by Sascha <sascha@serenitylabs.cloud>).
Merge d6bc140c32daed2c8a4a46f94a28a50dab25a256 into…
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?
Include version in archives made by `make release`
Merge branch 'master' of github.com:writeas/writefreely
Remove keys.sh from make release
GitHub <noreply@github.com> committed
rWF3263f28ffd63: Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 into…
Marcel van der Boom <marcel@hsdev.com> committed
rWF8144c9581d2e: Use the samen render common template for user pages (authored by Marcel van der Boom <marcel@hsdev.com>).
Use the samen render common template for user pages
Marcel van der Boom <marcel@hsdev.com> committed
rWF7181fd9d9e96: Remove code for CodeHighlighting UI (authored by Marcel van der Boom <marcel@hsdev.com>).
Remove code for CodeHighlighting UI
GitHub <noreply@github.com> committed
rWF98b334bc2704: Merge a659acdc14d566903fbd16a0fc7ac375d3b1256f into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge a659acdc14d566903fbd16a0fc7ac375d3b1256f into…
Marcel van der Boom <marcel@hsdev.com> committed
rWFa659acdc14d5: Bring all MathJax logic into one common template (authored by Marcel van der Boom <marcel@hsdev.com>).
Bring all MathJax logic into one common template
Marcel van der Boom <marcel@hsdev.com> committed
rWFa82882fddc73: Put the highlight logic into one common template (authored by Marcel van der Boom <marcel@hsdev.com>).
Put the highlight logic into one common template
Marcel van der Boom <marcel@hsdev.com> committed
rWFed3ea375372c: Merge branch 'master' into codehighlight (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge branch 'master' into codehighlight
Marcel van der Boom <marcel@hsdev.com> committed
rWF03ac402c37e1: Use the same highlightjs library everywhere (authored by Marcel van der Boom <marcel@hsdev.com>).
Use the same highlightjs library everywhere
GitHub <noreply@github.com> committed
rWF2b76953027e1: Merge d6bc140c32daed2c8a4a46f94a28a50dab25a256 into… (authored by Sascha <sascha@serenitylabs.cloud>).
Merge d6bc140c32daed2c8a4a46f94a28a50dab25a256 into…
GitHub <noreply@github.com> committed
rWF7689d3a56630: Merge 348d5487939491a5d2a936728a23e1aa2feb2d75 into… (authored by Marcel van der Boom <marcel@hsdev.com>).
Merge 348d5487939491a5d2a936728a23e1aa2feb2d75 into…