Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Frank Karlitschek
|
9e73524168
|
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
|
2012-05-18 16:06:57 +02:00 |
Georg Ehrke
|
9e83c3f823
|
add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav
|
2012-05-16 21:05:15 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Robin Appelman
|
e7c106d91e
|
selective app loading for remote/public
|
2012-05-14 00:28:28 +02:00 |
Robin Appelman
|
736739bbbd
|
load remote and public paths from info.xml during upgrade instead of setting them every time
|
2012-05-11 20:33:56 +02:00 |
Georg Ehrke
|
ef073a148f
|
make calendar compatible with public.php
|
2012-05-07 15:48:41 +02:00 |
Georg Ehrke
|
936c8ba1cc
|
improve remote.php and create public.php
|
2012-05-07 15:39:17 +02:00 |
Georg Ehrke
|
c996600786
|
push changes
|
2012-05-05 22:54:14 +02:00 |
Georg Ehrke
|
101406eba7
|
fix writing in remote folder
|
2012-05-05 18:29:26 +02:00 |
Frank Karlitschek
|
9bcc5c11a8
|
porting the hooks and starting with the templates
|
2012-05-05 10:18:45 +02:00 |
Thomas Tanghus
|
2296521a2e
|
Changed $APPROOT to $APPSROOT as in https://gitorious.org/owncloud/owncloud/merge_requests/116
|
2012-05-04 11:16:29 +02:00 |
Frank Karlitschek
|
97a8af7f25
|
ported oc_db
|
2012-05-03 13:06:08 +02:00 |
Frank Karlitschek
|
4fe90f62f4
|
port checkAppEnabled
|
2012-05-02 19:08:37 +02:00 |
Frank Karlitschek
|
eec7c3833c
|
fix install
|
2012-05-02 19:02:41 +02:00 |
Georg Ehrke
|
da03d05700
|
create folder 'remote' for the remote services like caldav, carddav and webdav
|
2012-05-02 16:41:23 +02:00 |
Frank Karlitschek
|
ff66600bc0
|
port appconfig
|
2012-05-02 14:11:29 +02:00 |
Frank Karlitschek
|
2fe646dcec
|
ported the oc_app calls
|
2012-05-02 00:50:26 +02:00 |
Frank Karlitschek
|
93b63cf375
|
ported the rest of the OC_Helper calls
|
2012-05-02 00:20:45 +02:00 |
Frank Karlitschek
|
e48f511606
|
port linkto and serverHost
|
2012-05-01 23:19:39 +02:00 |
Frank Karlitschek
|
1a2bbd2ee4
|
ported addSyript and other small stuff
|
2012-05-01 20:03:41 +02:00 |
Frank Karlitschek
|
e8ec999090
|
port to use the new public api
|
2012-05-01 09:49:22 +02:00 |
Georg Ehrke
|
dc18e65b46
|
fix merge conflicts
|
2012-04-15 22:26:55 +02:00 |
Jakob Sack
|
9b1d6246a9
|
Remove useless, unmaintained dav.php
|
2012-04-15 16:50:44 +02:00 |
Georg Ehrke
|
e292b1fcdb
|
fix merge conflicts
|
2012-04-15 12:43:07 +02:00 |
Robin Appelman
|
b1bcc60d83
|
reuse OC_L10N objects
|
2012-04-14 16:44:15 +02:00 |
Robin Appelman
|
926b2b78fe
|
keep version numbers in their own files for faster reading
|
2012-04-14 16:29:11 +02:00 |
Georg Ehrke
|
c65adc12d5
|
add chosen script to calendar
|
2012-04-13 21:29:51 -04:00 |
Georg Ehrke
|
f2dcab50b5
|
fix merge conflicts
|
2012-03-03 15:06:51 +01:00 |
Georg Ehrke
|
4c45483ad3
|
make calendar compatible with php 5.2 - works for me with PHP 5.2.12
|
2012-03-03 14:30:52 +01:00 |
Jakob Sack
|
503e5cada3
|
Add /dav.php, a single location bundling all *DAV-operations.
|
2012-03-02 20:25:20 +01:00 |
Bart Visscher
|
d1dcd7893c
|
Search: Change provider registration to class name, for lazy loading of search providers
|
2012-03-01 22:59:35 +01:00 |
Georg Ehrke
|
bfb67286c8
|
fix merge conflicts
|
2012-02-25 16:54:27 +01:00 |
Bart Visscher
|
86d2927c02
|
Calendar: Correct calendarcolor format for ical color property
|
2012-02-21 20:10:40 +01:00 |
Georg Ehrke
|
b810380d56
|
add sharing management for calendars
|
2012-02-04 21:23:31 +01:00 |
Georg Ehrke
|
39d312861a
|
add active to the db structure of shared calendars
|
2012-01-31 22:33:39 +01:00 |
Georg Ehrke
|
3a5d3dfd97
|
increase version number to force db upgrade
|
2012-01-31 21:33:50 +01:00 |
Georg Ehrke
|
32bff22dc7
|
change db structure of calendar for sharing calendars
|
2012-01-31 21:26:09 +01:00 |
Georg Ehrke
|
928e9b121b
|
fix version-compare in calendars app.php
|
2012-01-29 10:59:15 +01:00 |
Robin Appelman
|
830cf87697
|
use the correct hooks to remove contact/calendars of remvoed users
|
2012-01-26 19:05:46 +01:00 |
Georg Ehrke
|
c81beab96d
|
Merge branch 'master' into calendar
|
2012-01-15 18:33:46 +01:00 |
Georg Ehrke
|
3364502f00
|
use svg icon for calendar
|
2012-01-15 18:29:44 +01:00 |
Georg Ehrke
|
87b46decfa
|
added bart to the authors in info.xml
|
2012-01-15 00:30:04 +01:00 |
Georg Ehrke
|
469e983a02
|
fix merge conflicts
|
2011-12-21 22:16:46 +01:00 |
Bart Visscher
|
4eb36b0ecf
|
Calendar: refactor common ajax functions to OC_Calendar_App
|
2011-12-18 23:10:42 +01:00 |
Georg Ehrke
|
33caa64cce
|
check for php version is greater than 5.3.0 - we make extensive use of Date Time Libs
|
2011-12-10 15:11:41 +01:00 |
Georg Ehrke
|
3d498002d0
|
first implementation of the search function
|
2011-11-14 22:52:34 +01:00 |
Marvin Thomas Rabe
|
f3f5d775b5
|
removed description field for calendar
|
2011-10-08 13:28:01 +02:00 |
Georg Ehrke
|
c40a1fcede
|
added import function as filehandler
|
2011-10-03 22:50:10 +02:00 |
Bart Visscher
|
c6f78fbe43
|
Add flag in info.xml to control the apps that are installed by default
|
2011-09-27 22:36:14 +02:00 |