nextcloud-server/lib/private
Louis Chemineau 822761af70 chore: Refactor callForSeenUsers to use getSeenUsers
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-31 11:00:59 +07:00
..
Accounts fix(AccountManager): Sanitize social media handles 2025-02-07 12:41:49 +07:00
Activity fix(activity): regroup Files and spltit sharing activity 2024-08-01 11:03:24 +07:00
App fix(TemplateLayout): `core` is not an app but the server itself 2025-01-29 08:37:33 +07:00
AppFramework fix(auth): Allow 2FA challenges for Ephemeral sessions 2025-03-18 09:16:46 +07:00
Archive
Authentication fix: Do not build encrypted password if there is none 2025-03-28 15:18:03 +07:00
Avatar
BackgroundJob fix(cron): Keep job class limitation when searching for the next job 2025-02-19 09:27:50 +07:00
Blurhash/Listener fix(GenerateBlurhashMetadata): Suppress imagescale errors 2025-03-28 14:44:20 +07:00
Broadcast/Events
Cache
Calendar feat(dav): Add an API for upcoming events 2024-08-13 20:03:31 +07:00
Collaboration fix: filter out contacts with invalid email addresses in sharee completion 2025-03-30 01:35:25 +07:00
Command
Comments fix(comments): Document supported types and provide psalm typing 2024-10-18 06:21:01 +07:00
Console fix(command): Make method compatible with upstream class (requires 3rdparty bump) 2024-10-21 11:28:52 +07:00
Contacts/ContactsMenu
DB feat: log query for dbal exceptions 2025-03-05 22:52:28 +07:00
Dashboard
Diagnostics feat(log): Allow to combine log.conditions to only log (app&user) 2024-07-30 13:18:09 +07:00
DirectEditing
Encryption
EventDispatcher
Federation
Files fix(IFilenameValidator): correctly handle case insensitivity 2025-03-24 11:46:43 +07:00
FilesMetadata test: add some minimal testing for metadata storage 2024-12-05 10:35:24 +07:00
FullTextSearch
GlobalScale
Group fix: Ensure database connection is setup when getting group details 2024-08-06 13:41:04 +07:00
Hooks
Http fix: remove superflous line 2024-11-14 10:45:23 +07:00
IntegrityCheck fix: Report duplicated extra files in integrity check 2025-02-26 13:25:16 +07:00
KnownUser
L10N
LDAP
Lock fix(locking): Accept mixed as value on setTTL 2024-10-30 09:31:59 +07:00
Lockdown
Log fix(logger): Remove more parameters of other methods 2024-10-21 16:52:48 +07:00
Mail fix(Mailer): Fix sendmail binary fallback 2025-02-12 13:23:11 +07:00
Memcache fix: misc code fixes around db sharding 2024-09-16 12:19:20 +07:00
Migration fix(migration-preview): display a message if no attributes set 2024-08-06 22:23:12 +07:00
Net fix(net): Add IPv6 zone handling to IpAddressClassifier 2024-11-06 08:19:56 +07:00
Notification
OCM fix: make sure we have a valid scheme when testing ocm urls 2024-12-17 15:23:59 +07:00
OCS
Preview fix(preview): Filter for folders in cleanup old preview job 2025-01-27 15:09:36 +07:00
Profile fix(FediverseAction): Ensure valid fediverse links are generated 2025-02-07 12:41:49 +07:00
Profiler
Remote chore: fix some comments 2024-07-29 14:43:27 +07:00
Repair refactor: convert sanitize account properties repair step to background job 2025-02-24 16:44:49 +07:00
RichObjectStrings
Route fix(files): properly forward open params from short urls 2025-02-19 10:13:55 +07:00
Search chore: Remove deprecated legacy search backend 2024-08-01 12:33:18 +07:00
Security fix(migration): Decrypt ownCloud secrets v2 2024-11-28 09:43:47 +07:00
Session fix(setup): ignore long session login during installation 2024-08-27 19:14:03 +07:00
Settings
Setup
SetupCheck
Share
Share20 perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 2025-03-27 12:01:14 +07:00
SpeechToText fix(SpeechToTextManager): Throw TaskProcessing Task failed 2024-08-30 14:06:15 +07:00
Support
SystemTag fix: Trim tags on adding or editing 2025-01-23 00:10:10 +07:00
Tagging
Talk
TaskProcessing fix(TaskProcessing\Manager): Always use distributed cache and use PHP serialize 2025-02-13 16:44:10 +07:00
Teams
Template feat: Provide CSP nonce as `<meta>` element 2024-08-13 10:32:44 +07:00
TextProcessing fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +07:00
TextToImage fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +07:00
Translation
Updater feat(migration-attributes): tests 2024-07-29 12:44:52 +07:00
User chore: Refactor callForSeenUsers to use getSeenUsers 2025-03-31 11:00:59 +07:00
UserStatus
legacy fix: skip caching lastSeenQuotaUsage for remote shares 2025-03-19 23:32:09 +07:00
AllConfig.php fix(config): Throw PreconditionException always when it didn't match 2024-09-13 11:40:13 +07:00
AppConfig.php fix(config): Mark more configs as sensitive 2024-10-28 15:28:52 +07:00
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php
CapabilitiesManager.php
Color.php
Config.php fix(config): Suppress error at install time 2024-10-01 16:24:11 +07:00
ContactsManager.php fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-21 15:14:46 +07:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
EmojiHelper.php
EventSource.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php
LargeFileHelper.php
Log.php fix(log): Fix log level handling 2025-01-27 10:22:20 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php fix(preview): Do not try to parse M3U files as MP3 2025-01-07 19:07:19 +07:00
PreviewNotAvailableException.php
RedisFactory.php
Repair.php refactor: convert sanitize account properties repair step to background job 2025-02-24 16:44:49 +07:00
RepairException.php
Server.php fix(TemplateLayout): `core` is not an app but the server itself 2025-01-29 08:37:33 +07:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(l10n): Improve english source strings 2025-02-26 15:06:47 +07:00
StreamImage.php
Streamer.php
SubAdmin.php fix: Subadmin can access self 2024-10-09 14:52:11 +07:00
SystemConfig.php fix: add sse_c_key from S3 object storage properties config to list of sensitive values 2025-01-22 09:09:24 +07:00
TagManager.php
Tags.php fix(Tags): Return boolean for userHasTags() 2024-09-15 15:52:40 +07:00
TempManager.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 2025-03-04 07:49:20 +07:00
TemplateLayout.php fix(theming): enforce theme also for login 2025-03-27 11:15:44 +07:00
URLGenerator.php fix(setup-checks): Ensure URL with webroot works 2024-09-15 21:40:27 +07:00
Updater.php fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00