nextcloud-server/lib/private
Robin Appelman 8b60df1600
perf: delay getting (sub)admin status for user in the security middleware untill we need it
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-23 15:26:40 +07:00
..
Accounts feat(ldap): sync additional properties to profile and SAB 2024-05-30 12:01:13 +07:00
Activity fix(activity): regroup Files and spltit sharing activity 2024-08-01 11:03:24 +07:00
App fix: unify bundle naming 2024-08-06 11:14:07 +07:00
AppFramework perf: delay getting (sub)admin status for user in the security middleware untill we need it 2024-08-23 15:26:40 +07:00
Archive
Authentication feat(webauthn): Add user verification to webauthn challenges 2024-08-15 11:03:10 +07:00
Avatar fix: use different file name for generated dark avatars 2024-05-26 17:32:10 +07:00
BackgroundJob fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters 2024-07-19 11:21: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 chore: Move comments event handler to use proper event dispatcher 2024-06-26 18:13:07 +07:00
Console
Contacts/ContactsMenu
DB fix: fix passing additional db connection parameters in factory 2024-07-31 18:53:42 +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: `FilenameValidator::isForbidden` should only check forbidden files 2024-08-21 04:16:14 +07:00
FilesMetadata
FullTextSearch
GlobalScale
Group fix: Ensure database connection is setup when getting group details 2024-08-06 13:41:04 +07:00
Hooks
Http
IntegrityCheck fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-03 11:37:49 +07:00
KnownUser
L10N feat: reduce available languages per config value "reduce_to_languages" 2024-07-01 09:34:11 +07:00
LDAP
Lock
Lockdown refactor(Token): introduce scope constants 2024-06-05 19:01:14 +07:00
Log
Mail fix(emails): adjust mail button to new design 2024-08-06 09:42:19 +07:00
Memcache feat: add negative compare-and-delete to imemcache 2024-08-20 19:34:28 +07:00
Migration fix(migration-preview): display a message if no attributes set 2024-08-06 22:23:12 +07:00
Net
Notification
OCM
OCS
Preview feat(preview): move previews for imaginary pdf to own class ImaginaryPDF 2024-07-25 17:01:01 +07:00
Profile
Profiler
Remote chore: fix some comments 2024-07-29 14:43:27 +07:00
Repair fix(theming): Make getImage() call save against missing non-SVG version 2024-08-21 10:30:25 +07:00
RichObjectStrings
Route
Search chore: Remove deprecated legacy search backend 2024-08-01 12:33:18 +07:00
Security feat: Provide CSP nonce as `<meta>` element 2024-08-13 10:32:44 +07:00
Session fix(session): Log when session_* calls are slow 2024-08-07 09:02:10 +07:00
Settings
Setup fix: use `$this->tryCreateDbUser` condition 2024-08-16 10:59:15 +07:00
SetupCheck
Share
Share20 fix: check for correct storage class when checking for link parent 2024-08-16 13:13:31 +07:00
SpeechToText
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(taskprocessing): select preferred provider when running sync task, fix task type values according to preferred provider 2024-08-12 13:11:41 +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(TextProcessing): use error instead of info for exception logging 2024-07-18 17:53:52 +07:00
TextToImage
Translation
Updater feat(migration-attributes): tests 2024-07-29 12:44:52 +07:00
User fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
UserStatus
legacy feat: Provide CSP nonce as `<meta>` element 2024-08-13 10:32:44 +07:00
AllConfig.php fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 2024-07-19 11:21:14 +07:00
AppConfig.php
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
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 refactor(Log): Use new in initializer instead of constructor body 2024-08-17 18:38:28 +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(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
RepairException.php
Server.php refactor(Log): Use new in initializer instead of constructor body 2024-08-17 18:38:28 +07:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
StreamImage.php
Streamer.php
SubAdmin.php feat(users): Add support for admin delegation for users and groups management 2024-07-22 17:17:35 +07:00
SystemConfig.php feat(log): Allow to combine log.conditions to only log (app&user) 2024-07-30 13:18:09 +07:00
TagManager.php
Tags.php
TempManager.php
TemplateLayout.php fix: Support Safari mobile 2024-08-21 13:01:23 +07:00
URLGenerator.php
Updater.php fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00