Thomas Tanghus
|
01e4a01cab
|
Contacts: Ported addToGroup and removeFromGroup
|
2013-03-29 06:51:16 +01:00 |
|
Thomas Tanghus
|
aa87d0de73
|
Stop floating the log on import
|
2013-03-29 06:50:47 +01:00 |
|
Thomas Tanghus
|
7693785933
|
Contacts: Importing, indexing and group extraction in working state.
|
2013-03-29 05:00:03 +01:00 |
|
Thomas Tanghus
|
1d0a41d6fb
|
Contacts: Document variables.
|
2013-03-28 17:33:30 +01:00 |
|
Thomas Tanghus
|
0bbb6afcba
|
Contacts: Properly implement Countable in AddressBook And support in Database backend
|
2013-03-28 17:32:36 +01:00 |
|
Thomas Tanghus
|
c58940336c
|
Contacts: Improve docs on AbstractBackend
|
2013-03-28 17:31:20 +01:00 |
|
Thomas Tanghus
|
b66770b697
|
Contacts: Cleanup and more logging in Contact
|
2013-03-28 05:01:45 +01:00 |
|
Thomas Tanghus
|
ca7d8d3332
|
Contacts: Don't store empty child in AddressBook
|
2013-03-28 05:00:51 +01:00 |
|
Thomas Tanghus
|
ffc13d5cda
|
Contacts: Don't use show/hide on multiselect
|
2013-03-28 04:59:55 +01:00 |
|
Thomas Tanghus
|
a7f4485d6e
|
Contacts: Check if checksum and parameters exists
|
2013-03-28 04:59:01 +01:00 |
|
Thomas Tanghus
|
db74b3c665
|
Contacts: Quick hack to create default address book
|
2013-03-28 03:36:23 +01:00 |
|
Thomas Tanghus
|
255c538a60
|
Contacts: Add more routes and wrap response in a JSONResponse object.
|
2013-03-28 03:19:01 +01:00 |
|
Jenkins for ownCloud
|
34087aa557
|
[tx-robot] updated from transifex
|
2013-03-27 00:07:18 +01:00 |
|
Thomas Tanghus
|
3d5e740325
|
Contacts: Fix deleting properties.
|
2013-03-26 12:35:37 +01:00 |
|
Thomas Tanghus
|
a82de8fad8
|
Contacts: Easier request parsing
|
2013-03-26 12:34:37 +01:00 |
|
Thomas Tanghus
|
ebca7c662d
|
Contacts: PoC request.
|
2013-03-26 12:33:44 +01:00 |
|
Jenkins for ownCloud
|
3337dbb6cc
|
[tx-robot] updated from transifex
|
2013-03-26 11:53:44 +01:00 |
|
Thomas Tanghus
|
787931bc16
|
Contacts: Fix undefined index in search.
|
2013-03-25 22:05:59 +01:00 |
|
Thomas Tanghus
|
334751a18b
|
Contacts: Properly prepare query and quote values. thx @eMerzh :)
|
2013-03-25 21:41:37 +01:00 |
|
Thomas Tanghus
|
6e3e4d263b
|
Contacts: Properly prepare query and quote values. thx @eMerzh :)
|
2013-03-25 21:34:18 +01:00 |
|
Thomas Tanghus
|
92b273ce21
|
Contacts: Drop senseless use of inline css image.
|
2013-03-25 20:38:03 +01:00 |
|
Thomas Tanghus
|
3eb5303c3e
|
Contacts: More updates on backends
|
2013-03-25 17:10:21 +01:00 |
|
Thomas Tanghus
|
da0b072e88
|
Contacts: Add address book selector to contact template.
|
2013-03-25 17:09:29 +01:00 |
|
Thomas Tanghus
|
da6d0ae7e4
|
Contacts: Port most ajax calls to use routes.
|
2013-03-25 17:08:47 +01:00 |
|
Thomas Tanghus
|
efefdbe059
|
Contacts: Updated tests
|
2013-03-25 17:07:49 +01:00 |
|
Thomas Tanghus
|
2b65c30bb0
|
Contacts: Dim contact list also when adding contact.
|
2013-03-23 13:19:14 +01:00 |
|
Thomas Tanghus
|
f6094a115e
|
Contacts: Use inline data url for default profile picture.
|
2013-03-23 03:29:33 +01:00 |
|
Thomas Tanghus
|
ad3c9846b7
|
Correct typos
|
2013-03-23 02:08:07 +01:00 |
|
Thomas Tanghus
|
e42ad5193d
|
Contacts: Add storage parameter to GroupList
|
2013-03-23 02:07:17 +01:00 |
|
Thomas Tanghus
|
135cd71331
|
Contacts: Fix parameters for profile pic
|
2013-03-23 02:06:34 +01:00 |
|
Thomas Tanghus
|
7e52147350
|
Contacts: Use Storage route for getting groups.
|
2013-03-23 02:05:22 +01:00 |
|
Thomas Tanghus
|
3e9813bc68
|
Contacts: Rename getPropertyByChecksum unsetPropertyByChecksum
|
2013-03-23 02:03:23 +01:00 |
|
Thomas Tanghus
|
318180f9a0
|
Contacts: Use new backend for photo.php
|
2013-03-23 02:02:21 +01:00 |
|
Thomas Tanghus
|
3f30356ffd
|
Contacts: Remove thumbnail from template.
|
2013-03-23 01:59:44 +01:00 |
|
Thomas Tanghus
|
9ce6d9be76
|
Contacts: Use inline css thumbnail for contacts wo profile pic.
|
2013-03-23 01:58:18 +01:00 |
|
Thomas Tanghus
|
321cb7bf94
|
Contacts: Cleanup sql in Database backend.
|
2013-03-22 15:03:50 +01:00 |
|
Thomas Tanghus
|
b6b32f3ed5
|
Contacts: Add missing argument to backend.
|
2013-03-22 15:02:08 +01:00 |
|
Thomas Tanghus
|
a92eb61135
|
Contacts: Disable magic accessors in collection class.
|
2013-03-22 15:00:47 +01:00 |
|
Thomas Tanghus
|
e0b95a2857
|
Contacts: PoC shared collection update.
|
2013-03-22 14:59:24 +01:00 |
|
Thomas Tanghus
|
d85a6c36aa
|
Contacts: Temporarily reenable legacy categories methods.
|
2013-03-22 14:58:32 +01:00 |
|
Thomas Tanghus
|
c20071836b
|
Contacts: Update list element template for thumbnail
|
2013-03-22 14:57:26 +01:00 |
|
Thomas Tanghus
|
4bca0e7c6a
|
Contacts: Load octemplate and Storage files.
|
2013-03-22 14:56:35 +01:00 |
|
Thomas Tanghus
|
4303fb5fce
|
Contacts: Use strings for contact id.
|
2013-03-22 14:55:47 +01:00 |
|
Thomas Tanghus
|
f11c29682a
|
Contacts: Instantiate Storage object in OC.Contacts.init()
|
2013-03-22 14:54:47 +01:00 |
|
Thomas Tanghus
|
9c64617b04
|
Contacts: Moved octemplate plugin to separate file.
|
2013-03-22 14:53:27 +01:00 |
|
Thomas Tanghus
|
f591954689
|
Contacts: Implement new routes in js Storage.
|
2013-03-22 14:51:26 +01:00 |
|
Thomas Tanghus
|
f6541dafc3
|
Contacts: Cache thumbnails in Contact class.
|
2013-03-22 14:50:41 +01:00 |
|
Thomas Tanghus
|
28a57daa06
|
Contacts: Add routes for listing address books and contacts.
|
2013-03-22 14:49:34 +01:00 |
|
Thomas Tanghus
|
1e482b0b07
|
Contacts: Add missing unminified script. Fix #845
|
2013-03-22 03:27:47 +01:00 |
|
Thomas Tanghus
|
6818a92038
|
Contacts: Add missing unminified script. Fix #845
|
2013-03-22 03:26:11 +01:00 |
|