nextcloud-server/lib/private
Joas Schilling 34f1ae62a1
fix(jobs): Limit command jobs to known cases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-04 11:10:40 +07:00
..
Accounts
Activity
App feat(AppManager): log which apps requires the upgrade procedure 2025-10-27 18:05:00 +07:00
AppFramework feat(Db): Use SnowflakeId for previews 2025-10-28 17:50:03 +07:00
Archive refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Authentication
Avatar
BackgroundJob refactor(preview): Cleanup the implementation of the new preview backend 2025-10-06 13:37:15 +07:00
Blurhash/Listener
Broadcast/Events
Cache chore: Remove unused \OC\Cache\CappedMemoryCache 2025-09-16 10:08:19 +07:00
Calendar fix: iMip reply from outlook.com does not contain organizer property 2025-10-14 12:44:06 +07:00
Collaboration fix: Make federation TrustedServers dependency optional in RemotePlugin 2025-10-22 00:19:31 +07:00
Command fix(jobs): Limit command jobs to known cases 2025-11-04 11:10:40 +07:00
Comments
Config fix(lexicon): switch bool value to non-lazy 2025-10-21 09:27:40 +07:00
Console
Contacts/ContactsMenu
ContextChat
DB feat(Db): Use SnowflakeId for previews 2025-10-28 17:50:03 +07:00
Dashboard
Diagnostics
DirectEditing
Encryption chore(encryption): Cleanup typing in EncryptAll/DecryptAll 2025-09-09 11:46:18 +07:00
EventDispatcher
Federation fix(federation): Allow outgoing federation with oCIS federated cloud ids 2025-10-20 15:38:36 +07:00
Files Merge pull request #56096 from nextcloud/fix/56077/s3-configure-checksum-defaults 2025-11-03 11:08:33 +07:00
FilesMetadata
FullTextSearch
GlobalScale
Group fix: join accounts_data instead of preferences when searching users 2025-10-23 08:59:10 +07:00
Hooks refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Http
IntegrityCheck refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
KnownUser
L10N fix(l10n): Don't fallback from 3-letter languages to 2-letter 2025-10-16 11:46:01 +07:00
LDAP
Lock refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Lockdown
Log
Mail fix(Mailer): Log errors 2025-10-30 08:42:12 +07:00
Memcache fix(Memcache): ensure global prefix depends on enabled apps 2025-10-27 16:18:24 +07:00
Migration
Net
Notification
OCM fix(ocm): include provider field in OCMProvider serialization 2025-10-27 12:28:09 +07:00
OCS
Preview feat(Db): Use SnowflakeId for previews 2025-10-28 17:50:03 +07:00
Profile
Profiler fix(profiler): Harden profiler writes 2025-10-24 15:23:20 +07:00
Remote
Repair fix(lexicon): switch bool value to non-lazy 2025-10-21 09:27:40 +07:00
RichObjectStrings
Route
Search feat(unified-search): Use existing min search length config 2025-09-24 17:29:09 +07:00
Security fix(bfp): Trim meta data so it can still be stored 2025-10-22 15:45:21 +07:00
Session
Settings feat(settings): Add support for delegated settings not appearing in menu 2025-09-28 14:50:14 +07:00
Setup
SetupCheck
Share
Share20 feat(Share\IManager): add `matchUserId` method and update docs 2025-09-26 18:26:37 +07:00
Snowflake feat(snowflakeids): add File Sequence Generator 2025-11-03 11:45:13 +07:00
SpeechToText
Support
SystemTag Merge pull request #54810 from nextcloud/feat/typed-tag-events 2025-09-04 11:19:28 +07:00
Tagging
Talk
TaskProcessing Merge branch 'master' into feat/taskprocessing/user-facing-error-message 2025-10-30 10:13:39 +07:00
Teams fix(team-api): get all teams details in a single request 2025-10-13 14:21:15 +07:00
Template chore(Template): allow styles from `dist` folder 2025-10-22 14:57:47 +07:00
TextProcessing
TextToImage
Translation
Updater
User refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 2025-10-13 13:44:08 +07:00
UserStatus
legacy fix: Cleanup and fix tests, and fix related issues in code 2025-09-30 11:53:59 +07:00
AllConfig.php
AppConfig.php feat(lexicon): add FLAG_INTERNAL 2025-11-03 11:39:25 +07:00
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php
CapabilitiesManager.php
Color.php
Config.php
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
EmojiHelper.php
EventSource.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
InitialStateService.php
Installer.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
LargeFileHelper.php fix: remove executable flag from source files 2025-09-04 11:57:44 +07:00
Log.php fix(log): Fix call to normalize function 2025-10-27 16:46:10 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php feat(Db): Use SnowflakeId for previews 2025-10-28 17:50:03 +07:00
PreviewNotAvailableException.php
RedisFactory.php fix(cache): Set default Redis port to `0` for UNIX sockets 2025-09-07 14:30:34 +07:00
Repair.php fix(lexicon): switch bool value to non-lazy 2025-10-21 09:27:40 +07:00
RepairException.php
Server.php Merge pull request #56120 from nextcloud/feat/snowflake-file-sequence 2025-11-03 14:02:33 +07:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php perf(preview): Migrate previews to the new optimized table 2025-10-06 13:37:15 +07:00
StreamImage.php
Streamer.php
SubAdmin.php
SystemConfig.php
TagManager.php fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
Tags.php fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
TempManager.php
TemplateLayout.php chore: Cleanup typing and deprecated method calls in resource locators 2025-09-29 12:10:56 +07:00
URLGenerator.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Updater.php