Browse code

added appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md css/style.css js/sendfax.js

DoubleBastionAdmin authored on 11/01/2024 22:43:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,63 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
41
+
42
+== 1.1.0 - 2023-3-22 ==
43
+* Fixed error when removing files in the 'temp_files' directory.
44
+* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
+
46
+== 1.1.1 - 2023-5-31 ==
47
+* Made app available for Nextcloud 26.
48
+
49
+== 1.1.2 - 2023-10-30 ==
50
+* Marked the app as compatible with Nextcloud 27.
51
+* Changed app presentation text.
52
+
53
+== 1.1.3 - 2023-11-2 ==
54
+* Changed how the app sends notifications for incoming faxes.
55
+
56
+== 1.1.4 - 2024-1-11 ==
57
+* Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
58
+* Made small CSS changes.
59
+* Marked the app as compatible with Nextcloud 28.
60
+
61
+== 1.1.5 - 2024-1-12 ==
62
+* Fixed not being able to see the upper bar with the close button when viewing pdf files.
63
+* Added more screenshots to presentation page.
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md css/style.css js/sendfax.js img/pax_fax_screenshot.png

DoubleBastionAdmin authored on 11/01/2024 22:39:32
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,59 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
-
39
-== 1.0.9 - 2022-12-3 ==
40
-* Added support for dark themes.
41
-
42
-== 1.1.0 - 2023-3-22 ==
43
-* Fixed error when removing files in the 'temp_files' directory.
44
-* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
-
46
-== 1.1.1 - 2023-5-31 ==
47
-* Made app available for Nextcloud 26.
48
-
49
-== 1.1.2 - 2023-10-30 ==
50
-* Marked the app as compatible with Nextcloud 27.
51
-* Changed app presentation text.
52
-
53
-== 1.1.3 - 2023-11-2 ==
54
-* Changed how the app sends notifications for incoming faxes.
55
-
56
-== 1.1.4 - 2024-1-11 ==
57
-* Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
58
-* Made small CSS changes.
59
-* Marked the app as compatible with Nextcloud 28.
Browse code

added fonts and made CSS changes for Nextcloud 28

DoubleBastionAdmin authored on 11/01/2024 04:45:38
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,59 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
41
+
42
+== 1.1.0 - 2023-3-22 ==
43
+* Fixed error when removing files in the 'temp_files' directory.
44
+* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
+
46
+== 1.1.1 - 2023-5-31 ==
47
+* Made app available for Nextcloud 26.
48
+
49
+== 1.1.2 - 2023-10-30 ==
50
+* Marked the app as compatible with Nextcloud 27.
51
+* Changed app presentation text.
52
+
53
+== 1.1.3 - 2023-11-2 ==
54
+* Changed how the app sends notifications for incoming faxes.
55
+
56
+== 1.1.4 - 2024-1-11 ==
57
+* Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
58
+* Made small CSS changes.
59
+* Marked the app as compatible with Nextcloud 28.
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt css/style.css js/sendfax.js templates/settings.php

DoubleBastionAdmin authored on 11/01/2024 04:39:02
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,54 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
-
39
-== 1.0.9 - 2022-12-3 ==
40
-* Added support for dark themes.
41
-
42
-== 1.1.0 - 2023-3-22 ==
43
-* Fixed error when removing files in the 'temp_files' directory.
44
-* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
-
46
-== 1.1.1 - 2023-5-31 ==
47
-* Made app available for Nextcloud 26.
48
-
49
-== 1.1.2 - 2023-10-30 ==
50
-* Marked the app as compatible with Nextcloud 27.
51
-* Changed app presentation text.
52
-
53
-== 1.1.3 - 2023-11-2 ==
54
-* Changed how the app sends notifications for incoming faxes.
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js l10n/en_GB.js l10n/en_GB.json lib/Controller/AuthorApiController.php lib/AppInfo/Application.php lib/Notification/Notifier.php l10n/en_US.js l10n/en_US.json

DoubleBastionAdmin authored on 02/11/2023 18:51:43
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,54 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
41
+
42
+== 1.1.0 - 2023-3-22 ==
43
+* Fixed error when removing files in the 'temp_files' directory.
44
+* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
+
46
+== 1.1.1 - 2023-5-31 ==
47
+* Made app available for Nextcloud 26.
48
+
49
+== 1.1.2 - 2023-10-30 ==
50
+* Marked the app as compatible with Nextcloud 27.
51
+* Changed app presentation text.
52
+
53
+== 1.1.3 - 2023-11-2 ==
54
+* Changed how the app sends notifications for incoming faxes.
Browse code

CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js l10n/en_GB.js l10n/en_GB.json lib/Controller/AuthorApiController.php lib/AppInfo/Application.php

DoubleBastionAdmin authored on 02/11/2023 18:44:01
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,51 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
-
39
-== 1.0.9 - 2022-12-3 ==
40
-* Added support for dark themes.
41
-
42
-== 1.1.0 - 2023-3-22 ==
43
-* Fixed error when removing files in the 'temp_files' directory.
44
-* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
-
46
-== 1.1.1 - 2023-5-31 ==
47
-* Made app available for Nextcloud 26.
48
-
49
-== 1.1.2 - 2023-10-30 ==
50
-* Marked the app as compatible with Nextcloud 27.
51
-* Changed app presentation text.
Browse code

added appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md

DoubleBastionAdmin authored on 30/10/2023 18:10:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,51 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
41
+
42
+== 1.1.0 - 2023-3-22 ==
43
+* Fixed error when removing files in the 'temp_files' directory.
44
+* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
+
46
+== 1.1.1 - 2023-5-31 ==
47
+* Made app available for Nextcloud 26.
48
+
49
+== 1.1.2 - 2023-10-30 ==
50
+* Marked the app as compatible with Nextcloud 27.
51
+* Changed app presentation text.
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md

DoubleBastionAdmin authored on 30/10/2023 18:08:58
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,47 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
-
39
-== 1.0.9 - 2022-12-3 ==
40
-* Added support for dark themes.
41
-
42
-== 1.1.0 - 2023-3-22 ==
43
-* Fixed error when removing files in the 'temp_files' directory.
44
-* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
-
46
-== 1.1.1 - 2023-5-31 ==
47
-* Made app available for Nextcloud 26.
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json

DoubleBastionAdmin authored on 30/05/2023 23:46:19
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,47 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
41
+
42
+== 1.1.0 - 2023-3-22 ==
43
+* Fixed error when removing files in the 'temp_files' directory.
44
+* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
45
+
46
+== 1.1.1 - 2023-5-31 ==
47
+* Made app available for Nextcloud 26.
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json

DoubleBastionAdmin authored on 30/05/2023 23:42:42
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,44 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
-
39
-== 1.0.9 - 2022-12-3 ==
40
-* Added support for dark themes.
41
-
42
-== 1.1.0 - 2023-3-22 ==
43
-* Fixed error when removing files in the 'temp_files' directory.
44
-* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 22/03/2023 19:45:04
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,44 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
41
+
42
+== 1.1.0 - 2023-3-22 ==
43
+* Fixed error when removing files in the 'temp_files' directory.
44
+* Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 22/03/2023 19:26:29
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,40 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
-
39
-== 1.0.9 - 2022-12-3 ==
40
-* Added support for dark themes.
41 0
\ No newline at end of file
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css lib/Service/PaxfaxService.php lib/Migration/Version100Date20211106170854.php

DoubleBastionAdmin authored on 02/12/2022 23:47:12
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,40 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
38
+
39
+== 1.0.9 - 2022-12-3 ==
40
+* Added support for dark themes.
0 41
\ No newline at end of file
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css lib/Service/PaxfaxService.php lib/Migration/Version100Date20211106170854.php

DoubleBastionAdmin authored on 02/12/2022 23:42:41
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,37 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
35
-
36
-== 1.0.8 - 2022-10-27 ==
37
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
Browse code

added appinfo/info.xml appinfo/signature.json Contributors.txt CHANGELOG.txt lib/Settings/Personal.php css/style.css templates/settings.php

DoubleBastionAdmin authored on 27/10/2022 18:21:23
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,37 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
35
+
36
+== 1.0.8 - 2022-10-27 ==
37
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
Browse code

removed appinfo/info.xml appinfo/signature.json Contributors.txt CHANGELOG.txt lib/Settings/Personal.php css/style.css templates/settings.php

DoubleBastionAdmin authored on 27/10/2022 18:18:30
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,34 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32
-
33
-== 1.0.7 - 2022-9-22 ==
34
-* Changed presentation text and text on Settings page.
Browse code

added CHANGELOG.txt README.md appinfo/info.xml appinfo/signature.json templates/settings.php

DoubleBastionAdmin authored on 22/09/2022 10:23:59
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,34 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
32
+
33
+== 1.0.7 - 2022-9-22 ==
34
+* Changed presentation text and text on Settings page.
Browse code

removed CHANGELOG.txt README.md appinfo/info.xml appinfo/signature.json templates/settings.php Phaxio/vendor/phaxio/phaxio/.gitignore

DoubleBastionAdmin authored on 22/09/2022 10:21:15
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,31 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
27
-
28
-== 1.0.6 - 2022-9-3 ==
29
-* Solved issue with viewing images picked from Nextcloud.
30
-* Small text changes on navigation pane.
31
-* Minor CSS modifications.
32 0
\ No newline at end of file
Browse code

added README.md CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css js/sendfax.js templates/navigation/index.php lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 03/09/2022 21:02:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,31 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
27
+
28
+== 1.0.6 - 2022-9-3 ==
29
+* Solved issue with viewing images picked from Nextcloud.
30
+* Small text changes on navigation pane.
31
+* Minor CSS modifications.
0 32
\ No newline at end of file
Browse code

removed README.md CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css js/sendfax.js templates/navigation/index.php lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 03/09/2022 20:58:28
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,26 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
-
23
-== 1.0.5 - 2022-5-10 ==
24
-* Changed syntax of SQL queries and of encryption function.
25
-* Modified file paths to match changes in Nextcloud 24.
26
-* Text change on Settings page.
Browse code

added CHANGELOG.txt Contributors.txt README.md templates/settings.php appinfo/info.xml appinfo/signature.json lib/Service/PaxfaxService.php lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 10/05/2022 18:04:58
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,26 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
22
+
23
+== 1.0.5 - 2022-5-10 ==
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Modified file paths to match changes in Nextcloud 24.
26
+* Text change on Settings page.
Browse code

removed CHANGELOG.txt Contributors.txt README.md templates/settings.php appinfo/info.xml appinfo/signature.json lib/Service/PaxfaxService.php lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 10/05/2022 18:00:53
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,21 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way the app gets the timezone.
18
-
19
-== 1.0.4 - 2022-4-29 ==
20
-* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
-* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
Browse code

added CHANGELOG.txt Contributors.txt appinfo/info.xml appinfo/signature.json js/sendfax.js templates/settings.php

DoubleBastionAdmin authored on 28/04/2022 22:58:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-4-29 ==
20
+* Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
21
+* Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
Browse code

removed CHANGELOG.txt Contributors.txt appinfo/info.xml appinfo/signature.json js/sendfax.js templates/settings.php

DoubleBastionAdmin authored on 28/04/2022 22:55:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,17 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
15
-
16
-== 1.0.3 - 2022-4-14 ==
17
-* Changed the way we get the system timezone.
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json lib/AppInfo/Application.php

DoubleBastionAdmin authored on 14/04/2022 20:14:41
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
15
+
16
+== 1.0.3 - 2022-4-14 ==
17
+* Changed the way we get the system timezone.
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json lib/AppInfo/Application.php

DoubleBastionAdmin authored on 14/04/2022 20:09:38
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,14 +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-11 ==
12
-* Respect custom 'datadirectory'.
13
-* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
-* Fixed error when uploading pdf files, while using Apache as a web server.
Browse code

added Contributors.txt CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 10/04/2022 21:51:43
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
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-11 ==
12
+* Respect custom 'datadirectory'.
13
+* Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
14
+* Fixed error when uploading pdf files, while using Apache as a web server.
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 10/04/2022 21:48:49
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,9 +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.
Browse code

added appinfo/info.xml appinfo/signature.json CHANGELOG.txt

DoubleBastionAdmin authored on 30/03/2022 21:42:06
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
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.
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt

DoubleBastionAdmin authored on 30/03/2022 21:40:23
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,6 +0,0 @@
1
-======= CHANGELOG =======
2
-
3
-Versions:
4
-
5
-== 1.0.0 - 2022-1-27 ==
6
-* Initial release.
Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:31:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.