nextcloud-server/lib/private
Roeland Jago Douma 51a02c8009
ReflectionParamter::getClass is deprecated
In php8 this starts throwing warnings. And since we use it quite often
we flood the log. This moves it to getType which does the same. Only non
deprecated now.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-11 20:42:14 +01:00
..
Accounts PSR logger for accounts 2020-10-20 17:41:47 +02:00
Activity
App Only retry fetching app store data once every 5 minutes in case it fails 2020-10-16 14:32:58 +02:00
AppFramework ReflectionParamter::getClass is deprecated 2020-11-11 20:42:14 +01:00
Archive Add more details if extract fails. 2020-10-22 10:15:46 +02:00
Authentication Type the authentication listeners 2020-10-15 16:43:21 +02:00
Avatar
BackgroundJob Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Broadcast/Events
Cache
Calendar Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Collaboration Bump @nextcloud/vue to 3.0.0 2020-10-20 18:02:45 +02:00
Command
Comments Add a function to get the unread count for multiple objects in one go 2020-11-04 11:01:21 +01:00
Console
Contacts/ContactsMenu
Dashboard Log an error if a dashboard widget loads longer than 1 second 2020-09-23 12:14:01 +02:00
DB Revert "Installation goes brrrr" 2020-11-11 17:40:12 +01:00
Diagnostics
DirectEditing Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Encryption Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
EventDispatcher Use PSR Logger in event dispatcher 2020-10-08 16:52:56 +02:00
Federation Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Files Empty string is returned as null, but empty string in file cache is the root and exists 2020-11-10 15:35:43 +01:00
FullTextSearch Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
GlobalScale
Group Add typed events for adding and removing a subadmin 2020-10-28 21:55:08 +01:00
Hooks Merge pull request #23766 from nextcloud/techdebt/noid/remove-unused-private-emitters 2020-10-29 10:03:36 +01:00
Http Always return the default path if we can 2020-11-03 00:13:01 +01:00
IntegrityCheck
L10N Move localecache to array 2020-11-02 15:02:04 +01:00
legacy Merge pull request #23993 from nextcloud/bugfix/noid/close-cursors 2020-11-10 15:15:03 +01:00
Lock Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Lockdown
Log Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Mail Merge pull request #22373 from nextcloud/fix-example-usage-for-mailer 2020-10-31 15:58:29 +01:00
Memcache Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Migration Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Notification
OCS Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Preview Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Remote
Repair Fix repair mimetype step to not leave stray cursors 2020-11-06 10:33:59 +01:00
RichObjectStrings
Route Cleanup route registration logic 2020-11-03 09:39:49 +01:00
Search Update comment search to initFS 2020-11-09 09:52:23 +01:00
Security Replace the credentials table with one that can have empty user 2020-11-10 15:36:27 +01:00
Session Remove the cookie paths for php<7.3 2020-11-06 15:57:17 +01:00
Settings Remove ISection in favor of IIconSection 2020-10-28 23:05:00 +01:00
Setup Revert "Installation goes brrrr" 2020-11-11 17:40:12 +01:00
Share Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
Share20 Empty string is returned as null, but empty string in file cache is the root and exists 2020-11-10 15:35:43 +01:00
Support
SystemTag
Tagging Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Template Show the full trace of an exception 2020-11-10 10:35:08 +01:00
Updater
User Bearer must be in the start of the auth header 2020-11-06 08:32:50 +01:00
UserStatus
AllConfig.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
AppConfig.php Fix updates of NULL appconfig values 2020-10-21 10:04:06 +02:00
CapabilitiesManager.php
Color.php
Config.php Read the env variables only once 2020-11-02 21:37:09 +01:00
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
ForbiddenException.php
HintException.php
InitialStateService.php Move initial state provider to boostrap 2020-10-04 09:35:33 +02:00
Installer.php Revert "Installation goes brrrr" 2020-11-11 17:40:12 +01:00
LargeFileHelper.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Log.php
MemoryInfo.php
NaturalSort_DefaultCollator.php
NaturalSort.php
NavigationManager.php
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
PreviewNotAvailableException.php
RedisFactory.php
Repair.php Fix repair mimetype step to not leave stray cursors 2020-11-06 10:33:59 +01:00
RepairException.php
Search.php
Server.php Remove old OC_Hook for OC_Group events 2020-11-10 21:58:44 +01:00
ServerContainer.php First query the server container 2020-11-07 17:51:41 +01:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Add htaccess exception for richdocumentscode_arm64 2020-09-17 08:55:15 +02:00
Streamer.php
SubAdmin.php Add typed events for adding and removing a subadmin 2020-10-28 21:55:08 +01:00
SystemConfig.php
TagManager.php Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
Tags.php Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
TemplateLayout.php Document the behaviour inline 2020-11-04 10:13:15 +01:00
TempManager.php
Updater.php
URLGenerator.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00