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.
 
 
 
 
 
 
nextcloud-server/lib/private
Benjamin Gaussorgues 74f996bbcb
Merge pull request #44129 from nextcloud/feat/discover-apps-section
2 years ago
..
Accounts chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Activity chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
App feat(settings): Cache app discover images to ensure privacy of users 2 years ago
AppFramework fix: add missing copyrights and strict types 2 years ago
Archive refactor: Repalce array_search with in_array in lib/ 2 years ago
Authentication feat(perf): add cache for authtoken lookup 2 years ago
Avatar feat: rename users to account or person 2 years ago
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Blurhash/Listener feat(metadata): get deprecated status using file etag 2 years ago
Broadcast/Events
Cache Revert "don't perform an explicit setup when using the file cache" 2 years ago
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2 years ago
Collaboration fix: Avoid clear cache with prefix 2 years ago
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Comments refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 2 years ago
Console make failure to load app commands non-fatal 2 years ago
Contacts/ContactsMenu fix(ContactsStore): Sanitize user ID given to guest avatar route 2 years ago
DB Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-off 2 years ago
Dashboard Lower to info 2 years ago
Diagnostics
DirectEditing perf: switch places that always use the first getById result to getFirstNodeById 2 years ago
Encryption Merge pull request #42893 from nextcloud/file-info-key-location 2 years ago
EventDispatcher add hasListeners() 2 years ago
Federation fix(federation): Allow cloud federation providers to handle unsuccessful return codes 2 years ago
Files Merge pull request #36252 from nextcloud/modernize-mime-typeloader 2 years ago
FilesMetadata feat(metadata): get deprecated status using file etag 2 years ago
FullTextSearch fix: Avoid unitialized access of fts manager properties 2 years ago
GlobalScale
Group fix(admin role): fix old and wrong way to determine whether user is admin 2 years ago
Hooks refactor: Repalce array_search with in_array in lib/ 2 years ago
Http fix: Swap method and uri parameter in request to match upstream order 2 years ago
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2 years ago
KnownUser
L10N chore: Migrate away from OC::$server->getLogger 2 years ago
LDAP
Lock restore shared lock ttl when releasing 2 years ago
Lockdown
Log Move away from deprecated utf_encode() on PHP 8.2+ 2 years ago
Mail Add "-i" to sendmail's pipe 2 years ago
Memcache set a default and max ttl for redis keys 2 years ago
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2 years ago
Net Refactors Metadata, Migration, and Net. 2 years ago
Notification fix(notifications): Help finding missing notifications by logging it 2 years ago
OCM feat(OCM): Dispatch an event so apps can register resources 2 years ago
OCS Refactor lib/private/ocs 2 years ago
Preview Lower failed movie preview to info 2 years ago
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Profiler Fix location of the profiler data 2 years ago
Remote Convert isset ternary to null coalescing operator 2 years ago
Repair feat(appconfig): repair step to migrate lazy config values 2 years ago
RichObjectStrings Improve validator output in case of invalid RichObject 2 years ago
Route feat(AppFramework): Add Route attribute 2 years ago
Search chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Security fix: Add edge as supported user agent for CSPv3 nonces 2 years ago
Session chore: Add missing ArrayAccess template parameters 2 years ago
Settings fix: add missing copyrights and strict types 2 years ago
Setup fix: replace `Account name` by `Login` 2 years ago
SetupCheck Add $name property in SetupResult and improve API 2 years ago
Share chore: remove long depricated share code 2 years ago
Share20 Merge pull request #42638 from nextcloud/shares-in-folder-storage 2 years ago
SpeechToText perf: switch places that always use the first getById result to getFirstNodeById 2 years ago
Support feat: rename users to account or person 2 years ago
SystemTag Refactors lib/private/SystemTag. 2 years ago
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Talk chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Teams feat: Implement team provider api 2 years ago
Template fix(JSResourceLocator): Consider configured app roots for files 2 years ago
TextProcessing fix missing return statement, inline return 2 years ago
TextToImage introduce IProviderWithUserId 2 years ago
Translation fix(coding style) 2 years ago
Updater fix(updatenotification): spread the use of new appconfig 2 years ago
User Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger 2 years ago
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2 years ago
legacy Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usage 2 years ago
AllConfig.php lazy AppConfig 2 years ago
AppConfig.php fix(appconfig): no insert statement if data already exist 2 years ago
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Color.php
Config.php
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 2 years ago
DateTimeZone.php
EmojiHelper.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php chore: Cleanup Installer class as well 2 years ago
LargeFileHelper.php
Log.php add hasListeners() 2 years ago
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php fix(Navigation): ensure NavManager is inited when adding an entry 2 years ago
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2 years ago
PreviewManager.php fix: use png as preview right away 2 years ago
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2 years ago
Repair.php feat(appconfig): repair step to migrate lazy config values 2 years ago
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2 years ago
Server.php feat: Add declarative settings 2 years ago
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2 years ago
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Streamer.php
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
SystemConfig.php lazy AppConfig 2 years ago
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Tags.php chore: Migrate away from OC::$server->getLogger 2 years ago
TempManager.php
TemplateLayout.php chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
URLGenerator.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Updater.php fix(updatenotification): spread the use of new appconfig 2 years ago