Tim Fry
b24ea673bb
move phrase responder to resource folder
2024-12-18 01:49:20 -04:00
Tim Fry
4a54fa745d
Merge master into use_javascript_for_phrase_edit
2024-12-18 01:31:53 -04:00
FusionPBX
257066f4d0
Fix a typo in the description
2024-12-17 12:49:49 -07:00
FusionPBX
d9f401f577
Use the settings class
2024-12-16 18:48:44 -07:00
frytimo
38b02f11d5
fix missing slash '/' at end of link tag ( #7200 )
2024-12-16 13:53:33 -07:00
Tim Fry
4e375c6d46
remove console logging statements
2024-12-13 16:54:28 -04:00
Tim Fry
ba8e092d87
add text of "Add" and "Delete" to plus and minus buttons
2024-12-13 16:47:16 -04:00
Tim Fry
29962bb4b2
add a Loading indicator to show fetching data in progress
2024-12-13 16:45:02 -04:00
Tim Fry
847dbb23b5
use await and async to fetch phrases
2024-12-13 16:13:04 -04:00
FusionPBX
2cd94a93a5
Fix the device ADD button.
...
Also, permission_exists function uses the permission::new() method and this made it efficient enough to continue to use the permission_exists function.
2024-12-13 10:35:36 -07:00
frytimo
075cc4824a
Security, Use the same number of characters for the masked password ( #7198 )
...
* security set display asterisks to constant number
Harder to guess when length is also hidden
2024-12-12 10:03:21 -07:00
chansizzle
8feb150dba
rename extension summary csv export ( #7179 )
...
rename extension summary export/download from 'user-summary.csv. to 'extension-summary.csv'
2024-12-11 22:15:28 -07:00
FusionPBX
7e5ac499ef
Update {$mac}.xml
2024-12-11 22:08:07 -07:00
FusionPBX
7a33e79f4a
Add the spa_router_mode
2024-12-11 22:06:44 -07:00
FusionPBX
a9b2076fbe
Update the cisco 192 template
2024-12-11 22:00:18 -07:00
Alex
9fc82c02cb
Add dashboard icon color setting ( #7197 )
...
* Add dashboard icon color setting
* Update index.php
* Update app_languages.php
* Update app_defaults.php
* Update app_config.php
* Update dashboard_edit.php
* Update index.php
* Update app_languages.php
* Update app_defaults.php
* Update app_config.php
* Update config.php
* Update domains.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update registrations.php
* Update config.php
* Update config.php
* Update config.php
* Update config.php
* Update voicemails.php
* Update config.php
* Update missed_calls.php
* Update recent_calls.php
* Update index.php
* Update index.php
* Update index.php
2024-12-11 21:28:45 -07:00
Tim Fry
90bc61d2d0
Merge master into use_javascript_for_phrase_edit
2024-12-11 20:18:31 -04:00
frytimo
3d4fe6e5c1
fix call forward back button on save ( #7196 )
...
* fix call forward back button on save
2024-12-11 14:53:55 -07:00
Antonio Fernandez
975f0755ea
fix-sms/mms-to-email-en-us ( #7194 )
2024-12-10 16:53:35 -07:00
Alex
02aacd2c40
Fix menu_side_brand_image_contracted not showing ( #7195 )
2024-12-10 16:51:36 -07:00
FusionPBX
414c85eef8
Fix a bug where transfer is part of recording name
2024-12-10 13:44:49 -07:00
FusionPBX
3095bb5a30
Removed messages and providers
...
These are optional and have the own repositories
2024-12-09 17:13:22 +00:00
anthony-ricci
7993e2ad1b
messages-to-email ( #7193 )
2024-12-09 10:10:15 -07:00
FusionPBX
e1cfb7931e
Active Calls responsive design update
2024-12-07 13:28:27 -07:00
Alex
f0bc1cfe33
Update contacts path ( #7192 )
...
* Update contacts path
* Update menu.php
* Update contact_edit.php
* Update contact_relation_edit.php
* Update config.php
* Update authentication.php
* Update database.php
* Update totp.php
* Update email.php
2024-12-06 11:55:41 -07:00
chansizzle
014adb461b
add call duration to the active calls page ( #7191 )
...
* add call duration to the active calls page
* add duration label for active calls
2024-12-04 15:13:25 -07:00
Tim Fry
fa0216f1a6
fully functional but missing permissions
2024-12-03 18:25:32 -04:00
FusionPBX
f0837e173b
Add function_exists for posix_getsid
...
Used to support operating systems that don't support posix_getsid
2024-12-02 18:34:49 -07:00
markjcrane
78306a1a68
Add execute permission
2024-12-02 18:05:26 -07:00
FusionPBX
57a792dccd
Use the PHP_BINARY constant
2024-12-02 17:58:07 -07:00
FusionPBX
efdc007eb2
Use the PHP_BINARY constant
2024-12-02 17:55:35 -07:00
FusionPBX
6f1c595b1f
Use the PHP_BINARY constant
2024-12-02 17:54:49 -07:00
Tim Fry
b1330ec105
add execute input box
2024-12-02 19:07:00 -04:00
Tim Fry
b14e8f20c8
use labels
2024-12-02 17:34:05 -04:00
FusionPBX
642d4cd8d7
Set the Yealink default to 4 PAI-RPID-FROM
2024-12-02 11:56:35 -07:00
Tim Fry
870ab765ca
fix sound files not showing
2024-12-02 14:16:53 -04:00
Tim Fry
618c51b458
Merge master into use_javascript_for_phrase_edit
...
# Conflicts:
# app/phrases/phrase_edit.php
2024-12-02 12:02:22 -04:00
Tim Fry
81e842fd11
use recording_name from recordings table for display and match
...
Matching the display name in the phrase details is more difficult as the phrase_details table does not contain the name to match. This commit fixes
the preselect that happens when the page is first loaded
2024-12-02 11:58:34 -04:00
Tim Fry
2bf4b6640d
Merge master into use_javascript_for_phrase_edit
2024-12-01 18:55:36 -04:00
frytimo
bb76878156
fix voicemail message count when viewing all domains ( #7186 )
2024-11-30 12:10:58 -07:00
frytimo
58cfa404b7
fix voicemail message length and size display ( #7185 )
2024-11-30 11:40:52 -07:00
FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
FusionPBX
4db95658c3
Method new allow null
...
Needed to support temporary permissions
2024-11-29 13:50:14 -07:00
FusionPBX
77ec211020
Update functions.php
...
Remove closing PHP tag
2024-11-29 13:45:40 -07:00
frytimo
91dcc94e82
Fix typo in filename ( #7180 )
2024-11-27 14:24:03 -07:00
frytimo
7133d4bff1
parse windows 1256 encoding type in email to fax ( #7182 )
2024-11-27 14:21:45 -07:00
FusionPBX
8563df387f
Start the session in the header.php
2024-11-27 09:26:10 -07:00
FusionPBX
c88378a4fe
Default dashboard_label_background_color to empty
2024-11-27 09:23:04 -07:00
FusionPBX
790d1ff137
Use the permissions::new method
2024-11-27 00:14:18 -07:00
FusionPBX
3a14a19800
Create a singleton method called new
2024-11-27 00:11:58 -07:00