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

3206 Commits

Author SHA1 Message Date
jbtbnl
3664ccb597 Merge pull request #732 from zinks-/l10n-fr-backport
Patched french translation (backported from master)
2014-12-09 11:54:15 +01:00
Thomas Imbreckx
850d37c67d Fixed new line error 2014-12-06 17:55:05 +01:00
Thomas Imbreckx
2809c2b30d Patched french translation (backported from master) 2014-12-05 19:14:38 +01:00
Jan ten Bokkel
2963f9e93f Remove unnecessary log message 2014-11-02 16:33:59 +01:00
Bernhard Reiter
fecc173b52 Add a backslash to fix an error.
Plus a simple whitespace fix.
2014-11-02 16:25:11 +01:00
Bernhard Reiter
e0eb3ddf5a Fix typos in variable names that broke stuff. 2014-11-01 14:54:47 +01:00
Jan ten Bokkel
b9c100c605 Add avatar and placeholder JavaScripts 2014-10-22 12:54:22 +02:00
jbtbnl
509b4223ce Merge pull request #681 from dirdi/stable7
Use correct method to extract image from vcard
2014-10-22 10:51:59 +02:00
Felix Eckhofer
6d0a8ad997 Use correct method to extract image from vcard
It was incorrectly assumed, that $vcard is always an
OCA\Contacts\Contact (which is true when the contacts app is rendered)
but when called from the `contactUpdated` hook, it actually is a
OCA\Contacts\VObject\VCard.

Fixes owncloud/contacts#585
2014-10-16 11:05:55 +02:00
Jörn Friedrich Dreyer
b1df56c875 customize search results 2014-10-01 18:08:24 +02:00
Jörn Friedrich Dreyer
d4fbd5ffa7 fix class names 2014-10-01 18:06:41 +02:00
Jörn Friedrich Dreyer
d77f0d353c Delete searchprovider.php
no longer needed
2014-10-01 17:48:12 +02:00
Andrew Brown
30152ecbf6 Update search classes to with the new search system
Add a Contact search result type to distinguish these results within a search view.

reformat code
2014-10-01 17:47:51 +02:00
LEDfan
25571ee31a Hopefully fixs travis build 2014-09-28 12:21:10 +02:00
LEDfan
5e714a7e8e Fix additional 404's refs https://github.com/owncloud/contacts/issues/623#issuecomment-56631474 2014-09-28 12:18:00 +02:00
LEDfan
2bf76c213c Remove old properties from deleted contacts, which were already deleted but readded 2014-09-28 12:17:52 +02:00
LEDfan
3d4224a090 This should solve the 404 error 2014-09-28 12:17:46 +02:00
Nicolas Mora
15d3a0b2cc Merge pull request #658 from owncloud/import-fixes-stable
Import fixes on stable branch
2014-09-22 12:23:05 -04:00
babelouest
0995148bc6 fix issue #537, handle multiple values in a not connected property 2014-09-21 14:39:14 -04:00
babelouest
48af7ff223 fix $id is array in database.php line 529 #559 2014-09-21 14:39:04 -04:00
babelouest
b75dcb27f0 replace \:// with :// in the original vcard 2014-09-21 14:38:51 -04:00
Bernhard Reiter
a9405d43e8 Rename $this->tagMgr to $this->tags as that's what they are.
They're instances of OCP\ITags, not of OCP\ITagManager.
2014-09-14 23:54:12 +02:00
Jan ten Bokkel
822f4f1083 Fix export of contacts 2014-09-13 15:52:39 +02:00
Jan ten Bokkel
78460dd17d Fixes contacts export function 2014-09-13 15:52:24 +02:00
Jan ten Bokkel
3a380f610a Remove responsive CSS leftover and fix column selection based on screen
width
2014-09-13 15:52:10 +02:00
Jan ten Bokkel
db9de23e77 Fix header positioning. Make sort order reappear afder deselection. 2014-09-13 15:51:52 +02:00
Bernhard Reiter
d367cee448 Merge pull request #584 from owncloud/backport-fix-TagMgr-access
fix TagMgr access remove unwanted error_log
2014-08-19 14:19:32 +02:00
Lukas Reschke
31726be13c Fix indentation 2014-08-17 19:04:56 +02:00
root
011db92486 fix TagMgr access
remove unwanted error_log
2014-08-08 00:57:41 +02:00
babelouest
bf56a8ded2 backport PR #507 2014-08-01 16:23:27 -04:00
Thomas Müller
7065c9be05 properly convert the json serialized data to the format as expected by the public contacts search 2014-07-30 17:19:13 +02:00
Jan-Christoph Borchardt
23056e8c05 fix excessive overwrite of mobile sizes defined in core, fix #555 2014-07-30 15:11:18 +02:00
babelouest
eef0d2dd51 Change label when there is no contact 2014-07-30 15:09:03 +02:00
Thomas Müller
b8ad6889ed return 'PHOTO' attribute on AddressbookProvider::search 2014-07-30 15:07:18 +02:00
Adam Williamson
f4e00e72e4 correct selection of current type for multi-type parameters: #536
This check was exactly the wrong way around, so the code to select
the appropriate type wouldn't run when it was actually needed.
2014-07-30 11:42:52 +02:00
Clark Tomlinson
17f679076e Extracting closures into methods to solve php 5.3 issue #546 2014-07-30 11:33:53 +02:00
Bernhard Posselt
73c35f43aa fix php 4.3 2014-07-30 11:33:53 +02:00
Thomas Müller
07217e0ec4 adding php-lint 2014-07-30 11:33:53 +02:00
Bernhard Reiter
4d31c2eb62 Use OCP\ITags in lib/controller/importcontroller.php. 2014-07-30 11:13:12 +02:00
Stephane V
2f67599968 Fix #532. Adds an intermediate variable to be compatible with php 5.3 2014-07-27 21:38:49 -04:00
Georg Ehrke
9c1db382c5 increment version number 2014-07-18 16:56:10 +02:00
Georg Ehrke
8fa088835c add ocsid 2014-07-18 16:56:01 +02:00
Morris Jobke
7d3cc35f69 Merge pull request #528 from owncloud/design-icon-shadow
remove shadow effect from icon
2014-07-03 11:16:00 +02:00
Jenkins for ownCloud
a8cf4f4dde [tx-robot] updated from transifex 2014-07-03 00:48:49 -04:00
Jan-Christoph Borchardt
b4ad02f78e remove shadow effect from icon 2014-07-02 21:57:20 +02:00
LEDfan
bf9d2cd999 Instead of throwing error, give a JSON result when there isn't a photo 2014-07-02 17:25:34 +02:00
jbtbnl
0311f15868 Merge pull request #524 from xhess/patch-1
birthday date picker date range
2014-07-02 14:18:24 +02:00
Jenkins for ownCloud
e3d5845ba4 [tx-robot] updated from transifex 2014-07-02 00:48:13 -04:00
Jenkins for ownCloud
b3e743c81d [tx-robot] updated from transifex 2014-07-01 00:48:09 -04:00
xhess
e5a2c205a3 birthday date picker date range
change birthday date range from the future to the past.
see: https://github.com/owncloud/contacts/issues/520
2014-06-30 15:11:37 +02:00