Commit Graph

136 Commits

Author SHA1 Message Date
Thomas Quandalle
963c330c00 Update Dashboard.jsx 2022-08-30 19:29:19 +02:00
Thomas Quandalle
10864fbfe4 move dashboard info to app.jsx 2022-08-30 19:26:03 +02:00
Thomas Quandalle
7423cb36ea fix errors here and there :) 2022-08-30 10:30:21 +02:00
Thomas Quandalle
efbf03858e fix live view + add total recordings + offline mode option 2022-08-29 22:33:55 +02:00
Thomas Quandalle
b37787dd02 fix for config url, live view need some tweaks 2022-08-29 15:19:51 +02:00
Thomas Quandalle
19a680cfd8 add MJPEG and live view on dashboard page (WIP)
snapshots are now stored in color instead of gray
2022-08-29 15:12:17 +02:00
Thomas Quandalle
60be32dea3 Update authentication.js 2022-08-27 15:29:09 +02:00
Thomas Quandalle
6a561c6464 change env 2022-08-27 14:40:49 +02:00
Thomas Quandalle
e62ae2f770 fix for API url (port might be different) 2022-08-27 13:38:47 +02:00
Thomas Quandalle
2fb6625e9a fix prod build 2022-08-26 22:03:45 +02:00
Thomas Quandalle
6182594b6e enterprise agent depending how is running + github action worlflow failed 2022-08-26 21:19:07 +02:00
Thomas Quandalle
e00b45037c add a random key when empty + add verification for hub and vault 2022-08-26 21:13:43 +02:00
Thomas Quandalle
a1c000e84f add a working settings page (Finally) 2022-08-26 18:01:18 +02:00
Thomas Quandalle
c1684bb743 add update config function - less strict linting 2022-08-22 22:48:41 +02:00
Thomas Quandalle
31b9f7022b remove console print - broke build 2022-08-22 12:26:17 +02:00
Thomas Quandalle
6b9f25ef57 a few fixes for settings page + add sub rtsp url (WIP) 2022-08-22 10:50:10 +02:00
olokos
87f84e993a Eslint: Fix Unexpected unnamed function func-names
This is the proper and correct new way of using anonymous functions.

Reference: https://stackoverflow.com/questions/52735032/warning-unexpected-unnamed-function-func-names-under-eslint-rule
2022-08-17 21:12:01 +02:00
olokos
23b357e669 Fix build after 3debf62975
Because of missing imports and some undefined variables the latest code wouldn't compile.

I have fixed it.

The only thing I am not sure about is dispatchConfig: PropTypes.bool.isRequired
Not sure if it's truly bool or if this is valid, but it works finally again, but with proper log timezone!
2022-08-17 20:27:26 +02:00
olokos
4021c0dada No idea how those 2 got downgraded, but lets use the latest versions again 2022-08-17 11:50:02 +02:00
olokos
dac55e489a Merge remote-tracking branch 'upstream/develop' into develop 2022-08-17 11:44:31 +02:00
Thomas Quandalle
3debf62975 update settings page 2022-08-15 22:08:08 +02:00
olokos
592e03fc3b Update most of go and javascript dependencies
There were some build issues, also eslint was preventing build because of too old react-scripts, that was in conflict with another requirement for more recent eslint, so I've updated react-scripts, so newer eslint isn't a problem anymore.
2022-08-15 18:11:40 +02:00
Thomas Quandalle
38d3f2e0d0 disable GENERATE_SOURCEMAP=false 2022-06-16 17:06:39 +02:00
Thomas Quandalle
90acc0832c disable class-methods-use-this 2022-06-16 10:47:56 +02:00
Thomas Quandalle
77c8702b17 add general component + fix console messages 2022-06-15 21:01:06 +02:00
Thomas Quandalle
6b5d544664 adding settings pages and divide them over tabs 2022-06-15 19:25:42 +02:00
Thomas Quandalle
23d4396c4d add UI baseline 2022-06-14 22:02:52 +02:00
Thomas Quandalle
1d1404a3ca aligned version with kerberos-io/ui 2022-06-10 08:45:48 +02:00
Thomas Quandalle
12e14e296c get rid of auth 2022-06-08 18:48:16 +02:00
Thomas Quandalle
86bb1beb5b more fixes to get to a stable release 2022-06-08 18:46:14 +02:00
Thomas Quandalle
94f45c2901 getting rid of some more errors ;) 2022-06-08 16:58:47 +02:00
Thomas Quandalle
1f79bcfade integrate kerberos/ui 2022-06-08 16:33:21 +02:00
Thomas Quandalle
7908a4af7f update to kerberos-io/ui 1.58 + increase prettifier linting 2022-06-08 13:38:26 +02:00
Thomas Quandalle
4ec9b4f577 fix build 2022-06-05 22:49:15 +02:00
Thomas Quandalle
f0890471e5 upgrade node sass 2022-06-05 22:21:56 +02:00
Thomas Quandalle
8e9c1abfd3 move to UI repo 2022-06-05 21:36:22 +02:00