aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Events.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into 'dev'Mario2019-06-201-1/+2
|\ | | | | | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679
| * events: don't use htmlentities on local (hz) event titles as they are not ↵zotlabs2019-06-191-1/+2
| | | | | | | | being used in textareas and umlauts for instance are getting mangled on the calendar display
* | disable events module. it is now disfunctionalMario Vavti2019-06-171-0/+6
|/
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-2/+2
| | | | some fixes to activity parsing from upstream.
* use different settings for cal_first_day in events and cdav/calendar. This ↵Mario2018-09-231-1/+1
| | | | is a tradeoff. It would be better to have one setting for both but if we want to preserve the *all settings* view, this would break its functionality
* settings for events and cdav calendarMario2018-09-231-2/+4
|
* don't double encodezotlabs2018-09-201-1/+1
|
* remove bbcode from event hovertipzotlabs2018-09-201-3/+2
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* more nav_set_selected appsgit-marijus2017-07-211-1/+1
|
* set 'adjust for viewer timezone' as the default for new events.zotlabs2017-01-021-3/+6
|
* feature: allow event creation in other timezones than your own.zotlabs2017-01-011-2/+8
|
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-3/+3
|
* issue #576 - duplicate events shownzotlabs2016-11-021-3/+2
|
* remove debuggingzotlabs2016-11-021-3/+0
|
* issue #575, when 'nofinish' is set on an event, invalid date was ↵zotlabs2016-11-021-4/+8
| | | | generated/stored
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵Florian Steinel2016-10-271-1/+1
| | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
* provide lockstate for events and remove obsolete codeMario Vavti2016-10-221-5/+2
|
* squash timezone adjusted birthdays into a single day in the calendar, by ↵zotlabs2016-10-211-0/+6
| | | | lying and telling the js calendar that the end date/time is unknown
* change event behaviour - share by default.zotlabs2016-10-181-2/+4
|
* even more backslashesredmatrix2016-10-031-4/+4
|
* objects with id=share_container seem to be blacklisted in various security ↵Mario Vavti2016-09-221-2/+2
| | | | browser plugins. rename it to distr_container. also remove some superfluous js
* multi acl: port eventsMario Vavti2016-08-031-1/+11
|
* move permissiondescription class to zotlabs/libredmatrix2016-07-111-2/+1
|
* ditch the change_view widget and make header fixed in fullscreen modeMario Vavti2016-07-011-2/+4
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-21/+21
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* more db column renamesredmatrix2016-05-311-1/+1
|
* some event fixes, also change jquery-textcomplete to un-minified since the ↵redmatrix2016-05-251-1/+1
| | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* Update some modules to use new ACL dialog featureTreer2016-05-081-2/+5
|
* module updatesredmatrix2016-04-181-0/+714