nextcloud-server/lib/private
Louis Chemineau 4381cc8f84 feat(files): Add appconfig value to disable fixed userfolder permissions optimization
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2026-01-14 14:31:12 +07:00
..
Accounts fix(Accounts): Add back v2 scope migration 2025-08-28 13:30:04 +07:00
Activity fix(activity): do not loop affected userIDs twice 2025-11-05 12:49:38 +07:00
App Merge pull request #55440 from nextcloud/backport/55420/stable32 2025-09-30 23:38:33 +07:00
AppFramework fix(controller): Support native int ranges 2026-01-07 18:06:10 +07:00
Archive
Authentication feat(login): Add rememberme checkbox 2025-11-17 13:03:56 +07:00
Avatar feat(avatars): use different colors for guests for the same name 2025-09-02 11:31:14 +07:00
BackgroundJob
Blurhash/Listener
Broadcast/Events
Cache Revert "perf(base): Stop setting up the FS for every basic auth request" 2025-08-28 17:11:31 +07:00
Calendar Merge pull request #55763 from nextcloud/backport/54819/stable32 2025-10-16 10:07:57 +07:00
Collaboration fix: Ensure CLOUD key exists before resolving Cloud ID 2026-01-06 09:00:11 +07:00
Command fix(jobs): Limit command jobs to known cases 2025-11-05 11:05:36 +07:00
Comments fix(comments): Don's catch invalid DriverException 2025-09-02 11:55:58 +07:00
Config fix(lexicon): switch bool value to non-lazy 2025-10-21 12:19:01 +07:00
Console
Contacts/ContactsMenu fix: Unify handling of exclude groups in contacts menu and sharing 2026-01-07 17:05:52 +07:00
ContextChat
DB fix(comments): Check comment object 2025-12-11 07:57:56 +07:00
Dashboard
Diagnostics refactor: extract slow operation logging into trait 2026-01-08 13:07:04 +07:00
DirectEditing
Encryption chore(encryption): Cleanup typing in EncryptAll/DecryptAll 2025-09-11 21:18:37 +07:00
EventDispatcher
Federation fix(federation): Allow outgoing federation with oCIS federated cloud ids 2025-10-24 09:56:23 +07:00
Files feat(files): Add appconfig value to disable fixed userfolder permissions optimization 2026-01-14 14:31:12 +07:00
FilesMetadata
FullTextSearch
GlobalScale
Group fix: join accounts_data instead of preferences when searching users 2025-10-23 10:12:40 +07:00
Hooks
Http perf: log slow DNS operations 2026-01-08 13:07:04 +07:00
IntegrityCheck chore: Get rid of AppLocator helper 2025-08-18 17:09:40 +07:00
KnownUser
L10N fix(l10n): Fix language selection 2026-01-07 18:06:35 +07:00
LDAP
Lock
Lockdown
Log feat(log): Add script name and occ command to log details 2025-12-15 16:57:16 +07:00
Mail fix(Mailer): Log errors 2025-10-30 11:03:21 +07:00
Memcache fix(Memcache): use different cache key when in maintenance mode 2025-12-03 19:35:39 +07:00
Migration
Net
Notification feat: indicate reason for preloading notifications 2025-08-18 15:28:46 +07:00
OCM fix(ocm): align discovery process with OCM spec 2025-11-10 09:55:19 +07:00
OCS fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere 2025-08-26 09:50:03 +07:00
Preview chore(Preview): Remove avconv support 2025-08-27 20:51:08 +07:00
Profile
Profiler feat(profiler): Use gzdecode/gzencode to parse profiles 2025-11-30 19:23:01 +07:00
Remote
Repair fix(lexicon): switch bool value to non-lazy 2025-10-21 12:19:01 +07:00
RichObjectStrings
Route fix: Fix caching routes by users with an active session 2025-12-15 09:53:32 +07:00
Search feat(unified-search): Use existing min search length config 2025-09-29 10:55:51 +07:00
Security fix(IpNormalizer): Added `inet_pton()` check before bitwise operations 2025-12-17 15:29:28 +07:00
Session fix(session): handle null logger 2026-01-09 16:51:14 +07:00
Settings
Setup refactor(querybuilder): Port away from qb::execute() in lib/ 2025-09-02 11:55:56 +07:00
SetupCheck
Share
Share20 fix(shares): Fix infinite loop when hide_disabled_user_shares is yes 2025-12-15 19:18:36 +07:00
SpeechToText
Support
SystemTag feat(SystemTag): Add typed events for tag mapper events 2025-09-04 09:21:13 +07:00
Tagging
Talk
TaskProcessing fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months 2025-10-07 06:22:57 +07:00
Teams fix(team-manager): team is already teamid 2026-01-06 15:01:39 +07:00
Template fix(lib): include headers from OC\Template\Template as well in produced HTML 2025-12-18 11:00:50 +07:00
TextProcessing
TextToImage
Translation
Updater
User fix(IUserManager): Fix deprecation of search method 2025-10-02 09:21:42 +07:00
UserStatus
legacy chore: remove `mbstring.func_overload` check from `checkserver()` 2025-08-25 13:19:36 +07:00
AllConfig.php feat(AppConfig): cache app config in local cache if available 2025-08-18 13:24:18 +07:00
AppConfig.php fix(lexicon): send single notice/warning when using unknown config key 2025-09-02 10:51:44 +07:00
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php
CapabilitiesManager.php
Color.php
Config.php feat(Config.php): change `array_merge` to `array_replace_recursive` when merging configs 2026-01-07 11:05:27 +07:00
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php feat(IDateTimeZone): allow to fetch timezone of specified user 2025-08-18 14:26:52 +07:00
EmojiHelper.php
EventSource.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php
InitialStateService.php
Installer.php fix: Log that using an appinfo/install.php file is deprecated 2025-08-18 17:25:07 +07:00
LargeFileHelper.php fix: remove executable flag from source files 2025-09-05 01:20:07 +07:00
Log.php
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php fix: disable mp3 preview provider 2025-10-13 17:54:37 +07:00
PreviewNotAvailableException.php
RedisFactory.php fix(cache): Set default Redis port to `0` for UNIX sockets 2025-09-08 09:12:07 +07:00
Repair.php Merge pull request #55884 from nextcloud/backport/55864/stable32 2025-10-21 17:07:33 +07:00
RepairException.php
Server.php feat(files): Add appconfig value to disable fixed userfolder permissions optimization 2026-01-14 14:31:12 +07:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php chore: Set installShippedApps as non-static in Installer 2025-08-18 16:18:27 +07:00
StreamImage.php
Streamer.php
SubAdmin.php
SystemConfig.php
TagManager.php fix: Dispatch favorite event with an actual path 2025-09-15 14:38:53 +07:00
Tags.php fix: Dispatch favorite event with an actual path 2025-09-15 14:38:53 +07:00
TempManager.php
TemplateLayout.php feat(unified-search): Use existing min search length config 2025-09-29 10:55:51 +07:00
URLGenerator.php
Updater.php chore: Replace last calls to OC_App::enable by IAppManager 2025-08-18 17:09:39 +07:00