virusperfect
6ce825bd41
translation from Weblate (German)
...
Currently translated at 100.0% (103 of 103 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/de/
4 years ago
Harvey Tindall
060f0efc16
pull containers before manifest, run on different host
4 years ago
Harvey Tindall
c3fb00a307
wrong go version container
4 years ago
Harvey Tindall
988829a6db
dont build docker on go1.16 branch
4 years ago
Harvey Tindall
76935a300a
dont build docker on go1.16 branch
4 years ago
Harvey Tindall
a6a7710a79
use filepath.Join wrapper for different embed and os path styles
...
If using internal, "/" is used as a separator always, and with external,
filepath.Join is used.
4 years ago
Harvey Tindall
873afb47cd
strip debug symbols in makefile
4 years ago
Harvey Tindall
ea99966057
refactor, move route loading to router.go
4 years ago
Harvey Tindall
aaed272bf2
use embed.fs wrapper on data
4 years ago
Harvey Tindall
e6775cd2d1
use embed.fs wrapper for langFS so lang/ is not needed in paths
...
[files]lang_files is now the path to the lang directory, not path to a
directory containing it.
4 years ago
Harvey Tindall
98a9e20cc0
Fix docker build, add GOBINARY flag for make
...
GOBINARY defaults to "go", but if you want to build on a normal system,
you'll likely set it to go1.16rc1 with "make all GOBINARY=go1.16rc1".
4 years ago
Harvey Tindall
ee37588959
drone image
4 years ago
Harvey Tindall
cb12c6f441
update goreleaser
4 years ago
Harvey Tindall
72cf3e2240
add external/internal data options
...
"make all" will build with internal data, whereas "make debug"/"make
all-external" will make an external "data/" directory.
4 years ago
Harvey Tindall
815bdc35ac
fully self-contained
...
paths are pretty janky, but it works. Also, [files]/lang_files now must
be the path to a directory CONTAINING a "lang/" directory. I'll work
around this at a later date.
4 years ago
Harvey Tindall
0330540f87
Use fs for language, add lang_files option
...
The local app translations are loaded, and then if [files]/lang_files
is provided (a directory containing custom translations), any found
inside it are loaded over top. This makes customizing much easier.
4 years ago
Harvey Tindall
fefe2d82a4
rebase 12/02, use go1.16rc1 in make, remove ioutil, start switching to io/fs for file i/o
...
ioutil's contents are now in io and os.
Eventually jfa-go's files will be embedded in the binary with go1.16's
new embed feature. Using io/fs will provide abstraction for accessing
these files, and allow for both embedded and non-embedded versions.
Also, internal paths to things like email templates, etc. will be
prefixed with "jfa-go:" to indicate to use the app's own Filesystem
instead of reading the file normally. This also allows for custom files
to continue to be used as they are currently.
4 years ago
Harvey Tindall
1af8d1f77d
fix url in account creation success page
4 years ago
Harvey Tindall
4c653fea36
fix url base on invite and broken getLanguages
4 years ago
Harvey Tindall
2ee0ed55f6
forgot key agh
4 years ago
Harvey Tindall
94981f4891
dont use drone manifest plugin
4 years ago
Harvey Tindall
f72def0399
serve on / and URL base for easy proxying
4 years ago
Harvey Tindall
81fb0fc69f
fix triggers aarch64 = arm64
4 years ago
Harvey Tindall
c3af0f4380
remove tag event from unstable build
4 years ago
Harvey Tindall
3a9e4950d4
run docker amd64 builds on drone, attempt multiarch
4 years ago
Harvey Tindall
06dada297b
up command_timeout for slow rpi builds
4 years ago
Harvey Tindall
2b55a1873c
fix css, oops
4 years ago
Harvey Tindall
c2e68bdc77
add GOESBUILD option for platform without esbuild on npm
4 years ago
Harvey Tindall
e1c3b312ff
split armhf and arm64, add stable build
4 years ago
Harvey Tindall
e235ed9fda
fix key again
4 years ago
Harvey Tindall
5cda12dd3b
separate into pipelines, add armhf
4 years ago
Harvey Tindall
a9d48083fd
fix keyfile
4 years ago
Harvey Tindall
e28c50401e
use key path
4 years ago
Harvey Tindall
4a3b015a40
start adding automated arm builds
4 years ago
Harvey Tindall
1a6727312c
dont override header on email confirmation fail
4 years ago
Harvey Tindall
91d3d2596e
fix broken invite links
4 years ago
Harvey Tindall
192c9a4764
account for lack of trailing slash in url
4 years ago
Harvey Tindall
173c38563e
remove embed, oops
4 years ago
Harvey Tindall
d061721f56
explicitly set js mimetype
4 years ago
Harvey Tindall
218882b7c6
remove debug console.log
4 years ago
Harvey Tindall
fed3ee4c4f
Create FUNDING.yml
4 years ago
Harvey Tindall
8eed4b0127
merge language again
4 years ago
Harvey Tindall
c09ffb49e7
switch emails to normal text when not editing
...
fixes padding on small screens.
4 years ago
ClankJake
f331f4eb92
translation from Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (103 of 103 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/pt_BR/
4 years ago
Richard de Boer
629b669c64
translation from Weblate (Dutch)
...
Currently translated at 100.0% (103 of 103 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/nl/
4 years ago
Cornichon420
2dab900748
translation from Weblate (French)
...
Currently translated at 100.0% (103 of 103 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/fr/
4 years ago
hrfee
f864097f2e
translation from Weblate (English)
...
Currently translated at 100.0% (103 of 103 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/en/
4 years ago
Harvey Tindall
2c8be42bbc
fix invite links with URL base
4 years ago
Harvey Tindall
6691ae27f4
fix navigation with URL base set
4 years ago
Harvey Tindall
23fecb16b2
merge language changes
4 years ago