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
Côme Chilliet 27599ef45d fix(encryption): Fix a PHP error in Encryption Util in specific situations 1 year ago
..
Accounts fix(AccountManager): Sanitize social media handles 1 year ago
Activity fix(RichObjectStrings): Make exception messages for invalid parameters more useful for debugging 1 year ago
App fix: Remove support for app.php loading 1 year ago
AppFramework fix(throttler): Remove the sleep from the throttler that throws 1 year ago
Archive
Authentication fix(webauthn): do not require bcmath or gmp - not needed anymore 1 year ago
Avatar
BackgroundJob perf(cron): Delay (re)checking timed jobs 1 year ago
Blurhash/Listener fix(blurhash): Use preview API to generate the previews 1 year ago
Broadcast/Events
Cache refactor(filecache): Move to more strict typing 2 years ago
Calendar fix: check if properties exist before using them 1 year ago
Collaboration fix: filter out contacts with invalid email addresses in sharee completion 1 year ago
Command
Comments Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support 2 years ago
Config fix(config): drop value details 1 year ago
Console fix: Replace getInstalledApps calls with getEnabledApps 1 year ago
Contacts/ContactsMenu feat(contacts): Show time difference for users in different timezones 1 year ago
DB feat: Add option to also log parameters to query log 1 year ago
Dashboard
Diagnostics
DirectEditing chore(db): Apply query prepared statements 2 years ago
Encryption fix(encryption): Fix a PHP error in Encryption Util in specific situations 1 year ago
EventDispatcher
Federation fix(federation): allows equal signs in federation id 1 year ago
Files fix: Fix mtime preservation when moving a directory across storages with encryption registered 1 year ago
FilesMetadata test: add some minimal testing for metadata storage 2 years ago
FullTextSearch chore: Use more gender neutral language 2 years ago
GlobalScale
Group fix(OpenAPI): Adjust array syntax to avoid ambiguities 2 years ago
Hooks
Http fix: remove superflous line 2 years ago
IntegrityCheck fix: Report duplicated extra files in integrity check 1 year ago
KnownUser chore: Use more gender neutral language 2 years ago
L10N fix: Fix psalm taint error in L10N factory 1 year ago
LDAP
Lock fix(locking): Accept mixed as value on setTTL 2 years ago
Lockdown refactor(Storage): Align all Storage constructors 2 years ago
Log fix(Log): revert swich to ?? operator 1 year ago
Mail fix(mail): use matching text color for primary elements 1 year ago
Memcache Merge pull request #46151 from nextcloud/enh/do-not-enforce-cache-for-cli 2 years ago
Migration fix: Remove incorrect `@throws` annotations and move away from OC_App 1 year ago
Net fix(net): Add IPv6 zone handling to IpAddressClassifier 2 years ago
Notification fix(notifications): Change notification app orders 1 year ago
OCM fix(ocm): `publicKey` can be disabled so capabilities do not match 1 year ago
OCS
Preview fix(blurhash): Use preview API to generate the previews 1 year ago
Profile feat(profile): Add an API to get the profile field data 1 year ago
Profiler perf: Add config options to trigger individual and sample profiling using excimer 1 year ago
Remote
Repair fix(oauth2): retain support for legacy ownCloud clients 1 year ago
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 1 year ago
Route fix: Replace OC_App calls by IAppManager 1 year ago
Search feat(search): reduce search providers via core app config unified_search.providers_allowed 2 years ago
Security fix(throttler): Remove the sleep from the throttler that throws 1 year ago
Session fix: Fix psalm taint false-positives by small refactorings 1 year ago
Settings Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors 2 years ago
Setup fix: Fix psalm taint false-positive by escaping trusted input 1 year ago
SetupCheck
Share feat(share): make sharelink token length configurable 2 years ago
Share20 perf(Share20): Add interface to query all shares in a folder without filtering by user 1 year ago
SpeechToText
Support feat(updatenotification): Add a limit to user count from LDAP so save performances 1 year ago
SystemTag fix(systemtags): emit assign and unassign bulk tagging events 1 year ago
Tagging
Talk
TaskProcessing fix(TaskProcessing): increase task cleanup delay 1 year ago
Teams fix(OpenAPI): Adjust array syntax to avoid ambiguities 2 years ago
Template fix(JSResourceLocator) fix incorrect parameter being used. 1 year ago
TextProcessing fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only 2 years ago
TextToImage fix: Prevent breaking change in IQueryBuilder 2 years ago
Translation
Updater fix(OpenAPI): Adjust array syntax to avoid ambiguities 2 years ago
User fix(user): Introduce a public constant for max length of user id 1 year ago
UserStatus
legacy fix: Deprecate OC_User methods related to user backends 1 year ago
AllConfig.php fix(userconfig): Don't fail the precondition if the value is not set at all 2 years ago
AppConfig.php feat(appconfig): getValueType() get data from lexicon if available 1 year ago
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2 years ago
CapabilitiesManager.php feat(api): File conversion API 1 year ago
Color.php
Config.php fix: Fix psalm taint false-positives by small refactorings 1 year ago
ContactsManager.php fix(cardav): only show useres from enabled addressBooks in contacts menu 1 year ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php chore: Use more gender neutral language 2 years ago
EmojiHelper.php
EventSource.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php fix: Remove some call and references to deprecated OC_Util class 1 year ago
InitialStateService.php
Installer.php fix(appmanager): Fix tainted file path when loading appinfos 2 years ago
LargeFileHelper.php
Log.php fix(log): Fix log level handling 1 year ago
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php fix(navigation): Fix default app entry registered as closure 1 year ago
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php feat(previews): Support in memory preview request 1 year ago
PreviewNotAvailableException.php
RedisFactory.php
Repair.php refactor: convert sanitize account properties repair step to background job 1 year ago
RepairException.php
Server.php Merge pull request #51355 from AIlkiv/refactor/rollback-hook-usage 1 year ago
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(metadata): set background job on fresh setup 1 year ago
StreamImage.php
Streamer.php fix(streamer): zip64 should work on 32-bit env now 2 years ago
SubAdmin.php chore(db): Correctly apply query types 2 years ago
SystemConfig.php fix: Move config.php taint trust upstream directly in OC\Config class 1 year ago
TagManager.php refactor(tags): move favorite event dispatching to tags.php 2 years ago
Tags.php refactor(tags): move favorite event dispatching to tags.php 2 years ago
TempManager.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 1 year ago
TemplateLayout.php fix(Template): harden enabled-theme logic 1 year ago
URLGenerator.php fix(navigation): Fix absolute URLs from default apps 1 year ago
Updater.php fix: Replace getInstalledApps calls with getEnabledApps 1 year ago