Commit Graph

2168 Commits

Author SHA1 Message Date
Alex 28efea22fd
Dashboard - Add background color settings (#6959)
* Dashboard - Add background color settings

* Update missed_calls.php

* Update recent_calls.php

* Update app_languages.php

* Update app_config.php

* Update dashboard_edit.php

* Update index.php

* Update css.php

* Update system_status.php

* Update system_cpu_status.php

* Update system_counts.php

* Update system_counts.php

* Update switch_status.php

* Update index.php

* Update system_counts.php

* Update domain_limits.php

* Update call_forward.php

* Update caller_id.php

* Update ring_group_forward.php
2024-04-24 14:14:24 -06:00
frytimo c85e10ea09
include software_name in the global declaration (#6957) 2024-04-23 10:23:04 -06:00
frytimo 41eb7ac8d3
Fix empty line printing on console (#6956)
* fix empty line printing on console
2024-04-23 08:53:14 -06:00
frytimo 33ff85ee75
Commad line upgrade enhancements (#6955)
* Add new English language phrases for cli upgrade menu

* include a software name as a const for cli upgrade menu

* add it repos in app folder, internationalizations, and descriptions

* bug fix when response_source_update is empty change back to origin dir

* change original 'menu' to 'menus'. Allow calling menu from upgrade.php

* Update upgrade_menu.php
2024-04-22 17:15:09 -06:00
frytimo c4fd1c4842
Rename domains to app defaults in menu (#6954)
* rename 'Domains' to 'App Defaults' in menu options for clarity

* reorder app defaults to be after the schema like web interface
2024-04-22 12:56:31 -06:00
FusionPBX 313de4c6dc
Update authentication.php
Empty the permissions before assigning permission to the user during the login process.
2024-04-20 22:00:29 -06:00
FusionPBX 09719c7f36
Update authentication, groups and permissions classes 2024-04-20 16:51:53 -06:00
Alex 808e2cbe66
Dashboard - Add chart type setting (#6951)
* Dashboard - Add chart type setting
2024-04-18 16:57:45 -06:00
fusionate 7b6bdb6fb1
Upgrade - Source Code: Minor adjustments to interface. 2024-04-18 11:51:13 -06:00
FusionPBX cffe54a136
Update app_languages.php 2024-04-17 21:04:28 -06:00
FusionPBX e607253bc6
Update layout for source and other repos 2024-04-17 20:58:47 -06:00
Alex 1412ed7f68
Dashboard - Add text color settings (#6950)
* Dashboard - Add text color setting
2024-04-17 16:01:54 -06:00
frytimo 37fd4692c1
Add command line menu for upgrade (#6949)
* use existing git_pull function from global functions
2024-04-17 15:04:34 -06:00
fusionate 360cc3cdd3
Upgrade: Rework Source Code option to be more flexible. 2024-04-15 19:17:09 -06:00
FusionPBX c806aae310
Moved to speech and transcribe repos 2024-04-15 17:12:18 -06:00
frytimo 614986cd7a
use a single database instead of using new database in user_edit (#6939) 2024-04-02 11:55:32 -06:00
FusionPBX 0e658a486f
Update user_edit.php
Move the validation earlier in the code
2024-04-02 11:01:43 -06:00
FusionPBX bd8cfc9851
Security: Validate the user_status variable 2024-04-02 10:52:02 -06:00
frytimo c595df34b2
variable expanded_all was not initialized causing warning (#6938) 2024-04-02 09:23:37 -06:00
FusionPBX e8798b3fe1
Model picked up automatically
So for now the model is not required
2024-03-30 19:42:23 -06:00
FusionPBX 2c3f2ffd61
Update AI text speech
- elevenlabs
  - update curl code
  - automatically determine the model
2024-03-30 19:23:03 -06:00
frytimo 502ba07c53
Ai elevenlabs io engine (#6932)
* allow settings to load domain and user settings

* ensure the engine is also enabled before attempting to create a new object

* add default values to stop undefined variable warnings

* enforce all models to set and return voices and languages

* enforce all models to set and return languages

* ensure speech_enabled is set by the current session

* create elevenlabs implementation of ai speech

* Update ai_elevenlabs.php
2024-03-30 14:16:16 -06:00
FusionPBX fb241f5085
Change the value to true
These settings are enabled false by default
2024-03-30 10:30:46 -06:00
fusionate cd2d2cf632
Default Settings - List: Mask *_key subcategory values. 2024-03-29 10:19:05 -06:00
frytimo 6fd5d7cda4
Fix user_email missing from object properties (#6929) 2024-03-28 22:10:36 -06:00
FusionPBX 027e0757d1
Update the voices array for key and value 2024-03-25 14:01:21 -06:00
FusionPBX 6c41c42a40
Fixed set_language error in transcribe
Changed two methods:
get_language_enabled to is_language_enabled
get_translate_enabled to is_translate_enabled
2024-03-25 12:10:16 -06:00
frytimo 2064c33fb7
AI bug fixes and update interfaces (#6925)
* allow settings to load domain and user settings

* ensure engine is also enabled before attempting to create a new object

* add default values to stop undefined variable warnings

* enforce all models to set and return voices and languages

* enforce all models to set and return languages

* ensure speech_enabled is set by the current session
2024-03-24 08:37:17 -06:00
FusionPBX b79774db88
Update the AI settings 2024-03-23 19:50:40 -06:00
FusionPBX b50085f5cd
Add AI default settings 2024-03-23 19:42:30 -06:00
FusionPBX 2756e71e37
Update the new ai class
- Add voices and languages
- Change classname audio_ to ai_
2024-03-23 17:17:21 -06:00
FusionPBX 7868073b73
Add ai classe and interfaces to the core 2024-03-22 23:14:12 -06:00
FusionPBX e3733381eb
Update the version of the Master Branch
This is not a release yet it's a version for the Master Branch. We are doing this to separate it from the current release.
2024-03-01 18:35:27 -07:00
FusionPBX 195b46e9e4
Update app_languages.php add no_answer 2024-02-20 14:30:43 -07:00
FusionPBX 8b90eee5a3
Major version update release 5.2.0 2024-01-24 13:11:53 -07:00
FusionPBX 560a51cff7
Security - Update session validation and regenerate session id on login 2024-01-23 23:11:28 -07:00
FusionPBX ee202cd61d
Security - validate session 2024-01-22 14:20:28 -07:00
FusionPBX d0c3840a18
Minor version update 5.1.5 2023-12-29 10:03:04 -07:00
jrmcclean 4484c9ad5f
Update install.php (#6853)
* Update install.php

Update config directory for windows from www folder to Programdata directory
2023-12-22 15:32:42 -07:00
fusionate c3f20602e7
Upgrade: Minor layout adjustments. 2023-12-22 00:23:29 +00:00
fusionate f6700881b2
Upgrade - Source Code: Offer optional apps source update. 2023-12-22 00:05:55 +00:00
demonspork df6d56d148
Support updating optional installed apps via git (#6513)
* WIP: Support updating optional installed apps via git

* support app source update via cli

* Update app_languages.php

* Update index.php

* Refactor App Git updating

Refactor Optional App Git updating for more resilience and better handling of ssh remotes and to only update each repository once.

* git app updates fix gui updates for repo based updating
2023-12-21 12:28:04 -07:00
FusionPBX 4ecae0bc15
Minor version update 5.1.4 2023-12-18 16:12:40 -07:00
Andy Binder 15a4cca7ac
German translation updates (#6846) 2023-12-11 12:32:54 -07:00
FusionPBX 4c60313ed7
Remove deprecated fields id and v_id 2023-12-04 13:27:20 -07:00
frytimo 3a4c2f72e2
Event socket bug fix and more docs (#6823)
* Add documentation to methods. Use is_resource for added type detection

* Allow connect to specify timeout in microseconds with default 30,000

* Update calling mechanism for event sockets

* Update project for new singleton event sockets

* remove unused variable

* catch errors on closing the socket
2023-12-02 17:16:18 -07:00
Andy Binder c3d625805f
Correct german translations. (#6838) 2023-11-29 17:43:18 -07:00
FusionPBX 5e0c27d592
User Status was hidden by an in accessible session variable use user_status permission. There permission is more consistent with the rest of the project. 2023-11-15 08:28:49 -07:00
FusionPBX bc5d938434
Minor version update 5.1.3 2023-10-24 17:09:07 -06:00
Anthony 84f487cba8
Added Greek translations for fusionpbx/core. (#6809)
* Added Greek translations to  domain_settings/app_languages.php

* Added Greek translations for domains/app_languages.php

* Added Greek translations for groups/app_languages.php

* Added Greek translations for menu/app_languages.php

* Added Greek translation for upgrade/app_languages.php

* Added Greek & Great Britain translations for user_logs/app_languages.php

* Added Greek translations for user_settings/app_languages.php

* Added Greek translations for users/app_languages.php
2023-10-06 13:46:03 -06:00