Jannis Mattheis
41c28e9385
Remove apache thrift replace directive
2020-05-08 15:16:43 +02:00
Jannis Mattheis
808ad482d2
Update lib/pq
2020-05-08 15:16:43 +02:00
Jannis Mattheis
33bc7051f8
Update x/crypto
2020-05-08 15:16:43 +02:00
Jannis Mattheis
1629a66c14
Update stretchr/testify
2020-05-08 15:16:43 +02:00
Jannis Mattheis
ca233dd8b5
Update gin-gonic
2020-05-08 15:16:43 +02:00
Jannis Mattheis
415dd862f8
Update swagger
2020-05-08 10:43:17 +02:00
Jannis Mattheis
7b90b8a8f5
Use v2 in package path
2020-05-08 10:43:17 +02:00
Jannis Mattheis
75c63bdf39
Update base image
2020-05-04 13:24:23 +02:00
Jannis Mattheis
68cf35b4ac
Add healthcheck to docker amd64
2020-05-04 13:24:23 +02:00
Stewart Thomson
3f04d50088
Allow multiple CORS origins
2020-04-26 11:27:24 +00:00
Stewart Thomson
d22326bba8
Open github link in new tab ( #294 )
2020-04-14 13:56:00 +00:00
Jannis Mattheis
fc1ac65954
Fix flaky plugin ui test
...
Sad thing, I don't really know why it doesn't work on travis-ci,
but somehow, the click doesn't register or atleast doesn't do what it
should.
2020-03-22 10:02:24 +01:00
Yasa Akbulut
e6bd7c03dd
Make Message cards responsive
...
On breakpoints smaller than 'sm', the date of the message will wrap
to a new line; and the image will be 32x32 instead of 70x70
2020-03-22 10:02:24 +01:00
Yasa Akbulut
07b0226412
Wrap control buttons on DefaultPage
2020-03-22 10:02:24 +01:00
Yasa Akbulut
0f7c7dd717
Use FC as SFC is deprecated in favor of it
2020-03-22 10:02:24 +01:00
Yasa Akbulut
c46bbdc01f
Make layout responsive
2020-03-22 10:02:24 +01:00
Yasa Akbulut
e858d5ad3f
Bump material-ui/core and material-ui/icons
2020-03-22 10:02:24 +01:00
Yasa Akbulut
ce056faed8
Use react-scripts proxy for development
...
Setting the `defaultDevConfig.url` to use the default port and
proxying requests via the react-scripts proxy overcomes CORS issues
and reduces friction for ui contributions
2020-03-22 10:02:24 +01:00
Jannis Mattheis
66ae74f830
Skip /etc/gotify/config.yml in tests
...
Our config test ensures that the correct values will be extracted from
the config file and environment variables.
A globally defined config may change settings which are expected to have
default values.
See
https://github.com/gotify/server-aur-git/pull/2#issuecomment-597598574
2020-03-14 09:46:03 +01:00
Jannis Mattheis
0863aba9cb
Update packr/v2
2020-03-07 20:15:25 +01:00
Jannis Mattheis
e9c9a6e261
[ #274 ] Allow setting timezone via TZ environment variable in docker
2020-02-19 17:14:37 +01:00
Raphael
e56f7bc4c7
Add notification sound for incoming messages ( #267 )
2020-02-12 18:21:35 +01:00
eikendev
01cec3ca91
Add .editorconfig file.
2020-02-11 17:27:22 +01:00
Jannis Mattheis
3d52a117b1
Add button for requesting notification permission
2020-02-06 20:15:14 +01:00
Jannis Mattheis
0a8fc47e50
Reduce ping interval
...
Some reverse proxies have default timeouts of 60 seconds after they
close the websocket connetion.
Fixes #245
2020-01-18 16:17:30 +01:00
Dennis Marttinen
b2b56e09af
Use --no-cache when installing ca-certificates in the Dockerfile
...
Signed-off-by: Dennis Marttinen <38858901+twelho@users.noreply.github.com>
2019-12-30 09:26:38 +00:00
Dennis Marttinen
1cea7a05b9
Expose port 80 by default in the Docker images
...
Signed-off-by: Dennis Marttinen <38858901+twelho@users.noreply.github.com>
2019-12-30 09:26:38 +00:00
PSSGCSim
6dc783d99d
Break long words in webui
2019-12-14 15:16:21 +00:00
Jannis Mattheis
0a7a5cd619
Add logging to websocket errors
2019-11-28 21:39:47 +01:00
Jannis Mattheis
c9c6246c4c
Properly close ui websocket connections on browser close
2019-11-28 21:39:47 +01:00
Jannis Mattheis
670594c0cb
Update gin-gonic/gin
2019-11-28 21:39:47 +01:00
Jannis Mattheis
db1b703e1a
Update h2non/filetype
2019-11-28 21:39:47 +01:00
Jannis Mattheis
7f1047b606
Update stretchr/testify
2019-11-28 21:39:47 +01:00
Jannis Mattheis
5816a2686e
Update crypto library
...
ACMEv1 was deprecated and doesn't work anymore. The updated library
supports ACMEv2.
2019-11-28 21:39:47 +01:00
Jannis Mattheis
98da88c0f8
Gorm v1.9.11
2019-11-28 21:39:47 +01:00
quthla
dc741493b4
Fix web socket reconnect on web socket close ( #242 )
2019-11-28 20:01:23 +01:00
quthla
9715ecaeb1
Show banner on server errors.
2019-10-24 21:35:36 +02:00
foxbit19
ed254547db
Set main page link and add GitHub icon ( #234 )
...
Fixes #159
2019-10-20 19:40:09 +02:00
Jannis Mattheis
6edfd8400e
Remove color styles from plugin detail view ( #232 )
2019-10-19 09:42:48 +02:00
foxbit19
bdb6372235
Add refresh button to messages list
...
Fixes #171
2019-10-19 09:15:10 +02:00
MisguidedEmails
d6055f3363
Add major.minor tagging to docker images ( #229 )
2019-10-16 16:50:01 +02:00
foxbit19
4938a4a0ac
Add auto reconnect on connection loss ( #228 )
2019-10-13 16:57:35 +02:00
Jannis Mattheis
7cf5c555f5
Add armv7 docker build
2019-09-28 21:10:58 +02:00
Jannis Mattheis
3069867fcc
Fix flaky test
2019-09-28 21:09:47 +02:00
Jannis Mattheis
179f51f387
Update go -> 1.13.1
2019-09-28 21:09:47 +02:00
Jannis Mattheis
956c089abb
Update axios
2019-09-28 21:09:47 +02:00
Jannis Mattheis
2bbe0b6149
numeric -> align="right"
2019-09-28 21:09:47 +02:00
Jannis Mattheis
81ad026e9d
raised -> contained
2019-09-28 21:09:47 +02:00
Jannis Mattheis
afbbb82199
Update @material-ui
2019-09-28 21:09:47 +02:00
Jannis Mattheis
3c55a1d884
Suppress type error (for now)
...
From what I see it should be correct.
2019-09-28 21:09:47 +02:00