1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,117 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
|
88 |
+ |
|
89 |
+== 1.1.9 - 2023-5-9 == |
|
90 |
+* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
+ |
|
92 |
+== 1.2.0 - 2023-5-20 == |
|
93 |
+* Fixed auto-reply bug. |
|
94 |
+* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
+ settings page. |
|
96 |
+* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
+* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
+* Admins can share their API keys with other non-admins. |
|
99 |
+* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
+ keys. Non-admins can see only their messages. |
|
101 |
+* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
+ |
|
103 |
+== 1.2.1 - 2023-5-23 == |
|
104 |
+* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
+* Customized confirm pop-up windows. |
|
106 |
+ |
|
107 |
+== 1.2.2 - 2023-5-24 == |
|
108 |
+* Changed how non-admins view sent messages. |
|
109 |
+ |
|
110 |
+== 1.2.3 - 2023-5-24 == |
|
111 |
+* Fixed 'Load more messages' bug. |
|
112 |
+* Changed the way the display name is searched for and added to old messages, during app upgrade. |
|
113 |
+ |
|
114 |
+== 1.2.4 - 2023-5-30 == |
|
115 |
+* Fixed MMS files domain problem. |
|
116 |
+* Made MMS URLs clickable. |
|
117 |
+* Added refresh button for messages in pop-up windows. |
|
0 | 118 |
\ No newline at end of file |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,112 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
-== 1.1.4 - 2022-12-2 == |
|
65 |
-* Changed migration files to prevent installation errors. |
|
66 |
-* Modified 3 svg files converting text objects to paths. |
|
67 |
- |
|
68 |
-== 1.1.5 - 2023-2-28 == |
|
69 |
-* Fixed issue related to Twilio message signing. |
|
70 |
-* Updated message pricing information in app description. |
|
71 |
- |
|
72 |
-== 1.1.6 - 2023-5-8 == |
|
73 |
-* Implemented showing display names of message authors before their messages. |
|
74 |
-* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
-* Custom display names can be now saved for external phone numbers. |
|
76 |
-* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
-* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
-* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
-* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
-* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
- a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
- |
|
83 |
-== 1.1.7 - 2023-5-9 == |
|
84 |
-* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
- |
|
86 |
-== 1.1.8 - 2023-5-9 == |
|
87 |
-* Fixed migration issue bug. |
|
88 |
- |
|
89 |
-== 1.1.9 - 2023-5-9 == |
|
90 |
-* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
- |
|
92 |
-== 1.2.0 - 2023-5-20 == |
|
93 |
-* Fixed auto-reply bug. |
|
94 |
-* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
- settings page. |
|
96 |
-* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
-* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
-* Admins can share their API keys with other non-admins. |
|
99 |
-* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
- keys. Non-admins can see only their messages. |
|
101 |
-* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
- |
|
103 |
-== 1.2.1 - 2023-5-23 == |
|
104 |
-* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
-* Customized confirm pop-up windows. |
|
106 |
- |
|
107 |
-== 1.2.2 - 2023-5-24 == |
|
108 |
-* Changed how non-admins view sent messages. |
|
109 |
- |
|
110 |
-== 1.2.3 - 2023-5-24 == |
|
111 |
-* Fixed 'Load more messages' bug. |
|
112 |
-* Changed the way the display name is searched for and added to old messages, during app upgrade. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,112 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
|
88 |
+ |
|
89 |
+== 1.1.9 - 2023-5-9 == |
|
90 |
+* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
+ |
|
92 |
+== 1.2.0 - 2023-5-20 == |
|
93 |
+* Fixed auto-reply bug. |
|
94 |
+* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
+ settings page. |
|
96 |
+* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
+* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
+* Admins can share their API keys with other non-admins. |
|
99 |
+* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
+ keys. Non-admins can see only their messages. |
|
101 |
+* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
+ |
|
103 |
+== 1.2.1 - 2023-5-23 == |
|
104 |
+* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
+* Customized confirm pop-up windows. |
|
106 |
+ |
|
107 |
+== 1.2.2 - 2023-5-24 == |
|
108 |
+* Changed how non-admins view sent messages. |
|
109 |
+ |
|
110 |
+== 1.2.3 - 2023-5-24 == |
|
111 |
+* Fixed 'Load more messages' bug. |
|
112 |
+* Changed the way the display name is searched for and added to old messages, during app upgrade. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,108 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
-== 1.1.4 - 2022-12-2 == |
|
65 |
-* Changed migration files to prevent installation errors. |
|
66 |
-* Modified 3 svg files converting text objects to paths. |
|
67 |
- |
|
68 |
-== 1.1.5 - 2023-2-28 == |
|
69 |
-* Fixed issue related to Twilio message signing. |
|
70 |
-* Updated message pricing information in app description. |
|
71 |
- |
|
72 |
-== 1.1.6 - 2023-5-8 == |
|
73 |
-* Implemented showing display names of message authors before their messages. |
|
74 |
-* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
-* Custom display names can be now saved for external phone numbers. |
|
76 |
-* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
-* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
-* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
-* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
-* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
- a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
- |
|
83 |
-== 1.1.7 - 2023-5-9 == |
|
84 |
-* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
- |
|
86 |
-== 1.1.8 - 2023-5-9 == |
|
87 |
-* Fixed migration issue bug. |
|
88 |
- |
|
89 |
-== 1.1.9 - 2023-5-9 == |
|
90 |
-* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
- |
|
92 |
-== 1.2.0 - 2023-5-20 == |
|
93 |
-* Fixed auto-reply bug. |
|
94 |
-* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
- settings page. |
|
96 |
-* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
-* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
-* Admins can share their API keys with other non-admins. |
|
99 |
-* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
- keys. Non-admins can see only their messages. |
|
101 |
-* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
- |
|
103 |
-== 1.2.1 - 2023-5-23 == |
|
104 |
-* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
-* Customized confirm pop-up windows. |
|
106 |
- |
|
107 |
-== 1.2.2 - 2023-5-24 == |
|
108 |
-* Changed how non-admins view sent messages. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,108 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
|
88 |
+ |
|
89 |
+== 1.1.9 - 2023-5-9 == |
|
90 |
+* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
+ |
|
92 |
+== 1.2.0 - 2023-5-20 == |
|
93 |
+* Fixed auto-reply bug. |
|
94 |
+* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
+ settings page. |
|
96 |
+* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
+* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
+* Admins can share their API keys with other non-admins. |
|
99 |
+* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
+ keys. Non-admins can see only their messages. |
|
101 |
+* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
+ |
|
103 |
+== 1.2.1 - 2023-5-23 == |
|
104 |
+* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
+* Customized confirm pop-up windows. |
|
106 |
+ |
|
107 |
+== 1.2.2 - 2023-5-24 == |
|
108 |
+* Changed how non-admins view sent messages. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,105 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
-== 1.1.4 - 2022-12-2 == |
|
65 |
-* Changed migration files to prevent installation errors. |
|
66 |
-* Modified 3 svg files converting text objects to paths. |
|
67 |
- |
|
68 |
-== 1.1.5 - 2023-2-28 == |
|
69 |
-* Fixed issue related to Twilio message signing. |
|
70 |
-* Updated message pricing information in app description. |
|
71 |
- |
|
72 |
-== 1.1.6 - 2023-5-8 == |
|
73 |
-* Implemented showing display names of message authors before their messages. |
|
74 |
-* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
-* Custom display names can be now saved for external phone numbers. |
|
76 |
-* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
-* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
-* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
-* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
-* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
- a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
- |
|
83 |
-== 1.1.7 - 2023-5-9 == |
|
84 |
-* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
- |
|
86 |
-== 1.1.8 - 2023-5-9 == |
|
87 |
-* Fixed migration issue bug. |
|
88 |
- |
|
89 |
-== 1.1.9 - 2023-5-9 == |
|
90 |
-* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
- |
|
92 |
-== 1.2.0 - 2023-5-20 == |
|
93 |
-* Fixed auto-reply bug. |
|
94 |
-* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
- settings page. |
|
96 |
-* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
-* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
-* Admins can share their API keys with other non-admins. |
|
99 |
-* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
- keys. Non-admins can see only their messages. |
|
101 |
-* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
- |
|
103 |
-== 1.2.1 - 2023-5-23 == |
|
104 |
-* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
-* Customized confirm pop-up windows. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,105 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
|
88 |
+ |
|
89 |
+== 1.1.9 - 2023-5-9 == |
|
90 |
+* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
+ |
|
92 |
+== 1.2.0 - 2023-5-20 == |
|
93 |
+* Fixed auto-reply bug. |
|
94 |
+* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
+ settings page. |
|
96 |
+* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
+* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
+* Admins can share their API keys with other non-admins. |
|
99 |
+* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
+ keys. Non-admins can see only their messages. |
|
101 |
+* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
|
102 |
+ |
|
103 |
+== 1.2.1 - 2023-5-23 == |
|
104 |
+* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to. |
|
105 |
+* Customized confirm pop-up windows. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,101 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
-== 1.1.4 - 2022-12-2 == |
|
65 |
-* Changed migration files to prevent installation errors. |
|
66 |
-* Modified 3 svg files converting text objects to paths. |
|
67 |
- |
|
68 |
-== 1.1.5 - 2023-2-28 == |
|
69 |
-* Fixed issue related to Twilio message signing. |
|
70 |
-* Updated message pricing information in app description. |
|
71 |
- |
|
72 |
-== 1.1.6 - 2023-5-8 == |
|
73 |
-* Implemented showing display names of message authors before their messages. |
|
74 |
-* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
-* Custom display names can be now saved for external phone numbers. |
|
76 |
-* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
-* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
-* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
-* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
-* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
- a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
- |
|
83 |
-== 1.1.7 - 2023-5-9 == |
|
84 |
-* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
- |
|
86 |
-== 1.1.8 - 2023-5-9 == |
|
87 |
-* Fixed migration issue bug. |
|
88 |
- |
|
89 |
-== 1.1.9 - 2023-5-9 == |
|
90 |
-* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
- |
|
92 |
-== 1.2.0 - 2023-5-20 == |
|
93 |
-* Fixed auto-reply bug. |
|
94 |
-* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
- settings page. |
|
96 |
-* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
-* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
-* Admins can share their API keys with other non-admins. |
|
99 |
-* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
- keys. Non-admins can see only their messages. |
|
101 |
-* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,101 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
|
88 |
+ |
|
89 |
+== 1.1.9 - 2023-5-9 == |
|
90 |
+* Made the app available to upgrade to for Nextcloud 26. |
|
91 |
+ |
|
92 |
+== 1.2.0 - 2023-5-20 == |
|
93 |
+* Fixed auto-reply bug. |
|
94 |
+* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin |
|
95 |
+ settings page. |
|
96 |
+* Available phone numbers are loaded automatically when the app's icon is clicked. |
|
97 |
+* When only one phone number is available, it is selected automatically in the 'Set ID' field. |
|
98 |
+* Admins can share their API keys with other non-admins. |
|
99 |
+* Admins can see only their messages and the messages of the non-admins whith whom they share their API |
|
100 |
+ keys. Non-admins can see only their messages. |
|
101 |
+* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,90 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
-== 1.1.4 - 2022-12-2 == |
|
65 |
-* Changed migration files to prevent installation errors. |
|
66 |
-* Modified 3 svg files converting text objects to paths. |
|
67 |
- |
|
68 |
-== 1.1.5 - 2023-2-28 == |
|
69 |
-* Fixed issue related to Twilio message signing. |
|
70 |
-* Updated message pricing information in app description. |
|
71 |
- |
|
72 |
-== 1.1.6 - 2023-5-8 == |
|
73 |
-* Implemented showing display names of message authors before their messages. |
|
74 |
-* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
-* Custom display names can be now saved for external phone numbers. |
|
76 |
-* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
-* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
-* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
-* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
-* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
- a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
- |
|
83 |
-== 1.1.7 - 2023-5-9 == |
|
84 |
-* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
- |
|
86 |
-== 1.1.8 - 2023-5-9 == |
|
87 |
-* Fixed migration issue bug. |
|
88 |
- |
|
89 |
-== 1.1.9 - 2023-5-9 == |
|
90 |
-* Made the app available to upgrade to for Nextcloud 26. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,90 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
|
88 |
+ |
|
89 |
+== 1.1.9 - 2023-5-9 == |
|
90 |
+* Made the app available to upgrade to for Nextcloud 26. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,87 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
-== 1.1.4 - 2022-12-2 == |
|
65 |
-* Changed migration files to prevent installation errors. |
|
66 |
-* Modified 3 svg files converting text objects to paths. |
|
67 |
- |
|
68 |
-== 1.1.5 - 2023-2-28 == |
|
69 |
-* Fixed issue related to Twilio message signing. |
|
70 |
-* Updated message pricing information in app description. |
|
71 |
- |
|
72 |
-== 1.1.6 - 2023-5-8 == |
|
73 |
-* Implemented showing display names of message authors before their messages. |
|
74 |
-* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
-* Custom display names can be now saved for external phone numbers. |
|
76 |
-* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
-* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
-* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
-* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
-* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
- a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
- |
|
83 |
-== 1.1.7 - 2023-5-9 == |
|
84 |
-* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
- |
|
86 |
-== 1.1.8 - 2023-5-9 == |
|
87 |
-* Fixed migration issue bug. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,87 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
|
67 |
+ |
|
68 |
+== 1.1.5 - 2023-2-28 == |
|
69 |
+* Fixed issue related to Twilio message signing. |
|
70 |
+* Updated message pricing information in app description. |
|
71 |
+ |
|
72 |
+== 1.1.6 - 2023-5-8 == |
|
73 |
+* Implemented showing display names of message authors before their messages. |
|
74 |
+* Added checkbox to enable/disable prepending display names before messages. |
|
75 |
+* Custom display names can be now saved for external phone numbers. |
|
76 |
+* Restrictions for groups or users can be placed on phone numbers by admins. |
|
77 |
+* Admins can see just their own messages or all the messages in their message tables. |
|
78 |
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number. |
|
79 |
+* Added a new message table that lists all the messages grouped by phone numbers. |
|
80 |
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on |
|
81 |
+ a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables |
|
82 |
+ |
|
83 |
+== 1.1.7 - 2023-5-9 == |
|
84 |
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table. |
|
85 |
+ |
|
86 |
+== 1.1.8 - 2023-5-9 == |
|
87 |
+* Fixed migration issue bug. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,84 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |