forked from owncloud-archive/contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
66 lines (59 loc) · 3.26 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
ownCloud Contacts Changelog
6.0.3
- Some browsers showed the contact photo crop editor in upper-left corner.
- Added test for functional localStorage.
- Fixed CardDAV Extended MKCOL.
- The list item for an open contact disappeared if the user clicked on "New contact".
- Silenced annoying warning on address book sharing.
6.0.2
- Many improvements for groups both front- and back-end.
- Fix unusable app after import of contact with no name.
6.0.1
- Closed potential XSS issue with group name.
6.0
- Don't fire a request for every contacts when mass adding to/removing from groups.
- Don't have a request for each thumbnail.
- Only load default contact photo once.
- Added virtual group "Ungrouped".
- Groups can now be renamed. contacts#97
- Smoother and more failsafe importing.
- Rewritten backend to allow for multiple address book sources.
- Abstraction layer for address books and contacts.
- Partially ported to App Framework.
- Use updated app styles.
- Select single contacts by Ctrl/Cmd-click, or a range of contacts by Shift-click.
- Experimental contacts merge. Might eat kittens!
- Regression fixed: Address book rename added again.
- Regression fixed: Contacts can be moved between address books again; also with different backends. contacts#57
5.0.8
- Regression fix: It is again possible to select which address book a new contact should
be saved in.
- Regression fix: It is again possible to move contacts between address books.
- Fix: When users where deleted, any address books shared with them would also deleted.
5.0.7:
- Feature: Delete button for single contacts in list. contacts#101
- Improvement: Cut ~40% off of initial rendering time.
- Fix: Thumbnail was not updated when changing PHOTO via CardDAV. contacts#120
- Fix: Drag item only worked on first drag. contacts#33
- Fix: The internal client side value for BDAY was malformed after adding a birthday. contacts#104
- Fix: URL and EMAIL event handlers reenabled: contacts#109
- Fix: Send correct lastModified. contacts#48 contacts#99
- Fix: Don't keep attaching event handler for uploaded photo. contacts#24
- Fix: Don't recreate default groups after user has deleted them. contacts#47
- Fix: Properly format and decode properties on update from 2.1. contacts#54
- Fix: When importing into a shared address book, groups were created for the "sharee"
instead of the owner. contacts#39
- Fix: If a shared address book was selecting while creating a contacts a new group
with the same name would be created. contacts#39
- Fix: Properties are now properly (un)escaped. contacts#42 contacts#7
- Fix: Add workaround for stale shares. core#2814 contacts#78
- Fix: Cached thumbnail wasn't removed when photo was delete. contacts#77
5.0.6:
- Improvement: If contacts display name doesn't exists check first for ORG then EMAIL.
- Fix: Check for existing address books on migrate->import to avoid duplicate records..
- Fix: Older Firefox/Iceweasel didn't show email/tel/url because of missing outerHTML.
- Fix: Unescape variables in search results and generated birthday events.
- Fix: AddressbookProviders could have duplicate keys.
- Feature: Add support for IMPP:SIP aka Internet calls.
- Unescape variables in search results and generated birthday events.
- AddressbookProviders could have duplicate keys.