aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
Commit message (Collapse)AuthorAgeFilesLines
* AS2Mario2024-02-251-2/+2
|
* do not feed null to TimeZoneUtil::getTimeZone()Mario2024-02-131-1/+1
|
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-1/+1
|
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-251-1/+4
|
* parse the event object in first place and use the body bbcode as backupMario Vavti2023-10-041-42/+82
|
* fix regression when rendering event itemsMario2023-04-231-1/+1
|
* fix issue #1728Mario2023-03-121-2/+2
|
* fix regression: new event not createdMario2022-12-021-4/+2
|
* do not update the guid on xchan/hubloc updates and define some array keysMario2022-11-041-8/+19
|
* php8: fix more warningsMario2022-09-111-6/+6
|
* make sure we use source.content when rendering events to correctly render ↵Mario2022-05-161-4/+11
| | | | observer related content. fix wrong media types.
* remove loggingMario2022-03-041-1/+1
|
* event fixesMario2022-03-041-5/+9
|
* streamline event activity handlingMario2022-03-041-50/+128
|
* make sure we transform events to UTC on import before storing. Transform ↵Mario2021-04-221-5/+5
| | | | from event timezone if available otherwise channel default
* 5.0RC testing: fix issue with event responsesMario2020-10-101-1/+1
|
* event display zot/zot6 compatibilityMario2020-07-311-51/+51
|
* use $mid as plink to prevent to long plinksMario2020-04-201-1/+1
|
* event issue when using strict sql modezotlabs2020-04-101-9/+13
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-1/+2
|
* show event timezone only if adjust ist set and the offset of the event ↵Mario2020-04-051-3/+11
| | | | timezone is different from the channel default timezone offset
* show event timezone if it differs from the channel default timezoneMario2020-04-051-2/+13
|
* another attempt to get events rightMario2020-04-041-19/+24
|
* Revert "more timezone changes"Mario2020-04-031-7/+5
| | | This reverts commit cec2e92fe381a5e4bb67426290303639dd260358
* Revert "set timezone iconfig a little earlier in the process so that it will ↵Mario2020-04-031-3/+1
| | | | | be included in the object" This reverts commit 6cfaa5cba32eb1e7f2b4a0ba6bb281ebd610a54b
* more timezone changesMario2020-04-031-5/+7
|
* set timezone iconfig a little earlier in the process so that it will be ↵Mario2020-04-031-1/+3
| | | | included in the object
* ATOM_TIME format is not compatible with the DBMario2020-04-021-2/+2
|
* bugfix: event_addtocal not preserving original privacy expectationzotlabs2020-01-241-1/+1
|
* event compatibility workzotlabs2020-01-141-1/+9
|
* rework activitystreams events - send invite/event activities instead of ↵zotlabs2020-01-121-1/+1
| | | | create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional.
* sse notificationsMario2019-11-111-1/+11
|
* fix bbcode event reshare timezone issueMario Vavti2019-10-041-0/+6
| | | (cherry picked from commit 79bcc157bf8f0c67a8ee41ae9c53a9dec969f8d1)
* do not change default timezone in parse_ical_file()Mario Vavti2019-06-031-9/+0
|
* fix timezone issue when importing adjusted eventsMario Vavti2019-06-031-7/+13
|
* regard timezones in calendar import/exportMario2019-06-031-4/+23
| | | (cherry picked from commit 5b4aa1afc2d3811aae93706299dfb5d5c703198f)
* mod cal band-aid fixesMario Vavti2019-05-261-2/+3
|
* adjust birthday handling according to community decision and slightly change ↵Mario Vavti2019-05-261-4/+20
| | | | display of allday event items
* improve timezone detection for caldav and remove smart birthday feature. ↵Mario Vavti2019-05-221-2/+2
| | | | Force adjust birthdays until we agree on how to deal with this.
* calendar merge: initial commit for timezone supportMario Vavti2019-05-201-4/+11
|
* calendar merge: cleanup and comment out some unused codeMario Vavti2019-05-091-1/+1
|
* calendar merge: use b64 encoded mid for plinkMario Vavti2019-05-021-1/+1
|
* Merge branch 'dev' into calendar_mergeMario Vavti2019-04-191-1/+6
|\
| * add attachments to zot6 event objects, add zot6 to federated transports ↵zotlabs2019-04-151-1/+6
| | | | | | | | (webfinger)
* | calendar merge initial commitMario Vavti2019-04-191-0/+4
|/
* this should fix the rest of the event stuffzotlabs2019-01-171-4/+13
|
* add item.uuid to relevant placeszotlabs2018-11-151-2/+5
|
* background work for caldav integration continued, modify mod_follow to allow ↵zotlabs2018-03-021-0/+22
| | | | it to be called from ajax without redirecting.
* add event resource_id to iconfig so Diaspora can search on it without ↵zotlabs2018-02-211-0/+7
| | | | looking inside JSON objects.
* scrutinizer issues: none worthy of including in 3.0, there will likely be a ↵zotlabs2018-01-081-3/+3
| | | | few hundred more before all is said and done.