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.
jld3103 4ac2375ca2
feat: Add declarative settings
6 月之前
..
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 fix(AppManager): Allow to query dark **or** bright icon 3 月之前
AppFramework feat: Add declarative settings 3 月之前
Archive refactor: Repalce array_search with in_array in lib/ 7 月之前
Authentication feat(perf): add cache for authtoken lookup 3 月之前
Avatar feat: rename users to account or person 4 月之前
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 4 月之前
Blurhash/Listener feat(metadata): get deprecated status using file etag 3 月之前
Broadcast/Events composer run cs:fix 1 年之前
Cache Revert "don't perform an explicit setup when using the file cache" 3 月之前
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 10 月之前
Collaboration fix: Avoid clear cache with prefix 3 月之前
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 4 月之前
Comments refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 3 月之前
Console make failure to load app commands non-fatal 4 月之前
Contacts/ContactsMenu fix(ContactsStore): Sanitize user ID given to guest avatar route 4 月之前
DB Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-off 4 月之前
Dashboard Lower to info 5 月之前
Diagnostics composer run cs:fix 1 年之前
DirectEditing perf: switch places that always use the first getById result to getFirstNodeById 3 月之前
Encryption Merge pull request #42893 from nextcloud/file-info-key-location 4 月之前
EventDispatcher add hasListeners() 4 月之前
Federation fix(federation): Allow cloud federation providers to handle unsuccessful return codes 3 月之前
Files Merge pull request #39990 from nextcloud/recursive-share 3 月之前
FilesMetadata feat(metadata): get deprecated status using file etag 3 月之前
FullTextSearch fix: Avoid unitialized access of fts manager properties 3 月之前
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 1 年之前
Group fix(admin role): fix old and wrong way to determine whether user is admin 4 月之前
Hooks refactor: Repalce array_search with in_array in lib/ 7 月之前
Http fix: Swap method and uri parameter in request to match upstream order 3 月之前
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 3 月之前
KnownUser Add type hints for mappers 1 年之前
L10N chore: Migrate away from OC::$server->getLogger 4 月之前
LDAP Update php licenses 3 年之前
Lock restore shared lock ttl when releasing 6 月之前
Lockdown Respect OCP interface in private classes 1 年之前
Log Move away from deprecated utf_encode() on PHP 8.2+ 4 月之前
Mail Add "-i" to sendmail's pipe 5 月之前
Memcache set a default and max ttl for redis keys 4 月之前
Migration fix: Make Repair object injectable and fix BackgroundRepair test 4 月之前
Net Refactors Metadata, Migration, and Net. 7 月之前
Notification fix(notifications): Help finding missing notifications by logging it 4 月之前
OCM feat(OCM): Dispatch an event so apps can register resources 8 月之前
OCS Refactor lib/private/ocs 4 月之前
Preview Lower failed movie preview to info 4 月之前
Profile chore: apply changes from Nextcloud coding standards 1.1.1 7 月之前
Profiler Fix location of the profiler data 4 月之前
Remote Convert isset ternary to null coalescing operator 8 月之前
Repair feat(appconfig): repair step to migrate lazy config values 3 月之前
RichObjectStrings Improve validator output in case of invalid RichObject 5 月之前
Route feat(AppFramework): Add Route attribute 4 月之前
Search chore: apply changes from Nextcloud coding standards 1.1.1 7 月之前
Security fix: Add edge as supported user agent for CSPv3 nonces 3 月之前
Session chore: Add missing ArrayAccess template parameters 4 月之前
Settings feat: Add declarative settings 3 月之前
Setup fix: replace `Account name` by `Login` 4 月之前
SetupCheck Add $name property in SetupResult and improve API 7 月之前
Share chore: remove long depricated share code 3 月之前
Share20 Merge pull request #42638 from nextcloud/shares-in-folder-storage 3 月之前
SpeechToText perf: switch places that always use the first getById result to getFirstNodeById 3 月之前
Support feat: rename users to account or person 4 月之前
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 月之前
Teams feat: Implement team provider api 3 月之前
Template fix(JSResourceLocator): Consider configured app roots for files 3 月之前
TextProcessing fix missing return statement, inline return 4 月之前
TextToImage introduce IProviderWithUserId 5 月之前
Translation fix(coding style) 5 月之前
Updater fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com 7 月之前
User Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger 4 月之前
UserStatus enh(userstatus): add OOO automation and remove calendar automation 6 月之前
legacy Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usage 3 月之前
AllConfig.php lazy AppConfig 5 月之前
AppConfig.php fix(appconfig): no insert statement if data already exist 3 月之前
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 9 月之前
DatabaseException.php Update php licenses 3 年之前
DatabaseSetupException.php Migrate HintException to OCP 3 年之前
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 9 月之前
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 chore: Cleanup Installer class as well 4 月之前
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Log.php add hasListeners() 4 月之前
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 feat(AppManager): Provide `getAppIcon` function 3 月之前
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 feat(appconfig): repair step to migrate lazy config values 3 月之前
RepairException.php Update php licenses 3 年之前
Search.php chore: Migrate away from OC::$server->getLogger 4 月之前
Server.php feat: Add declarative settings 3 月之前
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 fix: replace `Account name` by `Login` 4 月之前
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 lazy AppConfig 5 月之前
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 7 月之前
Tags.php chore: Migrate away from OC::$server->getLogger 4 月之前
TempManager.php Update php licenses 3 年之前
TemplateLayout.php chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 4 月之前
URLGenerator.php chore: apply changes from Nextcloud coding standards 1.1.1 7 月之前
Updater.php Refactor `OC\Server::getAppFetcher` 4 月之前