1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

968 Commits

Author SHA1 Message Date
Vincent Petry
c3c6e64027 Import legacy share dialog code
This will make the share dialog work as before
2015-09-28 10:46:45 +02:00
Gerald Vogt
4e89e9e90e Show property as preferred if parameter PREF is set or parameter TYPE
contains PREF.
2015-07-15 18:15:12 +02:00
Gerald Vogt
e8773cd627 bug fix. splice call is supposed to remove "PREF" array element. 2015-07-15 18:14:33 +02:00
Thomas Müller
6f5dff84bf Merge pull request #949 from owncloud/fix-js-error-on-delete
handle undefined contact
2015-07-05 08:24:22 +02:00
Thomas Müller
6ef66b6f60 Merge pull request #955 from owncloud/fix-add-group-error-handling
Handle add group error handling
2015-07-05 08:23:34 +02:00
Jan-Christoph Borchardt
80a0e5ebe4 Merge pull request #963 from owncloud/fix-missing-translation
Translate the noneSelectedText on the groups multiselect
2015-07-03 15:17:15 +02:00
Thomas Müller
1beb55a525 Merge pull request #947 from owncloud/fix-carddav-in-browser
Adding yearRange to datePicker
2015-07-03 13:30:33 +02:00
Thomas Müller
c31ba5215d Merge pull request #682 from seijikun/patch-1
Fix circular structure typeerror in chromium(38)
2015-07-03 13:29:41 +02:00
Thomas Müller
ad197e5c75 Translate the noneSelectedText on the groups multiselect 2015-07-02 18:04:47 +02:00
Thomas Müller
0660069cd3 Handle add group error handling 2015-07-01 16:49:16 +02:00
babelouest
dafa3d8d43 add confirmation before deleting an addressbook 2015-07-01 16:17:21 +02:00
Thomas Müller
a1e07ada11 handle undefined contact - fixes #948 2015-07-01 13:30:11 +02:00
Thomas Müller
068267d17b Adding yearRange to datePicker - fixes #914 2015-07-01 13:12:14 +02:00
Thomas Müller
a62bed78bb Fixing js syntax error 2015-06-30 00:01:27 +02:00
Thomas Müller
1cb89b037d Simply load the thumbnail as small photo - fixes #936 2015-06-30 00:00:18 +02:00
Bjoern Schiessle
e0d0755998 allow user to add federated cloud ID to addressbook 2015-06-23 17:46:07 +02:00
Thomas Müller
f8e175f944 Merge pull request #734 from owncloud/fix-updated-t
fix auto escaping functionality of t()
2015-05-08 00:43:00 +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
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
Lukas Reschke
94dfff4eb5 Fix encoding in 3rdparty lib 2015-02-06 15:01:42 +01:00
jbtbnl
3a145480f1 Fixes CardDAV link for shared addressbooks #701 2015-01-12 14:11:28 +01:00
Morris Jobke
fe38635a6c placeholder are now escaped in core 2014-12-18 14:46:52 +01:00
babelouest
713ad24d67 fix bug #488 2014-12-08 15:56:12 -05:00
LEDfan
0c136bcb2a Merge pull request #650 from ymv/fix-prefered
Show preferred value in contacts list
2014-12-05 07:54:25 +01:00
LEDfan
8c3d7ccdba install multi-select and combobox via bower
Remove old combobox

user bower for onfontresize

Add jcrop + md5

Add files to scrutinizer ignore list

Remove misplaced text

Selected the right MultiSelect library via bower

Move bower dependencies to correct location
2014-11-18 12:54:33 +01:00
Bernhard Reiter
66f8c5d882 Merge pull request #668 from ockham/share-contact-groups2
Share contact groups
2014-11-17 16:51:07 +01:00
Bernhard Reiter
8f23166955 Display correct number of contacts in shared addressbooks.
Fixes #654.
2014-10-28 23:17:38 +01:00
Jan ten Bokkel
34ff3c492c Revert "Removed t is undefined, which causes passman to hang."
This reverts commit dad944a951.
2014-10-27 18:08:54 +01:00
Markus Ebner
c2b6b16fa6 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.
2014-10-19 15:23:30 +02:00
Sander
dad944a951 Removed t is undefined, which causes passman to hang. 2014-10-12 11:55:09 +02:00
Bernhard Reiter
e8a735a210 Rename group by id. 2014-10-11 01:47:49 +02:00
Bernhard Reiter
c86dbf11b5 Delete groups by their id instead of their name. 2014-10-11 01:47:49 +02:00
Bernhard Reiter
83bc1eaadf Prepare for sharing of contact groups. 2014-10-11 01:47:44 +02:00
Jörn Friedrich Dreyer
7d8fe72351 customize search results 2014-10-01 18:09:01 +02:00
LEDfan
cd2d7573d9 Merge pull request #638 from owncloud/fix_404
Solve the 404 contact not found error #623
2014-09-28 10:03:06 +02:00
LEDfan
7478295db5 Fix additional 404's refs https://github.com/owncloud/contacts/issues/623#issuecomment-56631474 2014-09-25 08:08:50 +02:00
Yourkov Mikhail
b5689d6c16 getPreferedValue returns value with PREF flag 2014-09-16 01:22:50 +04:00
jbtbnl
18c7e95380 Merge branch 'master' into import-new-ui
Conflicts:
	css/contacts.css
2014-09-15 11:14:31 +02:00
Jan-Christoph Borchardt
ea5d8fbb79 Merge pull request #619 from owncloud/fix-header
Small fixes for header
2014-09-08 17:00:46 +02:00
jbtbnl
0357bd3d3f Hide import input fields and import button on import start 2014-09-02 16:25:39 +02:00
jbtbnl
cf02c8dbb4 Remove drag&drop tipsy reminder 2014-08-29 18:40:34 +02:00
Jan ten Bokkel
7945f1fcc8 Fix export of contacts 2014-08-29 17:52:51 +02:00
Jan ten Bokkel
ee1e61535e Fixes contacts export function 2014-08-29 14:00:15 +02:00
Jan ten Bokkel
4a0c4870d7 Fix header positioning. Make sort order reappear afder deselection. 2014-08-29 11:07:13 +02:00
Jan ten Bokkel
8654fe0aba Improve import dialog styling 2014-08-28 16:49:53 +02:00
Jan ten Bokkel
be5ae33234 Align import dialog to screen center 2014-08-28 16:24:38 +02:00
jbtbnl
65966d2888 Fix Scrutinizer issues 2014-08-26 23:20:29 +02:00
jbtbnl
a9ade3079d Merge remote-tracking branch 'origin/master' into import-new-ui
Conflicts:
	css/contacts.css
	lib/controller/importcontroller.php
2014-08-26 17:42:14 +02:00
Adam Williamson
128f8be707 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-26 11:20:38 -07:00