summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/events.php
Commit message (Collapse)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-261-30/+0
|
* fix calendarGeorg Ehrke2012-06-211-1/+1
|
* Merge branch 'master' into calendar_repeatGeorg Ehrke2012-06-201-1/+1
|\
| * use sanitizeHTML() functionBjoern Schiessle2012-06-201-1/+1
| |
* | Merge branch 'master' into calendar_repeatGeorg Ehrke2012-06-161-0/+1
|\|
| * Calendar: Write-close session to enable parallel events.php requestsBart Visscher2012-06-161-0/+1
| |
* | fix merge conflictsGeorg Ehrke2012-06-151-9/+7
|\|
| * Make events show again.Thomas Tanghus2012-06-151-8/+7
| |
| * show username of the body who shares in the summaryGeorg Ehrke2012-06-131-1/+0
| |
* | remove include command for whenGeorg Ehrke2012-06-101-4/+0
|/
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* fix php notice and displaying of eventsGeorg Ehrke2012-05-131-1/+1
|
* Correct undef variable mistake from prev commitBrice Maron2012-05-101-2/+3
|
* Correct calendar loading when calendar are from hooks. fix oc-619Brice Maron2012-05-101-9/+13
|
* fix bug in events.phpGeorg Ehrke2012-05-091-1/+1
|
* fix for previous commitGeorg Ehrke2012-05-081-1/+1
|
* fix calendar vulnerabilityGeorg Ehrke2012-05-081-1/+7
|
* Calendar: Use array_merge to join event arraysBart Visscher2012-05-041-1/+1
|
* Calendar: Fix repeating eventsBart Visscher2012-05-031-1/+1
|
* Merge commit 'refs/merge-requests/89' of git://gitorious.org/owncloud/owncloudBart Visscher2012-05-031-1/+0
|\ | | | | | | | | Conflicts: apps/calendar/ajax/events.php
| * Handle event exceptions in calendar app. Execeptions to recurring events are ↵Henning Becker2012-02-171-1/+20
| | | | | | | | not shown anymore.
* | ported oc_jsonFrank Karlitschek2012-05-031-3/+3
| |
* | removing executable bit from various filesThomas Mueller2012-04-301-0/+0
| |
* | fix merge conflictsGeorg Ehrke2012-04-261-1/+0
|\ \
| * \ fix merge conflictsGeorg Ehrke2012-04-211-91/+7
| |\ \
| * \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-151-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-251-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-191-9/+24
| |\ \ \ \ \
| * | | | | | replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTimeGeorg Ehrke2012-02-241-1/+1
| | | | | | |
* | | | | | | fix merge conflictsGeorg Ehrke2012-04-221-91/+8
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | fix merge conflictsGeorg Ehrke2012-04-151-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | fix view of single shared eventsGeorg Ehrke2012-04-071-1/+1
| | | | | | |
| * | | | | | fix path and class nameGeorg Ehrke2012-04-071-1/+1
| | | | | | |
| * | | | | | clean up events.php of calendarGeorg Ehrke2012-04-071-83/+10
| | | | | | |
| * | | | | | revert 0fd8b1a04430fc36bd62a0828530dc2bc3910e81Georg Ehrke2012-04-021-3/+9
| | | | | | |
| * | | | | | fix events.php for rewritten OC_Caledar_App classGeorg Ehrke2012-03-311-9/+3
| | | | | | |
| * | | | | | fix merge conflictsGeorg Ehrke2012-03-251-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | fix merge conflictsGeorg Ehrke2012-03-031-13/+23
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | fix merge conflictsGeorg Ehrke2012-02-251-12/+18
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | add rw and r to events.phpGeorg Ehrke2012-02-201-3/+3
| | | | | | |
| * | | | | | check userrights in events.phpGeorg Ehrke2012-02-121-0/+5
| | | | | | |
| * | | | | | show shared calendarsGeorg Ehrke2012-02-111-21/+15
| | |_|_|_|/ | |/| | | |
* | | | | | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
| |_|_|/ |/| | |
* | | | fix previous made bug and fix oc bug - oc-139Georg Ehrke2012-03-231-2/+4
| | | |
* | | | check if the title of an event is null - bugfix for oc-139Georg Ehrke2012-03-231-1/+1
| |_|/ |/| |
* | | make calendar compatible with php 5.2 - works for me with PHP 5.2.12Georg Ehrke2012-03-031-2/+7
| | |
* | | Implement showing Birthdays of contacts in the calendarBart Visscher2012-03-011-6/+16
| | |
* | | Calendar: fix bug in creating DTEND from DTSTARTBart Visscher2012-03-011-1/+1
| |/ |/|
* | make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-1/+1
| | | | | | | | | | It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible