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
blizzz cf5452e633
Merge pull request #32242 from nextcloud/fix-logging-data-array
4 years ago
..
Accounts Fix exception handling when profile data is too long 4 years ago
Activity Update php licenses 5 years ago
App Also allow pre-releases and nightlies when installing from git 4 years ago
AppFramework Update core to PHP 7.4 standard 4 years ago
Archive Expose ZIP stat information 4 years ago
Authentication Fix replacing external storage password during debug log 4 years ago
Avatar Merge pull request #32697 from nextcloud/fix/get-avatar-authz 4 years ago
BackgroundJob Check background job type 4 years ago
Broadcast/Events Update php licenses 5 years ago
Cache Add stricter psalm type for CappedMemoryCache 4 years ago
Calendar Move calendar resource/room backend registration to IBootstrap 4 years ago
Collaboration Introduce event for loading additional script on projects 4 years ago
Command Explicitely only accept closures from our dependencies in ClosureJob 4 years ago
Comments Create query parameters on correct objects to make debugging easier 4 years ago
Console Do not decorate the CLI output if it's explicitly turned off 4 years ago
Contacts/ContactsMenu Modernize contacts menu 4 years ago
DB add case statement to sql function builder 4 years ago
Dashboard Fix identation 4 years ago
Diagnostics only log diagnostic events if a treshhold is set 4 years ago
DirectEditing fix translation source in directEditing templates 4 years ago
Encryption Fix hook encryption with cron job 4 years ago
EventDispatcher Fix codestyle 4 years ago
Federation Always log errors from sending federation api requests to ease debugging 4 years ago
Files Merge pull request #31475 from nextcloud/kofemann-patch-1 4 years ago
FullTextSearch Fix ArrayAccess and JsonSerializable return types 4 years ago
GlobalScale Update php licenses 5 years ago
Group Do not ignore return value of deleteGroup from backend 4 years ago
Hooks Update php licenses 5 years ago
Http Migrate from ILogger to LoggerInterface in lib/private 4 years ago
IntegrityCheck Simlify tests for integrity check on modified mimetype lists 4 years ago
KnownUser Update php licenses 5 years ago
L10N Use {$var} instead of ${var} for PHP 8.2 compatibility 4 years ago
LDAP Update php licenses 5 years ago
Lock Cleanup lock related code 4 years ago
Lockdown use searchoperation for storage filter instead of db expression 5 years ago
Log Merge pull request #32242 from nextcloud/fix-logging-data-array 4 years ago
Mail Use {$var} instead of ${var} for PHP 8.2 compatibility 4 years ago
Memcache memcached should not throw arbitrary exceptions 4 years ago
Metadata Merge pull request #32033 from nextcloud/fix/metadata-scan-app-data 4 years ago
Migration Fix codestyle 4 years ago
Notification Fix a few psalm issues and moved back to psalm/phar 4.18 4 years ago
OCS Update php licenses 5 years ago
Preview Use Image class from public API 4 years ago
Profile Add profile default setting for admin 4 years ago
Profiler Add a built-in profiler inside Nextcloud 4 years ago
Remote Update php licenses 5 years ago
Repair feat: add docxf and form mimetypes 4 years ago
RichObjectStrings Update php licenses 5 years ago
Route Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Search Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Security Validate requested length is random string generator 4 years ago
Session Fix ArrayAccess and JsonSerializable return types 4 years ago
Settings Handle non existing settings again 4 years ago
Setup Use {$var} instead of ${var} for PHP 8.2 compatibility 4 years ago
Share Remove unused class SearchResultSorter 4 years ago
Share20 Merge pull request #32185 from nextcloud/fix/default-share-provider-oracle 4 years ago
Support Migrate more classes of lib/private to LoggerInterface 4 years ago
SystemTag Update php licenses 5 years ago
Tagging Update php licenses 5 years ago
Talk Add a Talk API for OCP 4 years ago
Template Feature: Add and expose frontend loglevel 4 years ago
Updater Migrate from ILogger to LoggerInterface in lib/private 4 years ago
User Keep non default protocol in cloud id 4 years ago
UserStatus Allow to revert the user status of multiple users in 3 queries instead of 3*n 4 years ago
legacy Merge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apache-auth-backend 4 years ago
AllConfig.php Cleanup AllConfig 4 years ago
AppConfig.php Remove SCSSCacher 4 years ago
AppScriptDependency.php Sort app scripts topologically by its dependencies 4 years ago
AppScriptSort.php Sort app scripts topologically by its dependencies 4 years ago
CapabilitiesManager.php Don't inject Bruteforce capability info in the webui 4 years ago
Color.php Update php licenses 5 years ago
Config.php Don't write to config file if `config_is_read_only` is set 4 years ago
ContactsManager.php Fix a doctype in OCP for IAddressBook 4 years ago
DatabaseException.php Update php licenses 5 years ago
DatabaseSetupException.php Migrate HintException to OCP 5 years ago
DateTimeFormatter.php Update php licenses 5 years ago
DateTimeZone.php Move away from deprecated ILogger 4 years ago
EmojiHelper.php Include more emoji chars to test and fixes after include it 4 years ago
ForbiddenException.php Update php licenses 5 years ago
HintException.php Migrate HintException to OCP 5 years ago
InitialStateService.php Update php licenses 5 years ago
Installer.php Migrate more classes of lib/private to LoggerInterface 4 years ago
LargeFileHelper.php Update php licenses 5 years ago
Log.php Fix logging data context to file 4 years ago
MemoryInfo.php Update php licenses 5 years ago
NaturalSort.php Migrate more classes of lib/private to LoggerInterface 4 years ago
NaturalSort_DefaultCollator.php Update php licenses 5 years ago
NavigationManager.php Let apps toggle an unread counter on app icons 5 years ago
NeedsUpdateException.php Update php licenses 5 years ago
NotSquareException.php Update php licenses 5 years ago
PreviewManager.php Send images to imaginary docker to generate previews 4 years ago
PreviewNotAvailableException.php Update php licenses 5 years ago
RedisFactory.php Add event logging for db and redis connection 4 years ago
Repair.php Remove SCSSCacher 4 years ago
RepairException.php Update php licenses 5 years ago
Search.php Update php licenses 5 years ago
Server.php Merge pull request #32077 from nextcloud/cleanup/lock 4 years ago
ServerContainer.php Update php licenses 5 years ago
ServerNotAvailableException.php Update php licenses 5 years ago
ServiceUnavailableException.php Update php licenses 5 years ago
Setup.php Remove default token which is deprecated since Nextcloud 13 4 years ago
StreamImage.php Send images to imaginary docker to generate previews 4 years ago
Streamer.php Fix docblock for addFileFromStream 4 years ago
SubAdmin.php Update php licenses 5 years ago
SystemConfig.php Censor more configs 4 years ago
TagManager.php Update php licenses 5 years ago
Tags.php Update php licenses 5 years ago
TempManager.php Update php licenses 5 years ago
TemplateLayout.php Remove SCSSCacher 4 years ago
URLGenerator.php Check style update 4 years ago
Updater.php Do not print verbose info about app updates if there are none 4 years ago