nextcloud-server/lib/private
Git'Fellow c2b05000c7 fix(shares): Remove noisy text from emails
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-12-30 18:36:55 +07:00
..
Accounts
Activity fix(activity): regroup Files and spltit sharing activity 2024-08-01 11:03:24 +07:00
App fix(appinfo): Make sure screenshot, author and category are always arrays 2024-11-01 14:48:33 +07:00
AppFramework feat: Use inline password confirmation in external storage settings 2024-11-28 13:03:51 +07:00
Archive
Authentication fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:50:29 +07:00
Avatar
BackgroundJob fix: log a warning when we can't build a background job 2024-11-11 16:33:16 +07:00
Blurhash/Listener fix: don't persist previews used during blurhash generation 2024-07-30 09:09:26 +07:00
Broadcast/Events
Cache Merge branch 'master' into refactor/OC-Server-getSecureRandom 2024-05-30 14:24:22 +07:00
Calendar feat(dav): Add an API for upcoming events 2024-08-13 20:03:31 +07:00
Collaboration feat(Reference): Add public API endpoints to get references 2024-07-17 12:56:41 +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 fix: improve logic for ensuring join columns are selected for partitioned queries 2024-12-12 21:44:05 +07:00
Dashboard fix(dashboard): Document expected icon behaviour 2024-07-11 13:14:03 +07:00
Diagnostics feat(log): Allow to combine log.conditions to only log (app&user) 2024-07-30 13:18:09 +07:00
DirectEditing
Encryption Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelper 2024-06-04 15:47:48 +07:00
EventDispatcher
Federation fix(federation): Fix missing protocol on CloudID remote 2024-06-27 11:26:08 +07:00
Files fix(View): Catch exceptions when executing mkdir for non-existent parents 2024-12-17 09:40:42 +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: skip the integrity check for nextcloud-init-sync.lock 2024-09-23 15:51:42 +07:00
KnownUser
L10N feat: reduce available languages per config value "reduce_to_languages" 2024-07-01 09:34:11 +07:00
LDAP
Lock fix(locking): Accept mixed as value on setTTL 2024-10-30 09:31:59 +07:00
Lockdown refactor(Token): introduce scope constants 2024-06-05 19:01:14 +07:00
Log fix(logger): Remove more parameters of other methods 2024-10-21 16:52:48 +07:00
Mail fix call to custom mail_template_class 2024-08-26 06:59:31 +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(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +07:00
Profile
Profiler
Remote chore: fix some comments 2024-07-29 14:43:27 +07:00
Repair fix: replace null character when serializing 2024-12-13 20:41:06 +07:00
RichObjectStrings
Route fix(Router): Load attribute routes of all apps when not app is specified 2024-08-27 10:51:52 +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 Merge branch 'master' into refactor/OC-Server-getSecureRandom 2024-05-30 14:24:22 +07:00
SetupCheck
Share
Share20 fix(shares): Remove noisy text from emails 2024-12-30 18:36:55 +07:00
SpeechToText fix(SpeechToTextManager): Throw TaskProcessing Task failed 2024-08-30 14:06:15 +07:00
Support
SystemTag fix: removed unused variable and check if tag ids are empty before starting the inserts 2024-06-19 12:52:46 +07:00
Tagging
Talk
TaskProcessing fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +07:00
Teams fix: Avoid throwing errors for teams are unavailable 2024-06-24 12:29:43 +07:00
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 fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +07:00
UserStatus
legacy fix(Auth): ignore missing token when trying to set password-unconfirmable 2024-10-01 13:48:57 +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 perf(capabilities): Log capabilities providers that are slow 2024-06-21 11:41:22 +07:00
Color.php
Config.php fix(config): Suppress error at install time 2024-10-01 16:24:11 +07:00
ContactsManager.php
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 feat(log): Allow to combine log.conditions to only log (app&user) 2024-07-30 13:18:09 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php fix(NavigationManager): Make entry order always an integer 2024-05-30 17:00:32 +07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php feat(preview): move previews for imaginary pdf to own class ImaginaryPDF 2024-07-25 17:01:01 +07:00
PreviewNotAvailableException.php
RedisFactory.php feat: add config flag to toggle persistent redis connections 2024-07-22 14:25:20 +07:00
Repair.php fix: replace null character when serializing 2024-12-13 20:41:06 +07:00
RepairException.php
Server.php fix: use Icrypto in place of Cypto 2024-10-28 12:29:20 +07:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix: Make user removal more resilient 2024-10-08 21:02:07 +07:00
StreamImage.php
Streamer.php
SubAdmin.php fix: Subadmin can access self 2024-10-09 14:52:11 +07:00
SystemConfig.php fix(config): Mark more configs as sensitive 2024-10-28 15:28:52 +07:00
TagManager.php
Tags.php fix(Tags): Return boolean for userHasTags() 2024-09-15 15:52:40 +07:00
TempManager.php
TemplateLayout.php fix: Shipped apps should include the Nextcloud version in the cache buster 2024-10-30 00:02:45 +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