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

1883 Commits

Author SHA1 Message Date
Thomas Tanghus
d92bdaa12c Contacts: Send all entire contact identifier (backend, parent, id) in event 2013-04-05 04:12:53 +02:00
Thomas Tanghus
5194ef9442 Contacts: Add backend and address book to form data 2013-04-05 04:11:53 +02:00
Thomas Tanghus
199f59dcea Contacts: Send all entire contact identifier (backend, parent, id) in events 2013-04-05 04:10:32 +02:00
Thomas Tanghus
c93e5feeec Contacts: Get profile picture using Storage object. 2013-04-05 00:30:42 +02:00
Thomas Tanghus
b135758715 Correct TTL for thumbnail cache. 2013-04-04 17:02:21 +02:00
Thomas Tanghus
9d313b1a1e Contacts: Cache thumbnails as base64 an load together with contacts.
Removes the massive amount of requests on first load.
2013-04-04 17:00:22 +02:00
Thomas Tanghus
ed349ccab3 Return all data after saveAll() 2013-04-04 02:56:20 +02:00
Thomas Tanghus
c8ade4b24e Contacts: Component->children !== Component->children 2013-04-04 02:53:17 +02:00
Thomas Tanghus
036df3bee4 Contacts: Return entire response if data is not set 2013-04-04 02:52:27 +02:00
Thomas Tanghus
1b927cb2cb Added TODOs 2013-04-03 16:55:56 +02:00
Thomas Tanghus
566be4bb67 Contacts: Use request factory methos in routes. 2013-04-03 16:54:56 +02:00
Thomas Tanghus
9ae6a23e04 Contacts: Misc. js and css fixes. 2013-04-03 16:54:25 +02:00
Thomas Tanghus
0224d3a941 Contacts: Mark sub-tepmlates as such 2013-04-03 16:52:56 +02:00
Thomas Tanghus
058b9b1923 Fixes for Request 2013-04-03 16:52:23 +02:00
Thomas Tanghus
84ae25b2cc Contacts: Updates to octemplate plugin. 2013-04-03 16:51:20 +02:00
Thomas Tanghus
f0938b20a2 Contacts: Updates to ocdialog plugin. 2013-04-03 16:50:50 +02:00
Thomas Tanghus
39c45f888e Contacts: Add support for JSON requests in Storage 2013-04-03 16:49:54 +02:00
Thomas Tanghus
9f61cc8d78 Contacts: Basic merge functionality 2013-04-03 16:43:18 +02:00
Frank Karlitschek
eaadcc3156 Merge pull request #930 from bastho/master
Files_tree
2013-04-02 09:37:48 -07:00
Thomas Tanghus
b528b56902 Contacts: Don't return true on DAV::put Fix #920 2013-04-01 15:18:38 +02:00
Thomas Tanghus
10c1a9ad8a Contacts: Updates to dialog handling. 2013-04-01 15:12:53 +02:00
Thomas Tanghus
724f12b230 Contacts: Add workaround for sharing 2013-04-01 04:29:55 +02:00
Thomas Tanghus
266a074f32 Contacts: Use auto instead of scroll for the share fix from @agamann 2013-04-01 04:17:04 +02:00
Thomas Tanghus
d474222698 Contacts: Load dialog js and css 2013-04-01 04:01:05 +02:00
Thomas Tanghus
35ff77f4ac Style sheet for jquery dialog plugin 2013-04-01 03:57:29 +02:00
Thomas Tanghus
954af6a951 Contacts: Get group sort order from js preferences 2013-04-01 03:55:04 +02:00
Thomas Tanghus
678948b1b5 Use readonly instead of disabling 2013-04-01 03:54:24 +02:00
Thomas Tanghus
eb7050df0b Contacts: Load preferences 2013-04-01 03:53:54 +02:00
Thomas Tanghus
c9b4946e88 Contacts: Load more preferences in js. 2013-04-01 03:51:57 +02:00
Thomas Tanghus
d059f9af09 Contacts: Add base for merging contacts. 2013-04-01 03:50:42 +02:00
Thomas Tanghus
52fb5fd9ab Contacts: Don't let drag items go below others. 2013-04-01 03:49:07 +02:00
Thomas Tanghus
c34db99e20 Contacts: Add route to trigger indexing 2013-04-01 03:47:59 +02:00
Thomas Tanghus
e5fbf0d888 Contacts: Add hooks for scanning categories and index properties. 2013-04-01 03:46:45 +02:00
Thomas Tanghus
0aa879dc45 Contacts: Load a server-side generated js script with preferences. 2013-04-01 03:44:46 +02:00
Thomas Tanghus
43c288bb9f Contacts: Add simple dialog jquery plugin. 2013-04-01 03:43:01 +02:00
agamann
c13080f0f9 Update contacts.css 2013-03-31 18:57:06 +03:00
Thomas Tanghus
bdfe960c44 Uninitialized var 2013-03-30 20:57:12 +01:00
Thomas Tanghus
cb7a039bca Contacts: Fix multi-favoriting. 2013-03-30 20:13:52 +01:00
Thomas Tanghus
42e848247a Contacts: Add Contact.getDisplayName() method. 2013-03-30 20:12:12 +01:00
Thomas Tanghus
eaab96801a Contacts: Pass list of contact objects instead of ids 2013-03-30 17:33:58 +01:00
Thomas Tanghus
f73146d948 Contacts: Cleaup template plugin 2013-03-30 07:31:46 +01:00
Thomas Tanghus
073f694bbb Contacts: Remove obsolete method. 2013-03-30 07:31:08 +01:00
Thomas Tanghus
0b1926841b Contacts: Set unsaved state when adding/updating properties. 2013-03-30 07:30:14 +01:00
Thomas Tanghus
cc69b94775 Contacts: BDAY VALUE=DATE wasn't saved 2013-03-30 07:29:39 +01:00
Thomas Tanghus
eda3257aa3 Wrong variable name used 2013-03-30 07:28:30 +01:00
Thomas Tanghus
6af6b0ab17 Wrong JSON property used 2013-03-30 07:27:51 +01:00
Thomas Tanghus
1f2c5d49ad Contacts: Not all properties need a checksum 2013-03-30 07:26:29 +01:00
Thomas Tanghus
830a4d060f Contacts: status.contacts.loaded was emitted for each address book 2013-03-30 07:25:02 +01:00
Thomas Tanghus
3960793209 Contacts: CardDAV fixes 2013-03-30 04:22:30 +01:00
Thomas Tanghus
21d77d7ba6 Properly parse JSON parameters 2013-03-30 04:06:54 +01:00