Robin Appelman 937f9e36ea fix: add some recrusive detection/prevention 1 year ago
..
Accounts f32dccd540 fix: always use display name from correct backend 1 year ago
Activity f5c361cf44 composer run cs:fix 1 year ago
App 0148dab1e7 fix(appstore): Only send subscription keys to valid appstores 10 months ago
AppFramework 9ec107ad25 Merge pull request #43182 from nextcloud/backport/42930/stable27 9 months ago
Archive ff776a90b1 Strong type filesize related methods to ease 32bits problem findings 1 year ago
Authentication 12257ac765 AppAPI: allowed to bypass Two-Factor 10 months ago
Avatar e294045223 Properly clear cached avatars 1 year ago
BackgroundJob 4e15a25933 fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved 1 year ago
Broadcast f5c361cf44 composer run cs:fix 1 year ago
Cache 98ed72b3ed Revert "fix(performance): Do not set up filesystem on every call" 1 year ago
Calendar c3f92ac5d9 fix(CalDAV): check voject exists before attempting any operation 1 year ago
Collaboration 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 year ago
Command d8c419c304 Explicitely only accept closures from our dependencies in ClosureJob 2 years ago
Comments 9cf4e38c4b fix(comments): Use provided offset in best effort when loading comments 1 year ago
Console 226fa9b039 make failure to load app commands non-fatal 9 months ago
Contacts b38d2daede fix the contacts-menu vcf-contact avatars 1 year ago
DB bf301df539 fix(workflowengine): use andWhere() not second where() 1 year ago
Dashboard e958966288 Lower to info 10 months ago
Diagnostics f5c361cf44 composer run cs:fix 1 year ago
DirectEditing 614981ae9a feat(directediting): Allow opening by file id 1 year ago
Encryption 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 year ago
EventDispatcher 7d17d2517f emit an event when a message is logged 1 year ago
Federation 0fac750bcd ocm services 1 year ago
Files 937f9e36ea fix: add some recrusive detection/prevention 8 months ago
FullTextSearch f5c361cf44 composer run cs:fix 1 year ago
GlobalScale 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 year ago
Group 7ffc89e7ff fix(cache): Remove displayname cache entry on delete 1 year ago
Hooks f5c361cf44 composer run cs:fix 1 year ago
Http b6c6475e18 enh: skip processing for empty response 1 year ago
IntegrityCheck c7bb540d08 Merge pull request #36895 from apasov/patch-1 1 year ago
KnownUser b153340b62 Add type hints for mappers 1 year ago
L10N 81f9d9a690 fix(l10n): Fix plural issue with different locale and language 1 year ago
LDAP 215aef3cbd Update php licenses 3 years ago
Lock 0e98f1eb8d restore shared lock ttl when releasing 10 months ago
Lockdown 308fcf4526 Respect OCP interface in private classes 1 year ago
Log ebcd8c0a47 Move away from deprecated utf_encode() on PHP 8.2+ 9 months ago
Mail bb2da7ed5d use getsystemvalue-functions in Mailer.php 1 year ago
Memcache 4b74d315b6 adjust redis compareSetTTL to use a lua script 10 months ago
Metadata 94d7e459bc fix: handle exif metadata read errors gracefully 10 months ago
Migration b864f3909f fix(install): Make installing more verbose 1 year ago
Net 8aea25b5b9 Add remote host validation API 2 years ago
Notification f5c361cf44 composer run cs:fix 1 year ago
OCM 8dbc4e9eec fix(OCM): Make the public API only rely on OCP 1 year ago
OCS f5c361cf44 composer run cs:fix 1 year ago
Preview 7f0a4e786c Lower failed movie preview to info 9 months ago
Profile 56899c1a83 fix(profile): fix getUID on nullable user variable 1 year ago
Profiler e91e7bc60f Fix TypeError in Profiler 1 year ago
Remote 215aef3cbd Update php licenses 3 years ago
Repair 261efaafd3 Move oc_file_metadata.metadata migration to a background job 8 months ago
RichObjectStrings f5c361cf44 composer run cs:fix 1 year ago
Route b911da3e1e DI for Router 1 year ago
Search f5c361cf44 composer run cs:fix 1 year ago
Security 6b895462ac fix(security): Handle idn_to_utf8 returning false 11 months ago
Session bcd7d59a20 fix(session): Do not log fresh/empty session as error 9 months ago
Settings b153340b62 Add type hints for mappers 1 year ago
Setup b864f3909f fix(install): Make installing more verbose 1 year ago
Share fb9c8e3790 Fix the typo in comments 1 year ago
Share20 fc21ecbd2a cleanup di for share permissions wrapper 1 year ago
SpeechToText 7fd0b1b49d AI admin settings: Use config values in AI feature managers 1 year ago
Support 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 year ago
SystemTag d44a12bb8b fix(SystemTagManager): Use truncated tagName in getTag and updateTag 1 year ago
Tagging b153340b62 Add type hints for mappers 1 year ago
Talk 06627c800c Add Talk converstation delete API 2 years ago
Template 0ebb00d01d fix: Do not attempt to use l10n files as sources for combined js files 1 year ago
TextProcessing 0564bd23f2 feat: Add delete task API 1 year ago
Translation 7fd0b1b49d AI admin settings: Use config values in AI feature managers 1 year ago
Updater 838669242b fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com 11 months ago
User fdfd620757 fix(auth): Fix logging in with email, password and login name mismatch 9 months ago
UserStatus f5c361cf44 composer run cs:fix 1 year ago
legacy 3304b0371b fix(autoloader): no apcu no side effects 1 year ago
AllConfig.php 5fc6fb0d20 fix: Only apply cast if needed when searching users for value 10 months ago
AppConfig.php fabb330a69 fix(systemreport): Mark more configs as sensitive 10 months ago
AppScriptDependency.php 491bd6260c Sort app scripts topologically by its dependencies 2 years ago
AppScriptSort.php 491bd6260c Sort app scripts topologically by its dependencies 2 years ago
BinaryFinder.php 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2 years ago
CapabilitiesManager.php f5c361cf44 composer run cs:fix 1 year ago
Color.php 215aef3cbd Update php licenses 3 years ago
Config.php e87d968c24 add a check for disk_free_space in Config.php 1 year ago
ContactsManager.php 7065a5e0e4 fix(mail): ContactManager search with fullmatch 1 year ago
DatabaseException.php 215aef3cbd Update php licenses 3 years ago
DatabaseSetupException.php b78f3a57d1 Migrate HintException to OCP 3 years ago
DateTimeFormatter.php 215aef3cbd Update php licenses 3 years ago
DateTimeZone.php 51f04ed514 Move away from deprecated ILogger 2 years ago
EmojiHelper.php cefcd55994 Include more emoji chars to test and fixes after include it 2 years ago
ForbiddenException.php 215aef3cbd Update php licenses 3 years ago
HintException.php 368f83095d Fix typos in lib/private subdirectory 2 years ago
InitialStateService.php 131f481a67 fix(initial-state): Log an error when initial-state can not be JSON encoded 1 year ago
Installer.php b864f3909f fix(install): Make installing more verbose 1 year ago
LargeFileHelper.php da618c457a Fix quota typing for 32bits after forward port from 25 1 year ago
Log.php 32ada27ed6 fix(log): Log exception class when message is empty 1 year ago
MemoryInfo.php 94ecae4ade Add helper to cast to int|float, fix MemoryInfo on 32bits 1 year ago
NaturalSort.php 069477e608 Migrate more classes of lib/private to LoggerInterface 2 years ago
NaturalSort_DefaultCollator.php 215aef3cbd Update php licenses 3 years ago
NavigationManager.php 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 year ago
NeedsUpdateException.php 215aef3cbd Update php licenses 3 years ago
NotSquareException.php 215aef3cbd Update php licenses 3 years ago
PreviewManager.php 8d5165e8dc Adapt tests to config value typing 1 year ago
PreviewNotAvailableException.php 215aef3cbd Update php licenses 3 years ago
RedisFactory.php 83717a7800 Add event logging for db and redis connection 2 years ago
Repair.php 261efaafd3 Move oc_file_metadata.metadata migration to a background job 8 months ago
RepairException.php 215aef3cbd Update php licenses 3 years ago
Search.php 215aef3cbd Update php licenses 3 years ago
Server.php 0e98f1eb8d restore shared lock ttl when releasing 10 months ago
ServerContainer.php f0a0bfaaee Move to str_starts_with 1 year ago
ServerNotAvailableException.php 215aef3cbd Update php licenses 3 years ago
ServiceUnavailableException.php 215aef3cbd Update php licenses 3 years ago
Setup.php 26068baa4a Read Only FS return false 11 months ago
StreamImage.php 110ea0df46 Allow empty mimeType 1 year ago
Streamer.php cd885b5705 Type sizes as int|float throughout the code base 1 year ago
SubAdmin.php f5c361cf44 composer run cs:fix 1 year ago
SystemConfig.php fabb330a69 fix(systemreport): Mark more configs as sensitive 10 months ago
TagManager.php 92a5a8f075 Cleanup tags and Share component 2 years ago
Tags.php 92a5a8f075 Cleanup tags and Share component 2 years ago
TempManager.php 215aef3cbd Update php licenses 3 years ago
TemplateLayout.php 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 year ago
URLGenerator.php 5d12f12319 fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder 1 year ago
Updater.php b294edad80 Merge branch 'master' into enh/type-iconfig-getter-calls 1 year ago