nextcloud/lib/private
Louis Chemineau 751795999a
feat(files)): Add retry logic to cover deadlock situations when moving many files
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-28 09:05:47 +01:00
..
Accounts chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Activity chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
App fix(AppStore\Fetcher): Ensure get returns an array 2024-03-22 15:01:16 +01:00
AppFramework fix: add check for app_api_system session flag to bypass rate limit 2024-03-18 20:09:15 +02:00
Archive refactor: Repalce array_search with in_array in lib/ 2023-11-22 11:42:53 +01:00
Authentication feat(perf): add cache for authtoken lookup 2024-02-28 15:04:04 +01:00
Avatar feat: rename users to account or person 2024-02-13 21:06:30 +01:00
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Blurhash/Listener feat(metadata): get deprecated status using file etag 2024-03-07 12:49:06 -01:00
Broadcast/Events composer run cs:fix 2023-01-20 11:45:08 +01:00
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: Avoid clear cache with prefix 2024-03-08 09:08:43 +01:00
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Comments refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 2024-03-07 19:19:07 +01:00
Console Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +01:00
Contacts/ContactsMenu feat(files_sharing): allow to specify allowed groups to share instead of excluded groups 2024-03-15 16:52:59 +01:00
Dashboard Lower to info 2024-01-15 09:29:22 +01:00
DB Merge pull request #44470 from nextcloud/fix/compatibility-replica-splitting 2024-03-26 20:27:14 +01:00
Diagnostics composer run cs:fix 2023-01-20 11:45:08 +01:00
DirectEditing fix: Do not use incognito mode for direct editing 2024-03-19 11:30:18 +01:00
Encryption Merge pull request #42893 from nextcloud/file-info-key-location 2024-02-23 19:36:25 +01:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 -01:00
Federation fix(federation): Fix creating local cloudIds with http:// protocol 2024-03-25 14:21:52 +01:00
Files feat(files)): Add retry logic to cover deadlock situations when moving many files 2024-03-28 09:05:47 +01:00
FilesMetadata fix(files): Do not throw an exception if the etag is not set in metadata 2024-03-14 11:18:36 +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: always add user to group cache 2024-03-26 11:07:37 +01:00
Hooks refactor: Repalce array_search with in_array in lib/ 2023-11-22 11:42:53 +01: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 chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
LDAP Update php licenses 2021-06-04 22:02:41 +02:00
legacy fix(preview): webp preview format 2024-03-26 09:58:36 +01:00
Lock restore shared lock ttl when releasing 2023-12-21 15:14:27 +01:00
Lockdown Respect OCP interface in private classes 2023-02-07 11:23:35 +01:00
Log Move away from deprecated utf_encode() on PHP 8.2+ 2024-02-17 21:37:34 +01:00
Mail Add "-i" to sendmail's pipe 2024-01-19 17:08:01 +01:00
Memcache Refactor OC\Server::getGetRedisFactory 2024-03-15 13:11:40 +01: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): Help finding missing notifications by logging it 2024-02-20 16:03:42 +01:00
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +02:00
OCS Refactor lib/private/ocs 2024-02-23 15:54:03 +01:00
Preview Lower failed movie preview to info 2024-02-03 18:52:05 +01:00
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Profiler Fix location of the profiler data 2024-02-23 15:30:18 +01: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 feat(AppFramework): Add Route attribute 2024-02-21 12:07:50 +01:00
Search chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01: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: add missing copyrights and strict types 2024-03-12 18:14:40 +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 ShareByMailProvider: getAccessList: recommended style changes 2024-03-21 18:25:31 -04: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 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Teams feat: Implement team provider api 2024-03-05 08:13:58 +01:00
Template fix(JSRecourceLocator): Add missing slash after server root 2024-03-22 14:51:27 +01: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: Implement option to temporarily set the user session 2024-03-19 13:48:23 +01:00
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +01:00
AllConfig.php fix(config): Make sure user keys are strings 2024-03-19 18:27:53 +01:00
AppConfig.php fix(appconfig): no insert statement if data already exist 2024-03-08 11:40:11 -01: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(config): correctness issues in reading 2024-03-25 12:07:17 -07: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 Update lib/private/DateTimeFormatter.php 2023-09-05 21:09:16 +03:30
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 Fix typos in lib/private subdirectory 2022-07-27 08:52:17 -04:00
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 chore: Cleanup Installer class as well 2024-01-29 16:10:31 +01: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_DefaultCollator.php
NaturalSort.php
NavigationManager.php fix(Navigation): ensure NavManager is inited when adding an entry 2024-03-13 16:05:14 +01: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 Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults 2024-03-15 17:03:30 +01: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 Update php licenses 2021-06-04 22:02:41 +02:00
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
Streamer.php Refactor OC\Server::getRootFolder 2023-11-10 16:51:05 +01:00
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +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
TemplateLayout.php fix: php-cs CapabilitiesManager 2024-03-15 14:45:51 +01:00
TempManager.php
Updater.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +01:00