nextcloud/lib/private
Ferdinand Thiessen 29ab5d2f52 fix(Mailer): Allow to enforce strict email format
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-07 17:16:21 +02:00
..
Accounts fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Activity fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
App fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
AppFramework fix(appconfig): only convert single entry on searchValues() 2024-04-17 15:12:22 +00:00
Archive refactor: Repalce array_search with in_array in lib/ 2023-11-22 11:42:53 +01:00
Authentication fix(auth): Update authtoken activity selectively 2024-06-06 14:39:46 +02:00
Avatar fix: Fix avatar images 2024-04-11 14:56:21 +02:00
BackgroundJob fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2024-04-08 11:33:28 +00:00
Broadcast/Events
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: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Comments fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Console fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Contacts/ContactsMenu fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Dashboard Lower to info 2024-01-15 09:29:22 +01:00
DB Merge pull request #44959 from nextcloud/backport/44884/stable29 2024-05-29 12:57:36 +02:00
Diagnostics fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
DirectEditing fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Encryption fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 -01:00
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2024-04-02 15:59:24 +00:00
Files Try create folder first and check if it exists after 2024-05-30 18:29:20 +00:00
FilesMetadata feat(metadata): migrate to lazy appconfig 2024-05-27 10:27:49 -04:00
FullTextSearch fix: Avoid unitialized access of fts manager properties 2024-02-26 07:57:13 +01:00
GlobalScale
Group fix(groups): allows to save group names with more than 64 characters 2024-05-16 17:57:41 +02:00
Hooks fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02: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
L10N fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
LDAP
legacy fix(OC_Image): Set correct return type for exif_imagetype stub 2024-05-06 12:10:25 +00:00
Lock fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Lockdown
Log Move away from deprecated utf_encode() on PHP 8.2+ 2024-02-17 21:37:34 +01:00
Mail fix(Mailer): Allow to enforce strict email format 2024-06-07 17:16:21 +02:00
Memcache Update LoggerWrapperCache.php 2024-04-23 08:00:37 +00: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 feat(capabilities): Expose if mod-rewrite is working via capabilities 2024-04-12 11:31:03 +00:00
Preview Merge pull request #45337 from nextcloud/backport/44710/stable29 2024-05-16 16:41:49 +02:00
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Profiler fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02: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 fix(Router): Stop loading routes of disabled apps 2024-05-10 07:29:58 +00:00
Search fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Security fix: Correctly check result of function 2024-05-15 10:31:35 +02:00
Session fix(typo): Fix typo in docs 2024-03-25 14:55:52 +01:00
Settings fix: Apply new coding standard to all files 2024-04-04 11:45:22 +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 refactor(shareManager): Use constructor property promotion 2024-05-29 12:58:37 +01: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 fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Teams feat: Implement team provider api 2024-03-05 08:13:58 +01:00
Template feat: Add forbidden_filename_characters to JSConfig for use in frontend libraries 2024-05-16 17:03:01 +00: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(auth): Update authtoken activity selectively 2024-06-06 14:39:46 +02: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 Merge pull request #44894 from nextcloud/backport/44644/stable29 2024-06-07 11:01:38 +02: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: regression with updating read-only config 2024-06-07 11:03:47 +02: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 fix(DateTimeFormatter): Adjust invalid doc blocks 2024-05-06 17:54:24 +02:00
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
InitialStateService.php
Installer.php fix: Correctly check result of function 2024-05-15 10:31:35 +02: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
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php Merge pull request #44988 from nextcloud/backport/44973/stable29 2024-06-07 11:03:00 +02: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(preview): check mime type before processing with Imagick 2024-05-15 20:14:10 +00:00
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2023-08-13 16:26:24 +02:00
Repair.php fix(caldav): automatically delete outdated scheduling objects 2024-06-03 11:10:03 +00:00
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
Server.php fix: register DI alias for IFileAccess 2024-05-23 12:47:14 +00: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
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 fix: Mark more configs as sensitive 2024-05-25 20:34:41 -04: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