LEDfan
1642fa5419
Merge pull request #824 from martin-rueegg/martin-rueegg-avoid-offset-error
...
Avoid "Undefined offset: 0"
2015-03-12 14:31:06 +01:00
LEDfan
e410cd4ba0
Merge pull request #840 from DavidPrevot/exec
...
Drop useless execution bits
2015-03-12 14:29:25 +01:00
LEDfan
f0fb99a674
Merge pull request #850 from deMattin/master
...
Update contacts.css - fixes #823 (no sparate input fields for contact na...
2015-03-12 14:28:42 +01:00
Jenkins for ownCloud
8f1a1604d2
[tx-robot] updated from transifex
2015-03-12 00:48:31 -04:00
Jenkins for ownCloud
c10c5ef11d
[tx-robot] updated from transifex
2015-03-10 00:48:51 -04:00
Martin
f261c0f21d
Merge pull request #1 from owncloud/master
...
sync owncloud Master
2015-03-09 23:32:22 +01:00
Jenkins for ownCloud
d5852fc7f1
[tx-robot] updated from transifex
2015-03-09 00:48:24 -04:00
Jenkins for ownCloud
02f74d49c6
[tx-robot] updated from transifex
2015-03-08 00:48:27 -05:00
Jenkins for ownCloud
18bc3a565c
[tx-robot] updated from transifex
2015-03-06 00:48:27 -05:00
Martin
c5eaded517
Update contacts.css - fixes #823 (no sparate input fields for contact names)
...
Issue reported including the fix in https://github.com/owncloud/contacts/issues/823 by @eckelmi.
In OC 8.0 it's not possible to get to the text input fields for "First name", "Additional names" and "Last name" because the pen symbol is missing next to the full name.
This fix adresses this problem and solves it with the additional css definition.
2015-03-05 19:39:23 +01:00
Jenkins for ownCloud
280bbf4cbb
[tx-robot] updated from transifex
2015-03-05 00:48:51 -05:00
Jenkins for ownCloud
4859e8de2b
[tx-robot] updated from transifex
2015-03-04 00:48:25 -05:00
David Prévot
8280042bfe
Drop useless execution bits
2015-02-27 12:38:54 -04:00
Jenkins for ownCloud
9d038b1cff
[tx-robot] updated from transifex
2015-02-26 00:48:43 -05:00
Thomas Müller
de403a62cd
Merge pull request #835 from owncloud/fix-travis-yml
...
Correctly only check stable* branches and master and ignore php 5.3
2015-02-25 05:37:43 -08:00
Joas Schilling
2b6ec96ced
Correctly only check stable* branches and master and ignore php 5.3
2015-02-25 12:30:57 +01:00
Jenkins for ownCloud
aa9fcb84b3
[tx-robot] updated from transifex
2015-02-25 00:48:29 -05:00
Jenkins for ownCloud
3db43b7e80
[tx-robot] updated from transifex
2015-02-24 00:48:37 -05:00
Jenkins for ownCloud
4843b43e78
[tx-robot] updated from transifex
2015-02-23 00:48:26 -05:00
Jenkins for ownCloud
a57b538d72
[tx-robot] updated from transifex
2015-02-21 00:48:26 -05:00
Jenkins for ownCloud
94cfbc6ae9
[tx-robot] updated from transifex
2015-02-18 00:48:34 -05:00
Jenkins for ownCloud
6292ee2601
[tx-robot] updated from transifex
2015-02-17 00:48:38 -05:00
Jenkins for ownCloud
b0f04fd148
[tx-robot] updated from transifex
2015-02-15 00:48:24 -05:00
Jenkins for ownCloud
5106dfcc2b
[tx-robot] updated from transifex
2015-02-14 00:48:26 -05:00
Martin Rüegg
f941a30838
move comments to commit comment
...
// Not sure if I'm doing it wrongly, or if its supposed to return
// the info in an array?
// https://github.com/owncloud/core/blob/master/lib/private/share/share.php
// \-> getItemSharedWithBySource()
// \-> self::getItems()
// -> return array();
// or -> return formatResult();
// \-> https://github.com/owncloud/contacts/blob/master/lib/share/addressbook.php
// \-> formatItems()
// \--> which in turn also always returns an array
// thus $addressBook is an array. either empty or having one entry
2015-02-13 11:14:59 +01:00
Jenkins for ownCloud
d690e353ce
[tx-robot] updated from transifex
2015-02-13 00:48:22 -05:00
Martin Rüegg
95cdb64b14
Avoid "Undefined offset: 0"
...
$addressBook is always an array. either empty or having one entry.
https://github.com/owncloud/contacts/issues/740
https://github.com/nerzhul/ocsms/issues/39
2015-02-13 04:25:48 +01:00
Jenkins for ownCloud
992b427ac1
[tx-robot] updated from transifex
2015-02-12 00:48:25 -05:00
Jenkins for ownCloud
6c119e410b
[tx-robot] updated from transifex
2015-02-11 00:48:31 -05:00
babelouest
b1700a2c24
fix bug #803 where HOME address is incorrectly set to WORK address
2015-02-10 08:47:27 -05:00
jbtbnl
4090d5672e
Merge pull request #801 from rehrumesh/786-TypeError-fix
...
#786 TypeError: addressBook is undefined error fixed
2015-02-10 13:42:02 +01:00
Jenkins for ownCloud
2175022570
[tx-robot] updated from transifex
2015-02-10 00:48:24 -05:00
Rumesh Eranga
7d729efdc8
Code formatted in addContact function
2015-02-09 23:41:34 +05:30
rumesh
14684eff32
#786 fixed
...
Check addressbooks count before create the contact.
2015-02-09 23:14:28 +05:30
Jenkins for ownCloud
d6c95b854c
[tx-robot] updated from transifex
2015-02-07 00:48:35 -05:00
Lukas Reschke
94dfff4eb5
Fix encoding in 3rdparty lib
2015-02-06 15:01:42 +01:00
Lukas Reschke
a8482c24cd
Drop demos
2015-02-06 13:53:27 +01:00
Jenkins for ownCloud
7c34742b50
[tx-robot] updated from transifex
2015-02-06 00:48:25 -05:00
jbtbnl
787892961e
Merge pull request #773 from owncloud/issue-701
...
Fixes CardDAV link for shared addressbooks #701
2015-02-04 15:06:30 +01:00
Jenkins for ownCloud
dc070a9b13
[tx-robot] updated from transifex
2015-02-04 00:48:49 -05:00
Jenkins for ownCloud
4a58ed3c84
[tx-robot] updated from transifex
2015-02-02 00:48:25 -05:00
jbtbnl
f086a7a6f4
Merge pull request #795 from owncloud/improve-connectors
...
improve import automatic selection
2015-01-31 11:59:26 +01:00
Jenkins for ownCloud
8f34cee8ca
[tx-robot] updated from transifex
2015-01-31 00:48:24 -05:00
Jenkins for ownCloud
2a58b21596
[tx-robot] updated from transifex
2015-01-30 00:48:24 -05:00
babelouest
ea0f5119db
improve import automatic selection
2015-01-29 09:42:22 -05:00
Jenkins for ownCloud
d84546ac7c
[tx-robot] updated from transifex
2015-01-28 00:48:45 -05:00
Joas Schilling
4d88accdb9
Merge pull request #793 from owncloud/is-not-shipped
...
Contacts is not shipped anymore
2015-01-27 13:04:38 +01:00
Joas Schilling
08e189ef4c
Contacts is not shipped anymore
2015-01-27 12:51:51 +01:00
Jenkins for ownCloud
2b2de89b76
[tx-robot] updated from transifex
2015-01-26 00:48:25 -05:00
Jenkins for ownCloud
1c9fe6f23a
[tx-robot] updated from transifex
2015-01-24 00:48:24 -05:00