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.
Richard Steinmetz 8191295f66
feat(dav): dispatch out-of-office started and ended events
7 months ago
..
Accounts chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Activity chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
App chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
AppFramework chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Archive refactor: Repalce array_search with in_array in lib/ 7 months ago
Authentication chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Avatar chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
BackgroundJob fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved 7 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 10 months ago
Collaboration chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Command chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Comments chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Console chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Contacts/ContactsMenu feat(contactsmenu): Sort by user status 7 months ago
DB chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Dashboard chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Diagnostics composer run cs:fix 1 year ago
DirectEditing chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Encryption chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
EventDispatcher chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Federation chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Files chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
FilesMetadata get sync_token on retrieveMetadata() 7 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 chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Hooks refactor: Repalce array_search with in_array in lib/ 7 months ago
Http chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
IntegrityCheck chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
KnownUser Add type hints for mappers 1 year ago
L10N Update lib/private/L10N/Factory.php 8 months ago
LDAP Update php licenses 3 years ago
Lock Refactors lib/private/Lock. 9 months 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 chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Migration chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Net Refactors Metadata, Migration, and Net. 7 months ago
Notification chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
OCM feat(OCM): Dispatch an event so apps can register resources 8 months ago
OCS chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Preview chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Profile chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Profiler chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Remote Convert isset ternary to null coalescing operator 9 months ago
Repair chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
RichObjectStrings composer run cs:fix 1 year ago
Route chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Search chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Security chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Session chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Settings chore(settings): Cleanup IManager and Manager type annotations 7 months ago
Setup chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
SetupCheck Add $name property in SetupResult and improve API 7 months ago
Share chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Share20 chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
SpeechToText AI admin settings: Use config values in AI feature managers 11 months ago
Support chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
SystemTag Refactors lib/private/SystemTag. 7 months ago
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Talk chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Template chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
TextProcessing chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
TextToImage chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Translation AI admin settings: Use config values in AI feature managers 11 months ago
Updater fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com 7 months ago
User feat(dav): dispatch out-of-office started and ended events 7 months ago
UserStatus chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
legacy chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
AllConfig.php fix mistake in db query to delete a user config value 1 year ago
AppConfig.php Convert isset ternary to null coalescing operator 9 months ago
AppScriptDependency.php Sort app scripts topologically by its dependencies 2 years ago
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 7 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 lib/private/DateTimeFormatter.php 9 months 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(install): Make installing more verbose 8 months ago
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Log.php chore: apply changes from Nextcloud coding standards 1.1.1 7 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 chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
NeedsUpdateException.php Update php licenses 3 years ago
NotSquareException.php Update php licenses 3 years ago
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 9 months ago
PreviewManager.php fix: use png as preview right away 7 months ago
PreviewNotAvailableException.php Update php licenses 3 years ago
RedisFactory.php Code simplification using null coalescing 10 months ago
Repair.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
RepairException.php Update php licenses 3 years ago
Search.php Update php licenses 3 years ago
Server.php chore: apply changes from Nextcloud coding standards 1.1.1 7 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 chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Streamer.php fix: log fopen calls when stream isn't available 11 months ago
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
SystemConfig.php fix(systemreport): Mask onlyoffice secret as sensitive 9 months ago
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Tags.php Remove deprecated methods Util::writeLog and DIContainer::log 9 months ago
TempManager.php Update php licenses 3 years ago
TemplateLayout.php feat: update sign up link in share pages 7 months ago
URLGenerator.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago
Updater.php chore: apply changes from Nextcloud coding standards 1.1.1 7 months ago