1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
Commit Graph

50 Commits

Author SHA1 Message Date
Lukas Reschke
d504b76d47 Disable listing of all users 2012-08-24 15:00:52 +02:00
jfd
26e6e4e5b7 use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres and oracle DO understand it), change clob columns to text (clob will give sorting and uniqueness problems and in general is not what we want) 2012-07-31 19:00:54 +02:00
jfd
a57799bcec escape all identifiers with backticks 2012-07-31 18:53:05 +02:00
Thomas Tanghus
ae670c222b Added hooks for postCreateUser to add default address book and calendar. Fixes oc-1265. 2012-07-17 10:45:15 +02:00
Frank Karlitschek
ce2d4f154a 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
9a952df278 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 Tanghus
3ec6c2ab26 Contacts: Corrected i18n call. 2012-05-15 18:49:38 +02:00
Thomas Mueller
39f99602bf removing executable bit - again 2012-05-15 00:52:00 +02:00
Robin Appelman
0f3de1ee41 selective app loading for remote/public 2012-05-14 00:28:28 +02:00
Robin Appelman
afbfa8b537 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
922a1cbcaf improve remote.php and create public.php 2012-05-07 15:39:17 +02:00
Georg Ehrke
e5c2d088eb fix merge conflicts 2012-05-07 11:47:14 +02:00
Georg Ehrke
9732f20400 make carddav work with remote.php 2012-05-07 11:24:19 +02:00
Frank Karlitschek
86ae149567 added a nice API to get the installes Apps with names, urls and icon from the outside.
This is useful for some nice upcoming desktop and mobile integration
2012-05-05 23:42:38 +02:00
Georg Ehrke
7087845860 push changes 2012-05-05 22:54:14 +02:00
Georg Ehrke
1ff57997af fix writing in remote folder 2012-05-05 18:29:26 +02:00
Frank Karlitschek
9c92fa3630 porting the hooks and starting with the templates 2012-05-05 10:18:45 +02:00
Thomas Tanghus
5e481f2e27 Changed $APPROOT to $APPSROOT as in https://gitorious.org/owncloud/owncloud/merge_requests/116 2012-05-04 11:16:29 +02:00
Frank Karlitschek
3d62cf716a ported oc_db 2012-05-03 13:06:08 +02:00
Frank Karlitschek
9d7b02c9dc port checkAppEnabled 2012-05-02 19:08:37 +02:00
Frank Karlitschek
ed0d7b837d fix install 2012-05-02 19:02:41 +02:00
Georg Ehrke
2a19800392 create folder 'remote' for the remote services like caldav, carddav and webdav 2012-05-02 16:41:23 +02:00
Frank Karlitschek
b2f19f3a7f ported the oc_app calls 2012-05-02 00:50:26 +02:00
Frank Karlitschek
fe55806527 ported the rest of the OC_Helper calls 2012-05-02 00:20:45 +02:00
Frank Karlitschek
47b18a270e port linkto and serverHost 2012-05-01 23:19:39 +02:00
Frank Karlitschek
4cfcd1f8f5 ported addSyript and other small stuff 2012-05-01 20:03:41 +02:00
Jakob Sack
d1b0434d82 Remove useless, unmaintained dav.php 2012-04-15 16:50:44 +02:00
Bart Visscher
a2f39dec1d Contact: Don't use non core class in appinfo/app.php 2012-04-14 18:34:59 +02:00
Robin Appelman
085b7fc5f8 keep version numbers in their own files for faster reading 2012-04-14 16:29:11 +02:00
Tom Needham
3eb8d7eba0 Fix owncloud log 2012-03-31 23:55:41 +00:00
Jakob Sack
96181c1ea5 Add /dav.php, a single location bundling all *DAV-operations. 2012-03-02 20:25:20 +01:00
Bart Visscher
a6d0482606 Search: Change provider registration to class name, for lazy loading of search providers 2012-03-01 22:59:35 +01:00
Bart Visscher
073bd92af7 Implement showing Birthdays of contacts in the calendar 2012-03-01 21:00:22 +01:00
Bart Visscher
0b0782697a Contacts: cleanup OC_L10N usage 2012-02-12 16:11:41 +01:00
Georg Ehrke
0e1b92aafd add import function for contacts 2012-02-05 12:13:53 +01:00
Robin Appelman
f64ae2d02e use the correct hooks to remove contact/calendars of remvoed users 2012-01-26 19:05:46 +01:00
Thomas Tanghus
6203fc9b75 Too quick on the copy/paste trigger... 2012-01-12 23:43:00 +01:00
Thomas Tanghus
02180541a3 Added search. Thanks to icewind it was mostly copy/paste :-) 2012-01-12 22:50:12 +01:00
Bart Visscher
e53e413c6c Contacts: refactor rendering of part.details template 2011-12-07 20:40:58 +01:00
Jakob Sack
f2bc7cfa7d Some improvements on the contact application 2011-10-22 19:23:22 +02:00
Frank Karlitschek
d18edf178d show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration 2011-09-28 16:05:01 +02:00
Bart Visscher
b2bd74bb3d Add flag in info.xml to control the apps that are installed by default 2011-09-27 22:36:14 +02:00
Jakob Sack
e916f7eeeb Split OC_Contacts_Addressbook in _Addressbook and _VCard 2011-09-17 00:26:57 +02:00
Jan-Christoph Borchardt
e0c28865cb merged admin, help and settings to settings 2011-08-13 05:13:34 +02:00
Jan-Christoph Borchardt
52e8071bf7 lots of image changes, use svg EVERYWHERE POSSIBLE 2011-08-11 19:00:32 +02:00
Jakob Sack
72f923760c Delete addressbooks of deleted users 2011-08-10 14:28:14 +02:00
Jakob Sack
d4bd36e886 Add description to contacts 2011-08-10 11:32:06 +02:00
Jakob Sack
c1cdfa65c5 Small details in contacts 2011-08-06 23:29:25 +02:00
Jakob Sack
629c53353d Database.xml 2011-08-06 23:09:38 +02:00
Jakob Sack
f23b4b9ae0 New app: contacts 2011-08-06 22:32:06 +02:00