Thomas Tanghus
|
9fda90791f
|
Contacts: Temporarily disable userCreate hook.
|
2013-03-16 15:56:21 +01:00 |
|
Thomas Tanghus
|
8c1d04edac
|
Contacts: remove stray semi-colon
|
2013-03-15 17:03:43 +01:00 |
|
Thomas Tanghus
|
5b08c7fcdc
|
Contacts: Updates to backends API.
|
2013-03-15 17:02:33 +01:00 |
|
Thomas Tanghus
|
67474ebbc0
|
Contacts: First stub for App
|
2013-03-15 17:01:06 +01:00 |
|
Thomas Tanghus
|
d7a47af586
|
Contacts: Remove old VCard::delete()
|
2013-03-14 15:20:49 +01:00 |
|
Thomas Tanghus
|
2d3769f273
|
Contacts: CardDAV getCard() returns false if not found.
|
2013-03-13 19:48:25 +01:00 |
|
Thomas Tanghus
|
107e8d4bd2
|
Contacts: Move GEO class map to appinfo/app.php
|
2013-03-13 09:59:12 +01:00 |
|
Thomas Tanghus
|
3d278c0e11
|
Contacts: Moved misc. functionality to hooks and utility classes.
|
2013-03-13 08:52:00 +01:00 |
|
Thomas Tanghus
|
4c093890f1
|
Updated 2012 => 2013
|
2013-03-13 05:58:46 +01:00 |
|
Thomas Tanghus
|
e956420b1e
|
Contacts: Move checksum check to Contact.
|
2013-03-13 05:57:35 +01:00 |
|
Thomas Tanghus
|
006bf317f4
|
Contacts: var 'url' => 'uri'.
|
2013-03-13 05:56:31 +01:00 |
|
Thomas Tanghus
|
5e938caf75
|
Contacts: Stripped out stale code.
|
2013-03-13 05:55:44 +01:00 |
|
Thomas Tanghus
|
08ad7b1a32
|
Contacts: Remove obsolete methods.
|
2013-03-13 05:54:39 +01:00 |
|
Thomas Tanghus
|
3b8cc18aff
|
Contacts: Cache queries in Database backend.
|
2013-03-13 05:19:38 +01:00 |
|
Thomas Tanghus
|
d9640bdc4e
|
Contacts: Remove obsolete methods.
|
2013-03-13 04:14:27 +01:00 |
|
Thomas Tanghus
|
897560fcc7
|
Contacts: Moved translated parameters to utility class.
|
2013-03-13 04:11:37 +01:00 |
|
Thomas Tanghus
|
8a7302045d
|
Contacts: Moved structureContact etc to JSONSerializer class.
|
2013-03-13 04:10:06 +01:00 |
|
Thomas Tanghus
|
c7971b4071
|
Merge branch 'master' into contacts_backends
Conflicts:
contacts/lib/addressbook.php
contacts/lib/vcard.php
|
2013-03-12 23:03:30 +01:00 |
|
Thomas Tanghus
|
ccc32aac25
|
Contacts: Some Exceptions weren't namspaced.
|
2013-03-12 22:15:04 +01:00 |
|
Thomas Tanghus
|
fccea3347c
|
Contacts: Adjustments to backends.
|
2013-03-12 20:00:22 +01:00 |
|
Thomas Tanghus
|
152386946e
|
Contacts: Updates on interfaces
|
2013-03-12 09:25:10 +01:00 |
|
Thomas Tanghus
|
3ac86ce032
|
Merge branch 'five_zero_dot_one' into contacts_backends
Conflicts:
contacts/ajax/contact/saveproperty.php
contacts/import.php
contacts/js/app.js
contacts/js/contacts.js
contacts/js/groups.js
contacts/lib/carddav/backend.php
|
2013-03-12 09:24:06 +01:00 |
|
Thomas Tanghus
|
1b1a2ef7d4
|
Contacts: New backends WiP
|
2013-03-12 09:15:40 +01:00 |
|
Thomas Tanghus
|
0449d706ed
|
Contacts: Temporarily use AddressbookLegacy
|
2013-03-12 09:14:06 +01:00 |
|
Thomas Tanghus
|
29dc6cf0b0
|
Contacts: Convinience method for getting backend in carddav.
|
2013-03-11 16:22:27 +01:00 |
|
Thomas Tanghus
|
edc10d08e9
|
Contacts: Added missing twitter scheme.
|
2013-03-10 12:51:21 +01:00 |
|
Thomas Tanghus
|
293c0b260d
|
Contacts: Use new backends for CardDAV.
|
2013-03-10 12:50:37 +01:00 |
|
Thomas Tanghus
|
e8a2b6fc74
|
Contacts: Avoid double escaping on serialize.
|
2013-03-10 12:50:02 +01:00 |
|
Thomas Tanghus
|
c7dfc8fc33
|
Contacts: Add generic PIM classes + Contact class.
|
2013-03-10 12:40:11 +01:00 |
|
Thomas Tanghus
|
275c98cce8
|
Contacts: Generate prettier target for shared address books.
|
2013-03-10 12:38:27 +01:00 |
|
Thomas Tanghus
|
efad313280
|
Contacts: Typo in CardDAV plugin.
|
2013-03-10 12:36:08 +01:00 |
|
Thomas Tanghus
|
604b819014
|
Contacts: Added backends for database and shared contacts.
|
2013-03-10 12:34:41 +01:00 |
|
Thomas Tanghus
|
19246ebe22
|
Contacts: Fix missing URI scheme for twitter IMPP. Thx @dmfs :)
|
2013-03-09 22:50:00 +01:00 |
|
Thomas Tanghus
|
bcdc7e3ecd
|
Contacts: Wrong variable name in Sabre backend.
|
2013-03-07 04:06:04 +01:00 |
|
Thomas Tanghus
|
4aa46c5736
|
Contacts: Title wasn't shown.
|
2013-03-06 23:37:55 +01:00 |
|
Georg Ehrke
|
0769e833d9
|
fix some PHP Notices and fix birthday calendar - fix #610
|
2013-03-06 14:47:26 +01:00 |
|
Thomas Tanghus
|
99e8f5b5f6
|
Contacts: Properly namespace VObject subclasses.
|
2013-03-05 11:36:35 +01:00 |
|
Thomas Tanghus
|
ac19b7f0f3
|
Contacts: Namespace CardDAV backend.
|
2013-03-05 11:08:04 +01:00 |
|
Thomas Tanghus
|
ec24a73c48
|
Contacts: Properly escape commas and semi-colons.
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
93315a05fa
|
Contacts: Use isAdminUser()
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
7047e3e7b3
|
Contacts: Fix copy/paste mistake.
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
cab4ceea84
|
Contacts: Fix undefined indexes on search.
|
2013-03-05 02:31:14 +01:00 |
|
Thomas Tanghus
|
75c1302197
|
Upgrade: ENCODING: BASE64 -> 'b' and format image mime types.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
b752145ce3
|
Also set version when upgrading.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
1e4bc27e02
|
Use VObject\StringUtil::convertToUTF8() to decode v. 2.1 properties.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
4aa894d0aa
|
Fix variable name.
|
2013-03-05 02:31:13 +01:00 |
|
Thomas Tanghus
|
2fecf91483
|
Updated header:
|
2013-03-05 02:31:12 +01:00 |
|
Thomas Tanghus
|
65957c8737
|
Contacts: Move vCard validation and repair to SabreDAV subclasses.
|
2013-03-05 02:31:12 +01:00 |
|
Thomas Tanghus
|
39c5e4700e
|
Contacts: Replace hardcoded db prefixes.
|
2013-03-05 01:32:34 +01:00 |
|
Thomas Tanghus
|
358a41a8ac
|
Contacts: Use int instead of bool to help pgsql ;)
|
2013-03-04 19:31:28 +01:00 |
|