Browse code

added appinfo/signature.json CHANGELOG.txt phone/index.html phone/scripts/app.js phone/css/ctxSip.css js/launchphone.js

DoubleBastionAdmin authored on 09/01/2024 22:37:41
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,57 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
32
+
33
+== 1.0.8 - 2022-10-27 ==
34
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
+* Modified presentation text.
36
+
37
+== 1.0.9 - 2022-12-3 ==
38
+* Minor changes to certain SQL queries and minor css change.
39
+
40
+== 1.1.0 - 2023-5-31 ==
41
+* Made app available for Nextcloud 26.
42
+
43
+== 1.1.1 - 2023-10-30 ==
44
+* Marked the app as compatible with Nextcloud 27.
45
+
46
+== 1.1.2 - 2024-1-8 ==
47
+* Added the debug logging checkbox, the 'Available phone number(s)' 
48
+  field and the 'Default phone number for outgoing calls' field, on the settings page.
49
+* Added the 'From' drop-down list on the phone window, to allow the user to choose
50
+  the phone number to call from.
51
+* Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
52
+* Made small CSS changes and edited app presentation text.
53
+* Marked the app as compatible with Nextcloud 28.
54
+
55
+== 1.1.3 - 2024-1-10 ==
56
+* Fixed 'Double click to call' bug.
57
+* Made minor CSS changes.
Browse code

removed appinfo/signature.json CHANGELOG.txt phone/index.html phone/scripts/app.js phone/css/ctxSip.css js/launchphone.js

DoubleBastionAdmin authored on 09/01/2024 22:33:50
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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text.
28
-
29
-== 1.0.7 - 2022-9-22 ==
30
-* Fixed error when not entering a STUN server on the Settings page.
31
-* Changed presentation text.
32
-
33
-== 1.0.8 - 2022-10-27 ==
34
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
-* Modified presentation text.
36
-
37
-== 1.0.9 - 2022-12-3 ==
38
-* Minor changes to certain SQL queries and minor css change.
39
-
40
-== 1.1.0 - 2023-5-31 ==
41
-* Made app available for Nextcloud 26.
42
-
43
-== 1.1.1 - 2023-10-30 ==
44
-* Marked the app as compatible with Nextcloud 27.
45
-
46
-== 1.1.2 - 2024-1-8 ==
47
-* Added on settings page: debug logging checkbox, 'Available phone number(s)' 
48
-  field and 'Default phone number for outgoing calls' field.
49
-* Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
50
-* Made small CSS changes and edited app presentation text.
51
-* Marked the app as compatible with Nextcloud 28.
Browse code

added changes to implement the From number drop-down list, the available numbers and default number fields and the debug logging checkbox, etc.

DoubleBastionAdmin authored on 08/01/2024 19:33:20
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-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
32
+
33
+== 1.0.8 - 2022-10-27 ==
34
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
+* Modified presentation text.
36
+
37
+== 1.0.9 - 2022-12-3 ==
38
+* Minor changes to certain SQL queries and minor css change.
39
+
40
+== 1.1.0 - 2023-5-31 ==
41
+* Made app available for Nextcloud 26.
42
+
43
+== 1.1.1 - 2023-10-30 ==
44
+* Marked the app as compatible with Nextcloud 27.
45
+
46
+== 1.1.2 - 2024-1-8 ==
47
+* Added on settings page: debug logging checkbox, 'Available phone number(s)' 
48
+  field and 'Default phone number for outgoing calls' field.
49
+* Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
50
+* Made small CSS changes and edited app presentation text.
51
+* Marked the app as compatible with Nextcloud 28.
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md js/settings.js js/launchphone.js css/style.css phone/scripts/app.js templates/settings.php l10n/en_GB.js l10n/en_GB.json phone/css/ctxSip.css phone/index.html lib/Controller/SphoneController.php lib/Service/SphoneService.php phone/sounds/dtmf.mp3 phone/sounds/incoming.mp3 phone/sounds/outgoing.mp3 img/sip_trip_phone_screenshot.png img/sip_trip_phone_transfer_call.png img/sip_trip_phone_making_calls.png img/sip_trip_phone_initial_screen.png img/sip_trip_phone_dialpad.png

DoubleBastionAdmin authored on 08/01/2024 19:00:48
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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text.
28
-
29
-== 1.0.7 - 2022-9-22 ==
30
-* Fixed error when not entering a STUN server on the Settings page.
31
-* Changed presentation text.
32
-
33
-== 1.0.8 - 2022-10-27 ==
34
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
-* Modified presentation text.
36
-
37
-== 1.0.9 - 2022-12-3 ==
38
-* Minor changes to certain SQL queries and minor css change.
39
-
40
-== 1.1.0 - 2023-5-31 ==
41
-* Made app available for Nextcloud 26.
42
-
43
-== 1.1.1 - 2023-10-30 ==
44
-* Marked the app as compatible with Nextcloud 27.
Browse code

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

DoubleBastionAdmin authored on 30/10/2023 17:44:15
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-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
32
+
33
+== 1.0.8 - 2022-10-27 ==
34
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
+* Modified presentation text.
36
+
37
+== 1.0.9 - 2022-12-3 ==
38
+* Minor changes to certain SQL queries and minor css change.
39
+
40
+== 1.1.0 - 2023-5-31 ==
41
+* Made app available for Nextcloud 26.
42
+
43
+== 1.1.1 - 2023-10-30 ==
44
+* Marked the app as compatible with Nextcloud 27.
Browse code

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

DoubleBastionAdmin authored on 30/10/2023 17:41:49
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,41 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text.
28
-
29
-== 1.0.7 - 2022-9-22 ==
30
-* Fixed error when not entering a STUN server on the Settings page.
31
-* Changed presentation text.
32
-
33
-== 1.0.8 - 2022-10-27 ==
34
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
-* Modified presentation text.
36
-
37
-== 1.0.9 - 2022-12-3 ==
38
-* Minor changes to certain SQL queries and minor css change.
39
-
40
-== 1.1.0 - 2023-5-31 ==
41
-* Made app available for Nextcloud 26.
Browse code

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

DoubleBastionAdmin authored on 30/05/2023 22:49:21
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,41 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
32
+
33
+== 1.0.8 - 2022-10-27 ==
34
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
+* Modified presentation text.
36
+
37
+== 1.0.9 - 2022-12-3 ==
38
+* Minor changes to certain SQL queries and minor css change.
39
+
40
+== 1.1.0 - 2023-5-31 ==
41
+* Made app available for Nextcloud 26.
Browse code

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

DoubleBastionAdmin authored on 30/05/2023 22:47:24
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,38 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text.
28
-
29
-== 1.0.7 - 2022-9-22 ==
30
-* Fixed error when not entering a STUN server on the Settings page.
31
-* Changed presentation text.
32
-
33
-== 1.0.8 - 2022-10-27 ==
34
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
-* Modified presentation text.
36
-
37
-== 1.0.9 - 2022-12-3 ==
38
-* Minor changes to certain SQL queries and minor css change.
39 0
\ No newline at end of file
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json lib/Service/SphoneService.php lib/Migration/Version100Date20211106173528.php phone/index.html

DoubleBastionAdmin authored on 03/12/2022 16:44:41
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,38 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
32
+
33
+== 1.0.8 - 2022-10-27 ==
34
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
+* Modified presentation text.
36
+
37
+== 1.0.9 - 2022-12-3 ==
38
+* Minor changes to certain SQL queries and minor css change.
0 39
\ No newline at end of file
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json lib/Service/SphoneService.php lib/Migration/Version100Date20211106173528.php phone/index.html

DoubleBastionAdmin authored on 03/12/2022 16:41:06
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,35 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text.
28
-
29
-== 1.0.7 - 2022-9-22 ==
30
-* Fixed error when not entering a STUN server on the Settings page.
31
-* Changed presentation text.
32
-
33
-== 1.0.8 - 2022-10-27 ==
34
-* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
-* Modified presentation text.
36 0
\ No newline at end of file
Browse code

added appinfo/info.xml appinfo/signature.json Contributors.txt CHANGELOG.txt README.md lib/Settings/Personal.php css/style.css js/launchphone.js

DoubleBastionAdmin authored on 27/10/2022 16:22:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,35 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
32
+
33
+== 1.0.8 - 2022-10-27 ==
34
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
35
+* Modified presentation text.
0 36
\ No newline at end of file
Browse code

removed appinfo/info.xml appinfo/signature.json Contributors.txt CHANGELOG.txt README.md lib/Settings/Personal.php css/style.css js/launchphone.js

DoubleBastionAdmin authored on 27/10/2022 16:18:04
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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text.
28
-
29
-== 1.0.7 - 2022-9-22 ==
30
-* Fixed error when not entering a STUN server on the Settings page.
31
-* Changed presentation text.
Browse code

added CHANGELOG.txt README.md appinfo/info.xml appinfo/signature.json phone/scripts/app.js templates/settings.php css/style.css

DoubleBastionAdmin authored on 22/09/2022 08:46:22
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-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text.
28
+
29
+== 1.0.7 - 2022-9-22 ==
30
+* Fixed error when not entering a STUN server on the Settings page.
31
+* Changed presentation text.
Browse code

removed CHANGELOG.txt README.md appinfo/info.xml appinfo/signature.json phone/scripts/app.js templates/settings.php css/style.css

DoubleBastionAdmin authored on 22/09/2022 08:32:29
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,27 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
25
-
26
-== 1.0.6 - 2022-8-20 ==
27
-* Changed presentation text
28 0
\ No newline at end of file
Browse code

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

DoubleBastionAdmin authored on 20/08/2022 11:22:57
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,27 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
25
+
26
+== 1.0.6 - 2022-8-20 ==
27
+* Changed presentation text
0 28
\ No newline at end of file
Browse code

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

DoubleBastionAdmin authored on 20/08/2022 11:21:13
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,24 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
21
-
22
-== 1.0.5 - 2022-5-9 ==
23
-* Changed syntax of SQL queries and encryption function.
24
-* Modified pop-up window URL.
Browse code

added CHANGELOG.txt Contributors.txt README.md appinfo/info.xml appinfo/signature.json js/launchphone.js lib/Service/SphoneService.php

DoubleBastionAdmin authored on 09/05/2022 18:32:24
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed syntax of SQL queries and encryption function.
24
+* Modified pop-up window URL.
Browse code

removed CHANGELOG.txt Contributors.txt README.md appinfo/info.xml appinfo/signature.json js/launchphone.js lib/Service/SphoneService.php

DoubleBastionAdmin authored on 09/05/2022 18:29:08
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,20 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-19 ==
18
-* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
-* Changed image displayed on initial screen.
20
-* Changed presentation text.
Browse code

added CHANGELOG.txt README.md appinfo/info.xml appinfo/signature.json js/launchphone.js img/sip_trip_phone_initial_screen.png phone/index.html phone/images/sip_trip_phone_logo_large.svg

DoubleBastionAdmin authored on 19/04/2022 09:04:33
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-19 ==
18
+* Changed the URL of the pop-up window, to make it work when Nextcloud is served on a subdirectory.
19
+* Changed image displayed on initial screen.
20
+* Changed presentation text.
Browse code

removed CHANGELOG.txt README.md appinfo/info.xml appinfo/signature.json js/launchphone.js img/sip_trip_phone_initial_screen.png phone/index.html

DoubleBastionAdmin authored on 19/04/2022 08:59:37
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16
-
17
-== 1.0.4 - 2022-4-16 ==
18
-* Changes to make it work when Nextcloud is served on a subdirectory.
Browse code

added CHANGELOG.txt Contributors.txt js/launchphone.js appinfo/info.xml appinfo/signature.json

DoubleBastionAdmin authored on 16/04/2022 18:10:58
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
16
+
17
+== 1.0.4 - 2022-4-16 ==
18
+* Changes to make it work when Nextcloud is served on a subdirectory.
Browse code

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

DoubleBastionAdmin authored on 16/04/2022 18:05:47
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,15 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
13
-
14
-== 1.0.3 - 2022-3-30 ==
15
-* Changed presentation text.
16 0
\ No newline at end of file
Browse code

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

DoubleBastionAdmin authored on 30/03/2022 20:42:28
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
13
+
14
+== 1.0.3 - 2022-3-30 ==
15
+* Changed presentation text.
0 16
\ No newline at end of file
Browse code

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

DoubleBastionAdmin authored on 30/03/2022 20:39:41
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,12 +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-3 ==
9
-* Added screenshot image and made minor text changes.
10
-
11
-== 1.0.2 - 2022-3-4 ==
12
-* Changed screenshot image.
Browse code

Changed screenshot image.

DoubleBastionAdmin authored on 04/03/2022 15:33:42
Showing 1 changed files
... ...
@@ -8,3 +8,5 @@ Versions:
8 8
 == 1.0.1 - 2022-3-3 ==
9 9
 * Added screenshot image and made minor text changes.
10 10
 
11
+== 1.0.2 - 2022-3-4 ==
12
+* Changed screenshot image.
Browse code

Small text changes.

DoubleBastionAdmin authored on 03/03/2022 05:06:28
Showing 1 changed files
... ...
@@ -4,3 +4,7 @@ Versions:
4 4
 
5 5
 == 1.0.0 - 2022-1-27 ==
6 6
 * Initial release.
7
+
8
+== 1.0.1 - 2022-3-3 ==
9
+* Added screenshot image and made minor text changes.
10
+
Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
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.