nextcloud-server/lib/private
Robin Appelman efe68d012c
Merge pull request #39044 from nextcloud/more-empty-mount-checking
Fix root mounts not being setup in some cases
2023-10-24 16:54:05 +07:00
..
Accounts fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage 2023-09-25 15:54:21 +07:00
Activity chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +07:00
App feat(NavigationManager): Always sort the default app first 2023-10-19 22:04:20 +07:00
AppFramework Add api to register setup checks 2023-10-19 11:43:58 +07:00
Archive
Authentication Allow passing null to PublicKeyToken::setScope, fixes tests 2023-10-23 15:52:07 +07:00
Avatar
BackgroundJob feat(backgroundjob): Schedule job after <timestamp> 2023-09-29 10:29:40 +07:00
Broadcast/Events
Cache
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2023-08-28 14:19:54 +07:00
Collaboration Refactors lib/private/Collaboration. 2023-10-03 09:17:10 +07:00
Command chore: rename serializedClosure to argument to align with parent class 2023-09-30 22:46:32 +07:00
Comments fix(comments): Use provided offset in best effort when loading comments 2023-09-18 20:09:32 +07:00
Console Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +07:00
Contacts/ContactsMenu core: Add OpenAPI spec 2023-07-13 07:24:15 +07:00
DB fix(dbal): Fix types in query builder methods for parameters 2023-10-18 07:09:08 +07:00
Dashboard Fix Dashboard IManager getWidgets return annotation 2023-09-20 17:41:37 +07:00
Diagnostics
DirectEditing
Encryption extend fix-key-location to handle cases from broken cross-storage moves 2023-08-31 19:46:47 +07:00
EventDispatcher chore!: Remove legacy SymfonyAdapter 2023-07-28 14:11:22 +07:00
Federation ocm controller 2023-09-20 08:23:45 +07:00
Files Merge pull request #39044 from nextcloud/more-empty-mount-checking 2023-10-24 16:54:05 +07:00
FullTextSearch
GlobalScale
Group Build query once instead of in-loop 2023-09-07 17:07:47 +07:00
Hooks
Http test: add tests for dns pin middleware 2023-09-12 14:04:23 +07:00
IntegrityCheck
KnownUser
L10N Update lib/private/L10N/Factory.php 2023-10-18 02:33:54 +07:00
LDAP
Lock Refactors lib/private/Lock. 2023-09-26 10:48:17 +07:00
Lockdown
Log
Mail
Memcache feat: Add factory method for in-memory caches 2023-10-11 13:37:22 +07:00
Metadata
Migration
Net
Notification
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +07:00
OCS
Preview also remove function 2023-10-02 10:54:36 +07:00
Profile fix(3rdparty): Don't use indirect dependency "Safe/" for functions 2023-10-23 15:25:14 +07:00
Profiler
Remote Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +07:00
Repair fix(sqlite): Remove no longer required autoincrement fix 2023-10-06 15:29:25 +07:00
RichObjectStrings
Route Refactor "substr" calls to improve code readability 2023-07-07 04:54:20 +07:00
Search chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +07:00
Security Refactors lib/private/Security. 2023-09-27 09:03:15 +07:00
Session fix(session): Log when crypto session data is lost 2023-10-11 19:59:18 +07:00
Settings
Setup Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +07:00
SetupCheck Small code style fix in SetupCheckManager 2023-10-19 11:44:03 +07:00
Share
Share20 Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +07:00
SpeechToText AI admin settings: Use config values in AI feature managers 2023-08-02 12:37:35 +07:00
Support
SystemTag Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispatcher 2023-07-27 18:59:42 +07:00
Tagging
Talk
Template
TextProcessing feat: Add delete task API 2023-08-07 13:27:53 +07:00
Translation AI admin settings: Use config values in AI feature managers 2023-08-02 12:37:35 +07:00
Updater Print log message when version could not be got from updater server 2023-09-06 05:43:21 +07:00
User Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint 2023-10-10 13:33:49 +07:00
UserStatus
legacy Merge pull request #39852 from nextcloud/pragmaHeader 2023-10-18 03:30:21 +07:00
AllConfig.php
AppConfig.php Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +07:00
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php
CapabilitiesManager.php core: Add OpenAPI spec 2023-07-13 07:24:15 +07:00
Color.php
Config.php
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +07:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 2023-09-05 21:09:16 +07:00
DateTimeZone.php
EmojiHelper.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php fix(apps): Fix loading info.xml file 2023-07-20 10:40:09 +07:00
LargeFileHelper.php
Log.php Add optional to add backtrace to log items 2023-07-10 15:27:31 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php feat(NavigationManager): Always sort the default app first 2023-10-19 22:04:20 +07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +07:00
PreviewManager.php fix!: Remove legacy event dispatching Symfony's GenericEvent 2023-07-27 09:57:51 +07:00
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2023-08-13 16:26:24 +07:00
Repair.php fix(sqlite): Remove no longer required autoincrement fix 2023-10-06 15:29:25 +07:00
RepairException.php
Search.php
Server.php feat(profile): Add public interface for profile manager so apps can check config 2023-10-23 12:56:31 +07:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix ocm-provider rewrite rules 2023-10-02 14:38:10 +07:00
StreamImage.php
Streamer.php fix: log fopen calls when stream isn't available 2023-07-20 17:28:25 +07:00
SubAdmin.php
SystemConfig.php fix(systemreport): Mask onlyoffice secret as sensitive 2023-09-29 16:36:19 +07:00
TagManager.php
Tags.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +07:00
TempManager.php
TemplateLayout.php Make logo in header clickable in the shared file view 2023-10-04 00:36:10 +07:00
URLGenerator.php Refactor "substr" calls to improve code readability 2023-07-07 04:54:20 +07:00
Updater.php