egroupware/admin/inc
2024-09-26 09:07:49 +02:00
..
class.admin_accesslog.inc.php * Admin: fix session list did NOT show interactive sessions, if push is used 2020-10-06 11:59:19 +02:00
class.admin_account.inc.php fix not working changing password for account in SQL 2023-02-21 14:34:36 +01:00
class.admin_acl.inc.php Admin: Add dialog to add/remove group ACL 2024-08-12 16:01:18 -06:00
class.admin_asyncservice.inc.php allow to use Api\Framework::bodyClass('scrollVertical') to enable vertical scrolling on body e.g. for old admin stuff like async service 2023-12-16 11:19:35 +02:00
class.admin_categories.inc.php using bootstrap icons as stock icons for categories (former api/images) and allow to search arbitrary bootstrap icons when adding/editing categories 2024-09-05 18:00:18 +02:00
class.admin_cmd_account_app.inc.php Fix admin_cmd_account_app new value sometimes had string keys when removing access 2019-05-09 14:54:21 -06:00
class.admin_cmd_acl.inc.php Get changes showing up for admin_cmd_acl 2019-03-19 14:57:25 -06:00
class.admin_cmd_category.inc.php fix PHP 8.0 error "array_key_exists(): Argument #2 ($array) must be of type array, null given" when creating a category 2021-10-07 16:16:12 +02:00
class.admin_cmd_change_account_id.inc.php admin_cmd_change_account_id changes to get nice command history 2019-05-09 11:48:12 -06:00
class.admin_cmd_change_pw.inc.php Property and type handling improvements from Scrutinizer 2019-03-21 09:08:42 -06:00
class.admin_cmd_check_acl.inc.php new admin-cli.php --delete-user parameter --not-existing to delete all no longer existing accounts 2019-02-27 11:59:33 +01:00
class.admin_cmd_check_cats.inc.php allow to disable or require 2-Factor-Auth 2019-06-07 20:28:49 +02:00
class.admin_cmd_config.inc.php getting admin_cmd_config history finished: 2019-03-20 11:54:49 +01:00
class.admin_cmd_customfield.inc.php Admin: Push for categories 2022-10-27 11:13:41 -06:00
class.admin_cmd_delete_account.inc.php Admin: Remove time limit when deleting a user 2022-04-05 15:14:53 -06:00
class.admin_cmd_delete_category.inc.php Property and type handling improvements from Scrutinizer 2019-03-21 09:08:42 -06:00
class.admin_cmd_edit_group.inc.php * Admin: Fix group email got lost on save 2020-01-29 10:13:22 -07:00
class.admin_cmd_edit_preferences.inc.php Fix forced preferences stored nulls 2019-04-29 14:43:18 -06:00
class.admin_cmd_edit_user.inc.php fix to allow setting "anonymous" flag for other accounts and try to fix Chrome autocomplete 2020-03-21 14:38:32 +01:00
class.admin_cmd.inc.php * Admin: fix user timezone not taken into account when displaying admin queue 2024-01-25 20:46:23 +02:00
class.admin_cmds.inc.php fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00
class.admin_config.inc.php fix not resized tabs in site-config, if app's config.xet already had a tab-widget 2024-08-08 19:52:41 +02:00
class.admin_customfields.inc.php improve type-filter in customfield list to be able to select fields for all type and always show the fields for all types too, when a certain type is select 2024-09-16 15:10:12 +02:00
class.admin_customtranslation.inc.php Admin: Clicking 'Save' for custom translations forces a browser reload so translations are immediately available to the user 2023-06-09 13:52:14 -06:00
class.admin_db_backup.inc.php WIP S3 stream-wrapper: refactored DB backup in order to (optionally) use S3 2023-10-24 22:22:16 +03:00
class.admin_denyaccess.inc.php add token to deny access 2017-10-27 16:22:56 +02:00
class.admin_egw_acl_record.inc.php Add a column for run rights, each of which gets their own row 2017-11-02 10:24:47 -06:00
class.admin_egw_group_record.inc.php using new api for admin, though 3 classes still use old etemplate 2016-04-27 19:12:20 +00:00
class.admin_egw_user_record.inc.php Admin: Fix user record couldn't generate a title without account_id 2024-05-03 08:45:41 -06:00
class.admin_export_acl_csv.inc.php Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:33:56 -07:00
class.admin_export_groups_csv.inc.php Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:33:56 -07:00
class.admin_export_users_csv.inc.php Admin - fix missing/incorrect filter options in user export definition 2019-07-10 15:50:31 -06:00
class.admin_hooks.inc.php display via context menu selected users, some UI cleanups and name it in tree also "Bulk changes" 2024-09-09 11:53:45 +02:00
class.admin_import_groups_csv.inc.php Admin: Fix user & group import threw error "Class "admin_egw_record" not found" 2024-05-02 10:43:09 -06:00
class.admin_import_users_csv.inc.php fix some object/array errors 2024-05-03 14:53:35 +02:00
class.admin_mail.inc.php fix [IMAP only] button was only shown if [Manual entry] was selected first 2024-09-26 09:07:49 +02:00
class.admin_messages.inc.php fix PHP 8.x Fatal changing languages 2022-11-11 13:28:41 +01:00
class.admin_passwordreset.inc.php * Admin: bulk action together with a selected group and select all was not working / complaining about nothing selected 2024-09-17 13:14:45 +02:00
class.admin_statistics.inc.php disable usage statistic for now, as there is no more backend 2023-02-27 12:57:57 +01:00
class.admin_ui.inc.php display via context menu selected users, some UI cleanups and name it in tree also "Bulk changes" 2024-09-09 11:53:45 +02:00
class.admin_wizard_export_acl_csv.inc.php Admin: Fix error editing export ACL definition 2023-08-18 09:48:03 -06:00
class.admin_wizard_export_groups_csv.inc.php using new api for admin, though 3 classes still use old etemplate 2016-04-27 19:12:20 +00:00
class.admin_wizard_export_users_csv.inc.php using new api for admin, though 3 classes still use old etemplate 2016-04-27 19:12:20 +00:00
class.admin_wizard_import_groups_csv.inc.php Change field mapping for groups to make more sense 2010-10-12 16:45:31 +00:00
class.admin_wizard_import_users_csv.inc.php Import user - Remove conditions on account_id, backends don't support search by it 2019-05-21 10:41:50 -06:00
class.customfields.inc.php add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog 2016-08-12 11:35:30 +02:00
class.uiconfig.inc.php fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc 2021-03-21 18:27:09 +01:00
hook_acl_manager.inc.php Fix translations for Home screen 2018-12-20 16:06:12 +01:00
hook_config_validate.inc.php * Admin: fix PHP Fatal Class jdots_framework does not exist in minimal install 2016-07-12 11:44:02 +02:00