summaryrefslogtreecommitdiffstats
path: root/apps/calendar
Commit message (Collapse)AuthorAgeFilesLines
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-1737-37/+37
|
* Display correct URL in caldav and carddav pathsJakob Sack2012-04-151-1/+1
|
* Remove useless, unmaintained dav.phpJakob Sack2012-04-152-15/+1
|
* reuse OC_L10N objectsRobin Appelman2012-04-1410-12/+6
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
|
* improve flexibility of search providers a bitRobin Appelman2012-04-141-2/+2
|
* Calendar: Update category list when updating/adding eventBart Visscher2012-04-132-0/+10
|
* Calendar: Document active parameter in allCalendarsBart Visscher2012-04-131-3/+1
|
* Calendar: Also set repeat options when editing a non repeating eventBart Visscher2012-04-132-3/+9
|
* Calendar: Fix saving of Categories in an eventBart Visscher2012-04-134-17/+4
|
* Calendar: Implement rescan of CategoriesBart Visscher2012-04-132-0/+69
|
* VCategories css is now in styles.cssThomas Tanghus2012-04-131-1/+0
|
* Use the same category input and management as the contacts appBart Visscher2012-04-125-14/+31
|
* Remove unused function getCategoryOptions from OC_Calendar_ObjectBart Visscher2012-04-121-21/+0
|
* add backslash r to the newline varGeorg Ehrke2012-03-282-2/+2
|
* 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
|
* Dont truncate the time formatTom Needham2012-03-171-1/+1
|
* Contacts: small fixes and cleanupsBart Visscher2012-03-071-10/+1
|
* make calendar compatible with php 5.2 - works for me with PHP 5.2.12Georg Ehrke2012-03-032-26/+29
|
* Add /dav.php, a single location bundling all *DAV-operations.Jakob Sack2012-03-022-3/+17
|
* Search: Change provider registration to class name, for lazy loading of ↵Bart Visscher2012-03-012-4/+4
| | | | search providers
* Small cleanupsBart Visscher2012-03-011-1/+2
|
* Calendar: Don't request edit form for readonly eventsBart Visscher2012-03-011-0/+3
|
* Implement showing Birthdays of contacts in the calendarBart Visscher2012-03-012-6/+20
|
* Calendar: fix bug in creating DTEND from DTSTARTBart Visscher2012-03-012-2/+4
|
* fix baseUri of the Caldav serverGeorg Ehrke2012-02-261-1/+1
|
* add missing parameter to addEventListener function - bugfix for oc-225Georg Ehrke2012-02-261-1/+1
|
* give users the possibility to choose between monday and sunday as first day ↵Georg Ehrke2012-02-266-1/+50
| | | | of the week
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-262-3/+3
|
* stop using 3rdparty services for timezone detectionGeorg Ehrke2012-02-262-34/+12
|
* Calendar selection only available if there are more than one.Marvin Thomas Rabe2012-02-231-0/+7
|
* rename updatecalendar to updateGeorg Ehrke2012-02-231-0/+0
|
* change links in the event form for the new ajax foldersGeorg Ehrke2012-02-232-3/+3
|
* change pathes in calendar/templates/* files to make them work with the new ↵Georg Ehrke2012-02-232-2/+2
| | | | folder structure in /calendar/ajax
* update js files for new ajax pathesGeorg Ehrke2012-02-234-20/+20
|
* better var name in changeview.phpGeorg Ehrke2012-02-231-2/+11
|
* add moved files to clean up ajax folderGeorg Ehrke2012-02-2327-0/+1094
|
* remove old ajax filesGeorg Ehrke2012-02-2321-819/+0
|
* 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
* Calendar: Correct calendarcolor format for ical color propertyBart Visscher2012-02-215-15/+40
|
* apps/calendar: update ctag after deleteFromDAVDataFlorian Pritz2012-02-191-0/+1
| | | | | | | Without this clients won't see the update because they compare ctags before fetching the actual calendar to reduce traffic. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Calendar: only update default view when it really changedBart Visscher2012-02-171-1/+4
|
* Calendar: optimize sending calendar events, also enabled caching of resultBart Visscher2012-02-172-11/+20
|
* Calendar: Add default repeat values when editing a non-repeating eventBart Visscher2012-02-171-1/+11
|
* Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-171-1/+1
|
* Use separate function to make absolute urlsBart Visscher2012-02-172-2/+2
|
* fix oc-bug 239 - & => &amp;Georg Ehrke2012-02-121-1/+1
|
* Derive the user principles from the owncloud usersBart Visscher2012-02-111-1/+1
| | | | | The code for updating the principles table is still there. To make it easier to revert this commit if that is necessary.
* OC-41: [Calendar] Date format not translatableBart Visscher2012-02-081-1/+11
|