aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Channel_calendar.php
Commit message (Collapse)AuthorAgeFilesLines
* fix php warningsMario2022-10-201-9/+9
|
* Change set_linkified_perms() arguments orderMax Kostikov2021-03-091-1/+1
|
* formattingMario2021-01-151-148/+149
|
* cleanup unused/undefined variablesMario2021-01-151-73/+71
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-3/+5
|
* show event timezone only if adjust ist set and the offset of the event ↵Mario2020-04-051-3/+6
| | | | timezone is different from the channel default timezone offset
* another attempt to get events rightMario2020-04-041-11/+12
|
* Revert "more timezone changes"Mario2020-04-031-2/+2
| | | This reverts commit cec2e92fe381a5e4bb67426290303639dd260358
* Revert "use timezone info for timezone display only- the actual time is in ↵Mario2020-04-031-5/+9
| | | | | utc already." This reverts commit 625438ff642381472b4ba6c86bad7f26f69e8083
* more timezone changesMario2020-04-031-2/+2
|
* use timezone info for timezone display only- the actual time is in utc already.Mario2020-04-031-9/+5
|
* calendar: revert back to UTC strings for dates due to better legibility. ↵Mario Vavti2019-07-111-3/+3
| | | | Strip timezone info from UTC string and always treat values as UTC.
* fix encoding also for description and locationMario Vavti2019-06-201-3/+3
|
* Merge branch 'dev' into 'dev'Mario2019-06-201-2/+2
|\ | | | | | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679
| * tweak to event title encoding to ensure it works with German, Russian, as ↵zotlabs2019-06-191-1/+1
| | | | | | | | well as angle chars
| * events: don't use htmlentities on local (hz) event titles as they are not ↵zotlabs2019-06-191-2/+2
| | | | | | | | being used in textareas and umlauts for instance are getting mangled on the calendar display
* | more work on linked item/resource deletion for photos and events, deprecate ↵Mario Vavti2019-06-131-5/+0
| | | | | | | | the force flag in drop_item() and comment out goaway() in drop_item().
* | initial support for deleting event items if an event is removedMario Vavti2019-06-121-3/+62
|/
* regard timezones in calendar import/exportMario2019-06-031-1/+3
| | | (cherry picked from commit 5b4aa1afc2d3811aae93706299dfb5d5c703198f)
* adjust birthday handling according to community decision and slightly change ↵Mario Vavti2019-05-261-17/+0
| | | | display of allday event items
* improve timezone detection for caldav and remove smart birthday feature. ↵Mario Vavti2019-05-221-10/+10
| | | | Force adjust birthdays until we agree on how to deal with this.
* move smart birthday feature to calendar settings and override the adjust ↵Mario Vavti2019-05-201-0/+3
| | | | flag at display time instead of import
* be more precise with table selectionMario Vavti2019-05-201-4/+4
|
* calendar merge: initial commit for timezone supportMario Vavti2019-05-201-50/+23
|
* calendar merge: only export events that will not break the importer. this ↵Mario Vavti2019-05-151-2/+3
| | | | will probably dismiss some old experimental entries
* deal with privacy mentions in event descriptionsMario Vavti2019-05-131-11/+35
|
* calendar merge: cleanupMario Vavti2019-05-131-138/+9
|
* calendar merge: implement channel calendar import in cdav/calendarMario Vavti2019-05-101-14/+0
|
* calendar merge: cleanup and comment out some unused codeMario Vavti2019-05-091-66/+53
|
* calendar merge: remove deprecated share variableMario Vavti2019-05-011-20/+2
|
* calendar merge: fix event_xchan mixupMario Vavti2019-05-011-6/+0
|
* do not allow editing events that do not belong to usMario Vavti2019-04-301-0/+5
|
* select event by event_hash instead of item_idMario Vavti2019-04-301-1/+1
|
* calendar merge: implement single event editing UIMario Vavti2019-04-301-0/+1
|
* calendar merge: d&d support and some minor cleanup and fixesMario Vavti2019-04-291-2/+11
|
* calendar merge: bring back event categoriesMario Vavti2019-04-241-28/+26
|
* provide location and description informationMario Vavti2019-04-191-5/+11
|
* provide link to source and some cleanupMario Vavti2019-04-191-139/+2
|
* calendar merge initial commitMario Vavti2019-04-191-0/+753