nextcloud-server/lib/private
Daniel Calviño Sánchez 8b7aad82c7 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 15:18:01 +07:00
..
Accounts chore(AccountManager): adjust code style for cs-fixer 2025-07-07 12:18:57 +07:00
Activity chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
App chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +07:00
AppFramework refactor(AppFramework): drop unused spreed/Talk fallback 2025-08-04 08:59:49 +07:00
Archive
Authentication chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Avatar fix: resolve psalm errors 2025-08-06 12:52:50 +07:00
BackgroundJob fix(cron): Fix infinite loop on ParallelAware blocked jobs 2025-07-25 15:28:24 +07:00
Blurhash/Listener fix(blurhash): Skip generation the if previews are disabled. 2025-05-27 12:26:42 +07:00
Broadcast/Events
Cache Revert "perf(base): Stop setting up the FS for every basic auth request" 2025-07-11 17:07:44 +07:00
Calendar fix(imip): group messages by logging principal and uri as context 2025-07-22 15:33:24 +07:00
Collaboration chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constants 2025-07-29 10:39:33 +07:00
Command chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Comments feat(comments): Allow to filter by topmost parent id 2025-07-10 12:58:46 +07:00
Config fix(userconfig): duplicate core lexicon 2025-07-29 10:36:44 +07:00
Console chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Contacts/ContactsMenu chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ContextChat fix: add strict typing to ContextChat classes 2025-07-15 08:16:25 +07:00
DB Merge pull request #54230 from nextcloud/bugfix/spreed-15625/log-query-with-immutable-dates 2025-08-05 12:29:04 +07:00
Dashboard
Diagnostics chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
DirectEditing chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Encryption chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
EventDispatcher fix: Do not use deprecated IServerContainer in EventDispatcher 2025-07-08 13:32:15 +07:00
Federation refactor: remove duplicated types and add return types 2025-07-23 15:59:26 +07:00
Files fix: better object store write error propagation 2025-08-05 19:17:58 +07:00
FilesMetadata
FullTextSearch chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
GlobalScale chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Group fix: use logical operator instead of bitwise 2025-06-10 13:55:53 +07:00
Hooks chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Http chore(Http\Client): fix linting issues 2025-07-09 14:42:58 +07:00
IntegrityCheck feat(core): add human readable mimes 2025-05-14 22:55:06 +07:00
KnownUser
L10N chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
LDAP
Lock
Lockdown chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +07:00
Log fix(syslog): open syslog channel on write 2025-07-02 09:14:33 +07:00
Mail fix: Fix button alignment for email templates in Outlook 2025-08-06 15:18:01 +07:00
Memcache chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Migration chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Net
Notification feat(notifications): provide method to preload many notifications at once 2025-08-06 09:22:56 +07:00
OCM feat(OCM-invites): Implementation of invitation flow 2025-06-12 11:20:26 +07:00
OCS
Preview chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Profile fix(l10n): our default language is American English so adjust the spelling 2025-07-03 13:05:43 +07:00
Profiler perf: Add config options to trigger individual and sample profiling using excimer 2025-04-22 08:57:02 +07:00
Remote chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Repair chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 2025-04-09 08:35:56 +07:00
Route feat(occ): Add commands to list all routes and match a single one 2025-06-25 08:19:08 +07:00
Search
Security feat: Cache user keys 2025-08-05 16:42:14 +07:00
Session feat(core): add cookie_domain config option 2025-06-16 15:33:48 +07:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Setup fix(db): use `caching_sha2_password` for MySQL 2025-08-05 20:40:38 +07:00
SetupCheck
Share chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constants 2025-07-29 10:39:33 +07:00
Share20 Merge pull request #53945 from nextcloud/chore/share-constants 2025-07-29 13:31:42 +07:00
SpeechToText
Support fix: Fix issues and tests in DIContainer and friends 2025-07-08 13:32:14 +07:00
SystemTag fix(systemtags): case-insensitive search & prevent duplicates 2025-07-09 19:28:20 +07:00
Tagging
Talk
TaskProcessing fix(taskprocessing): move LAZY_CONFIG_KEYS constant to the private namespace 2025-08-04 10:11:24 +07:00
Teams chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Template fix: Do not show password dialog when user can not validate password 2025-07-18 20:55:02 +07:00
TextProcessing
TextToImage
Translation
Updater fix: handle ambiguous IResponse.getBody return types 2025-06-30 11:50:11 +07:00
User Merge pull request #53887 from nextcloud/fix/lower-email-case 2025-07-11 09:03:05 +07:00
UserStatus
legacy fix: Throw specific LoginException when the user is disabled 2025-07-10 15:09:25 +07:00
AllConfig.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 +07:00
AppConfig.php feat(lexicon): add note and key-details 2025-07-29 08:15:08 +07:00
AppScriptDependency.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
AppScriptSort.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
BinaryFinder.php
CapabilitiesManager.php
Color.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Config.php
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
EmojiHelper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
EventSource.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
InitialStateService.php
Installer.php chore: Check if apps directory is really writable in Installer 2025-07-10 11:31:59 +07:00
LargeFileHelper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Log.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php fix(navigation): Fix default app entry registered as closure 2025-04-25 14:47:33 +07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled 2025-06-02 15:50:53 +07:00
PreviewNotAvailableException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
RedisFactory.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Repair.php refactor(dav): replace IAppData with IAppDataFactory for PhotoCache 2025-05-15 18:28:45 +07:00
RepairException.php
Server.php Merge pull request #54026 from nextcloud/enh/add-cloud-id-chars 2025-07-28 15:49:12 +07:00
ServerContainer.php feat: Improve init a bit, and add more profiling steps 2025-05-13 16:08:49 +07:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
StreamImage.php
Streamer.php
SubAdmin.php
SystemConfig.php
TagManager.php
Tags.php fix(core): ensure unique vcategory 2025-08-05 22:11:21 +07:00
TempManager.php chore: move implementation from OC legacy to OCP\Files 2025-05-14 14:55:45 +07:00
TemplateLayout.php fix: Use only enabled applications versions in the cache prefix 2025-06-05 17:58:54 +07:00
URLGenerator.php fix: make core application bootstrapable by coordinator 2025-06-02 15:58:54 +07:00
Updater.php fix(update): Correctly trigger update for auto-disabled local apps 2025-07-17 12:18:17 +07:00