summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Collapse)Author
2016-10-20Replaced various ownCloud with Nextcloud.Alexander Weidinger
2016-09-03Bigger add symbol and button translation fixskjnldsv
2016-09-02Fix missing rev field update. (#504)Alexander Weidinger
2016-09-02Fix import error (#495)Thomas Müller
* Report that a contact could not be created - necessary to provide feedback on import of an invalid vcard * Allow to import the same file again
2016-08-30Fix loading spinner with usernames containing spaces.Alexander Weidinger
2016-08-29Fix export button. (#501)Alexander Weidinger
2016-08-25Add support for X-ABLABEL refs #204 (#377)Thomas Müller
2016-08-23Fix photo upload (#477)Thomas Müller
* 80px -> 100px * Writing proper photo properly to the vcard
2016-08-22Move button to the side bar - fixes #483 (#493)Thomas Müller
2016-08-11fix capitalization of death date (#484)Jan-Christoph Borchardt
2016-08-02💀 Deathdate … and anniversary! 🎉 (#472)Thomas Müller
* Adding date of death - refs #464 * More space for the label * Adding anniversary
2016-07-29fix #467Thomas Müller
2016-07-25Add number of displayed contacts to the bottom of the contact listJulius Haertl
2016-06-16Adding detailed name field with all structured elements including sync N to FNThomas Müller
2016-05-30Use proper mime type on data uri - fixes #421Thomas Müller
2016-05-09Add file size limitation and error popup (1MB)John Molakvoæ
2016-05-09add change avatar functionalityHendrik Leppelsack
2016-05-09avatar uploadHendrik Leppelsack
2016-04-25Do not rely on the file type but simply try to parse the given file as vcard ↵Thomas Müller
- fixes #385
2016-04-25Revert "Do not rely on the file type but simply try to parse the given file ↵Thomas Müller
as vcard - fixes #385" This reverts commit 6989341982f3810eaaaf7de699de2828545188d2.
2016-04-25Do not rely on the file type but simply try to parse the given file as vcard ↵Thomas Müller
- fixes #385
2016-04-21Fix sorting- fixes #382Thomas Müller
2016-04-21Merge pull request #379 from owncloud/no-fnThomas Müller
In case no FN is defined we use N - temporal hack for now until we pr…
2016-04-20In case no FN is defined we use N - temporal hack for now until we properly ↵Thomas Müller
support N handling - fixes #322
2016-04-20Sort contact list with respect to the locale - fixes #376Thomas Müller
2016-04-20Revert "Add support for X-ABLABEL refs #204"Thomas Müller
This reverts commit 72bd8bf6779b144df64e6d56da94c28e9a8b81fe.
2016-04-20Add support for X-ABLABEL refs #204Thomas Müller
2016-04-20Merge pull request #374 from owncloud/fix-loading-broken-vcardsThomas Müller
Fix loading broken vcards
2016-04-20Single contact export buttonskjnldsv
Added addressbook export button Fixed header css and export button location + add empty div to replace empty space if no picture
2016-04-18Don't use the browser's DOMParser - it seems to have issues with parsing ↵Thomas Müller
some characters - refs #311
2016-04-18Load valid contact in case an invalid uid is entered in the urlThomas Müller
2016-04-18Don't fall apart in case we receive an invalid vcard - refs #311 and othersThomas Müller
2016-04-17Merge pull request #367 from owncloud/add-socialprofile-fieldsThomas Müller
Adding social profile fields
2016-04-15Don't allow to delete the last addressbookThomas Müller
2016-04-15Merge pull request #362 from owncloud/company-only-cardsThomas Müller
In case there is not fullName we use the company name
2016-04-15Adding social profile fieldsThomas Müller
2016-04-15Merge pull request #361 from owncloud/feedback-on-import-of-unknown-file-typeThomas Müller
Tell the user that the file type was wrong on import
2016-04-15In case there is not fullName we use the company name - fixes #335Thomas Müller
2016-04-15Tell the user that the file type was wrong on importThomas Müller
2016-04-11Fixed group list not updating when adding/deleting a groupskjnldsv
2016-04-10Merge pull request #345 from owncloud/use-core-colors-generatorThomas Müller
Updated color filter to use the core function
2016-04-10New contact string if no fullNameskjnldsv
2016-04-10Improved codeskjnldsv
2016-04-10Hide the Add Contact button if we've got an invalid contactskjnldsv
2016-04-08Fix error loading page when no contactsJohn Molakvoæ
2016-04-08Updated color filter to use the core functionskjnldsv
+ Retrocompatibility
2016-04-05First contact load fix, group load and order (fix #312)John Molakvoæ
Fixed direct link to contact and invalid contact access in group (fix #318) Fixed page loading with invalid group Fix mobile merge and group contact load issue
2016-04-05Auto-resizing input for org and title layout + header improvements fix #286skjnldsv
2016-04-04Merge pull request #331 from owncloud/fix-move-color-changeThomas Müller
Prevent change of contact-color when changing a contacts adressbook, fix #243
2016-04-03Add mobile style from Mail app, ref #36Jan-Christoph Borchardt
- Maximise the field width and align delete icons - Added back button - Don't load first contact when mobile layout - Hide the contact list when showing contact details