Matt Baer
cb2b30b379
Show stats on About page if public_stats enabled
...
Previously, it would only show the stats if federation was enabled.
6 years ago
Matt Baer
8cbc02d7cf
Hide unneeded config values in single-user mode
...
(in the admin UI.)
6 years ago
Matt Baer
cbf6ff54df
Add site_description config value
...
This changes what displays in the NodeInfo, and in the future might be
used for other things.
6 years ago
Matt Baer
573ce02739
Remove params from URL after loading admin panel
...
This ensures that refreshing the page doesn't include any past success /
failure messages.
6 years ago
Matt Baer
d2f89c6360
Open pages linked from admin UI in new window
6 years ago
Matt Baer
9fe4b09de5
Support editing some config values in admin UI
...
This is almost all of T541
6 years ago
Matt Baer
09a3fe09fe
Merge pull request #39 from mrvdb/codehighlight
...
Codehighlight, add support for all languages
6 years ago
Matt Baer
5fc41687be
Fix whitespace
6 years ago
Matt Baer
fc856e36eb
Fix editing metadata on single-user instances
...
This closes #40
6 years ago
Matt Baer
c60c61c5b8
Add link to AUR package
6 years ago
Marcel van der Boom
3b4d14f194
Only push language uri once on load stack
6 years ago
Marcel van der Boom
b034a08350
Merge remote-tracking branch 'upstream/master' into codehighlight
...
* upstream/master:
Re-add https in log message
Also use bind address on standalone redirect
Allow 'bind' in config to specify bind address
Only log ActivityPub info when debugging
Bump version to 0.4
Move softwareVer to var() block
Add @koehn to AUTHORS
Add `make release-docker`
Move docker build to `make build-docker`
extracted docker command a la `go` and `make`
added docker support to `make release`
removed an unnecessary debugging statement
added .git to make builds cache more effectively and run faster
switched to much smaller alpine image since golang not required at runtime
Updated Dockerfile to produce smaller image with minimum content and a few extra features; added .dockerignore
6 years ago
Marcel van der Boom
c6e4967728
Add support for all languages
...
- dynamically construct a list of languages to load
- fire hightlighting once last file has loaded
6 years ago
Matt Baer
fb18b8f6e3
Merge pull request #38 from mrvdb/bindaddress
...
Allow 'bind' in config to specify bind address
6 years ago
Matt Baer
fe78d6d47f
Re-add https in log message
6 years ago
Marcel van der Boom
875c758ba2
Also use bind address on standalone redirect
6 years ago
Marcel van der Boom
543f6c9ae3
Allow 'bind' in config to specify bind address
...
Minimal changes, definitely WIP, to resolve:
- how to support dualstack when not using localhost?
- net/http package uses string, mentions IP address instead of bind,
need info.
6 years ago
Matt Baer
94badbc838
Only log ActivityPub info when debugging
6 years ago
Matt Baer
42a47258da
Bump version to 0.4
6 years ago
Matt Baer
f0250d501f
Move softwareVer to var() block
6 years ago
Matt Baer
6ed9fef88f
Add @koehn to AUTHORS
6 years ago
Matt Baer
223e385048
Merge pull request #36 from writeas/docker-release
...
added docker support to `make release`
6 years ago
Matt Baer
7bbc1b4b47
Add `make release-docker`
6 years ago
Matt Baer
402f66770e
Move docker build to `make build-docker`
6 years ago
koehn
695bc79696
extracted docker command a la `go` and `make`
6 years ago
koehn
50a6a1ee40
added docker support to `make release`
6 years ago
Matt Baer
bdcacbc632
Merge pull request #34 from koehn/master
...
Updated Dockerfile
6 years ago
Matt Baer
cf784388f0
Merge pull request #31 from mrvdb/codehighlight
...
Add code highlighting
6 years ago
Matt Baer
3dd6e34914
Fix whitespace in templates
6 years ago
Matt Baer
2b5e869916
Rename render.tmpl to post-render.tmpl
6 years ago
Matt Baer
03c36af2f9
Optimize template loading on non-post pages
...
Avoids loading render.tmpl where it isn't needed.
6 years ago
Matt Baer
246a6dc554
Fix whitespace in highlight JS
6 years ago
Marcel van der Boom
a54f5fc9d8
Fix typos
6 years ago
Marcel van der Boom
d63db27917
Merge remote-tracking branch 'upstream/master' into codehighlight
...
* upstream/master:
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
Mention Contributing Guide in README
Add AUTHORS.md
Fix About page link in Admin dash
Include version in archives made by `make release`
Remove keys.sh from make release
Add make release
6 years ago
Marcel van der Boom
e400fe1649
Only load highlght css when needed
6 years ago
Marcel van der Boom
add06ee56c
Only load js when there are blocks to highlight
...
Crux was the load event for the script tag inserted.
6 years ago
Brad Koehn
6f0c7aed66
removed an unnecessary debugging statement
6 years ago
Brad Koehn
aebad1ce54
added .git to make builds cache more effectively and run faster
6 years ago
Matt Baer
09f5953431
Work as a standalone server, including TLS
...
This supports running the server on port 443, serving secure pages, with
automatic redirects from the insecure site. It also modifies the
configuration process to better guide users through configuring for
running behind a reverse proxy or as a standalone server.
This closes T537
6 years ago
Matt Baer
77e79acd06
Include About/Privacy page content in page description
6 years ago
Matt Baer
be2c7ef86b
Show instance stats on About page
...
This also moves the stats database logic out of nodeinfo.go and into
database.go.
6 years ago
Brad Koehn
f2a07db23a
switched to much smaller alpine image since golang not required at runtime
6 years ago
Matt Baer
b9d7d4ce24
Change default database name to writefreely
...
(not writeas)
6 years ago
Matt Baer
f3df2b4159
Use and validate database type before connecting
...
Just the start of changes needed for T529.
6 years ago
Matt Baer
82e45ef5ae
Mention Contributing Guide in README
6 years ago
Matt Baer
4c7969d808
Add AUTHORS.md
6 years ago
Brad Koehn
5039853edc
Updated Dockerfile to produce smaller image with minimum content and a few extra features; added .dockerignore
6 years ago
Matt Baer
8a5811e3e9
Fix About page link in Admin dash
6 years ago
Matt Baer
bf5ed00484
Include version in archives made by `make release`
6 years ago
Matt Baer
1b57ea6f37
Merge branch 'master' of github.com:writeas/writefreely
6 years ago