nextcloud_server/lib/private
Côme Chilliet eb25e10f55
fix: Avoid reference use in AppConfig
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 09:38:47 +02:00
..
Accounts fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Activity fix(activity): Remove unneeded exception (types are enforced) 2024-04-17 15:36:42 +02:00
App fix: Drop workarounds for unsupported obsolete PHP versions 2024-04-22 16:55:42 +02:00
AppFramework fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2024-04-30 09:23:58 +02:00
Archive fix: Improve typing in Archive/TAR.php 2024-04-30 09:24:00 +02:00
Authentication fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 2024-04-16 11:48:13 +02:00
Avatar Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2024-04-16 17:13:07 +02:00
BackgroundJob fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2024-04-06 10:41:46 -04:00
Broadcast/Events
Cache Revert "don't perform an explicit setup when using the file cache" 2024-03-07 14:38:02 +01:00
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2023-08-28 14:19:54 +02:00
Collaboration fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Comments fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Console fix: Migrate away from OC_App toward the IAppManager 2024-04-22 12:14:58 +02:00
Contacts/ContactsMenu fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
DB fix: Remove bogus code from query builder and fix parameter name 2024-04-30 09:23:58 +02:00
Dashboard Lower to info 2024-01-15 09:29:22 +01:00
Diagnostics fix: Fix new psalm errors from update 2024-04-08 11:29:09 +02:00
DirectEditing fix: Fix phpdoc typing in DirectEditing\Manager 2024-04-30 09:24:01 +02:00
Encryption fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 -01:00
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2024-04-02 17:55:16 +02:00
Files fix: Improve typing of mimetype aliases 2024-04-30 09:24:00 +02:00
FilesMetadata Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 2024-04-17 16:20:33 -01:00
FullTextSearch fix: Avoid unitialized access of fts manager properties 2024-02-26 07:57:13 +01:00
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
Group fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2024-04-30 09:23:58 +02:00
Hooks fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Http fix(dns): detect disabled IPv6 support in DNS pinning 2024-03-26 12:04:51 +01:00
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2024-03-11 10:59:43 -01:00
KnownUser Add type hints for mappers 2023-04-07 09:49:42 +02:00
L10N fix: Fix tests following OC_App migrations to IAppManager 2024-04-22 12:21:55 +02:00
LDAP
Lock fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Lockdown Respect OCP interface in private classes 2023-02-07 11:23:35 +01:00
Log fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message) 2024-04-16 11:51:04 +02:00
Mail fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Memcache Update LoggerWrapperCache.php 2024-04-23 09:54:44 +02:00
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2024-02-01 09:49:32 +01:00
Net Refactors Metadata, Migration, and Net. 2023-11-07 09:43:40 +03:30
Notification fix(notifications): Add a warning when using relative links 2024-04-12 10:30:39 +02:00
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +02:00
OCS feat(capabilities): Expose if mod-rewrite is working via capabilities 2024-04-12 13:00:20 +02:00
Preview fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2024-04-30 09:23:58 +02:00
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Profiler fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Remote Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +03:30
Repair feat(mimetypes): Add mimetype for ReStructuredText 2024-03-15 20:23:27 +05:30
RichObjectStrings Improve validator output in case of invalid RichObject 2024-01-15 11:50:48 +01:00
Route fix: Migrate a few more classes away from OC_App::getAppPath 2024-04-22 12:19:01 +02:00
Search fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Security fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blocklist 2024-03-26 17:08:22 +01:00
Session fix(typo): Fix typo in docs 2024-03-25 14:55:52 +01:00
Settings fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Setup fix: replace `Account name` by `Login` 2024-02-13 21:08:10 +01:00
SetupCheck fix: Log exceptions thrown by setup checks 2024-03-25 09:36:12 +01:00
Share chore: remove long depricated share code 2024-03-06 15:24:48 +01:00
Share20 fix: Fix tiny phpdoc errors related to Share 2024-04-30 09:24:01 +02:00
SpeechToText feat(stt): add ability to cancel a scheduled transcription 2024-03-15 12:52:17 +01:00
Support feat: rename users to account or person 2024-02-13 21:06:30 +01:00
SystemTag Refactors lib/private/SystemTag. 2023-11-07 09:41:33 +03:30
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Talk fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Teams feat: Implement team provider api 2024-03-05 08:13:58 +01:00
Template fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
TextProcessing fix missing return statement, inline return 2024-02-12 20:47:33 +01:00
TextToImage introduce IProviderWithUserId 2024-01-14 22:44:37 +03:00
Translation fix(coding style) 2024-01-10 16:15:06 +01:00
Updater fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
User fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2024-04-30 09:23:58 +02:00
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +01:00
legacy fix: Fix small psalm errors in legacy 2024-04-30 09:38:47 +02:00
AllConfig.php fix(config): Make sure user keys are strings 2024-03-19 18:27:53 +01:00
AppConfig.php fix: Avoid reference use in AppConfig 2024-04-30 09:38:47 +02:00
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Color.php
Config.php fix: regression with updating read-only config 2024-04-18 18:40:51 +02:00
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +02:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php fix(DateTimeFormatter): Adjust invalid doc blocks 2024-04-05 13:27:52 +02:00
DateTimeZone.php
EmojiHelper.php
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +02:00
ForbiddenException.php
HintException.php
InitialStateService.php fix(initial-state): Log an error when initial-state can not be JSON encoded 2023-04-04 10:54:12 +02:00
Installer.php fix: Drop workarounds for unsupported obsolete PHP versions 2024-04-22 16:55:42 +02:00
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
Log.php fix(Logger): Warn on invalid `loglevel` configuration option 2024-03-17 20:20:43 +01:00
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 2023-02-07 11:23:29 +01:00
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php feat: Update help entry name 2024-04-22 15:19:59 -07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +02:00
PreviewManager.php fix: use png as preview right away 2023-11-13 22:00:45 +01:00
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2023-08-13 16:26:24 +02:00
Repair.php feat(appconfig): repair step to migrate lazy config values 2024-03-11 10:59:43 -01:00
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
Server.php fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2024-04-22 15:50:06 +02:00
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 2023-06-06 08:41:08 +02:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Streamer.php Refactor `OC\Server::getRootFolder` 2023-11-10 16:51:05 +01:00
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SystemConfig.php lazy AppConfig 2024-01-15 15:45:13 -01:00
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Tags.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
TempManager.php
TemplateLayout.php fix: php-cs `CapabilitiesManager` 2024-03-15 14:45:51 +01:00
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +01:00
Updater.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00