Commit Graph

31 Commits (master)

Author SHA1 Message Date
Georg Ehrke 778e1ce985 some fixes for export with sharing 2013-01-31 17:52:50 +01:00
Brice Maron e95b004c2b Correct Unix format file and some LowerCaseConstant 2012-10-12 22:17:06 +00:00
Benjamin Woester 2d822f675a mod: change content type from text/Calendar to text/calendar 2012-10-06 19:46:04 +02:00
Thomas Mueller 89ab3bae90 adding space between) and { 2012-09-07 15:21:03 +02:00
Bart Visscher 3e4bd9fbb5 Fix whitespace in calendar 2012-09-07 14:32:45 +02:00
Georg Ehrke 541a9a7994 Calendar Export: replace spaces with dashes in the name of the calendar / event 2012-06-28 19:04:14 +02:00
Georg Ehrke 4a043868ae proper export for calendar app - doesn't work with apple ical yet - even though a ics validator says it's valid 2012-06-03 14:54:53 +02:00
Thomas Mueller 4af9ab5d8d removing executable bit - again 2012-05-15 00:52:00 +02:00
Georg Ehrke fec0fb4b0e some fixes for calendar's export.php 2012-05-14 15:52:24 +02:00
Frank Karlitschek ca34a9842c port checkAppEnabled 2012-05-02 19:08:37 +02:00
Frank Karlitschek e056dd887d ported checkLoggedIn and checkAdmin 2012-05-01 22:59:38 +02:00
Georg Ehrke 3a8d8ca727 fix merge conflicts 2012-04-22 13:19:12 +02:00
Georg Ehrke c7fc5c7216 fix merge conflicts 2012-04-21 22:12:31 +02:00
Georg Ehrke d05cb037d7 Merge branch 'master' into movable_apps 2012-04-20 22:41:39 +02:00
Georg Ehrke 3822b9d130 remove the require_once lib base from all (or nearly all) files 2012-04-17 19:31:29 +02:00
Scott Shambarger 9160164d2b cal import should group events by uid, export should have correct newlines, fix for oc-384 2012-03-31 20:16:42 -07:00
Georg Ehrke 710d80d77c add new parameters to export file 2012-03-31 17:27:30 +01:00
Georg Ehrke d75447f6fb add backslash r to the newline var 2012-03-28 17:06:16 +02:00
Georg Ehrke 723df1794b use backslash n instead of a real new line 2012-01-15 00:56:11 +01:00
Georg Ehrke 7422cb9a9f fix newline problem in calendar 2012-01-15 00:45:27 +01:00
Bart Visscher 775dedc4f2 Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud
Conflicts:
	apps/calendar/export.php
	apps/contacts/index.php
2011-12-27 22:18:01 +01:00
Bart Visscher dd27ab69bb Calendar: small for loop fix 2011-12-18 23:10:43 +01:00
Bart Visscher 1d566db7e0 Calendar: refactor common ajax functions to OC_Calendar_App 2011-12-18 23:10:42 +01:00
Thomas Tanghus 7a5c66337c Removed some debug statements.
Changed double quotes to single quotes.
2011-12-01 16:06:27 +01:00
John Kristensen 79d0cd9d48 Improve handling of calendar export $_GET params
* a notice would be reported if either of the 'cal' or 'event' $_GET params
   where not supplied, which would result in 'Cannot modify header information'
   warnings
2011-10-12 15:23:39 +11:00
Georg Ehrke ce6281c71d added function to export single events 2011-10-01 23:19:06 +02:00
Bart Visscher 2f714c4005 Check if the application is actually enabled 2011-09-30 23:17:18 +02:00
Bart Visscher 2419c1af84 Change copyright notice to short form 2011-09-23 22:59:54 +02:00
Bart Visscher a8574ea7bc Move some common code to OC_Util
Created the following function:
 - checkLoggedIn
 - checkAdminUser
 - redirectToDefaultPage
2011-09-18 21:31:56 +02:00
Bart Visscher 7484603ba8 Move Calendar Object code to its own class OC_Calendar_Object 2011-09-16 00:19:43 +02:00
Georg Ehrke 24a0479c2e export function and style fixes in calendar 2011-09-02 12:55:56 +02:00