You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anna Larch 56419d94f8 enh(db): provide database providers via API 9 months ago
..
Accounts fix: always use display name from correct backend 10 months ago
Activity chore: Replace \OC::$server->query with \OCP\Server::get in /lib 11 months ago
App fix: Move AppManager events to IEventDispatcher 11 months ago
AppFramework techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 9 months ago
Archive Strong type filesize related methods to ease 32bits problem findings 1 year ago
Authentication Fix typo 10 months ago
Avatar Properly clear cached avatars 1 year ago
BackgroundJob Fix ParallelAwareJob tests 11 months ago
Broadcast/Events composer run cs:fix 1 year ago
Cache Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 9 months ago
Collaboration fix: Migrate collaboration listener and remove legacy adapter 11 months ago
Command Explicitely only accept closures from our dependencies in ClosureJob 2 years ago
Comments Throw if creation date is read before inserting into database 1 year ago
Console Cleanup plsam issues in DB/ContactsManager and Console 9 months ago
Contacts/ContactsMenu core: Add OpenAPI spec 11 months ago
DB enh(db): provide database providers via API 9 months ago
Dashboard composer run cs:fix 1 year ago
Diagnostics composer run cs:fix 1 year ago
DirectEditing feat(directediting): Allow opening by file id 1 year ago
Encryption extend fix-key-location to handle cases from broken cross-storage moves 9 months ago
EventDispatcher chore!: Remove legacy SymfonyAdapter 11 months ago
Federation displayname on federated shares 1 year ago
Files Merge pull request #40203 from lhsazevedo/fix/mimetype-40064 9 months ago
FullTextSearch composer run cs:fix 1 year ago
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 1 year ago
Group Build query once instead of in-loop 9 months ago
Hooks composer run cs:fix 1 year ago
Http test: add tests for dns pin middleware 9 months ago
IntegrityCheck Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
KnownUser Add type hints for mappers 1 year ago
L10N fix(l10n): Fix plural issue with different locale and language 1 year ago
LDAP Update php licenses 3 years ago
Lock composer run cs:fix 1 year ago
Lockdown Respect OCP interface in private classes 1 year ago
Log Refactors lib/private/Log. 1 year ago
Mail Adds same object return annotations. 1 year ago
Memcache fix(memcache): Fix comparison of Memcache configs to classes 10 months ago
Metadata Restrict EXIF extracting to a subset of formats 1 year ago
Migration composer run cs:fix 1 year ago
Net Add remote host validation API 1 year ago
Notification composer run cs:fix 1 year ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 11 months ago
Preview feat: Imaginary WebP support 9 months ago
Profile fix(profile): fix getUID on nullable user variable 11 months ago
Profiler Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Remote Update php licenses 3 years ago
Repair Massive refactoring: Turn LanguageModel OCP API into TextProcessing API 11 months ago
RichObjectStrings composer run cs:fix 1 year ago
Route Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Search chore: Replace \OC::$server->query with \OCP\Server::get in /lib 11 months ago
Security fix: Make bypass function public API 10 months ago
Session chore: Replace \OC::$server->query with \OCP\Server::get in /lib 11 months ago
Settings Add type hints for mappers 1 year ago
Setup postgresql - add quotes around user names 1 year ago
Share Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Share20 Merge pull request #39863 from nextcloud/sharing-mask-wrapper 9 months ago
SpeechToText AI admin settings: Use config values in AI feature managers 10 months ago
Support Use typed version of IConfig::getSystemValue as much as possible 1 year ago
SystemTag Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispatcher 11 months ago
Tagging Add type hints for mappers 1 year ago
Talk Add Talk converstation delete API 1 year ago
Template Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 1 year ago
TextProcessing feat: Add delete task API 10 months ago
Translation AI admin settings: Use config values in AI feature managers 10 months ago
Updater Print log message when version could not be got from updater server 9 months ago
User Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interface-for-DI 9 months ago
UserStatus composer run cs:fix 1 year ago
legacy fix(autoloader): no apcu no side effects 9 months ago
AllConfig.php fix mistake in db query to delete a user config value 1 year ago
AppConfig.php provisioning_api: Add OpenAPI spec 10 months ago
AppScriptDependency.php Sort app scripts topologically by its dependencies 2 years ago
AppScriptSort.php Sort app scripts topologically by its dependencies 2 years ago
BinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 1 year ago
CapabilitiesManager.php core: Add OpenAPI spec 11 months ago
Color.php Update php licenses 3 years ago
Config.php add a check for disk_free_space in Config.php 1 year ago
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 9 months ago
DatabaseException.php Update php licenses 3 years ago
DatabaseSetupException.php Migrate HintException to OCP 3 years ago
DateTimeFormatter.php Update php licenses 3 years ago
DateTimeZone.php Move away from deprecated ILogger 2 years ago
EmojiHelper.php Include more emoji chars to test and fixes after include it 2 years ago
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 1 year ago
ForbiddenException.php Update php licenses 3 years ago
HintException.php Fix typos in lib/private subdirectory 1 year ago
InitialStateService.php fix(initial-state): Log an error when initial-state can not be JSON encoded 1 year ago
Installer.php fix(apps): Fix loading info.xml file 11 months ago
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Log.php Add optional to add backtrace to log items 11 months ago
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 1 year ago
NaturalSort.php Migrate more classes of lib/private to LoggerInterface 2 years ago
NaturalSort_DefaultCollator.php Update php licenses 3 years ago
NavigationManager.php fix(API): Fix parameter name to match interface 9 months ago
NeedsUpdateException.php Update php licenses 3 years ago
NotSquareException.php Update php licenses 3 years ago
PreviewManager.php fix!: Remove legacy event dispatching Symfony's GenericEvent 11 months ago
PreviewNotAvailableException.php Update php licenses 3 years ago
RedisFactory.php Code simplification using null coalescing 10 months ago
Repair.php Add tasks::last_updated column and vacate tasks after a week 11 months ago
RepairException.php Update php licenses 3 years ago
Search.php Update php licenses 3 years ago
Server.php fix(ratelimit): Only use memory cache backend for redis 9 months ago
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 1 year ago
ServerNotAvailableException.php Update php licenses 3 years ago
ServiceUnavailableException.php Update php licenses 3 years ago
Setup.php Massive refactoring: Turn LanguageModel OCP API into TextProcessing API 11 months ago
StreamImage.php Allow empty mimeType 1 year ago
Streamer.php fix: log fopen calls when stream isn't available 11 months ago
SubAdmin.php composer run cs:fix 1 year ago
SystemConfig.php composer run cs:fix 1 year ago
TagManager.php Cleanup tags and Share component 1 year ago
Tags.php Cleanup tags and Share component 1 year ago
TempManager.php Update php licenses 3 years ago
TemplateLayout.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 11 months ago
URLGenerator.php Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Updater.php chore: Drop \OC_App::getAppVersion 1 year ago