server/lib/private
Christoph Wurst 21ee7f59bd
fix(session): Do not update authtoken last_check for passwordless
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-04-26 16:05:18 +02:00
..
Accounts fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Activity fix(activity): Remove unneeded exception (types are enforced) 2024-04-17 15:36:42 +02:00
App fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2024-04-22 15:50:06 +02:00
AppFramework fix: Migrate away from OC_App toward the IAppManager 2024-04-22 12:14:58 +02:00
Archive refactor: Repalce array_search with in_array in lib/ 2023-11-22 11:42:53 +01:00
Authentication fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 2024-04-16 11:48:13 +02:00
Avatar Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2024-04-16 17:13:07 +02:00
BackgroundJob fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2024-04-06 10:41:46 -04:00
Broadcast/Events
Cache Revert "don't perform an explicit setup when using the file cache" 2024-03-07 14:38:02 +01:00
Calendar
Collaboration fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Comments fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Console fix: Migrate away from OC_App toward the IAppManager 2024-04-22 12:14:58 +02:00
Contacts/ContactsMenu fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
DB feat: add request id as comment to all queries 2024-04-17 16:36:24 +02:00
Dashboard Lower to info 2024-01-15 09:29:22 +01:00
Diagnostics fix: Fix new psalm errors from update 2024-04-08 11:29:09 +02:00
DirectEditing fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Encryption fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 -01:00
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2024-04-02 17:55:16 +02:00
Files feat: add option to enable s3 acceleration 2024-04-26 14:40:24 +02:00
FilesMetadata Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 2024-04-17 16:20:33 -01:00
FullTextSearch fix: Avoid unitialized access of fts manager properties 2024-02-26 07:57:13 +01:00
GlobalScale
Group fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Hooks fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Http fix(dns): detect disabled IPv6 support in DNS pinning 2024-03-26 12:04:51 +01:00
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2024-03-11 10:59:43 -01:00
KnownUser
L10N fix: Fix tests following OC_App migrations to IAppManager 2024-04-22 12:21:55 +02:00
LDAP
Lock fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Lockdown
Log fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message) 2024-04-16 11:51:04 +02:00
Mail fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Memcache Update LoggerWrapperCache.php 2024-04-23 09:54:44 +02:00
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2024-02-01 09:49:32 +01:00
Net Refactors Metadata, Migration, and Net. 2023-11-07 09:43:40 +03:30
Notification fix(notifications): Add a warning when using relative links 2024-04-12 10:30:39 +02:00
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +02:00
OCS feat(capabilities): Expose if mod-rewrite is working via capabilities 2024-04-12 13:00:20 +02:00
Preview fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Profiler fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Remote
Repair feat(mimetypes): Add mimetype for ReStructuredText 2024-03-15 20:23:27 +05:30
RichObjectStrings Improve validator output in case of invalid RichObject 2024-01-15 11:50:48 +01:00
Route fix: Migrate a few more classes away from OC_App::getAppPath 2024-04-22 12:19:01 +02:00
Search fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Security fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blocklist 2024-03-26 17:08:22 +01:00
Session fix(typo): Fix typo in docs 2024-03-25 14:55:52 +01:00
Settings fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Setup fix: replace `Account name` by `Login` 2024-02-13 21:08:10 +01:00
SetupCheck fix: Log exceptions thrown by setup checks 2024-03-25 09:36:12 +01:00
Share chore: remove long depricated share code 2024-03-06 15:24:48 +01:00
Share20 fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
SpeechToText feat(stt): add ability to cancel a scheduled transcription 2024-03-15 12:52:17 +01:00
Support feat: rename users to account or person 2024-02-13 21:06:30 +01:00
SystemTag Refactors lib/private/SystemTag. 2023-11-07 09:41:33 +03:30
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Talk fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Teams feat: Implement team provider api 2024-03-05 08:13:58 +01:00
Template fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
TextProcessing fix missing return statement, inline return 2024-02-12 20:47:33 +01:00
TextToImage introduce IProviderWithUserId 2024-01-14 22:44:37 +03:00
Translation fix(coding style) 2024-01-10 16:15:06 +01:00
Updater fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
User fix(session): Do not update authtoken last_check for passwordless 2024-04-26 16:05:18 +02:00
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +01:00
legacy fix: Migrate away from OC_App toward the IAppManager 2024-04-22 12:14:58 +02:00
AllConfig.php fix(config): Make sure user keys are strings 2024-03-19 18:27:53 +01:00
AppConfig.php fix(appconfig): returns correct value on details 2024-04-17 16:28:02 -01:00
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Color.php
Config.php fix: regression with updating read-only config 2024-04-18 18:40:51 +02:00
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php fix(DateTimeFormatter): Adjust invalid doc blocks 2024-04-05 13:27:52 +02:00
DateTimeZone.php
EmojiHelper.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php fix: Migrate a few more classes away from OC_App::getAppPath 2024-04-22 12:19:01 +02:00
LargeFileHelper.php
Log.php fix(Logger): Warn on invalid `loglevel` configuration option 2024-03-17 20:20:43 +01:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php feat: Update help entry name 2024-04-22 15:19:59 -07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php fix: use png as preview right away 2023-11-13 22:00:45 +01:00
PreviewNotAvailableException.php
RedisFactory.php
Repair.php feat(appconfig): repair step to migrate lazy config values 2024-03-11 10:59:43 -01:00
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
Server.php fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2024-04-22 15:50:06 +02:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Streamer.php Refactor `OC\Server::getRootFolder` 2023-11-10 16:51:05 +01:00
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SystemConfig.php lazy AppConfig 2024-01-15 15:45:13 -01:00
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Tags.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
TempManager.php
TemplateLayout.php fix: php-cs `CapabilitiesManager` 2024-03-15 14:45:51 +01:00
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +01:00
Updater.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00