Commit Graph

194 Commits

Author SHA1 Message Date
Nate Jones 347577af4f User Edit: Sort Contact select options a little better. 2015-03-26 19:51:53 +00:00
Mark Crane 3b46b8ff67 Add a missing semi-colon on the signup.php page. 2015-03-23 20:06:28 +00:00
Nate Jones fcb53fd7f9 Misc: Implement maximum limits on multiple apps. 2015-03-22 08:17:04 +00:00
Nate Jones f982637c2b User Edit: Fix Language select box not populating with available languages. 2015-03-18 08:57:18 +00:00
Nate Jones b3443bec1c Resolves Issue 878 - Restriction removed that required at least one user account to remain in a domain. Superadmin/Admin still not allowed to delete their own account (for obvious reasons). 2015-03-15 02:11:35 +00:00
Mark Crane 2a4f9f6a10 A few minor changes. 2015-03-05 12:38:35 +00:00
Mark Crane 8e24025518 Select only group_name to make it more efficient. 2015-03-05 12:34:48 +00:00
Mark Crane e485944001 Add group_uuid to the group member delete redirect. 2015-03-05 10:49:26 +00:00
Mark Crane 03e9d0a632 Add group_uuid to the browser redirect. 2015-03-05 10:47:13 +00:00
Mark Crane 867f245cc2 Switch from group_name to group_uuid. 2015-03-05 10:32:21 +00:00
Mark Crane e8dad06afc Add group_uuid to the links and move the sql query out of the content. 2015-03-05 10:26:44 +00:00
Mark Crane f035560027 Add group_uuid to v_group_users when assigning a user to a group. 2015-03-05 10:17:47 +00:00
Mark Crane 1fbb5febbf When deleting the group delete the group user and group permissions. Increase the security by validating the uuid. 2015-03-05 09:37:37 +00:00
Nate Jones 91fe322c00 Visual adjustments. 2015-02-15 11:57:14 +00:00
Nate Jones eb3618e9f7 Visual adjustments. 2015-02-15 09:39:23 +00:00
Nate Jones 18fefa3682 Visual adjustments. 2015-02-15 09:20:19 +00:00
Nate Jones 2b0396063a Code cleanup. 2015-02-15 08:46:20 +00:00
Nate Jones dbd9fbc07b Visual adjustments. 2015-02-15 07:59:02 +00:00
Nate Jones 256e424b3e Removal of colon next to form label names. 2015-02-15 06:50:00 +00:00
Mark Crane 22fcdc5f5a When the user is updated increase the salt length and remove special characters that can cause problems. 2015-02-10 20:54:03 +00:00
Mark Crane 5a4b509206 Signup.php increase the salt length and remove special characters that can cause problems. 2015-02-10 20:44:16 +00:00
Mark Crane a3ecd317d4 Use the new multi-lingual code on fusionpbx/core sub directories. 2015-01-18 09:22:07 +00:00
Mark Crane 64c3580302 Fix the group list for accounts -> user -> edit. 2015-01-08 09:54:24 +00:00
Mark Crane 8d6146fa7a Additional work to fix groups and permissions. 2015-01-08 08:51:40 +00:00
Mark Crane a82143e6b6 Fix the null check on groups. 2015-01-08 06:15:05 +00:00
Mark Crane 4eb984f3d8 Fix the null used in users/app_defaults.php 2014-12-27 07:11:26 +00:00
Mark Crane d573aa8b0b Run the users app defaults only once. 2014-12-26 15:47:37 +00:00
Mark Crane b9bb32f4bd Change domain_uuid variable to look for null. 2014-12-26 07:32:25 +00:00
Mark Crane b3751de936 Allow the domain_uuid for flexibility but when null is set consider it a global default. 2014-12-26 07:15:12 +00:00
Mark Crane 250d7f5898 Minor change on the variable name. 2014-12-26 07:08:54 +00:00
Mark Crane af20b81b0e Add a missing greater than sign. 2014-12-26 06:55:04 +00:00
Mark Crane ae62c8600c Delete the group permissions before restoring them. 2014-12-26 06:53:27 +00:00
Mark Crane 1b1738ed3f Make groups and group permissions global. Managing these per domain is too much work to manage per domain. 2014-12-26 06:37:07 +00:00
Mark Crane ddca77629e Move the menu array to app_menu.php 2014-12-26 03:27:54 +00:00
Mark Crane 6d98ffc320 Add app_menu.php files for the menu. 2014-12-25 19:32:57 +00:00
luis daniel lucio quiroz ce959b8fc5 HTML5 input tags for usersupdate 2014-12-21 06:12:21 +00:00
Nate Jones c72fbc50d9 Users: Delete prompt (for own account) multilinguified. 2014-11-27 00:48:42 +00:00
Nate Jones 1f482e0834 User Create/Edit: Require a group assignment. 2014-10-18 08:18:03 +00:00
Nate Jones ce440b917a Contacts: Private or Shared. User can create a private contact only visible to them, or can choose to share a contact with others by assigning it to group(s). Users can view only contacts assigned to their group(s) and contacts NOT assigned to any group. 2014-10-18 06:49:34 +00:00
Nate Jones 254c92be1d User Edit: Adds group_uuid to v_group_users when assigning user to a group. 2014-10-18 03:17:13 +00:00
Nate Jones 5fc3ebfe9a Populate new group_uuid field in v_group_users table. 2014-10-18 01:25:57 +00:00
Mark Crane dde2ff4e06 Add group_uuid to the group users table. 2014-10-18 01:06:07 +00:00
Nate Jones be3e3cad2e Group Permissions: Added all/none checkbox above each group of App permissions. 2014-10-15 20:47:04 +00:00
Nate Jones 9566dce374 User Edit: Add button to load an auto-generated API Key (UUID) into the input field. 2014-08-15 07:04:52 +00:00
Nate Jones 078f321738 Response Message: Mood adjustments. 2014-08-02 07:02:31 +00:00
Mark Crane fed6914774 Add domain and user setting order 2014-07-25 01:45:58 +00:00
Mark Crane 1613d19c3b Unset the prepared statements used in the app_defaults.php files. 2014-07-23 22:00:03 +00:00
Mark Crane 30a6dcf361 remove some of the deprecated names from v_users 2014-07-18 01:51:30 +00:00
Nate Jones 8b1c6feabb Upgrade: Fixed language issue when executing Permission Defaults. 2014-07-10 09:35:07 +00:00
Nate Jones e67aa0c638 Document (Window) Title: Update variable name to avoid conflict when paging is used. 2014-07-10 00:32:50 +00:00
luis daniel lucio quiroz 6a28c418e3 absolute path fixed 2014-07-08 02:39:59 +00:00
Nate Jones f19755d481 User Create/Edit: More advanced password match/mismatch notifications. 2014-07-07 19:04:28 +00:00
Nate Jones 30e20766ab User Create: Column width adjustment. 2014-07-07 18:11:55 +00:00
Nate Jones 73105d432e User Create/Edit: Added JS to change CSS style on password boxes if values are not identical. 2014-07-07 16:34:43 +00:00
Nate Jones b2d577e9a0 Description column style mods, just for consistency. 2014-06-22 06:35:33 +00:00
Nate Jones bf6306705a Fix missing / on closing <tr> tags. 2014-06-22 01:16:49 +00:00
Nate Jones c38f98c5f0 User Manager: Changed Groups to Group in column heading. 2014-06-21 19:54:47 +00:00
Nate Jones 50fd28d271 User Manager: Added Groups column on User list. 2014-06-21 19:52:55 +00:00
Nate Jones a695d35ca2 Sort all Group select boxes by group_name asc.
Create User now allows to select a single Group to add User to at time of User creation.
2014-06-21 19:40:16 +00:00
Nate Jones ec1ba51eb9 (Modified) Usability Enhancement: Click on list rows to Edit items. Now uses jQuery (instead of onclick) to avoid being redirected to Edit when canceling a Delete. 2014-06-21 08:52:47 +00:00
Nate Jones 8e7b388b44 Add links to certain column text in a list view - integrated click on list rows to Edit items, as well. Misc bug fixes. 2014-06-21 07:51:31 +00:00
Nate Jones a117993264 Usability Enhancement: Click on list rows to Edit items. 2014-06-21 07:04:04 +00:00
Nate Jones e979147858 Add links to certain column text in a list view.
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Nate Jones 93786dd1b9 User Manager: Ability to edit Username, verifies unique. 2014-06-20 22:21:39 +00:00
Nate Jones 5b212badfa Added column title "Tools" for group Permissions and Members links. 2014-06-20 18:56:02 +00:00
Nate Jones 74f72a4ba7 Fix Group (Permissions) Copy. 2014-06-20 18:42:17 +00:00
Nate Jones f8da5edc7e Group Members: Prevent the adding of a user more than once. 2014-06-20 00:49:46 +00:00
Nate Jones 2f6ea48001 Group Permissions: Display message and redirect on Save. 2014-06-20 00:48:38 +00:00
Nate Jones f36d5a9220 Group Permissions: Restore Default respects Protected group permissions again. 2014-06-20 00:17:22 +00:00
Nate Jones fef364a3e3 Add Protected column label to Groups. 2014-06-19 23:37:28 +00:00
Nate Jones 78efbfe4d1 Minor Tweak: Enhanced delete own domain/user prevention. 2014-06-17 21:27:10 +00:00
Nate Jones f833cf3c91 Enhanced delete own domain/user prevention. 2014-06-17 21:24:44 +00:00
Mark Crane 59e112e7ff Add the languages array 2014-05-13 06:09:28 +00:00
Mark Crane 6c54d110c5 Additional work on the alignment of the contents 2014-05-13 05:47:28 +00:00
Mark Crane 05f6b02d39 Fix the table alignment 2014-05-13 05:45:04 +00:00
Mark Crane 833560e57c Add user language to accounts -> user manager -> edit user 2014-05-13 05:41:44 +00:00
Mark Crane c33aeb97f1 Fix alignment issues for the labels on Accounts -> User Manager -> Edit 2014-05-13 05:25:51 +00:00
Nate Jones 326263e7cb Group Manager / Permissions: Moved 'Restore Default' button to Group Manager page, instead of under each individual Group Permission page. 2014-05-09 01:33:58 +00:00
Nate Jones 394e40a7e1 Fixed Issue 447 - Now can't delete user currently logged in as. 2014-04-27 06:47:05 +00:00
Nate Jones abf5f72054 Submit button also placed at top; reordered to right margin, too. 2014-04-26 23:56:12 +00:00
Nate Jones e64fef05dd Submit button also placed at top; reordered to right margin, too. 2014-04-26 22:50:52 +00:00
Nate Jones 5d250eba32 Default select value adjustments 2014-04-15 01:10:21 +00:00
Mark Crane 114f0f3e56 Fix the user edit page. 2014-02-26 07:20:07 +00:00
Nate Jones 20b93a808a Unstack list control icons. Languages fix. 2014-02-26 06:30:14 +00:00
Nate Jones 0e5d8ae5fa Fixed class on Search By select box. 2014-02-26 02:40:24 +00:00
Nate Jones 1e6adca178 Unstack list control icons. 2014-02-26 02:35:26 +00:00
Nuno Miguel Reis c8740bad49 fixed some translations 2014-02-25 22:49:35 +00:00
Nuno Miguel Reis eeed105dff change of some pt_PT translations and fixed some encoding bugs for the new Chile spanish
Conflicts:
	fusionpbx/app/call_center_active/app_languages.php
	fusionpbx/app/calls_active/app_languages.php
	fusionpbx/app/ring_groups/app_languages.php
	fusionpbx/app/schemas/app_languages.php
2014-02-25 03:28:28 +00:00
Nate Jones 80b546406e Response message updates. 2014-02-23 09:39:12 +00:00
Mark Crane 12a3426de6 Add a new Spanish translation donated by José Manuel Calquin Heinsohn. 'es-cl' for Spanish from Chile he says he tried to translate in a way that would be generic enough to work for most Spanish dialects. This commit covers just fusionpbx/core still need to integrate the translations for all features in fusionpbx/app directory. 2014-02-13 18:09:45 +00:00
Mark Crane 5632a79dff Fix the api key label. 2014-01-16 18:44:22 +00:00
Mark Crane 1d20ccd032 Don't add new users to the 'user' group. 2014-01-01 06:49:14 +00:00
Mark Crane 721c5c058e Change msgerror to msg. 2013-12-27 18:09:42 +00:00
Mark Crane 5d0e30a632 Missed one. 2013-11-03 05:36:53 +00:00
Mark Crane 34e0f0f790 Remove 'Add' and 'Edit' no point in stating restating the obvious. 2013-11-03 05:35:05 +00:00
Mark Crane 5cde63191f Add line spaces between the different translations and add button-copy. 2013-10-31 17:52:56 +00:00
Nuno Miguel Reis a76f3c050d cleanup 2013-10-17 22:07:17 +00:00
Nuno Miguel Reis 54934396ad language translations for pt-pt and some other minor fixes and updates 2013-10-17 22:06:53 +00:00
Nuno Miguel Reis 24dabf4a1c language translations for pt-pt and some other minor fixes and updates 2013-10-17 22:06:01 +00:00
Mark Crane a43c8f892d Correct the tabbing by replacing the spaces with tabs. Replace some of the single quotes with double qoutes and keep the fr-ca translations. 2013-09-30 16:21:08 +00:00