forked from gza/oczpush
-
Notifications
You must be signed in to change notification settings - Fork 0
Owncloud Z-push 2.0 plugin
License
sideshowbob84/oczpush
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
oczupsh - ActiveSync for Owncloud Based on - z-push 2.0.6 stable's svn version http://svn.berlios.de/svnroot/repos/z-push/release/2.0 - Owncloud's (should work on stable 4.5.x) http://owncloud.org/ What works : - Contact sync - Calendar sync - Tasks untested (no UI on owncloud side) - Tested with Android Emulator 2.3.3 and 4.0 - Reported to work on : - Samsung Galaxy S2 - Iphone 4 and Ipad 2 (thanks a40a) - HTC runnyDroid ROM (Sense 3.5 + android 2.3.5) Todo : - Fix VCARD format to V3.0 - test tasks - mail/imap from owncloud's conf - Owncloud integration : - app - configuration - device management (wipe, lock, etc...) - Multi folder (multi calendar/addressbook) - What else, tell me :) Quick Install, debian/ubuntu style (thks to AlainB) : - checkout : cd /var/www ; git clone https://github.com/gza/oczpush.git - php parameters (I prefer put it in apache conf) + Apache conf Alias /Microsoft-Server-ActiveSync /var/www/oczpush/index.php <Directory "/var/www/oczpush/"> php_flag magic_quotes_gpc off php_flag register_globals off php_flag magic_quotes_runtime off php_flag short_open_tag on </Directory> - dirs mkdir -p /var/log/oczpush/ /var/lib/oczpush/ /var/www/oczpush/ chown www-data:www-data /var/log/oczpush/ /var/lib/oczpush/ - edit /var/www/oczpush/config.php NB: if you installed from debian package, this is probably '/usr/share/owncloud', otherwise, you know better than me :) define('OC_DIR', '/var/www/owncloud'); - optional, if you know what you do, Upgrade z-push codebase : z-push's .svn is integrated, svn up should work, but will probably prevent any git pull to work anymore
About
Owncloud Z-push 2.0 plugin
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%