1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00

3655 Commits

Author SHA1 Message Date
Jan-Christoph Borchardt
42a90fc87d move field labels to align with content, adjust opacity 2015-07-06 10:51:52 +02:00
Thomas Müller
5ca5bc45db Translate the noneSelectedText on the groups multiselect 2015-07-06 10:51:52 +02:00
jbtbnl
d003da6838 Make UID generation conform to UUID standard 2015-07-06 10:51:52 +02:00
Thomas Müller
3c3ffe2acb Handle add group error handling 2015-07-06 10:51:52 +02:00
Jan-Christoph Borchardt
168476cff6 increase max-version to 8.2 2015-07-06 10:51:52 +02:00
babelouest
f7f70fe6ea add confirmation before deleting an addressbook 2015-07-06 10:51:52 +02:00
Thomas Müller
8009a4f262 Case insensitive search in contacts - fixes #813, owncloud/mail#197 2015-07-06 10:51:52 +02:00
Thomas Müller
538bf08160 handle undefined contact - fixes #948 2015-07-06 10:51:52 +02:00
Thomas Müller
a44f4a55bb Adding yearRange to datePicker - fixes #914 2015-07-06 10:51:52 +02:00
Jenkins for ownCloud
a238c47c4e [tx-robot] updated from transifex 2015-07-06 10:51:52 +02:00
Thomas Müller
e0e09ff80d Reuse Sabre\VObject\UUIDUtil to generate UUIDs 2015-07-06 10:51:52 +02:00
Thomas Müller
849a71146e No php based translations are required any more 2015-07-06 10:51:52 +02:00
Thomas Müller
a452e919ed Remove use of deprecated API class 2015-07-06 10:51:52 +02:00
Thomas Müller
b05a7f4ed6 Fixing js syntax error 2015-07-06 10:51:52 +02:00
Thomas Müller
6fd8405f6e Simply load the thumbnail as small photo - fixes #936 2015-07-06 10:51:52 +02:00
babelouest
270bab8a18 fixes phone number delimiter for gmail csv import 2015-07-06 10:51:52 +02:00
babelouest
a5b717c76b fix bug #807 that doesn't evaluates the return value of the function convertElementToVCard when detecting the file format 2015-07-06 10:51:52 +02:00
babelouest
38c607e68c fix bug #810 that imports a phone number as PHONE property, rather than a TEL proerty 2015-07-06 10:51:52 +02:00
babelouest
7cd90a9e4c fix bug #803 where HOME address is incorrectly set to WORK address 2015-07-06 10:51:52 +02:00
Bernhard Posselt
37acd1965b dont load scripts in other apps 2015-07-06 10:51:52 +02:00
Markus Ebner
f86ca94b7e Fix circular structure typeerror in chromium
The variable ```params``` contains the member ```obj``` which does not seem to be of interest by the server. In chromium, this obj - member leads to an ```Uncaught TypeError: Converting circular structure to JSON``` when calling ```JSON.stringify``` on this ```params``` object in the ```storage.patchContact(...)``` function.
2015-07-06 10:51:52 +02:00
Thomas Müller
65eb7387c0 Merge pull request #945 from owncloud/update-travis-oc-target-branch
Update owncloud target version in .travis.yml
v8.1.0
2015-07-01 09:33:20 +02:00
Joas Schilling
fbb92e108e Update owncloud target version in .travis.yml 2015-07-01 08:51:43 +02:00
Jan-Christoph Borchardt
18ec780a80 Merge pull request #942 from owncloud/fix-photo-import
Fix photo import
v8.1RC2
2015-06-30 19:37:46 +02:00
Thomas Müller
19b1fa25aa When loading the image from the VCard we get the raw binary data - no need to base64 encode anything anymore 2015-06-30 13:06:46 +02:00
Thomas Müller
bafbbe2bd5 Some cleanup along the way 2015-06-30 10:34:44 +02:00
Thomas Müller
09150e057c Set raw photo data into vcard - encoding is done with the serialization mechanisms - fix #904 #787 2015-06-30 10:26:09 +02:00
Thomas Müller
513b1d6875 Merge pull request #894 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2015-06-29 22:29:54 +02:00
Lukas Reschke
a2f6c24914 Bump version to 0.3.1.0 2015-06-29 14:23:57 +02:00
Jenkins for ownCloud
183de9aa6d [tx-robot] updated from transifex 2015-06-29 00:48:28 -04:00
Jenkins for ownCloud
f580d8dcff [tx-robot] updated from transifex 2015-06-28 00:48:36 -04:00
Jenkins for ownCloud
de94d081ad [tx-robot] updated from transifex 2015-06-27 00:49:06 -04:00
Thomas Müller
1a37138ec3 Merge pull request #906 from owncloud/fix_880_905
Fix #880 #905
2015-06-26 17:55:26 +02:00
Thomas Müller
0bcb5b61a2 Merge pull request #901 from MatthiasMMayr/master
Added german entry names for outlook-csv importer
2015-06-26 17:53:24 +02:00
Scrutinizer Auto-Fixer
cf7c31b6bb Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-06-26 17:49:39 +02:00
Thomas Müller
b82e877b0b Merge pull request #915 from owncloud/fix-standard-vcard-import
Fix standard vcard import
2015-06-26 17:47:30 +02:00
Thomas Müller
67d0f14ed3 Merge pull request #921 from schuemann/master
Fixed error handling in getContact if  $id not an array.
2015-06-26 17:44:34 +02:00
Thomas Müller
44370e7f38 Merge pull request #926 from mroi/patch-1
fix app loading with avatars disabled
2015-06-26 17:40:36 +02:00
Thomas Müller
5e37672d2e Merge pull request #934 from owncloud/default_to_home
default should always be home
2015-06-26 17:31:18 +02:00
Jenkins for ownCloud
5b26a58717 [tx-robot] updated from transifex 2015-06-26 00:49:04 -04:00
Bjoern Schiessle
d1b6ee9f2e default should always be home 2015-06-25 16:53:33 +02:00
Jenkins for ownCloud
544a60b39a [tx-robot] updated from transifex 2015-06-25 00:48:59 -04:00
Björn Schießle
6ef7913bf3 Merge pull request #924 from owncloud/federated_cloud
Federated cloud
2015-06-23 17:52:00 +02:00
Bjoern Schiessle
e0d0755998 allow user to add federated cloud ID to addressbook 2015-06-23 17:46:07 +02:00
Jenkins for ownCloud
053e52f6ed [tx-robot] updated from transifex 2015-06-23 00:49:14 -04:00
Jenkins for ownCloud
2eeed26e49 [tx-robot] updated from transifex 2015-06-21 00:48:56 -04:00
Michael Roitzsch
07283a2290 add avatar JavaScript
otherwise the contacts app fails to load due to JavaScript errors when avatars are disabled
2015-06-19 10:49:19 +02:00
Bjoern Schiessle
ceac26931b fix closing div 2015-06-17 10:02:37 +02:00
Jenkins for ownCloud
44e148408a [tx-robot] updated from transifex 2015-06-15 00:48:52 -04:00
schuemann
f8f60b50ae Use tabs instead of spaces. 2015-06-14 16:00:14 +02:00