Commit Graph

83 Commits

Author SHA1 Message Date
Mark Crane 1a0cb04bd3 Because the login can be incorpoarted into the them decision was made to make the an app rather than part of core. 2013-01-05 09:52:52 +00:00
Mark Crane 9b843608fd Update the login menu link. 2013-01-05 09:38:47 +00:00
Mark Crane d334d98c74 To prevent inconvenience on the upgrade 2013-01-05 09:35:41 +00:00
Mark Crane 8efc516500 Add the app_languages.php for the core/login and apply it to login.php 2013-01-05 09:33:49 +00:00
Mark Crane 07a772c0c6 Add the core/login/app_languages.php file. 2013-01-05 09:28:33 +00:00
Mark Crane c5a82ac351 Move login.php to core to allow for the app_languages.php file to be defined in its application directory. 2013-01-05 09:20:07 +00:00
Mark Crane 82b02a43ab Add core/login/app_config.php. 2013-01-05 09:18:13 +00:00
Mark Crane 256afe0e8b Remove login and logout from the core/users/app_config.php and put it in core/login/app_config.php 2013-01-05 09:16:46 +00:00
Mark Crane 7f8acc43c7 Fix the link in user_settings, and fix some of the variable names used in the app_languages.php. 2013-01-05 07:44:54 +00:00
Mark Crane b49bee54d6 change app/user_settings to core/user_settings 2013-01-05 07:15:23 +00:00
Mark Crane 9e1aab2f33 change app/user_settings to core/user_settings 2013-01-05 07:07:36 +00:00
Mark Crane 0a0df9f343 Move user_settings to the core directory. 2013-01-05 07:02:03 +00:00
Mark Crane 057e7d3830 Change app/user to app/user_settings. 2013-01-05 06:58:14 +00:00
Mark Crane 3811589d4a Fix the main menu system -> /app/user/user_dashboard. Rename v_exec.php to exec.php. 2013-01-05 06:10:00 +00:00
Mark Crane e06ee7896e Remove a redundant v_meeting_users from the app_config.php file. Remove a few trailing spaces on upgrade_domains.php. 2013-01-04 22:02:31 +00:00
Mark Crane 1b82029fc9 Add an elseif. 2013-01-04 21:21:45 +00:00
Mark Crane c6fb54c508 On domain and default settings changes name to type. 2012-12-14 23:03:46 +00:00
Mark Crane 93b74c4a4f Rename v_calls_active_extensions.php to calls_active_extensions.php. 2012-11-29 05:34:13 +00:00
Mark Crane 611c345437 Remove v_ from the Accounts link in the menu. 2012-11-28 05:19:19 +00:00
Mark Crane 0791238cfa Move core/servers to apps 2012-11-24 00:46:46 +00:00
Mark Crane 07da8c782f Remove the v_ from the links in server settings. 2012-11-24 00:45:55 +00:00
Mark Crane 37266964ed rename v_servers_edit.php to servers_edit.php 2012-11-24 00:41:17 +00:00
Mark Crane cd5658ef3b rename v_servers_delete.php to servers_delete.php 2012-11-24 00:40:49 +00:00
Mark Crane f4cc51a0d0 rename v_servers.php to servers.php. 2012-11-24 00:40:17 +00:00
Mark Crane c18873a491 rename v_server_settings_edit.php to server_settings_edit.php. 2012-11-24 00:39:18 +00:00
Mark Crane 9adcb928c1 rename v_server_settings_delete.php to server_settings_delete.php 2012-11-24 00:38:36 +00:00
Mark Crane b3d460f450 Rename v_server_settings.php to server_settings.php 2012-11-24 00:38:09 +00:00
Mark Crane 4f08ba6577 Fix the code so that deleting and superadmin is not possible unless the user account used to do it is in the superadmin group. 2012-11-23 02:57:34 +00:00
Mark Crane 7ab948b20f Fix the test to see if the domain language code is being set and optimize it. 2012-10-30 08:56:49 +00:00
Mark Crane 10b035482b Force domains to lower case 2012-10-24 03:43:15 +00:00
Mark Crane e4162371dd Add a check to ensure that the language code is set for those that are upgrading. 2012-10-19 19:57:30 +00:00
Mark Crane d84f1ddfb6 Add missing column to domain_uuid to v_user_settings 2012-10-19 19:25:26 +00:00
Mark Crane 196c987f74 Thanks Gerritv for finding this one. Should fix a bug during install and upgrade for single tenant systems. 2012-10-18 19:25:40 +00:00
Mark Crane 9e6f345c5d Add missing domain_uuid to v_user_settings. 2012-10-18 16:49:06 +00:00
Mark Crane 0dd7e61a0d Hide the smtp and provision password for both default and domain settings. 2012-10-17 04:09:22 +00:00
Mark Crane f29051bcdc Use the new domains class when switching between domains. 2012-10-16 18:08:24 +00:00
Mark Crane c12f33952a Fix the recordings directory. take two 2012-10-16 05:47:49 +00:00
Mark Crane 1becd32f7e Remove the quotes around the domain_count. 2012-10-16 04:09:27 +00:00
Mark Crane 516df5033a Add domain_count to the config.lua file. 2012-10-16 03:54:42 +00:00
Nuno Miguel Reis d9526ff91e changed logout login pt translation 2012-10-11 21:15:21 +00:00
Nuno Miguel Reis 8db6d7ba64 code cleanup 2012-10-11 19:03:17 +00:00
Mark Crane 3cf8ceb252 Fix the name of the menu item title in the menu languages table. 2012-10-11 14:54:19 +00:00
Mark Crane 981ff15c6c Add v_menu_languages table. 2012-10-11 14:12:52 +00:00
Mark Crane 6dc9eec702 Fix a few more line space, indentation, and other white space issues. 2012-10-11 06:36:24 +00:00
Mark Crane be979dbc3a House cleaning on the recent app_config.php commits. Cleanup trailing white spaces, multiple spaces replaced with tabs and a few extra line feeds. 2012-10-11 01:28:18 +00:00
Nuno Miguel Reis 4a3e8efaef presentation of current menu language in default_settings done right 2012-10-11 00:09:58 +00:00
Nuno Miguel Reis 98a4e42dae fixed en to en-us 2012-10-11 00:09:40 +00:00
Nuno Miguel Reis 2e74a0c238 menu translation work 2012-10-11 00:07:03 +00:00
Nuno Miguel Reis c8deeea07a Adicionada a lingua pt aos menus 2012-10-11 00:01:42 +00:00
Mark Crane 83f9b3d047 Fix a bug with default settings -> voicemail when ssl is selected. 2012-10-08 18:31:06 +00:00