nextcloud-server/lib/private
Daniel Calviño Sánchez 775124af5f fix: Fix button alignment for email templates in Outlook
The button group generated in email templates is expected to show the
two buttons side by side in a single row, but in Outlook both buttons
took the full width of the wrapper row and each button was shown in
its own row. To solve that the buttons are wrapped in an additional
table that shows each button in its own cell, limiting their width and
showing them in a single row; this is done conditionally and only
applied in Outlook, so it should not affect other clients.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-06 19:50:55 +07:00
..
Accounts fix(settings): add link check in webfinger 2025-07-07 10:02:24 +07:00
Activity chore: apply code style 2025-04-30 19:04:59 +07:00
App chore: apply code style 2025-04-30 19:04:59 +07:00
AppFramework fix(session): log when ephemeral sessions are closed 2025-07-23 07:38:34 +07:00
Archive chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Authentication chore: apply code style 2025-04-30 19:04:59 +07:00
Avatar chore: apply code style 2025-04-30 19:04:59 +07:00
BackgroundJob fix(cron): Fix infinite loop on ParallelAware blocked jobs 2025-07-28 08:29:07 +07:00
Blurhash/Listener fix(blurhash): Skip generation the if previews are disabled. 2025-05-27 12:56:19 +07:00
Broadcast/Events chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Cache Merge branch 'master' into refactor/OC-Server-getSecureRandom 2024-05-30 14:24:22 +07:00
Calendar fix: check if properties exist before using them 2025-07-28 12:03:50 +07:00
Collaboration fix(FileReferenceEventListener): Invalidate cache after node was renamed 2025-05-27 12:33:09 +07:00
Command chore: apply code style 2025-04-30 19:04:59 +07:00
Comments chore: apply code style 2025-04-30 19:04:59 +07:00
Console chore: apply code style 2025-04-30 19:04:59 +07:00
Contacts/ContactsMenu chore: apply code style 2025-04-30 19:04:59 +07:00
DB fix(logging): Fix query logging with DateTimeImmutable parameters 2025-08-05 10:29:12 +07:00
Dashboard fix(dashboard): Document expected icon behaviour 2024-07-11 13:14:03 +07:00
Diagnostics chore: apply code style 2025-04-30 19:04:59 +07:00
DirectEditing chore: apply code style 2025-04-30 19:04:59 +07:00
Encryption chore: apply code style 2025-04-30 19:04:59 +07:00
EventDispatcher chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Federation chore: apply code style 2025-04-30 19:04:59 +07:00
Files fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-08-01 16:04:33 +07:00
FilesMetadata chore: apply code style 2025-04-30 19:04:59 +07:00
FullTextSearch chore: apply code style 2025-04-30 19:04:59 +07:00
GlobalScale chore: apply code style 2025-04-30 19:04:59 +07:00
Group chore: apply code style 2025-04-30 19:04:59 +07:00
Hooks chore: apply code style 2025-04-30 19:04:59 +07:00
Http chore: apply code style 2025-04-30 19:04:59 +07:00
IntegrityCheck fix: Report duplicated extra files in integrity check 2025-02-26 13:25:16 +07:00
KnownUser chore: Add SPDX header 2024-05-24 13:11:22 +07:00
L10N chore: apply code style 2025-04-30 19:04:59 +07:00
LDAP chore: apply code style 2025-04-30 19:04:59 +07:00
Lock chore: apply code style 2025-04-30 19:04:59 +07:00
Lockdown chore: apply code style 2025-04-30 19:04:59 +07:00
Log fix(syslog): open syslog channel on write 2025-07-02 01:45:40 +07:00
Mail fix: Fix button alignment for email templates in Outlook 2025-08-06 19:50:55 +07:00
Memcache chore: apply code style 2025-04-30 19:04:59 +07:00
Migration chore: apply code style 2025-04-30 19:04:59 +07:00
Net chore: apply code style 2025-04-30 19:04:59 +07:00
Notification fix(notifications): Fix check for hasNotifiers when all apps use RegistrationContext 2025-06-06 08:44:02 +07:00
OCM chore: apply code style 2025-04-30 19:04:59 +07:00
OCS chore: apply code style 2025-04-30 19:04:59 +07:00
Preview fix: unbloc ffmpeg on some broken videos 2025-07-03 10:47:19 +07:00
Profile fix(FediverseAction): Ensure valid fediverse links are generated 2025-02-07 12:41:49 +07:00
Profiler chore: apply code style 2025-04-30 19:04:59 +07:00
Remote chore: apply code style 2025-04-30 19:04:59 +07:00
Repair chore: apply code style 2025-04-30 19:04:59 +07:00
RichObjectStrings chore: apply code style 2025-04-30 19:04:59 +07:00
Route chore: apply code style 2025-04-30 19:04:59 +07:00
Search chore: apply code style 2025-04-30 19:04:59 +07:00
Security Merge pull request #52881 from nextcloud/backport/50234/stable30 2025-05-16 13:17:22 +07:00
Session fix(setup): ignore long session login during installation 2024-08-27 19:14:03 +07:00
Settings chore: apply code style 2025-04-30 19:04:59 +07:00
Setup chore: apply code style 2025-04-30 19:04:59 +07:00
SetupCheck chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Share chore: apply code style 2025-04-30 19:04:59 +07:00
Share20 chore: Adapt ProviderFactory to change in DefaultShareProvider constructor 2025-08-05 15:05:31 +07:00
SpeechToText fix(SpeechToTextManager): Throw TaskProcessing Task failed 2024-08-30 14:06:15 +07:00
Support fix: Fix warning when crash reporter fails to get loaded 2025-05-20 20:30:19 +07:00
SystemTag chore: apply code style 2025-04-30 19:04:59 +07:00
Tagging chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Talk chore: apply code style 2025-04-30 19:04:59 +07:00
TaskProcessing fix(TaskProcessing): increase task cleanup delay 2025-05-27 08:39:43 +07:00
Teams chore: apply code style 2025-04-30 19:04:59 +07:00
Template fix: Do not show password dialog when user can not validate password 2025-07-29 15:54:57 +07:00
TextProcessing fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +07:00
TextToImage chore: apply code style 2025-04-30 19:04:59 +07:00
Translation chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Updater chore: apply code style 2025-04-30 19:04:59 +07:00
User Merge pull request #53901 from nextcloud/backport/53501/stable30 2025-07-11 13:54:16 +07:00
UserStatus chore: Add SPDX header 2024-05-24 13:11:22 +07:00
legacy fix(lib): get fileinfo before locking 2025-08-05 17:39:47 +07:00
AllConfig.php chore: apply code style 2025-04-30 19:04:59 +07:00
AppConfig.php chore: apply code style 2025-04-30 19:04:59 +07:00
AppScriptDependency.php chore: apply code style 2025-04-30 19:04:59 +07:00
AppScriptSort.php chore: apply code style 2025-04-30 19:04:59 +07:00
BinaryFinder.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CapabilitiesManager.php perf(capabilities): Log capabilities providers that are slow 2024-06-21 11:41:22 +07:00
Color.php chore: apply code style 2025-04-30 19:04:59 +07:00
Config.php chore: apply code style 2025-04-30 19:04:59 +07:00
ContactsManager.php chore: apply code style 2025-04-30 19:04:59 +07:00
DatabaseException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DatabaseSetupException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DateTimeFormatter.php chore: apply code style 2025-04-30 19:04:59 +07:00
DateTimeZone.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
EmojiHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
EventSource.php chore: apply code style 2025-04-30 19:04:59 +07:00
EventSourceFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ForbiddenException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
HintException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
InitialStateService.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Installer.php fix: clear opcache after app extraction 2025-06-18 20:29:57 +07:00
LargeFileHelper.php chore: apply code style 2025-04-30 19:04:59 +07:00
Log.php chore: apply code style 2025-04-30 19:04:59 +07:00
MemoryInfo.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NaturalSort.php chore: apply code style 2025-04-30 19:04:59 +07:00
NaturalSort_DefaultCollator.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NavigationManager.php chore: apply code style 2025-04-30 19:04:59 +07:00
NeedsUpdateException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NotSquareException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PhoneNumberUtil.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PreviewManager.php fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled 2025-06-02 23:26:00 +07:00
PreviewNotAvailableException.php chore: apply code style 2025-04-30 19:04:59 +07:00
RedisFactory.php chore: apply code style 2025-04-30 19:04:59 +07:00
Repair.php chore: apply code style 2025-04-30 19:04:59 +07:00
RepairException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Server.php chore: apply code style 2025-04-30 19:04:59 +07:00
ServerContainer.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ServerNotAvailableException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ServiceUnavailableException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Setup.php fix(metadata): set background job on fresh setup 2025-05-29 14:52:40 +07:00
StreamImage.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Streamer.php chore: apply code style 2025-04-30 19:04:59 +07:00
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 chore: apply code style 2025-04-30 19:04:59 +07:00
Tags.php fix(core): ensure unique vcategory 2025-08-06 10:09:58 +07:00
TempManager.php chore: apply code style 2025-04-30 19:04:59 +07:00
TemplateLayout.php chore: apply code style 2025-04-30 19:04:59 +07:00
URLGenerator.php chore: apply code style 2025-04-30 19:04:59 +07:00
Updater.php fix(update): Correctly trigger update for auto-disabled local apps 2025-07-21 12:09:30 +07:00