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

482 Commits

Author SHA1 Message Date
Thomas Tanghus
e0f14bf818 Fix merge conflict. 2012-02-22 11:20:57 +01:00
Thomas Tanghus
a803359506 Improved upgrading VCARD v. 2.1 => 3.0. Improved import of malformed cards. Remove duplicate code. 2012-02-21 23:22:06 +01:00
Thomas Tanghus
ea4f1ebbaf JS fix on address book creation. 2012-02-21 23:22:06 +01:00
Thomas Tanghus
ec6be92253 Remove my FIXME comments when I've fixed it :-P 2012-02-21 23:22:06 +01:00
Thomas Tanghus
109314b532 Merge gitorious.org:owncloud/owncloud into vcategories 2012-02-20 23:42:06 +01:00
VicDeo
61e98cae3c Contact list scroll fix 2012-02-20 23:54:23 +03:00
Thomas Tanghus
16702e97c0 Contacts: Fix adding/updating address book with empty name. 2012-02-20 15:24:54 +01:00
Thomas Tanghus
b4783d63a6 Contacts: Apply strip_tags on compound values. 2012-02-20 14:36:21 +01:00
Thomas Tanghus
dfc25bd405 Update ctag in deleteFromDAVData. 2012-02-20 14:24:10 +01:00
Thomas Tanghus
f8e36a6bce Added public static OC_VCategories object to OC_Contacts_App.
Parse cards for new categories in add and edit methods.
2012-02-19 23:32:09 +01:00
Thomas Tanghus
1a42b35bf9 Merge gitorious.org:owncloud/owncloud into vcategories 2012-02-19 13:11:13 +01:00
Tom Needham
7631d0d438 Fixed call to OC_User. Thanks Burillo on IRC 2012-02-18 23:53:10 +00:00
Thomas Tanghus
af8085853e Strip tags on address on client side. 2012-02-18 11:49:31 +01:00
Thomas Tanghus
be2ecb63f3 Avoid errors from missing GD library. 2012-02-18 11:49:31 +01:00
Thomas Tanghus
0424854b41 Removed obsolete commented code and made minor speed improvements.
Added stub function for loading categories.
2012-02-18 11:49:31 +01:00
Thomas Tanghus
a877cf5e3f Strip tags on address on client side. 2012-02-18 11:42:58 +01:00
Bart Visscher
ad9b912e10 Fixup use of OC_Helper::linkTo function 2012-02-17 22:07:14 +01:00
Bart Visscher
e1ff1fdebb Use separate function to make absolute urls 2012-02-17 22:07:14 +01:00
Bart Visscher
b65aa3ff1a Contacts: Add removed app enabled check 2012-02-17 22:07:14 +01:00
Thomas Tanghus
1f35cb53f8 Avoid errors from missing GD library. 2012-02-17 19:04:12 +01:00
Thomas Tanghus
64d7534f11 Removed obsolete commented code and made minor speed improvements.
Added stub function for loading categories.
2012-02-17 09:35:18 +01:00
Thomas Tanghus
749faef97f UI tweaks for name selector combobox. 2012-02-16 10:38:00 +01:00
Thomas Tanghus
e7a13fedb8 Minor tweaks 2012-02-16 10:38:00 +01:00
Thomas Tanghus
0bb56a04c8 Added some fixes for what to show when address books are (de)selected, all contacts deleted etc. Still need some cleaning up. 2012-02-14 13:57:11 +01:00
Thomas Tanghus
280eb33f15 Added some check for when addinf deleting contacts. 2012-02-14 10:36:22 +01:00
Thomas Tanghus
a6d37ee9ff Added some error checking as mentioned in http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-227 2012-02-14 02:15:21 +01:00
Thomas Tanghus
d55aa3a8f7 Modify check for missing UID. 2012-02-14 01:56:38 +01:00
Thomas Tanghus
d9e31298bd Use proper index file. 2012-02-14 01:47:18 +01:00
Thomas Tanghus
2b7cee1411 Don't try to load a profile picture for contacts the doesn't have any. 2012-02-14 01:11:21 +01:00
Thomas Tanghus
1cf89738e2 Removed superfluous debug. 2012-02-14 01:02:01 +01:00
Thomas Tanghus
a0a4534247 Added OC_Contacts_VCard::moveToAddressBook 2012-02-14 01:00:41 +01:00
Thomas Tanghus
2e356d3f9d Added function for later testing. 2012-02-14 01:00:41 +01:00
Bart Visscher
19a63d1f9d Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModifiedHeader 2012-02-13 22:47:31 +01:00
Bart Visscher
774eb66110 Contacts: Optimize thumbnail cache handling a bit 2012-02-12 20:40:52 +01:00
Bart Visscher
96ee0ceca3 OC_Response: add setExpiresHeader function 2012-02-12 20:40:52 +01:00
Bart Visscher
76b1f19e88 OC_Response: add redirect function 2012-02-12 20:40:52 +01:00
Bart Visscher
6e35c456aa Contacts: Add missing parameter 2012-02-12 20:40:52 +01:00
Bart Visscher
1813bb6bd0 Contacts: Move response caching to OC_Response 2012-02-12 17:21:33 +01:00
Bart Visscher
274fa8875b Contacts: Add id to vars with id in them 2012-02-12 16:12:46 +01:00
Bart Visscher
0b0782697a Contacts: cleanup OC_L10N usage 2012-02-12 16:11:41 +01:00
Bart Visscher
217a5a2aff Contacts: Move debug logging of $_POST to after access checks 2012-02-12 15:58:55 +01:00
Bart Visscher
670df9a5fe Contacts: Document usage of OC_Contacts_App::getAddressbook
Remove redundant access checks and add comments to the calls to
OC_Contacts_App::getAddressbook that are access checks
2012-02-12 15:55:36 +01:00
Bart Visscher
969e364d17 Contacts: Save last-modified time in REV property if not set 2012-02-12 15:14:25 +01:00
Bart Visscher
fad50a1c5b Contacts: Fix adding N property in getContactVCard 2012-02-12 15:14:24 +01:00
Bart Visscher
5cb5cf0ae4 Contacts: Cleanup photo and thumbnail code 2012-02-12 15:14:24 +01:00
Bart Visscher
47950f1d34 Access check fix in contacts/ajax/activation.php
plus small cleanup
2012-02-12 15:14:24 +01:00
Bart Visscher
e335f60004 Small coding style update
Fixup OC_Contacts_App
2012-02-12 15:14:23 +01:00
Bart Visscher
0d872d0169 Improve logging in OC_Contacts_App
Add logging to errors paths in getAddressbook and getContactObject.
2012-02-12 15:14:23 +01:00
Bart Visscher
c3e143d700 Cleanup OC_Contacts_Addressbook::find usage
Use OC_Contacts_App::getAddressbook($id) instead of OC_Contacts_Addressbook::find($id), it contains access checks.
2012-02-12 15:14:23 +01:00
Bart Visscher
0bfd7066c9 Derive the user principles from the owncloud users
The code for updating the principles table is still there. To make it easier to
revert this commit if that is necessary.
2012-02-11 21:09:51 +01:00