You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private
provokateurin 4c5e05f37e
fix(Router): Stop loading routes of disabled apps
2 years ago
..
Accounts fix: Apply new coding standard to all files 2 years ago
Activity fix(activity): Remove unneeded exception (types are enforced) 2 years ago
App fix: Drop workarounds for unsupported obsolete PHP versions 2 years ago
AppFramework fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Archive fix: Improve typing in Archive/TAR.php 2 years ago
Authentication fix(session): Avoid race condition for cache::get() vs. cache::hasKey() 2 years ago
Avatar Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2 years ago
BackgroundJob fix(bg-jobs): review adjustments 2 years ago
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2 years ago
Broadcast/Events
Cache Revert "don't perform an explicit setup when using the file cache" 2 years ago
Calendar
Collaboration fix: Apply new coding standard to all files 2 years ago
Command
Comments fix: Apply new coding standard to all files 2 years ago
Console fix: Migrate away from OC_App toward the IAppManager 2 years ago
Contacts/ContactsMenu fix: Apply new coding standard to all files 2 years ago
DB Merge pull request #39247 from nextcloud/query-log-backtrace 2 years ago
Dashboard
Diagnostics fix: Fix new psalm errors from update 2 years ago
DirectEditing fix: Fix phpdoc typing in DirectEditing\Manager 2 years ago
Encryption fix: Apply new coding standard to all files 2 years ago
EventDispatcher add hasListeners() 2 years ago
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2 years ago
Files Merge pull request #45058 from nextcloud/perf/db/sort-before-chunking 2 years ago
FilesMetadata Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 2 years ago
FullTextSearch fix: Avoid unitialized access of fts manager properties 2 years ago
GlobalScale
Group fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Hooks fix: Apply new coding standard to all files 2 years ago
Http fix(dns): detect disabled IPv6 support in DNS pinning 2 years ago
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2 years ago
KnownUser
L10N fix: Fix tests following OC_App migrations to IAppManager 2 years ago
LDAP
Lock fix: Apply new coding standard to all files 2 years ago
Lockdown
Log fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message) 2 years ago
Mail fix: Apply new coding standard to all files 2 years ago
Memcache Update LoggerWrapperCache.php 2 years ago
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2 years ago
Net Refactors Metadata, Migration, and Net. 2 years ago
Notification fix(notifications): Add a warning when using relative links 2 years ago
OCM
OCS feat(capabilities): Expose if mod-rewrite is working via capabilities 2 years ago
Preview fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Profile
Profiler fix: Apply new coding standard to all files 2 years ago
Remote Convert isset ternary to null coalescing operator 2 years ago
Repair feat(mimetypes): Add mimetype for ReStructuredText 2 years ago
RichObjectStrings
Route fix(Router): Stop loading routes of disabled apps 2 years ago
Search fix: Apply new coding standard to all files 2 years ago
Security fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blocklist 2 years ago
Session fix(typo): Fix typo in docs 2 years ago
Settings fix: Apply new coding standard to all files 2 years ago
Setup fix: replace `Account name` by `Login` 2 years ago
SetupCheck fix: Log exceptions thrown by setup checks 2 years ago
Share chore: remove long depricated share code 2 years ago
Share20 fix: Fix tiny phpdoc errors related to Share 2 years ago
SpeechToText feat(stt): add ability to cancel a scheduled transcription 2 years ago
Support feat: rename users to account or person 2 years ago
SystemTag
Tagging
Talk fix: Apply new coding standard to all files 2 years ago
Teams feat: Implement team provider api 2 years ago
Template fix: Apply new coding standard to all files 2 years ago
TextProcessing fix missing return statement, inline return 2 years ago
TextToImage
Translation
Updater fix(updatenotification): spread the use of new appconfig 2 years ago
User fix(User\Manager): Avoid future collisions with updater/audit logs 2 years ago
UserStatus
legacy fix(OC_Image): Set correct return type for exif_imagetype stub 2 years ago
AllConfig.php fix(config): Make sure user keys are strings 2 years ago
AppConfig.php fix: Avoid reference use in AppConfig 2 years ago
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Color.php Update php licenses 5 years ago
Config.php fix: regression with updating read-only config 2 years ago
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php fix(DateTimeFormatter): Adjust invalid doc blocks 2 years ago
DateTimeZone.php
EmojiHelper.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php fix: Drop workarounds for unsupported obsolete PHP versions 2 years ago
LargeFileHelper.php
Log.php fix(Logger): Warn on invalid `loglevel` configuration option 2 years ago
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 3 years ago
NaturalSort.php
NaturalSort_DefaultCollator.php Update php licenses 5 years ago
NavigationManager.php feat: Update help entry name 2 years ago
NeedsUpdateException.php Update php licenses 5 years ago
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php fix: use png as preview right away 2 years ago
PreviewNotAvailableException.php
RedisFactory.php
Repair.php feat(appconfig): repair step to migrate lazy config values 2 years ago
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2 years ago
Server.php fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2 years ago
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2 years ago
StreamImage.php
Streamer.php
SubAdmin.php
SystemConfig.php
TagManager.php
Tags.php chore: Migrate away from OC::$server->getLogger 2 years ago
TempManager.php
TemplateLayout.php fix: php-cs `CapabilitiesManager` 2 years ago
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2 years ago
Updater.php fix(updatenotification): spread the use of new appconfig 2 years ago