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
Roeland Jago Douma fa886ef4eb
Merge pull request #8830 from nextcloud/node_emit_read
8 years ago
..
Accounts Use ::class statement instead of string 8 years ago
Activity Use $var[] = $a instead of array_push - 2x faster 8 years ago
App Remove unused and deprecated class and interface AppHelper 8 years ago
AppFramework OCP\AppFramework\App strict 8 years ago
Archive Use index based string access for substr with length of 1 8 years ago
Authentication Use ::class statement instead of string 8 years ago
BackgroundJob
Cache
Calendar
Collaboration Fix calculation if there are more results 8 years ago
Command Use ::class statement instead of string 8 years ago
Comments Use type casting instead of *val() method 8 years ago
Console Do not show "Not installed warning" during occ install 8 years ago
Contacts/ContactsMenu Remove unused import statements 8 years ago
DB Made IExpressionBuilder varadic 8 years ago
Diagnostics
Encryption this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed 8 years ago
Federation Make OCP\Federation strict 8 years ago
Files Merge pull request #8830 from nextcloud/node_emit_read 8 years ago
GlobalScale
Group Use group displayNames in users list 8 years ago
Hooks
Http/Client adjust post body for new guzzle 8 years ago
IntegrityCheck Handle strict typing in Checker and fix tests 8 years ago
L10N Relax what t accepts so we don't break it all 8 years ago
Lock Made locking providers strict 8 years ago
Lockdown
Log Use ::class statement instead of string 8 years ago
Mail Fix comments 8 years ago
Memcache Properly provide local memcache check to ICacheFactory 8 years ago
Migration
Notification
OCS Add extra check so we don't error out on type 8 years ago
Preview Remove unneeded semicolon and parentheses 8 years ago
Remote
Repair Don't use double quotes in MySQL queries 8 years ago
RichObjectStrings
Route Use type casting instead of *val() method 8 years ago
Search
Security Make \OC\Security\IdentityProof strict 8 years ago
Session Make ISession strict 8 years ago
Settings Show the displayname in the users group list 8 years ago
Setup Remove unneeded semicolon and parentheses 8 years ago
Share Remove deprecated HTTPHelper 8 years ago
Share20 Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-html-emails 8 years ago
Support/CrashReport
SystemTag Make SystemTag strict 8 years ago
Tagging Use ::class statement instead of string 8 years ago
Template Actually clear cache values for all base urls 8 years ago
Updater Cache final result of update check 8 years ago
User Fix configuration values matched in user searches 8 years ago
legacy Merge pull request #8792 from nextcloud/cleanup-oc_response 8 years ago
AllConfig.php Remove IAppConfig::setValue 8 years ago
AppConfig.php using isset() 8 years ago
Avatar.php Use mb_* string methods to extract first character for generated avatars 8 years ago
AvatarManager.php Use \OC\User\Manager internally in the avatarmanager 8 years ago
CapabilitiesManager.php Properly log the full exception instead of only the message 8 years ago
Config.php
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
ForbiddenException.php
HintException.php
Installer.php Dont use $info as array when its not an array 8 years ago
LargeFileHelper.php Use type casting instead of *val() method 8 years ago
Log.php Loglevel is an int 8 years ago
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php Update phpDoc comments and add more type hinting 8 years ago
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Use ::class statement instead of string 8 years ago
PreviewNotAvailableException.php
RedisFactory.php
Repair.php Remove unused import statements 8 years ago
RepairException.php
Search.php Removed deprecated search function from ISearch 8 years ago
Server.php Merge pull request #8804 from nextcloud/remove_httphelper 8 years ago
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Correct mistaken regex wildcard in .htaccess 8 years ago
Streamer.php
SubAdmin.php Use group displayNames in users list 8 years ago
SystemConfig.php
TagManager.php
Tags.php Use insertIfNotExist of the new interface 8 years ago
TempManager.php
TemplateLayout.php Use JSCombiner from server container when searching for JS files 8 years ago
URLGenerator.php Fix check if theming defaults instance is available 8 years ago
Updater.php Remove OC_App::disable method 8 years ago