krukle
9ae62d60f7
fix automated test: error 'key' is not defined
2022-08-06 10:47:37 +02:00
krukle
8bf9b9bef9
Add possibility to fetch calendars through socket notifications
2022-07-12 14:35:04 +02:00
Kristjan SCHMIDT
a5668b1b99
Magic Mirror -> MagicMirror²
...
Consistent spelling
2022-01-26 23:09:26 +01:00
rejas
bdfd6e5e9f
Fix calendar test
2021-05-19 11:12:56 +02:00
veeck
06b3f92963
Refaktor calendar error once again for better messaging to the user
2021-05-19 11:12:56 +02:00
rejas
90aa50bb11
Add fetcher_helper for calendar and newsfeed
2021-05-19 11:12:42 +02:00
rejas
7635dea3e9
Replace valid-url library by standard node method
2021-03-16 19:25:23 +01:00
rejas
3d4429d418
Remove copypasted-function that doesnt exist
2021-03-14 10:40:14 +01:00
rejas
d3d64d3ca0
Cleanups
2021-03-14 10:40:14 +01:00
rejas
bc60ae21c4
Cleanup node_helper to look more like the one from newsfeed module
2021-03-14 08:53:40 +01:00
Michael Teeuw
2e2e157017
Merge pull request #2458 from codac/patch-2
...
This is supposed to make self signed certs work with the calendar module
2021-02-23 14:09:13 +01:00
Krouty
beb5faef8b
Added support for self-signed certificates
...
Added support for self-signed certificates
2021-02-21 11:32:03 +01:00
Felix Wiedenbach
b18d98f5ea
exposed logger as node module
2021-02-18 19:14:53 +01:00
Sam Detweiler
4a7cb88a3e
typo, remove dead code, comments, fix recurring refresh, let fetcher handle it
2020-10-12 09:01:50 -05:00
Sam Detweiler
a3bad8aec4
fix subsequent calendar fetcher timing
2020-10-11 22:39:42 -05:00
rejas
1d4d5cc4e7
Cleanup calendar jsdoc
2020-08-03 11:19:54 +02:00
rejas
73aa35ea2c
Pass maximumEntries for each calender to fetcher
...
Fixes failing test
2020-07-18 17:51:21 +02:00
chamakura
2afff6c432
Updating files to the latest versions from 'develop' branch
2020-06-20 11:18:37 -07:00
chamakura
be3616abe2
Bug fix to correctly handle the logic for 'maxEntries' Issue #2050
2020-06-20 11:01:37 -07:00
rejas
008ac2876b
More console -> Logger conversions
2020-06-02 15:05:31 +02:00
rejas
23c0e01565
Use logger in node_helpers
2020-06-02 15:04:58 +02:00
DarthBrento
aeb287fa1d
Attach identifier to socket notifications to allow multiple instances
2020-06-01 13:12:54 +02:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
rejas
e7fc4ef1e7
Replace unsecure links with https ones
2020-04-28 23:05:28 +02:00
Veeck
36400c0a83
Fix some eslint errors from previous merges
2019-06-14 14:03:07 +02:00
Matt Bauer
d41afa0e53
Calendar fetch error is still a loading result
...
Also log error on node side as well.
2019-06-13 15:52:49 -05:00
Jon Kolb
c61f0409fb
Rename includePastEvents calendar config option to broadcastPastEvents
2019-04-17 08:16:04 -04:00
Jon Kolb
806be39a6d
Add includePastEvents global and calendar-specific settings
2019-04-17 08:13:51 -04:00
Bas van Wetten
4add7cd0b3
Fix calendar.js bug
...
Fix bug where excludedEvents count towards maximumEntries displayed
2017-07-28 17:47:22 +02:00
Beh
9848f80630
Added support for more authentication methods for the default calendar module
...
HTTP Basic, Digest and OAuth2/Bearer authentications are now supported
by the calendar module
2017-03-07 00:12:43 +01:00
Brian
c95a37130a
Remove unused uelf variable
2017-01-16 02:36:10 +01:00
Robin Appelman
90207f9b68
add support for http basic auth for calendars
2016-09-08 21:29:17 +02:00
Ashley M. Kirchner
486956b762
Added proper User-Agent string to Facebook calendar call, and various fixed spelling of 'exist'.
2016-06-04 20:32:55 -06:00
Michael Teeuw
f45a2e7806
Fix repeating appointments, Fix : #169
2016-04-15 12:19:00 +02:00
Michael Teeuw
cfd6cdc50f
Remove debugging. Fixes : #146
2016-04-07 09:22:54 +02:00
Nicholas Hubbard
426728058c
Standardize: TO JSCS!
2016-04-05 14:35:11 -04:00
Michael Teeuw
598cf61eb4
Fix Facebook Birthdays - Fix : #97
2016-04-05 11:20:47 +02:00
Michael Teeuw
c4bfa6d4d8
Finish loading empty calendars. Fixes issue: #124
2016-04-05 10:01:54 +02:00
Michael Teeuw
a4d5b74b57
Fixes encoding issues: #125 & #126
2016-04-03 23:16:59 +02:00
Michael Teeuw
5eed80c28e
Squashed commit of the following:
...
commit e38dd346d9f796807ea71035c18e3533ec245ba6
Author: Michael Teeuw <michael@xonaymedia.nl>
Date: Sat Apr 2 19:17:30 2016 +0200
Add the possibility to set the maximum number of days.
commit 6f5c86775b708d19d3798267ffd23e491a1d2c62
Author: Sam Vendittelli <sam.vendittelli@hotmail.com>
Date: Sat Apr 2 06:27:44 2016 +0100
Fixed cursor appearing in margin
Cursor was appearing in the margin so moved `cursor: none` property to html.
commit 576c668d84b34b8ad7a0fd51b146fde60f721682
Author: Domi-G <lessuseguy+githubdomig@gmail.com>
Date: Fri Apr 1 22:52:32 2016 +0200
Huge cleanup of white space
2016-04-03 19:52:13 +02:00
Michael Teeuw
e4c54cc655
Add module subfolder support.
2016-04-01 17:35:29 +02:00