nextcloud-server/lib/private
Côme Chilliet 8044edf309
fix: Also search in email field for disabled users
To match what is done for Database backend for enabled users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-05-23 09:09:20 +07:00
..
Accounts refactor(provisioning_api): Add types for user details scopes 2024-05-11 09:22:19 +07:00
Activity fix(activity): Remove unneeded exception (types are enforced) 2024-04-17 15:36:42 +07:00
App fix: Drop workarounds for unsupported obsolete PHP versions 2024-04-22 16:55:42 +07:00
AppFramework fix: address review comments 2024-05-14 11:38:41 +07:00
Archive fix: Improve typing in Archive/TAR.php 2024-04-30 09:24:00 +07:00
Authentication Merge pull request #45026 from nextcloud/fix/token-update 2024-05-16 12:00:32 +07:00
Avatar Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2024-04-16 17:13:07 +07:00
BackgroundJob fix(bg-jobs): review adjustments 2024-05-02 16:43:42 +07:00
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2024-04-06 10:41:46 +07:00
Broadcast/Events
Cache Revert "don't perform an explicit setup when using the file cache" 2024-03-07 14:38:02 +07:00
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2023-08-28 14:19:54 +07:00
Collaboration fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +07:00
Comments fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Console fix: Migrate away from OC_App toward the IAppManager 2024-04-22 12:14:58 +07:00
Contacts/ContactsMenu fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
DB Merge pull request #39247 from nextcloud/query-log-backtrace 2024-05-02 12:03:34 +07:00
Dashboard Lower to info 2024-01-15 09:29:22 +07:00
Diagnostics fix: Fix new psalm errors from update 2024-04-08 11:29:09 +07:00
DirectEditing fix: Fix phpdoc typing in DirectEditing\Manager 2024-04-30 09:24:01 +07:00
Encryption fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 +07:00
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2024-04-02 17:55:16 +07:00
Files fix: LazyRoot missing method 2024-05-14 11:38:39 +07:00
FilesMetadata Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 2024-04-17 16:20:33 +07:00
FullTextSearch fix: Avoid unitialized access of fts manager properties 2024-02-26 07:57:13 +07:00
GlobalScale
Group Merge pull request #44763 from nextcloud/fix/group_name_length_db 2024-05-16 14:22:30 +07:00
Hooks fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Http fix(dns): detect disabled IPv6 support in DNS pinning 2024-03-26 12:04:51 +07:00
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2024-03-11 10:59:43 +07:00
KnownUser
L10N fix: Fix tests following OC_App migrations to IAppManager 2024-04-22 12:21:55 +07:00
LDAP
Lock fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Lockdown
Log refactor: identifier is now customId/custom_id 2024-05-14 11:38:41 +07:00
Mail fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Memcache Update LoggerWrapperCache.php 2024-04-23 09:54:44 +07:00
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2024-02-01 09:49:32 +07:00
Net Refactors Metadata, Migration, and Net. 2023-11-07 09:43:40 +07:00
Notification fix(notifications): Add a warning when using relative links 2024-04-12 10:30:39 +07:00
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +07:00
OCS feat(capabilities): Expose if mod-rewrite is working via capabilities 2024-04-12 13:00:20 +07:00
Preview fix: Extend SVG reference check 2024-05-16 10:01:33 +07:00
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Profiler fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Remote Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +07:00
Repair fix: Run cs:fix 2024-05-14 11:38:39 +07:00
RichObjectStrings Improve validator output in case of invalid RichObject 2024-01-15 11:50:48 +07:00
Route fix(Router): Stop loading routes of disabled apps 2024-05-10 07:22:25 +07:00
Search fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Security fix: Correctly check result of function 2024-05-15 12:24:25 +07:00
Session fix(typo): Fix typo in docs 2024-03-25 14:55:52 +07:00
Settings fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Setup fix: replace `Account name` by `Login` 2024-02-13 21:08:10 +07:00
SetupCheck fix: Log exceptions thrown by setup checks 2024-03-25 09:36:12 +07:00
Share chore: remove long depricated share code 2024-03-06 15:24:48 +07:00
Share20 Merge pull request #44460 from nextcloud/remove-non-shallow-in-folder 2024-05-17 17:41:25 +07:00
SpeechToText feat(stt): add ability to cancel a scheduled transcription 2024-03-15 12:52:17 +07:00
Support feat: rename users to account or person 2024-02-13 21:06:30 +07:00
SystemTag Refactors lib/private/SystemTag. 2023-11-07 09:41:33 +07:00
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Talk fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
TaskProcessing fix: expose lastUpdated in OCS API 2024-05-15 09:30:05 +07:00
Teams feat: Implement team provider api 2024-03-05 08:13:58 +07:00
Template feat: Add `forbidden_filename_characters` to JSConfig for use in frontend libraries 2024-05-16 16:38:37 +07:00
TextProcessing fix missing return statement, inline return 2024-02-12 20:47:33 +07:00
TextToImage introduce IProviderWithUserId 2024-01-14 22:44:37 +07:00
Translation fix(coding style) 2024-01-10 16:15:06 +07:00
Updater fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 +07:00
User fix: Also search in email field for disabled users 2024-05-23 09:09:20 +07:00
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +07:00
legacy fix(tests): Adjust theming test for new splitted background and primary colors 2024-05-21 20:36:26 +07:00
AllConfig.php fix(config): Make sure user keys are strings 2024-03-19 18:27:53 +07:00
AppConfig.php fix: Avoid reference use in AppConfig 2024-04-30 09:38:47 +07:00
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Color.php
Config.php fix: regression with updating read-only config 2024-04-18 18:40:51 +07:00
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +07:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php fix(DateTimeFormatter): Adjust invalid doc blocks 2024-04-05 13:27:52 +07:00
DateTimeZone.php
EmojiHelper.php
EventSource.php fix: Improve code quality in EventSource 2024-05-16 17:33:30 +07:00
EventSourceFactory.php fix: Improve code quality in EventSource 2024-05-16 17:33:30 +07:00
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php fix: Correctly check result of function 2024-05-15 12:24:25 +07:00
LargeFileHelper.php
Log.php fix(Logger): Warn on invalid `loglevel` configuration option 2024-03-17 20:20:43 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php chore: Rename "Users" menu entry to "Accounts" 2024-05-17 10:15:46 +07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +07:00
PreviewManager.php fix(preview): check mime type before processing with Imagick 2024-04-08 10:22:17 +07:00
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2023-08-13 16:26:24 +07:00
Repair.php feat(appconfig): repair step to migrate lazy config values 2024-03-11 10:59:43 +07:00
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
Server.php fix(tests): Adjust theming test for new splitted background and primary colors 2024-05-21 20:36:26 +07:00
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 2023-06-06 08:41:08 +07:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 +07:00
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Streamer.php Refactor `OC\Server::getRootFolder` 2023-11-10 16:51:05 +07:00
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
SystemConfig.php fix: Mark more configs as sensitive 2024-05-17 11:45:25 +07:00
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Tags.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
TempManager.php
TemplateLayout.php fix: php-cs `CapabilitiesManager` 2024-03-15 14:45:51 +07:00
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +07:00
Updater.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 +07:00