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 月之前