Julian Dinter
|
cfff2ad72b
|
Changed comment regarding "ical.js" and "node-ical".
|
2021-08-25 17:28:37 +02:00 |
|
Julian Dinter
|
83b8cc6729
|
Ran npm run lint:prettier..
|
2021-08-22 14:23:10 +02:00 |
|
Julian Dinter
|
878c0be727
|
[Fix] start time of calendar event gets corrected by time zone offset.
|
2021-08-22 14:16:02 +02:00 |
|
Julian Dinter
|
e7f06f5c0c
|
Removed duplicated and thus superfluous debug messages.
|
2021-08-22 14:06:24 +02:00 |
|
Julian Dinter
|
a1fc38c5fe
|
Prettified and added debug messages.
|
2021-08-22 13:57:24 +02:00 |
|
rejas
|
4a63af0490
|
Set error to null once the events are coming again
|
2021-05-29 13:22:31 +02:00 |
|
rejas
|
4b1c7da171
|
Update jsdoc
|
2021-05-19 11:12:56 +02: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
|
b212641069
|
Move checkFetchStatus into NodelHelper
|
2021-05-19 11:12:42 +02:00 |
|
rejas
|
90aa50bb11
|
Add fetcher_helper for calendar and newsfeed
|
2021-05-19 11:12:42 +02:00 |
|
rejas
|
37fab7ac63
|
Update error handling for newsfeed and calendar
|
2021-05-19 11:12:42 +02:00 |
|
veeck
|
6d356ff770
|
Introduce font-size-small property and use it in calendar too (clean it up too)
|
2021-05-08 18:29:53 +02:00 |
|
rejas
|
159f3d0aa2
|
Replace deprecated symbol with modern solution
|
2021-05-08 18:05:30 +02:00 |
|
veeck
|
43ba4bd00e
|
Fix calendar debug
|
2021-05-07 12:28:55 +02:00 |
|
config
|
5d99baac21
|
Fixing fetch option httpsAgent to agent in calendar module (#466)
|
2021-04-15 14:51:33 +02:00 |
|
B1gG
|
ee559ec650
|
to use dateFormat when timeFormat is relative
|
2021-04-13 07:29:11 +01:00 |
|
Julian Dinter
|
08194925cb
|
Changed log type of starting function of calendar module.
|
2021-04-02 12:26:34 +02:00 |
|
veeck
|
8ea37a5a45
|
Fix left over self reference
|
2021-03-28 10:48:12 +02:00 |
|
Sam Detweiler
|
d11e4e5c92
|
refix #2483 , recurring FULL Day event, start date before 2007
|
2021-03-23 08:44:14 -05:00 |
|
Michael Teeuw
|
2e01f988f5
|
Merge pull request #2489 from sdetweil/fixday2
|
2021-03-19 16:54:44 +01:00 |
|
Sam Detweiler
|
2b940c9cfb
|
fix formatting
|
2021-03-19 10:42:14 -05:00 |
|
Sam Detweiler
|
b6f4737ecc
|
fix 2488, west of UTC day shift
|
2021-03-19 10:32:04 -05:00 |
|
rejas
|
99d838f9cd
|
Remove console log
|
2021-03-18 16:55:54 +01:00 |
|
Sam Detweiler
|
4f9fc032e5
|
fix for issue 2483, calendar shows wrong date, recurring start before 2007
|
2021-03-17 07:36:03 -05:00 |
|
rejas
|
7635dea3e9
|
Replace valid-url library by standard node method
|
2021-03-16 19:25:23 +01:00 |
|
rejas
|
b5dc91fd07
|
Remove now unnecessary require
|
2021-03-14 21:04:38 +01:00 |
|
rejas
|
52584f36d7
|
Fix base64 encoding for basic auth in calendar
|
2021-03-14 19:38:03 +01:00 |
|
rejas
|
71bd45dfd4
|
Fix errors introduced after latest rebase
|
2021-03-14 10:40:14 +01:00 |
|
rejas
|
85c9d3b331
|
More es6 notations
|
2021-03-14 10:40:14 +01:00 |
|
rejas
|
5e6cbeb9ba
|
Convert some code to es6
|
2021-03-14 10:40:14 +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
|
05c3a5bf83
|
Remove self variable
|
2021-03-14 10:40:14 +01:00 |
|
rejas
|
c2f5d038de
|
Move filter function into utils class too
|
2021-03-14 09:03:12 +01:00 |
|
rejas
|
0ac5032db9
|
Move filter function into seperate method
|
2021-03-14 08:59:50 +01:00 |
|
rejas
|
9b93066cbe
|
Remove unused variable
|
2021-03-14 08:53:40 +01:00 |
|
rejas
|
bc60ae21c4
|
Cleanup node_helper to look more like the one from newsfeed module
|
2021-03-14 08:53:40 +01:00 |
|
rejas
|
0b37ed072c
|
Refactor fetcher methods into util class
|
2021-03-14 08:53:40 +01:00 |
|
Karsten Hassel
|
514b9453f8
|
removed getFetcher function
|
2021-03-06 21:19:14 +01:00 |
|
Karsten Hassel
|
504e7cadd7
|
getFetcher
|
2021-03-05 00:13:32 +01:00 |
|
Karsten Hassel
|
c80aeff945
|
fixes calendarfetcher
|
2021-03-04 21:12:53 +01:00 |
|
Karsten Hassel
|
1f9109f8e4
|
snapshot
|
2021-03-03 00:09:32 +01:00 |
|
Karsten Hassel
|
f09c54184a
|
moved tests to fetch, run prettier
|
2021-03-02 21:26:25 +01:00 |
|
Karsten Hassel
|
92a35692f2
|
snapshot
|
2021-03-02 00:40:55 +01:00 |
|
Karsten Hassel
|
53e300bd31
|
snapshot
|
2021-03-02 00:17:13 +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 |
|
config
|
5b270b84b4
|
linted calendarfetcher.js
|
2021-02-21 19:56:02 +01:00 |
|
Krouty
|
beb5faef8b
|
Added support for self-signed certificates
Added support for self-signed certificates
|
2021-02-21 11:32:03 +01:00 |
|
Krouty
|
c6aff8b7dc
|
Added suppoert for self-signed certificates
Added support for self-signed certificates
|
2021-02-21 11:29:19 +01:00 |
|