Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not change default timezone in parse_ical_file() | Mario Vavti | 2019-06-03 | 1 | -9/+0 |
| | |||||
* | fix timezone issue when importing adjusted events | Mario Vavti | 2019-06-03 | 1 | -7/+13 |
| | |||||
* | regard timezones in calendar import/export | Mario | 2019-06-03 | 1 | -4/+23 |
| | | | (cherry picked from commit 5b4aa1afc2d3811aae93706299dfb5d5c703198f) | ||||
* | mod cal band-aid fixes | Mario Vavti | 2019-05-26 | 1 | -2/+3 |
| | |||||
* | adjust birthday handling according to community decision and slightly change ↵ | Mario Vavti | 2019-05-26 | 1 | -4/+20 |
| | | | | display of allday event items | ||||
* | improve timezone detection for caldav and remove smart birthday feature. ↵ | Mario Vavti | 2019-05-22 | 1 | -2/+2 |
| | | | | Force adjust birthdays until we agree on how to deal with this. | ||||
* | calendar merge: initial commit for timezone support | Mario Vavti | 2019-05-20 | 1 | -4/+11 |
| | |||||
* | calendar merge: cleanup and comment out some unused code | Mario Vavti | 2019-05-09 | 1 | -1/+1 |
| | |||||
* | calendar merge: use b64 encoded mid for plink | Mario Vavti | 2019-05-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into calendar_merge | Mario Vavti | 2019-04-19 | 1 | -1/+6 |
|\ | |||||
| * | add attachments to zot6 event objects, add zot6 to federated transports ↵ | zotlabs | 2019-04-15 | 1 | -1/+6 |
| | | | | | | | | (webfinger) | ||||
* | | calendar merge initial commit | Mario Vavti | 2019-04-19 | 1 | -0/+4 |
|/ | |||||
* | this should fix the rest of the event stuff | zotlabs | 2019-01-17 | 1 | -4/+13 |
| | |||||
* | add item.uuid to relevant places | zotlabs | 2018-11-15 | 1 | -2/+5 |
| | |||||
* | background work for caldav integration continued, modify mod_follow to allow ↵ | zotlabs | 2018-03-02 | 1 | -0/+22 |
| | | | | it to be called from ajax without redirecting. | ||||
* | add event resource_id to iconfig so Diaspora can search on it without ↵ | zotlabs | 2018-02-21 | 1 | -0/+7 |
| | | | | looking inside JSON objects. | ||||
* | scrutinizer issues: none worthy of including in 3.0, there will likely be a ↵ | zotlabs | 2018-01-08 | 1 | -3/+3 |
| | | | | few hundred more before all is said and done. | ||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -64/+75 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | cdav migration to core | zotlabs | 2017-06-22 | 1 | -0/+68 |
| | |||||
* | various input filter fixes | zotlabs | 2017-03-18 | 1 | -3/+3 |
| | |||||
* | some event work | zotlabs | 2017-03-05 | 1 | -0/+4 |
| | |||||
* | remove logging | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | parse bbcode events which use the "new" vcalendar format. work in progress. | zotlabs | 2017-02-23 | 1 | -3/+144 |
| | |||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -1/+1 |
| | | | | component of /display/ links for message-ids that contain troublesome characters | ||||
* | urlencode the message-id component of generated /display/ links; in most ↵ | Hubzilla | 2017-01-18 | 1 | -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 ↵ | zotlabs | 2017-01-05 | 1 | -13/+52 |
| | | | | formatting across zot based systems. | ||||
* | call zidify_links() when formatting bbcode for internal consumption | zotlabs | 2016-12-19 | 1 | -6/+6 |
| | |||||
* | even more backslashes | redmatrix | 2016-10-03 | 1 | -22/+22 |
| | |||||
* | issue #515 | redmatrix | 2016-09-20 | 1 | -2/+5 |
| | |||||
* | event_store_event hook | redmatrix | 2016-08-14 | 1 | -0/+7 |
| | |||||
* | fix vevent multi-line formatting | redmatrix | 2016-07-20 | 1 | -1/+3 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 renames | redmatrix | 2016-05-31 | 1 | -2/+2 |
| | |||||
* | some event fixes, also change jquery-textcomplete to un-minified since the ↵ | redmatrix | 2016-05-25 | 1 | -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 ↵ | redmatrix | 2016-05-20 | 1 | -1/+1 |
| | | | | refactoring | ||||
* | sabre upgrade | redmatrix | 2016-05-10 | 1 | -11/+1 |
| | |||||
* | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵ | redmatrix | 2016-05-10 | 1 | -10/+10 |
| | | | | browser interface, and rework event export/import) | ||||
* | update icon names in include/ | Treer | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | when creating an event from a post in our stream, if the original post was ↵ | redmatrix | 2016-02-25 | 1 | -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 ↵ | redmatrix | 2016-02-18 | 1 | -1/+1 |
| | | | | project/version info. Move these out of /boot.php | ||||
* | various issues from the forums | redmatrix | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | we also need nofinish in the object. css fices | Mario Vavti | 2015-11-26 | 1 | -0/+2 |
| | |||||
* | also catch the other object | Mario Vavti | 2015-11-26 | 1 | -0/+5 |
| | |||||
* | first iteration on the event item | Mario Vavti | 2015-11-26 | 1 | -0/+5 |
| | |||||
* | some basic event styling | Mario Vavti | 2015-11-25 | 1 | -10/+12 |
| | |||||
* | Document the additional content export options | redmatrix | 2015-09-24 | 1 | -1/+4 |
| | |||||
* | timezone tweaks | redmatrix | 2015-09-23 | 1 | -6/+10 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-07 | 1 | -1/+15 |
|\ | |||||
| * | create event sync packets | redmatrix | 2015-09-07 | 1 | -0/+14 |
| | |