Commit Graph

245 Commits

Author SHA1 Message Date
FusionPBX de70dd2910
Using for backwards compatibility
Added for more graceful upgrade as people update their menu to use the new dashboard.
2023-03-29 20:50:13 -06:00
trideeindhoven fba26b3f84
Better NL translations (#6590)
Co-authored-by: Jeroen Hermans <jeroen@perfectvoip.nl>
2023-03-28 10:24:11 -06:00
fusionate 9714da4309
Default/Domain/User Settings: Offer select for boolean values. 2023-03-27 17:10:10 +00:00
Alex a229d1e46c
Add enabled toggle to more pages and bug fix (#6552)
* Add enabled toggle to more pages and bug fix

* Add device profile enable toggle

* fixed enable on bridge_edit.php

* Fixed enable on call_block_edit.php

* Fixed enable on call_flow_edit.php

* Fixed enable on conference_center_edit.php

* Add conference room enabled toggle

* Fixed enable on conference_control_detail_edit.php

* Fixed enable on conference_control_edit.php

* Fixed enable on conference_profile_edit.php

* Add conference profile param enabled toggle

* Fixed enable on conference_edit.php

* Fixed enabled on device_edit.php

* Fixed enable on extension_edit.php

* Fixed enable on gateway_edit.php

* Fixed enable on number_translation_edit.php

* Fixed enable on phrase_edit.php

* Fixed enable on ring_group_edit.php

* Fixed enable on sip_profile_edit.php

* Fixed enable on stream_edit.php

* Fixed enable on time_condition_edit.php

* Fixed enable on var_edit.php

* Fixed enable on voicemail_edit.php

* Fixed enable on user_edit.php

* Fixed enable on user_setting_edit.php

* Update user_edit.php

* Update bridge_edit.php

* Update call_flow_edit.php

* Update conference_control_edit.php

* Update stream_edit.php

* Fixed enable on default_setting_edit.php

* Fixed enable on domain_edit.php

* Fixed enable on email_template_edit.php

* Fixed enable on module_edit.php
2023-02-14 11:19:02 -07:00
FusionPBX 1ad7f84011
Add user setting enabled toggle 2023-02-10 09:35:01 -07:00
fusionate d04b6db96a
Dashboard: Call Forward widget, Edit position without reload, misc adjustments. 2023-01-31 00:19:09 +00:00
fusionate c4b8c7add1
Default/Domain/User Settings - Edit: Change Type field to select box. 2023-01-27 21:50:43 +00:00
fusionate dc1307028a
Default/Domain/User Settings: Implement select field for input_toggle_style options. 2023-01-23 19:31:18 +00:00
FusionPBX 9f0217aa44
user_dashboard has been replaced by core/dashboard 2022-12-22 13:09:35 -07:00
FusionPBX e3b782e7cb
Update user_dashboard.php 2022-10-10 19:39:27 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
markjcrane eb5c25aa35 Add insert_date, insert_user, update_date, update_user to all tables 2022-09-18 00:54:37 -06:00
nyash 0bc048a634
Add/edit some polish translations (#6327)
* Add/edit some polish translations

* Minor touches to polish translations
2022-03-26 14:30:02 -06:00
fusionate 676d3010e9
Theme: Side Menu - Setting to control submenu close behavior. 2022-02-11 20:46:15 -07:00
KRooney 798be8a6de
Update app_config.php (#6279)
FR-CA update
2022-01-31 12:35:31 -07:00
KRooney 1ed392c9c4
Update app_languages.php (#6205) 2022-01-17 21:06:17 -07:00
AlexC ab0e4faa94
Add labels to dashboard system counts (#6225)
* Update app_languages.php

* Update system_counts.php
2022-01-04 20:48:35 -07:00
markjcrane c71ac8d103 Re-use app_menu.php for the new dashboard 2021-11-10 08:39:50 -07:00
FusionPBX bf2708578e
Removing hiding the user setting key. 2021-05-12 15:23:42 -06:00
FusionPBX f89327a9fc
Modify description input from text to textarea 2021-03-31 09:35:59 -06:00
emaktech b266affa04
Update app_languages.php
French translation micro update
2021-01-06 16:19:11 -05:00
fusionate aa413b74b2 Default/Domain/User Settings: Implement select boxes for Destinations setting options. 2020-12-28 16:12:16 -07:00
demonspork 80fa9cfe7d Fix displaying array order for settings of type array
the *_setting_order was missing from the SELECT queries for all 3 places I could find that use this mechanism. The device settings don't seem to use it.
2020-10-19 18:46:38 -05:00
Nate 06f79d79e7 Users: Add setting to require username format be an email address or not. 2020-10-16 11:48:07 -06:00
FusionPBX 21815a9ffd
Add the column names and cast user_setting_enabled as text. 2020-07-05 21:04:37 -06:00
FusionPBX 36292f5881
Forgot to remove this before committing it. 2020-07-05 20:53:05 -06:00
FusionPBX 9780547fb5
Add sql column names and cast user_setting_enabled as text 2020-07-05 20:49:32 -06:00
Mark J Crane a07781860b Change data type and add toggle values 2020-07-02 12:02:54 -06:00
Nate 485d8681ca Settings - Edit: Adjust Description field width. 2020-06-02 09:18:11 -06:00
Nate d05429ad4e Theme: Header Bar updates. 2020-05-27 23:02:13 -06:00
Nate 6f33204316 Theme: Side Menu updates. 2020-05-27 21:24:07 -06:00
Nate 4a986730eb Theme: Side Menu updates. 2020-05-25 18:38:52 -06:00
Nate 6f829ea6cf Theme: Side Menu updates. 2020-05-23 18:57:17 -06:00
Nate f5bfc2199a Theme: Side Menu default state controls. 2020-05-20 21:24:19 -06:00
Mark J Crane 2d6e2a06f3 Remove this because it breaks some systems and this information isalready available on the status -> sip status page 2020-05-01 18:05:57 -06:00
FusionPBX 6512712667
Update app_config.php 2020-04-05 23:06:36 -06:00
Nate 97eec1da04 Template, Core Apps: Update to new modal. 2020-03-25 16:48:12 -06:00
racitup a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
Nate f8c74e6586 Multiple: Add IDs to common/default action buttons. 2020-03-05 10:01:09 -07:00
Nate 3af6d3fad2 User Settings - Edit: Revise and simplify javascript. 2020-03-04 18:03:20 -07:00
Nate 0dd242f5cf User Settings: Remove deprecated delete script. 2020-02-17 18:32:39 -07:00
Nate 232e49182b Users - Edit: Sticky User Settings action bar. 2020-02-12 11:58:56 -07:00
Nate 35045a8260 Password Reset: Update to work for Users on any domain. 2020-02-06 13:51:40 -07:00
FusionPBX e10087da51 Merge pull request #4981 from chansizzle/patch-167
Update user_dashboard.php
2020-01-21 16:36:00 -07:00
katakefalos ac078c545e Update app_laungauges.php added Greek
added Greek Language
2020-01-18 17:12:56 +02:00
FusionPBX bbcb46f7c4 Update app_config.php 2020-01-09 20:12:39 -07:00
Nate 5b7d327189 User & User Settings: List view and button updates. 2020-01-07 11:11:50 -07:00
Nate 601102f898 Dashboard, Voicemail Messages & Greetings: Bug fixes. 2019-12-24 00:13:15 -07:00
chansizzle 22b4677388 Update user_dashboard.php 2019-12-20 18:07:39 -07:00
chansizzle 30d475270f Update user_settings.php (#4955) 2019-12-18 20:16:30 -07:00