hunterlong
|
0d6c4a89a7
|
docker buildx
|
2020-07-13 15:38:45 -07:00 |
hunterlong
|
2be9564fff
|
docker buildx
|
2020-07-13 14:36:18 -07:00 |
hunterlong
|
2ec7c8eb95
|
gotify notifier updates
|
2020-07-10 01:29:07 -07:00 |
hunterlong
|
7f5a6a2e7c
|
fixed ICMP latency and ping duration, organized Vue files
|
2020-07-09 11:19:31 -07:00 |
hunterlong
|
afc471116e
|
authentication, UI fixes,
|
2020-07-02 11:41:46 -07:00 |
hunterlong
|
08e5d81c3c
|
new custom oAuth authentication method, added "local" auth method as default
|
2020-06-25 21:46:09 -07:00 |
hunterlong
|
202695ba20
|
oauth Google fixes, google oauth restrict users based on domain and/or email address, notifiers no dereference pointer for services and failure
|
2020-06-25 21:08:12 -07:00 |
hunterlong
|
ea23865494
|
added github oauth username and organizations for authentication
|
2020-06-25 18:37:57 -07:00 |
hunterlong
|
6f0f712bad
|
oauth fixes, login cookies fixes
|
2020-06-25 17:15:59 -07:00 |
hunterlong
|
7be131d0cf
|
added http headers for outgoing requests, removed mobile notifier inputs, added Pushover notifier fields
|
2020-06-24 18:58:21 -07:00 |
hunterlong
|
1044337ec6
|
add error for theme editor
|
2020-06-22 00:21:26 -07:00 |
hunterlong
|
04a04ad715
|
added Switch and List inputs for notifiers, added more variable examples
|
2020-06-22 00:13:57 -07:00 |
hunterlong
|
85059bda4f
|
postman update
|
2020-06-21 00:16:13 -07:00 |
hunterlong
|
c8e967b476
|
email notifier, uri encode qr code
|
2020-06-19 17:57:34 -07:00 |
hunterlong
|
2e2b4c2a7f
|
email notifier update, duration humanized
|
2020-06-19 02:14:40 -07:00 |
hunterlong
|
b6e117fc8a
|
404 view
|
2020-06-18 17:39:10 -07:00 |
hunterlong
|
6fceb832d4
|
slack notifier fix, i18n updates, yayness
|
2020-06-18 00:58:54 -07:00 |
hunterlong
|
641f2d18b2
|
UI fixes, i18n updates, notifier example usage
|
2020-06-17 15:35:13 -07:00 |
hunterlong
|
ef60ba765c
|
fixed Theme Editor codemirror inputs, test responses design for notifier
|
2020-06-15 01:01:31 -07:00 |
hunterlong
|
a9ef085024
|
custom notifier JSON/text, notifier interface update, added example service and failure.
|
2020-06-15 00:46:27 -07:00 |
hunterlong
|
f2ebe6de9f
|
custom notifier JSON/text, codemirror custom designs for variables, JWT updates
|
2020-06-14 22:39:54 -07:00 |
hunterlong
|
01fea69edc
|
custom notifier JSON/text, codemirror custom designs for variables, JWT updates
|
2020-06-14 21:46:28 -07:00 |
hunterlong
|
722ce47977
|
metrics
|
2020-06-14 13:46:22 -07:00 |
hunterlong
|
98e80157b5
|
CLI fixes for PORT and IP/HOST
|
2020-06-14 13:18:59 -07:00 |
hunterlong
|
73d7a65c39
|
removed automatic service reloading for now
|
2020-06-10 23:58:39 -07:00 |
hunterlong
|
256e772d51
|
fixed service page
|
2020-06-10 19:43:35 -07:00 |
hunterlong
|
a86b8de718
|
fixed service page
|
2020-06-10 17:19:16 -07:00 |
Hunter Long
|
79a1e68ec1
|
Merge pull request #645 from kaeltis/fixTimeConversion
Fix time conversion in overview and charts
|
2020-06-10 10:58:15 -07:00 |
hunterlong
|
a0517bc64c
|
package updates
|
2020-06-10 08:22:59 -07:00 |
hunterlong
|
b659e24246
|
meta tags
|
2020-06-10 05:30:48 -07:00 |
hunterlong
|
c9a7a67d1a
|
meta tags
|
2020-06-09 17:40:05 -07:00 |
Patrick Fruh
|
489b837972
|
Remove calculation from ServiceSparkLine.vue
ServiceSparkLine gets ms, not μs
Also changed another toFixed to round
|
2020-06-09 21:12:46 +02:00 |
Patrick Fruh
|
1d5c2737aa
|
Added space between value and percent sign
Also added space between number and percent sign to follow International System of Units (SI)
|
2020-06-09 20:59:22 +02:00 |
Patrick Fruh
|
7ce93c8cce
|
Use same ms conversion as other graphs
|
2020-06-09 20:47:31 +02:00 |
Patrick Fruh
|
5434b26b6e
|
Revert "Use humanTime instead of doing own calculations"
This reverts commit 2c5a6318d6 .
|
2020-06-09 20:45:12 +02:00 |
Patrick Fruh
|
2c5a6318d6
|
Use humanTime instead of doing own calculations
|
2020-06-09 20:36:09 +02:00 |
Patrick Fruh
|
0d350fb023
|
Use Math.round, only use ms in graphs when at least 10 ms
Math.round is about 99% faster https://jsperf.com/math-round-vs-tofixed2/17
Graph change tries to avoid rising/falling graphs while displayed values don't change
|
2020-06-09 20:17:41 +02:00 |
Patrick Fruh
|
a8fb5ce80e
|
Round instead of floor to be more accurate to value
|
2020-06-09 20:02:02 +02:00 |
Patrick Fruh
|
2fe56b1e92
|
Use short codes for ms and μs
Also added space between number and symbol according to International System of Units (SI)
|
2020-06-09 19:59:02 +02:00 |
Patrick Fruh
|
811236f8b4
|
Fix time conversion in overview and charts
|
2020-06-09 18:50:59 +02:00 |
hunterlong
|
128c53e5e1
|
language
|
2020-06-04 06:13:32 -07:00 |
Hunter Long
|
eddf378938
|
Merge pull request #588 from kvpt/service
Fix service handling in announcements page
|
2020-06-04 03:20:58 -07:00 |
Hunter Long
|
2cceaec54a
|
Merge branch 'master' into heatmap
|
2020-06-04 03:20:26 -07:00 |
Hunter Long
|
ac66447c08
|
Merge pull request #590 from kvpt/login
Fix login if oauth fail to init
|
2020-06-04 03:17:55 -07:00 |
Hunter Long
|
eef5e89045
|
Merge branch 'master' into announcement
|
2020-06-04 03:17:01 -07:00 |
hunterlong
|
98175ab326
|
i18n implementation for frontend, oauth url fixes, added language into Core,
|
2020-06-01 23:56:19 -07:00 |
Hunter Long
|
bb9eacc522
|
Merge pull request #617 from statping/features-fixes-2
Features fixes 2
|
2020-06-01 19:27:52 -07:00 |
hunterlong
|
5eecb5fa53
|
newsletter feature
|
2020-05-29 15:06:13 -07:00 |
Fabio Rodrigues
|
f96c43d98c
|
fix create/edit services, fixes #581. fixes #608
|
2020-05-28 18:35:33 +01:00 |
hunterlong
|
8e3e5a8bae
|
TLS form fix
|
2020-05-21 07:56:32 -07:00 |