aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
Commit message (Collapse)AuthorAgeFilesLines
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-1/+1
| | | | component of /display/ links for message-ids that contain troublesome characters
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-181-2/+2
| | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
* ical import/export - provide mechanism to preserve original source ↵zotlabs2017-01-051-13/+52
| | | | formatting across zot based systems.
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-6/+6
|
* even more backslashesredmatrix2016-10-031-22/+22
|
* issue #515redmatrix2016-09-201-2/+5
|
* event_store_event hookredmatrix2016-08-141-0/+7
|
* fix vevent multi-line formattingredmatrix2016-07-201-1/+3
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-71/+98
| | | | 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-2/+2
|
* some event fixes, also change jquery-textcomplete to un-minified since the ↵redmatrix2016-05-251-21/+38
| | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-1/+1
| | | | refactoring
* sabre upgraderedmatrix2016-05-101-11/+1
|
* initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵redmatrix2016-05-101-10/+10
| | | | browser interface, and rework event export/import)
* update icon names in include/Treer2016-05-011-1/+1
|
* static Appredmatrix2016-03-311-2/+2
|
* when creating an event from a post in our stream, if the original post was ↵redmatrix2016-02-251-0/+11
| | | | private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-1/+1
| | | | project/version info. Move these out of /boot.php
* various issues from the forumsredmatrix2016-01-171-1/+1
|
* we also need nofinish in the object. css ficesMario Vavti2015-11-261-0/+2
|
* also catch the other objectMario Vavti2015-11-261-0/+5
|
* first iteration on the event itemMario Vavti2015-11-261-0/+5
|
* some basic event stylingMario Vavti2015-11-251-10/+12
|
* Document the additional content export optionsredmatrix2015-09-241-1/+4
|
* timezone tweaksredmatrix2015-09-231-6/+10
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-071-1/+15
|\
| * create event sync packetsredmatrix2015-09-071-0/+14
| |
* | edited event showing bad signature and null_date for edit timestampredmatrix2015-08-241-1/+7
| |
* | support ical priorityredmatrix2015-08-201-7/+19
| |
* | cleanup of task widget - make jquery workflow a bit smootherredmatrix2015-08-201-2/+2
| |
* | more work on tasksredmatrix2015-08-201-0/+24
| |
* | do ical export before checking logged in channelredmatrix2015-08-201-1/+1
| |
* | add carriage return to newlines for exported events (rfc2445:4.1)redmatrix2015-08-201-31/+31
| |
* | event integration improvementsredmatrix2015-08-191-0/+11
| |
* | import and export tasks (calendar todo items)redmatrix2015-08-181-5/+203
| |
* | provide module for importing yearly content dumpsredmatrix2015-08-171-0/+11
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-311-2/+14
|\| | | | | | | | | Conflicts: util/messages.po
| * event parse cleanupredmatrix2015-07-301-2/+8
| |
| * escape $ in eventsredmatrix2015-07-301-2/+8
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-301-32/+80
|\| | | | | | | | | | | several dav fixes Conflicts: include/items.php
| * minor cleanupredmatrix2015-07-291-14/+1
| |
| * Merge branch 'vobject'redmatrix2015-07-291-23/+83
| |\ | | | | | | | | | | | | Conflicts: include/event.php
| | * convert ics import to sabre/vobjectredmatrix2015-07-291-29/+42
| | |
| | * initial work on using sabre as a vcalendar parserredmatrix2015-07-281-1/+50
| | |
| * | PRIVACY: imported eventsredmatrix2015-07-291-0/+1
| |/
| * make superblock block a channel if it's an owner as well as the current ↵redmatrix2015-07-281-1/+1
| | | | | | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-271-1/+85
|\| | | | | | | | | Conflicts: util/messages.po
| * crude but more or less functional event import from thunderbird ics filesredmatrix2015-07-261-6/+25
| |
| * backend code for importing events from "simple" ics calendar files.redmatrix2015-07-261-0/+65
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-211-1/+1
|\| | | | | | | | | Conflicts: doc/to_do_code.bb