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 달 전
..
Accounts chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Activity chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
App chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
AppFramework chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Archive refactor: Repalce array_search with in_array in lib/ 7 달 전
Authentication chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Avatar chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
BackgroundJob fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved 7 달 전
Broadcast/Events composer run cs:fix 1 년 전
Cache Refactors "strpos" calls in lib/private to improve code readability. 1 년 전
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 10 달 전
Collaboration chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Command chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Comments chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Console chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Contacts/ContactsMenu feat(contactsmenu): Sort by user status 7 달 전
DB chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Dashboard chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Diagnostics composer run cs:fix 1 년 전
DirectEditing chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Encryption chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
EventDispatcher chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Federation chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Files chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
FilesMetadata get sync_token on retrieveMetadata() 7 달 전
FullTextSearch composer run cs:fix 1 년 전
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 1 년 전
Group chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Hooks refactor: Repalce array_search with in_array in lib/ 7 달 전
Http chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
IntegrityCheck chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
KnownUser Add type hints for mappers 1 년 전
L10N Update lib/private/L10N/Factory.php 8 달 전
LDAP Update php licenses 3 년 전
Lock Refactors lib/private/Lock. 9 달 전
Lockdown Respect OCP interface in private classes 1 년 전
Log Refactors lib/private/Log. 1 년 전
Mail Adds same object return annotations. 1 년 전
Memcache chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Migration chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Net Refactors Metadata, Migration, and Net. 7 달 전
Notification chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
OCM feat(OCM): Dispatch an event so apps can register resources 8 달 전
OCS chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Preview chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Profile chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Profiler chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Remote Convert isset ternary to null coalescing operator 9 달 전
Repair chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
RichObjectStrings composer run cs:fix 1 년 전
Route chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Search chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Security chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Session chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Settings chore(settings): Cleanup IManager and Manager type annotations 7 달 전
Setup chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
SetupCheck Add $name property in SetupResult and improve API 7 달 전
Share chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Share20 chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
SpeechToText AI admin settings: Use config values in AI feature managers 11 달 전
Support chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
SystemTag Refactors lib/private/SystemTag. 7 달 전
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Talk chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Template chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
TextProcessing chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
TextToImage chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Translation AI admin settings: Use config values in AI feature managers 11 달 전
Updater fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com 7 달 전
User feat(dav): dispatch out-of-office started and ended events 7 달 전
UserStatus chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
legacy chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
AllConfig.php fix mistake in db query to delete a user config value 1 년 전
AppConfig.php Convert isset ternary to null coalescing operator 9 달 전
AppScriptDependency.php Sort app scripts topologically by its dependencies 2 년 전
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Color.php Update php licenses 3 년 전
Config.php add a check for disk_free_space in Config.php 1 년 전
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 10 달 전
DatabaseException.php Update php licenses 3 년 전
DatabaseSetupException.php Migrate HintException to OCP 3 년 전
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 10 달 전
DateTimeZone.php Move away from deprecated ILogger 2 년 전
EmojiHelper.php Include more emoji chars to test and fixes after include it 2 년 전
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 1 년 전
ForbiddenException.php Update php licenses 3 년 전
HintException.php Fix typos in lib/private subdirectory 1 년 전
InitialStateService.php fix(initial-state): Log an error when initial-state can not be JSON encoded 1 년 전
Installer.php fix(install): Make installing more verbose 8 달 전
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 1 년 전
Log.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 1 년 전
NaturalSort.php Migrate more classes of lib/private to LoggerInterface 2 년 전
NaturalSort_DefaultCollator.php Update php licenses 3 년 전
NavigationManager.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
NeedsUpdateException.php Update php licenses 3 년 전
NotSquareException.php Update php licenses 3 년 전
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 9 달 전
PreviewManager.php fix: use png as preview right away 7 달 전
PreviewNotAvailableException.php Update php licenses 3 년 전
RedisFactory.php Code simplification using null coalescing 10 달 전
Repair.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
RepairException.php Update php licenses 3 년 전
Search.php Update php licenses 3 년 전
Server.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 1 년 전
ServerNotAvailableException.php Update php licenses 3 년 전
ServiceUnavailableException.php Update php licenses 3 년 전
Setup.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Streamer.php fix: log fopen calls when stream isn't available 11 달 전
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
SystemConfig.php fix(systemreport): Mask onlyoffice secret as sensitive 9 달 전
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Tags.php Remove deprecated methods Util::writeLog and DIContainer::log 9 달 전
TempManager.php Update php licenses 3 년 전
TemplateLayout.php feat: update sign up link in share pages 7 달 전
URLGenerator.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전
Updater.php chore: apply changes from Nextcloud coding standards 1.1.1 7 달 전