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
Misha M.-Kupriyanov 262dc40ec6 feat(install): dispatch InstallationCompletedEvent in Setup 3 months ago
..
Accounts fix: Use strict array comparisons in lib/ 4 months ago
Activity fix(RichObjectStrings): Make exception messages for invalid parameters more useful for debugging 1 year ago
App Merge pull request #55436 from nextcloud/backport/55422/stable31 7 months ago
AppFramework fix(userconfig): duplicate core lexicon 3 months ago
Archive chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Authentication feat(login): Add rememberme checkbox 6 months ago
Avatar chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
BackgroundJob fix(cron): Fix infinite loop on ParallelAware blocked jobs 9 months ago
Blurhash/Listener fix(blurhash): Skip generation the if previews are disabled. 11 months ago
Broadcast/Events chore: Add SPDX header 2 years ago
Cache refactor(filecache): Move to more strict typing 1 year ago
Calendar fix: iMip reply from outlook.com does not contain organizer property 6 months ago
Collaboration feat(UserPlugin): Also full match on additional email addresses 3 months ago
Command fix(jobs): Limit command jobs to known cases 6 months ago
Comments Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support 2 years ago
Config fix(userconfig): duplicate core lexicon 3 months ago
Console fix(command): Make method compatible with upstream class (requires 3rdparty bump) 2 years ago
Contacts/ContactsMenu fix: Unify handling of exclude groups in contacts menu and sharing 4 months ago
DB feat(db): add truncateTable method 3 months ago
Dashboard fix(dashboard): Document expected icon behaviour 2 years ago
Diagnostics feat(log): Allow to combine log.conditions to only log (app&user) 2 years ago
DirectEditing chore(db): Apply query prepared statements 2 years ago
Encryption fix(encryption): init filesystem before unshare hook 3 months ago
EventDispatcher chore: Add SPDX header 2 years ago
Federation fix(federation): Allow outgoing federation with oCIS federated cloud ids 6 months ago
Files fix(UserMountCache): Add back unique index for oc_mounts and use normal insert 3 months ago
FilesMetadata test: add some minimal testing for metadata storage 2 years ago
FullTextSearch chore: Use more gender neutral language 2 years ago
GlobalScale chore: Add SPDX header 2 years ago
Group fix: join accounts_data instead of preferences when searching users 6 months ago
Hooks chore: Add SPDX header 2 years ago
Http feat(CertificateManager): Add option to specify the default certificates bundle path 5 months 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: Use strict array comparisons in lib/ 4 months ago
LDAP style: update codestyle for coding-standard 1.2.3 2 years ago
Lock fix(locking): Accept mixed as value on setTTL 2 years ago
Lockdown refactor(Storage): Align all Storage constructors 2 years ago
Log feat(log): Add script name and occ command to log details 5 months ago
Mail fix(Mailer): Log errors 6 months ago
Memcache Merge pull request #46151 from nextcloud/enh/do-not-enforce-cache-for-cli 2 years ago
Migration chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Net fix(net): Add IPv6 zone handling to IpAddressClassifier 2 years ago
Notification fix(notifications): Fix check for hasNotifiers when all apps use RegistrationContext 11 months ago
OCM fix(ocm): ignore cache if not setup 7 months ago
OCS chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Preview fix: unbloc ffmpeg on some broken videos 11 months ago
Profile feat(profile): Add an API to get the profile field data 1 year ago
Profiler feat(profiler): Use gzdecode/gzencode to parse profiles 5 months ago
Remote chore: fix some comments 2 years ago
Repair fix: use `mb_substr` 8 months ago
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 1 year ago
Route fix(route): Change "core.ProfilePage.index" to lowercase 8 months ago
Search feat(unified-search): Use existing min search length config 7 months ago
Security feat(CertificateManager): Add option to specify the default certificates bundle path 5 months ago
Session fix(setup): ignore long session login during installation 2 years ago
Settings Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors 2 years ago
Setup chore(db): Apply query prepared statements 2 years ago
SetupCheck chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Share feat(share): make sharelink token length configurable 2 years ago
Share20 fix(shares): Fix infinite loop when hide_disabled_user_shares is yes 5 months ago
SpeechToText fix(SpeechToTextManager): Throw TaskProcessing Task failed 2 years ago
Support fix: Fix warning when crash reporter fails to get loaded 12 months ago
SystemTag fix(systemtags): case-insensitive search & prevent duplicates 10 months ago
Tagging feat(db): switch from settype to casts 2 years ago
Talk style: update codestyle for coding-standard 1.2.3 2 years ago
TaskProcessing fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months 7 months ago
Teams fix(team-manager): team is already teamid 4 months ago
Template fix: Do not show password dialog when user can not validate password 9 months ago
TextProcessing fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only 1 year ago
TextToImage fix: Prevent breaking change in IQueryBuilder 2 years ago
Translation chore: Add SPDX header 2 years ago
Updater fix(OpenAPI): Adjust array syntax to avoid ambiguities 2 years ago
User fix(IUserManager): Fix deprecation of search method 7 months ago
UserStatus chore: Add SPDX header 2 years ago
legacy fix(installer): ensure valid tempFile & extractDir 9 months ago
AllConfig.php fix(userconfig): Don't fail the precondition if the value is not set at all 1 year ago
AppConfig.php fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException 8 months ago
AppScriptDependency.php chore: Add SPDX header 2 years ago
AppScriptSort.php chore: Add SPDX header 2 years ago
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 chore: Add SPDX header 2 years ago
Config.php feat(Config.php): change `array_merge` to `array_replace_recursive` when merging configs 4 months ago
ContactsManager.php fix(cardav): only show useres from enabled addressBooks in contacts menu 1 year ago
DatabaseException.php chore: Add SPDX header 2 years ago
DatabaseSetupException.php chore: Add SPDX header 2 years ago
DateTimeFormatter.php style: update codestyle for coding-standard 1.2.3 2 years ago
DateTimeZone.php chore: Use more gender neutral language 2 years ago
EmojiHelper.php chore: Add SPDX header 2 years ago
EventSource.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
EventSourceFactory.php chore: Add SPDX header 2 years ago
ForbiddenException.php chore: Add SPDX header 2 years ago
HintException.php chore: Add SPDX header 2 years ago
Image.php fix(OCP): Fix Image interface 2 years ago
InitialStateService.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Installer.php fix(installer): ensure valid tempFile & extractDir 9 months ago
LargeFileHelper.php style: update codestyle for coding-standard 1.2.3 2 years ago
Log.php fix(log): Fix log level handling 1 year ago
MemoryInfo.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
NaturalSort.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
NaturalSort_DefaultCollator.php chore: Add SPDX header 2 years ago
NavigationManager.php fix(NavigationManager): Remove break to return all defaultEntryIds 4 months ago
NeedsUpdateException.php chore: Add SPDX header 2 years ago
NotSquareException.php chore: Add SPDX header 2 years ago
PhoneNumberUtil.php chore: Add SPDX header 2 years ago
PreviewManager.php fix: disable mp3 preview provider 7 months ago
PreviewNotAvailableException.php chore: Add SPDX header 2 years ago
RedisFactory.php fix(cache): Set default Redis port to `0` for UNIX sockets 8 months ago
Repair.php fix(dav): Mark removal of dav object properties as expensive 8 months ago
RepairException.php chore: Add SPDX header 2 years ago
Server.php feat(files): Add appconfig value to disable fixed userfolder permissions optimization 4 months ago
ServerContainer.php chore: Add SPDX header 2 years ago
ServerNotAvailableException.php chore: Add SPDX header 2 years ago
ServiceUnavailableException.php chore: Add SPDX header 2 years ago
Setup.php feat(install): dispatch InstallationCompletedEvent in Setup 3 months ago
StreamImage.php fix(OCP): Fix Image interface 2 years ago
Streamer.php refactor(Streamer): inject `IDateTimeZone` as constructor arg 7 months ago
SubAdmin.php chore(db): Correctly apply query types 2 years ago
SystemConfig.php feat: allow admins to configure additional sensitive config values 9 months ago
TagManager.php fix: Dispatch favorite event with an actual path 8 months ago
Tags.php fix: Use strict array comparisons in lib/ 4 months ago
TempManager.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 1 year ago
TemplateLayout.php feat(unified-search): Use existing min search length config 7 months ago
URLGenerator.php fix(navigation): Fix absolute URLs from default apps 1 year ago
Updater.php fix(update): Correctly trigger update for auto-disabled local apps 10 months ago