smizrahi
f85c53190c
fix(addressbook): Fix exception when using multiple address book source and searching. Fixes #5906 .
2023-12-12 12:08:25 +01:00
Hivert Quentin
6e60b10755
feat(ux): select all button will unselect all if click again
2023-11-03 15:13:48 +01:00
smizrahi
65f8336255
feat(core): Add mobile provisioning download for Apple's devices. Fix shared calendar and contacts
2023-10-18 11:43:35 +02:00
Hivert Quentin
1d3da92bab
fix(addressbook): autocomplete correctly return two contacts from two ldap with same id
2023-10-03 14:28:57 +02:00
smizrahi
19915e3dff
feat(core): Add mobile provisioning download for Apple's devices
2023-09-27 17:28:29 +02:00
smizrahi
6d16ee7988
feat(core): Add mobile provisioning download for Apple's devices
2023-09-27 17:28:29 +02:00
smizrahi
1df2586745
fix(addressbook): Fix asynchronous selection of contacts - cards are not added as they're not yet loaded.
2023-05-10 10:32:46 +02:00
Francis Lachapelle
67ccf748ed
fix(web(js)): improve validation of email addresses
...
Overwrite the AngularJS validation and transformation of email inputs in
order to support umlauts and eszett.
2022-07-28 10:46:40 -04:00
Francis Lachapelle
dd0730947f
web: update window title depending on active module
...
Fixes #4982
2022-05-16 17:43:35 -04:00
Francis Lachapelle
44afac0715
fix(addressbook): preload cards when creating list from selection
2022-04-06 13:24:47 -04:00
Francis Lachapelle
c7ee4d8c19
fix(addressbook(web)): update card on save when certificate is removed
2022-03-21 10:12:21 -04:00
Francis Lachapelle
547d26af19
fix(addressbook(js)): unselect current card on delete
2022-03-21 09:22:52 -04:00
Francis Lachapelle
e064e9af44
fix(web(js)): position notifications to the bottom right
...
Fixes #5127
Fixes #5423
2021-12-03 17:40:21 -05:00
Simon Hauser
fc121acff3
fix(addressbook(js)): custom field creation
...
availableKeys will always be an array containing ["1", "2", "3", "4"]
because currently the wrong customFields is not accessed correctly.
This leads to the removal of CUSTOM1 if you wanna add a second custom
field.
2021-11-25 13:17:33 -05:00
Francis Lachapelle
0b0c8847ba
fix(addressbook(js)): sanitize fullname when using HTML
...
Fixes #5400
2021-10-07 15:31:19 -04:00
Francis Lachapelle
ffed88c069
fix(addressbook(js)): sanitize fullname when using HTML
2021-10-05 08:33:29 -04:00
Francis Lachapelle
a14c456800
feat(addressbook): warn when similar contacts are found
...
When creating a new contact, we now search for similar contacts in the
current addressbook, based on the firstname, lastname, email address,
and telephone number. We return a 409 when such a card is found.
2021-10-04 10:14:14 -04:00
Francis Lachapelle
c6d6dc3e66
fix(addressbook(js)): load selected cards prior to display mail editor
2021-09-21 14:42:05 -04:00
Francis Lachapelle
cd95649f08
fix(web(js)): remove calls to deprecated functions in ng-material
2020-08-04 16:12:52 -04:00
Francis Lachapelle
3d3b17adb8
fix(calendar(js)): improve attendees editor when adding new attendees
...
Fixes #5049
2020-06-23 12:02:31 -04:00
Francis Lachapelle
07c06db69d
refactor(mail(js)): replace ckEditor directive by sgCkeditor component
...
This refactoring
1. simplifies updating the CKEditor source code;
2. allows many instances of the CKEditor on the same page;
3. fixes the cursor positioning on focus.
2020-05-15 11:37:56 -04:00
Francis Lachapelle
e7da4c19b8
fix(web(js)): improve encoding of folder paths in XHR calls
...
Fixes #4989
2020-05-04 18:44:20 -04:00
Francis Lachapelle
456a66b66b
feat(mail(js)): new button to expand recipients that are LDAP groups
2019-11-21 21:51:27 -05:00
Francis Lachapelle
fe92b4d03c
(js) Restore cards selection after refresh
...
Fixes #4809
2019-09-30 16:21:58 -04:00
Francis Lachapelle
249277ec3d
(js) Restore cards selection after refresh
...
Fixes #4809
2019-09-26 12:10:51 -04:00
Francis Lachapelle
83f5664cf5
(js) Encode URL of card
2019-08-29 22:08:35 -04:00
Francis Lachapelle
8822c8cd07
(Calendar) Button to expand invited LDAP groups
...
Fixes #2506
2019-08-27 16:34:15 -04:00
Francis Lachapelle
361a84e7b5
(js) Avoid saving an empty calendar name
2019-08-07 16:33:51 -04:00
Francis Lachapelle
aac0ec9a6a
Adopting new material guidelines for chips
...
See https://material.io/design/components/chips.html
2019-02-18 15:03:25 -05:00
Francis Lachapelle
ca886aa662
(js) Create card from sender/recipient address
...
Fixes #3002
Fixes #4610
2019-01-10 22:00:19 -05:00
Francis Lachapelle
78c1244975
Fix message editor in Address Book and Calendar
2018-09-24 11:25:55 -04:00
Francis Lachapelle
3b9835095f
(js) Check addressbook ACL prior to delete cards
2018-08-31 15:56:26 -04:00
Francis Lachapelle
19c02914ba
(js) Convert AddressBooksController to new format
2018-08-31 13:29:32 -04:00
Francis Lachapelle
3394018604
(js) Expose invalid data in AddressBook.$id
2018-08-31 13:13:35 -04:00
Francis Lachapelle
3bdd90e2be
Don't allow duplicate GCS folder names
2018-08-30 22:09:17 -04:00
Francis Lachapelle
838e1ac213
(js) Fix usage of MessageEditorController
2018-08-22 14:54:17 -04:00
Francis Lachapelle
05e033ccb5
(js) Fix unsafe JS links
...
Fixes #4508
2018-07-11 14:04:23 -04:00
Francis Lachapelle
45af5ef230
(js) Initialize new contact URL with example
2018-07-06 10:41:36 -04:00
Francis Lachapelle
e494dbc57c
(js) Changes for ui-router v1.0
...
$urlRouterProvider is deprecated.
2018-06-28 15:44:12 -04:00
Francis Lachapelle
c966ad60e7
(js) Fix download of exported folders under iOS
...
Whenever possible, we no longer rely on the FileSaver.js library to
download zip archives. Instead, we do a simple GET on the resource by
changing the window location.
2018-05-16 16:46:29 -04:00
Francis Lachapelle
12b2ecca72
Show current ordering setting in lists
2018-05-07 16:43:16 -04:00
Francis Lachapelle
d05477499f
(js) Always show center list when no card selected
2018-01-24 10:36:22 -05:00
Francis Lachapelle
7ebdac5525
Improve display of S/MIME certificates
2018-01-23 13:30:56 -05:00
Francis Lachapelle
e590aec64f
(js) Fix exception in Card service
...
When calling init from $reset, the birthday attribute is already a Date
object. Avoid raising an exception on wrong data type.
2017-12-15 16:36:15 -05:00
Francis Lachapelle
c45c691bf9
(js) Fix search in contact list creator
2017-12-04 15:36:29 -05:00
Francis Lachapelle
eb90760b39
Use address books search fields in Contacts module
...
Searches can now be scoped to one or multiple fields. Those fields are
now dynamic and can be defined using SearchFieldNames in external
contacts sources (SQL and LDAP).
2017-11-21 15:56:16 -05:00
Francis Lachapelle
888adc9396
(js) Improve rename of address book
...
Fixes impossibility to insert spaces in address book name.
2017-10-10 14:29:38 -04:00
Francis Lachapelle
721428c88f
(js) Create list from selected cards
...
Fixes #3561
2017-07-04 10:10:00 -04:00
Francis Lachapelle
d9dafd3d14
(js) Don't explode card when no email defined
2017-06-29 10:49:15 -04:00
Francis Lachapelle
7464c2e680
(js) Support backspace AND delete keys
2017-06-14 13:38:40 -04:00