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