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

1622 Commits

Author SHA1 Message Date
Thomas Tanghus
55cef1600d Contacts: Wrong id used. 2013-03-12 00:27:06 +01:00
Thomas Tanghus
29dc6cf0b0 Contacts: Convinience method for getting backend in carddav. 2013-03-11 16:22:27 +01:00
Thomas Tanghus
052db9fd1d Contacts: Removed stale files. 2013-03-10 12:54:05 +01:00
Thomas Tanghus
d286fb653b Contacts: Load backends in remote.php 2013-03-10 12:53:34 +01:00
Thomas Tanghus
dffda6b021 Contacts: Add class paths 2013-03-10 12:53:01 +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
e811e010c4 Contacts: Remove stale code. 2013-03-10 12:48:37 +01:00
Thomas Tanghus
3612530787 Contacts: Make sure all parameters are saved. 2013-03-10 12:48:08 +01:00
Thomas Tanghus
832dcd0bfb Contacts: Log exception. 2013-03-10 12:42:38 +01:00
Thomas Tanghus
affa2196a8 Contacts: Basic route. 2013-03-10 12:40:59 +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
9f8ff3c8cd Contacts: Fix paths for CardDAV classes. 2013-03-05 12:05:09 +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
b5a0bbb7aa Contacts: Test for more ways to construct name. 2013-03-05 02:31:14 +01:00
Thomas Tanghus
5e4198bee7 Contacts: Make sure multi value fields are saved in correct order. 2013-03-05 02:31:14 +01:00
Thomas Tanghus
7f7fd44de5 Contacts: Construct FN based on N if empty 2013-03-05 02:31:14 +01:00
Thomas Tanghus
a5e5d6ad0c Contacts: Select first *visible* contact on load. 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
06291c9f41 Contacts: Use FontAwesome icon-cloud. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
0aaddf0ca5 Contacts: Close contact on empty hash. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
d74ef9de9e Contacts: Trigger hashchange onpopstate. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
51c9517fb1 Contacts: Update location.hash on open/close. 2013-03-05 02:31:13 +01:00
Thomas Tanghus
219ce43fb2 Contacts: Read and echo image instead of redirect. Fewer request == faster. 2013-03-05 02:31:13 +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
Thomas Tanghus
464919e93c Contacts: Fix copy/paste error. 2013-03-04 19:23:45 +01:00
Thomas Tanghus
8ebc57e4b2 Contacts: Remove icon from groups dropdown. Fix #655 2013-03-04 18:22:33 +01:00
Thomas Tanghus
1d2dfd7ff9 Contacts: Show/hide firstrun better. Fix #656 2013-03-04 17:57:46 +01:00
Thomas Tanghus
574cec4b60 Contacts: Fix caching newly edited photo. 2013-03-04 15:15:47 +01:00
Thomas Tanghus
d5acb5b9ed Contacts: Fix uploading photo. 2013-03-04 15:11:55 +01:00
Thomas Tanghus
8bf571f7e2 Contacts: Disabled close-on-outside-click because it broke too much. 2013-03-04 14:46:53 +01:00
Thomas Tanghus
d39b8bcbd7 Contacts: Missing class for cloud icon. 2013-03-04 14:46:20 +01:00
Jenkins for ownCloud
4df4eea3b1 [tx-robot] updated from transifex 2013-03-04 00:04:58 +01:00
Jenkins for ownCloud
bda145a5e6 [tx-robot] updated from transifex 2013-03-03 00:04:59 +01:00
Lukas Reschke
340c26681c Add missing ) 2013-03-02 00:13:51 +01:00