Commit graph

72 commits

Author SHA1 Message Date
8d0a454713
1.1.2 bugfix release
* Fix creating a new Conversation with a new Customer.
* Fix the error shown when trying to create a Customer with no linked Mailbox.
2024-07-22 19:00:04 +02:00
8b6b15706a
Fix creating a new Conversation with a new Customer 2024-07-22 18:58:51 +02:00
732695922a
Fix the error shown when trying to create a Customer with no linked Mailbox 2024-07-22 18:35:47 +02:00
d61183c0a8
1.1.1 bugfix release
* Fix the ability to start new Conversations.
* Log an explicit error when creating a new Conversation is aborted.
2024-07-22 18:16:51 +02:00
08bf27298c
Fix the ability to start new Conversations 2024-07-22 18:14:42 +02:00
f861f240d1
Log an explicit error when trying to create a Customer without a Mailbox 2024-07-22 18:05:54 +02:00
4207b8093c
[ReadMe] Fix instructions for installing from the tarball 2024-07-22 12:18:16 +02:00
bcaaed0566
1.1.0 release
* Add compatibility with MMFCustomersGroups.
2024-07-20 18:49:41 +02:00
45028e03a9
Add compatibility with MMFCustomersGroups 2024-07-20 18:48:58 +02:00
69c518086e
1.0.1 bugfix release
* Fix the fetching of e-mails including attachments.
2024-07-18 15:17:36 +02:00
f66334f96f
Fix the fetching of e-mails including attachments 2024-07-18 15:16:34 +02:00
2f9745f9d8
1.0.0 stable release
This is only a version bump from the previous 0.9.0 release.
2024-07-18 11:27:12 +02:00
05100bdfec
[ReadMe] Fix the Markdown lists 2024-07-13 13:40:08 +02:00
5ba6404b84
0.9.0 release
* Display a localized warning on Customers without a Mailbox.
* Drop the (not working) ability to link a Customer to multiple Mailboxes.
* Improve routes overrides.
2024-07-12 13:01:37 +02:00
c8f0b46a3c
Improve routes overrides 2024-07-12 12:58:38 +02:00
de14ec8221
Add missing copyright statements 2024-07-12 12:36:00 +02:00
1600b9bef2
Drop the ability to link a Customer to multiple Mailboxes
This should not have been included in the edit form, the backend has no support for that yet.
2024-07-12 12:33:28 +02:00
30552e58a5
Add localizations in Customers list view 2024-07-12 12:31:57 +02:00
6f0cc59162
[ReadMe] Add warning about data loss 2024-07-11 17:44:45 +02:00
d20c5e522c
[ReadMe] Add some explanation about the routes/commands overrides 2024-07-11 17:38:55 +02:00
209a3775d4
[ReadMe] Fix install instructions using the tarball 2024-07-11 17:00:50 +02:00
ab80794dfe
0.8.1 release
* Fix filtering by Mailbox when getting Customers for a non-admin User.
2024-07-11 16:51:04 +02:00
7e0f5ec30b
Fix filtering by Mailbox when getting Customers for a non-admin User 2024-07-11 16:48:54 +02:00
fab345e893
[ReadMe] Update the list of routes that should be modified 2024-07-11 14:24:33 +02:00
78d838d99a
[ReadMe] Add install instructions 2024-07-11 14:20:16 +02:00
c927658079
0.8.0
* Rely on hooks to filter the Customers search.
* Rely on hooks to link Customers to a Mailbox.
2024-07-11 12:43:11 +02:00
7a37ad5298
Prevent the creation of duplicated e-mails for a given Customer 2024-07-11 12:38:06 +02:00
a61e14da47
Fix the display of the "no mailbox" warning 2024-07-11 12:18:24 +02:00
12ea6ec05a
Rely on hooks to link Customers to a Mailbox 2024-07-11 12:10:41 +02:00
988711fa85
Drop unused database Seeder 2024-07-11 11:25:50 +02:00
ee77d2f02d
Rely on hooks to filter the customers search 2024-07-10 18:26:08 +02:00
128301db41
0.7.0 release
* Convert the PHP package into a Laravel module.
2024-07-10 17:44:33 +02:00
bb731e9a76
Fix Routes namespace 2024-07-10 17:37:11 +02:00
980dc95607
Fix the Views namespace 2024-07-10 17:35:10 +02:00
eccd04b331
Fix Entities namespace 2024-07-10 17:26:43 +02:00
112785980f
Fix namespace in Migrations 2024-07-10 17:21:32 +02:00
29ab0fc12d
Add the required "Public" directory 2024-07-10 17:18:30 +02:00
c0244f24ef
Convert the PHP package into a Laravel Module
cf. https://laravelmodules.com/
2024-07-10 17:16:13 +02:00
21d7bbf158
0.6.1 release
* Fix the ability to rollback migrations.
2024-07-10 16:41:54 +02:00
ba82668b76
Ensure emails entries are dropped when the related customer entry is deleted. 2024-07-10 16:36:35 +02:00
6e212c1513
Change the order of migrations 2024-07-10 16:19:55 +02:00
978a02c548
0.6.0 release
* Link to a Mailbox the Customers automatically created when fetching e-mails.
2024-07-09 18:45:38 +02:00
c48f1472f9
Link to a Mailbox the Customers automatically created when fetching e-mails 2024-07-09 18:44:50 +02:00
f07ecd9bdf
0.5.0 release
* Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes.
2024-07-09 14:42:25 +02:00
c14e896371
[ReadMe] Update the routes override instructions 2024-07-09 14:40:59 +02:00
a2ee787747
Prevent the setting of an e-mail from a Customer from "stealing" it from other Customers 2024-07-09 14:38:35 +02:00
3a6de55d19
Drop the unicity constraint on Customer emails 2024-07-09 14:30:30 +02:00
9af30eef63
Add the ability to create new Customers with an already used e-mail
A same e-mail can only be used for several Customers as long as they are not linked to the same Mailbox.
2024-07-09 14:00:52 +02:00
62b4f49d4d
0.4.0 release
* Display all Customers when using an admin account.
* Add the ability to set the Mailbox when editing a Customer.
* When editing a Customer, pre-select its current Mailbox.
2024-07-08 17:53:43 +02:00
829dcb49ad
When editing a Customer, pre-select its current Mailbox 2024-07-08 17:52:13 +02:00