Jannis Mattheis
ccd1c84866
Add tree-kill dependency
...
Used for killing the running gotify instance.
2018-09-17 17:51:31 +02:00
Jannis Mattheis
0444304278
Add rimraf dependency
...
Used for deleting the created go executable.
2018-09-17 17:51:31 +02:00
Jannis Mattheis
cec842cf5e
Add puppeteer dependency
...
Used for end to end testing the ui
2018-09-17 17:51:31 +02:00
Jannis Mattheis
ac88f2beab
Add get-port dep
...
used for getting a free port in tests
2018-09-17 17:51:31 +02:00
Jannis Mattheis
ba4e74efff
Disable tslint no-duplicate-string
...
In tests it is not really useful.
2018-09-17 17:51:31 +02:00
Jannis Mattheis
abe6ea25b7
[ #56 ] Autofocus username input on login
...
Closes #56
2018-09-08 18:04:52 +02:00
Jannis Mattheis
a6b4414d64
[ #56 ] Autofocus "yes" on confirm dialogs
2018-09-08 18:04:52 +02:00
Jannis Mattheis
22fc8c8018
Fix tslint issues
2018-09-08 11:45:36 +02:00
Jannis Mattheis
f914f50c87
Update tslint rules
2018-09-08 11:45:36 +02:00
Jannis Mattheis
c43bfb0ce7
Add tslint-sonarts
2018-09-08 11:45:36 +02:00
Jannis Mattheis
8301317c5a
Update jest and node types
2018-09-08 11:45:36 +02:00
Jannis Mattheis
dc5c1ddc06
Update notifyjs
2018-09-08 11:45:36 +02:00
Jannis Mattheis
c2d6f7b585
Update typescript
2018-09-08 11:45:36 +02:00
Jannis Mattheis
2280aca447
Update react-scripts-ts
2018-09-08 11:45:36 +02:00
Jannis Mattheis
f2503936ae
Update react-timeago
2018-09-08 11:45:36 +02:00
Jannis Mattheis
e18c4c95e1
Update detect-browser
2018-09-08 11:45:36 +02:00
Jannis Mattheis
48f7663405
Update prop-types
2018-09-08 11:45:36 +02:00
Jannis Mattheis
d0a3c13ead
Update react-list
2018-09-08 11:45:36 +02:00
Jannis Mattheis
70c980fcd8
Update react-router
2018-09-08 11:45:36 +02:00
Jannis Mattheis
33100ce868
Update react & react-dom
2018-09-08 11:45:36 +02:00
Jannis Mattheis
c0ae3dce12
Apply material-ui changes
2018-09-08 11:45:36 +02:00
Jannis Mattheis
21da31ecab
Update material-ui
2018-09-08 11:45:36 +02:00
Jannis Mattheis
a3f081307b
Format
2018-08-23 17:53:45 +02:00
Jannis Mattheis
1afa51959f
Add prettier
2018-08-23 17:53:45 +02:00
Jannis Mattheis
5f21ad9377
Fix wrong link
2018-07-01 21:45:14 +02:00
Jannis Mattheis
41522615b0
Add app to README & Adjust stuff
2018-07-01 21:45:14 +02:00
Jannis Mattheis
b58062f508
Fix swagger definition
2018-06-03 10:49:53 +02:00
Jannis Mattheis
16d16eb539
UI dev port is 3000
2018-05-10 12:34:35 +02:00
Jannis Mattheis
0eb4fe0bb0
Change default folder & db path to data/*
2018-05-10 12:34:35 +02:00
Jannis Mattheis
ae89184d76
Create sqlite3 db directory
2018-05-10 12:34:35 +02:00
Jannis Mattheis
79fd6a2512
Refactor class components to SFC
2018-04-26 20:51:03 +02:00
Jannis Mattheis
72f9d435fb
Remove no apps message
2018-04-26 20:51:03 +02:00
Jannis Mattheis
a821a52a96
Typescriptify Users-Component
2018-04-26 20:51:03 +02:00
Jannis Mattheis
c4ef531e80
Typescriptify Messages-Component
2018-04-26 20:51:03 +02:00
Jannis Mattheis
6152f74ab1
Typescriptify Login-Component
2018-04-26 20:51:03 +02:00
Jannis Mattheis
73ba29efe5
Typescriptify Clients-Component
2018-04-26 20:51:03 +02:00
Jannis Mattheis
3e5706486f
Typescriptify Applications-Component
2018-04-26 20:51:03 +02:00
Jannis Mattheis
f52ddd159c
Add missing notifyjs declaration
2018-04-26 20:51:03 +02:00
Jannis Mattheis
c404dee96d
Typescriptify stores
2018-04-26 20:51:03 +02:00
Jannis Mattheis
915f40638b
Add missing timeago declaration
2018-04-26 20:51:03 +02:00
Jannis Mattheis
51df6abd81
Typescriptify components
2018-04-26 20:51:03 +02:00
Jannis Mattheis
08ae6d42bc
Typescriptify actions
2018-04-26 20:51:03 +02:00
Jannis Mattheis
dbfa67469e
Add api types
2018-04-26 20:51:03 +02:00
Jannis Mattheis
d868a196b6
Typescriptify index, config and layout.jsx
2018-04-26 20:51:03 +02:00
Jannis Mattheis
75e3f88c9b
Replace javascript config with typescript
2018-04-26 20:51:03 +02:00
Jannis Mattheis
3cfcbb1251
Remove react-global-configuration
2018-04-26 20:51:03 +02:00
Jannis Mattheis
26f36442fd
Only shift message when messages were fetched at least one time
2018-04-18 18:09:10 +02:00
Jannis Mattheis
eeadd0505c
Also emit change on update apps
...
When messages are loaded before the apps then the messages doesn't have
an image.
2018-04-18 18:09:10 +02:00
Jannis Mattheis
74d7c7cc9e
Fix wrong height calculation of react-list
...
react-list doesn't know the size of an item that just got rendered
(it only later caches this size), therefore it can't
correctly calculate the height of the list.
2018-04-18 18:09:10 +02:00
Jannis Mattheis
881e66ea29
[ #46 ] Update messages on delete application
2018-04-18 18:09:10 +02:00