Thomas Müller
ba050ccf11
Merge pull request #877 from derkostka/master
...
fix Undefined index error ehen updatein thumbnail of contacts
2015-05-08 00:34:01 +02:00
Sebastian Kostka
bb600cd86f
fix undefined variable $vevent
...
using the return value of createComponent
2015-04-27 23:02:13 +02:00
Jakob Sack
1ca7a34675
Make birthday events non-blocking
2015-04-27 17:35:25 +02:00
Vincent Petry
0b5fb1bfc7
Fix to make it compatible with Sabre 2.1
...
Also fixed unit tests so they run but some still fail
- Added IUserSession mock
- Replaced OCP::getUser() with IUserSession usage to make the mock work
- Added base class for test cases
2015-03-17 12:53:05 +01:00
Volkan Gezer
adf946f1fe
another grammar fix
2014-05-25 13:18:20 +02:00
Thomas Tanghus
5358a312cb
Code style
2014-04-24 18:32:33 +02:00
Thomas Tanghus
abb3166e90
Get permissions from Contact if exists, otherwise AddressBook. Refs #457
2014-04-02 14:18:16 +02:00
Thomas Tanghus
ff395f36a3
Misc. code cleanups
2014-03-23 19:02:16 +01:00
Thomas Tanghus
b4436257a9
Add Contact to CacheThumbnail call
2014-03-21 15:19:32 +01:00
Thomas Tanghus
43e65fc817
More photo handling cleanups
2014-03-20 21:53:13 +01:00
Thomas Tanghus
05acb6e87a
Mostly done refactoring Photo controller
2014-03-20 01:55:57 +01:00
Thomas Tanghus
202d23813b
Misc. fixes after refactoring
2014-03-18 23:51:32 +01:00
Thomas Tanghus
dfda6d1ea6
Wrong var name
2014-03-18 16:20:25 +01:00
Thomas Tanghus
dab64ee15c
Missing @return
2014-03-18 16:20:25 +01:00
Thomas Tanghus
868bf088b3
camelCase variables
2014-03-18 00:58:01 +01:00
Thomas Tanghus
d724149c56
More fixes
2014-03-08 19:09:17 +01:00
Thomas Tanghus
a7d3a69fdd
Show year in CalDAV BDAY events
2014-02-08 19:22:22 +01:00
Thomas Tanghus
9abdeb75ce
2014
2014-01-26 00:40:22 +01:00
Thomas Tanghus
944e6e79ce
Test for string value. Refs. 307
2013-12-19 23:29:14 +01:00
Thomas Tanghus
c430120092
Check for null, not just falsy. Refs #298
2013-12-17 16:11:55 +01:00
Thomas Tanghus
58f6f36fc3
Erronious continue statement. Fix owncloud/calendar#260
2013-12-17 15:38:10 +01:00
Thomas Tanghus
fcf1d99fce
Don't try to set FN if it's null. Possibly fix #293
2013-12-13 08:49:55 +01:00
Thomas Tanghus
aa8a51d9a7
Move cacheThumbnail to Properties. Fix #252
2013-11-07 14:06:31 +01:00
Thomas Tanghus
7416a16bef
Refresh groups on CardDAV update. Refs #246
2013-11-04 15:59:07 +01:00
Thomas Tanghus
ec06ba01e4
Port hack from 5.0.12 to fix wrongly escaped parameters. #146
...
Add a test for it and remove validator plugin as it's now done
in the CardDAV plugin to avoid parsing unnecessarily.
2013-10-01 19:15:22 +02:00
Thomas Tanghus
e06bd9b17a
Fix birthday generation and add methods for creating birthday events
2013-10-01 19:15:22 +02:00
Thomas Tanghus
67412f3679
Port controllers to OCP\AppFramework
2013-10-01 19:15:22 +02:00
Thomas Tanghus
1a24590322
Use OCP\Image
2013-09-03 14:09:13 +02:00
Thomas Tanghus
4a67ad28ca
Improved unit tests and adjust backend method signatures.
2013-08-26 20:10:29 +02:00
Nicolas Mora
fab557a015
Merge branch 'master' of https://github.com/owncloud/contacts
2013-08-03 22:43:25 -04:00
Nicolas Mora
fc09c31def
use new backend prefs
2013-08-03 22:40:52 -04:00
Thomas Tanghus
8a12538e24
Add mergeFromVCard() method to Contact.
...
This is to be used on import, if a contact with identical UID exists.
2013-08-01 12:12:38 +02:00
Thomas Tanghus
bc56282e9b
Missing test for #120
2013-06-03 17:27:48 +02:00
Thomas Tanghus
3d0e6c7933
Update thumbnail when card is updated via CardDAV. Refs #120
2013-06-03 17:27:48 +02:00
Thomas Tanghus
b71b0c280b
Add missing public declarations
2013-05-31 21:32:45 +02:00
Thomas Tanghus
af7359f50e
Missing namespace separator
2013-05-22 03:23:24 +02:00
Thomas Tanghus
ac68b27d93
Search both in metadata and properties for contact displayname
2013-05-22 03:23:24 +02:00
Thomas Tanghus
5581b62c9a
Missing method name to OC_L10N calls.
2013-05-18 16:49:02 +02:00
Thomas Tanghus
cab617f0e0
Implement HTTP Middleware
...
Intercept exceptions thrown and return suitable HTTP responses.
2013-05-18 04:58:41 +02:00
Thomas Tanghus
23b6e074da
Proper updating on deletion of contact photo. Fix #77
2013-05-15 01:02:38 +02:00
Thomas Tanghus
4ad995d815
Quick hack to allow setting FN from array
2013-05-09 21:19:12 +02:00
Thomas Tanghus
85c2e3229e
Only check Contact permissions on save/update/delete.
2013-05-09 19:14:57 +02:00
Thomas Tanghus
980a0dbdf1
Add getETag to Contact (PHP)
2013-05-09 05:56:32 +02:00
Thomas Tanghus
9df6967ac8
Contacts: Some status checks
2013-05-06 01:50:03 +02:00
Thomas Tanghus
49f728a86a
Contacts: Don't mix possible permissions with actual permissions.
2013-05-05 22:21:42 +02:00
Thomas Tanghus
e13899da50
Contacts: Reenable permission checking on Contact::_set().
2013-05-05 15:28:26 +02:00
Thomas Tanghus
56a982b19c
Contacts: Temporarily disable permission check in Contact::__set()
2013-05-04 22:47:34 +02:00
Thomas Tanghus
26cc08f553
Contacts: Tighten up on permission checking.
2013-05-03 05:00:50 +02:00
Thomas Tanghus
a7b30d8c5a
Contacts: Property parameters wasn't saved
2013-04-27 04:38:28 +02:00
Thomas Tanghus
e03839838e
Contacts: Throw exception on missing parameters.
2013-04-27 03:05:06 +02:00