blizzz 76d23a1600 Merge pull request #8806 from nextcloud/add-local-memcache-check il y a 6 ans
..
Accounts eb51f06a3b Use ::class statement instead of string il y a 6 ans
Activity 870fe20acc Use $var[] = $a instead of array_push - 2x faster il y a 6 ans
App f5c5c5181f Remove unused and deprecated class and interface AppHelper il y a 6 ans
AppFramework 129a608ebe OCP\AppFramework\App strict il y a 6 ans
Archive 9ff51aafc5 Use index based string access for substr with length of 1 il y a 6 ans
Authentication eb51f06a3b Use ::class statement instead of string il y a 6 ans
BackgroundJob 0eebff152a Update license headers il y a 7 ans
Cache 0eebff152a Update license headers il y a 7 ans
Calendar 556b2a2b6f implement CalendarManager il y a 7 ans
Collaboration 882096653e Fix calculation if there are more results il y a 6 ans
Command eb51f06a3b Use ::class statement instead of string il y a 6 ans
Comments c1e4f9f305 Use type casting instead of *val() method il y a 6 ans
Console 0d9f73a814 Do not show "Not installed warning" during occ install il y a 6 ans
Contacts d3d045dd5c Remove unused import statements il y a 6 ans
DB 46c195b58b Made IExpressionBuilder varadic il y a 6 ans
Diagnostics 0eebff152a Update license headers il y a 7 ans
Encryption 8042e6b8fb this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed il y a 6 ans
Federation 50acde36b7 Make OCP\Federation strict il y a 6 ans
Files 4e8d5504d2 Properly cache swift v3 token il y a 6 ans
GlobalScale 0eebff152a Update license headers il y a 7 ans
Group 2ad2eb38e8 Use type casting instead of *val() method il y a 6 ans
Hooks 72bb7c3074 Fix PHP doc for API docs il y a 7 ans
Http fe23bb5916 adjust post body for new guzzle il y a 6 ans
IntegrityCheck 72e745be26 Handle strict typing in Checker and fix tests il y a 6 ans
L10N a423860f42 Relax what t accepts so we don't break it all il y a 6 ans
Lock 8edbfdb291 Made locking providers strict il y a 6 ans
Lockdown 0eebff152a Update license headers il y a 7 ans
Log eb51f06a3b Use ::class statement instead of string il y a 6 ans
Mail f6fe04f3d7 Fix comments il y a 6 ans
Memcache dde5353f98 Properly provide local memcache check to ICacheFactory il y a 6 ans
Migration 0eebff152a Update license headers il y a 7 ans
Notification 0eebff152a Update license headers il y a 7 ans
OCS 569b8413d4 Add extra check so we don't error out on type il y a 6 ans
Preview a661f043e1 Remove unneeded semicolon and parentheses il y a 6 ans
Remote 5ce69e7c42 Add some more tests for ocs remote api il y a 7 ans
Repair 6aa816915a Don't use double quotes in MySQL queries il y a 6 ans
RichObjectStrings 0eebff152a Update license headers il y a 7 ans
Route c1e4f9f305 Use type casting instead of *val() method il y a 6 ans
Search 0eebff152a Update license headers il y a 7 ans
Security d8332d43f8 Make \OC\Security\IdentityProof strict il y a 6 ans
Session 8cb6bb3987 Make ISession strict il y a 6 ans
Settings 3285becdc1 fix unit tests il y a 6 ans
Setup a661f043e1 Remove unneeded semicolon and parentheses il y a 6 ans
Share 236086c457 Merge pull request #8335 from nextcloud/remove-unused-import il y a 6 ans
Share20 226e63695f Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-html-emails il y a 6 ans
Support 72bb7c3074 Fix PHP doc for API docs il y a 7 ans
SystemTag 8e5657014d Make SystemTag strict il y a 6 ans
Tagging eb51f06a3b Use ::class statement instead of string il y a 6 ans
Template 63e261b444 Actually clear cache values for all base urls il y a 6 ans
Updater 1beffa058a Cache final result of update check il y a 7 ans
User de56915605 Merge pull request #7419 from Abijeet/feature-7175 il y a 6 ans
legacy 7488218535 Merge pull request #8792 from nextcloud/cleanup-oc_response il y a 6 ans
AllConfig.php 1e7b20f615 Remove IAppConfig::setValue il y a 6 ans
AppConfig.php 05b8eb140c using isset() il y a 6 ans
Avatar.php 3bea8e05ad Use mb_* string methods to extract first character for generated avatars il y a 6 ans
AvatarManager.php 48ea7251d7 Use \OC\User\Manager internally in the avatarmanager il y a 6 ans
CapabilitiesManager.php 2a38605545 Properly log the full exception instead of only the message il y a 6 ans
Config.php 0eebff152a Update license headers il y a 7 ans
ContactsManager.php ba87db3fcc Fix others il y a 8 ans
DatabaseException.php b8ed028870 Remove unneeded parameter in DatabaseException il y a 7 ans
DatabaseSetupException.php ba87db3fcc Fix others il y a 8 ans
DateTimeFormatter.php 0eebff152a Update license headers il y a 7 ans
DateTimeZone.php ba87db3fcc Fix others il y a 8 ans
ForbiddenException.php ba87db3fcc Fix others il y a 8 ans
HTTPHelper.php ba87db3fcc Fix others il y a 8 ans
HintException.php 0eebff152a Update license headers il y a 7 ans
Installer.php 1aa846107d Dont use $info as array when its not an array il y a 6 ans
LargeFileHelper.php c1e4f9f305 Use type casting instead of *val() method il y a 6 ans
Log.php 6994bce951 Loglevel is an int il y a 6 ans
NaturalSort.php ba87db3fcc Fix others il y a 8 ans
NaturalSort_DefaultCollator.php ba87db3fcc Fix others il y a 8 ans
NavigationManager.php e694b30a4f Update phpDoc comments and add more type hinting il y a 6 ans
NeedsUpdateException.php 0215b004da Update with robin il y a 8 ans
NotSquareException.php ba87db3fcc Fix others il y a 8 ans
PreviewManager.php eb51f06a3b Use ::class statement instead of string il y a 6 ans
PreviewNotAvailableException.php f56ae37e8f Opening the trashbin causes errors in log for files without preview il y a 8 ans
RedisFactory.php 0eebff152a Update license headers il y a 7 ans
Repair.php d3d045dd5c Remove unused import statements il y a 6 ans
RepairException.php ba87db3fcc Fix others il y a 8 ans
Search.php 21a720e026 Removed deprecated search function from ISearch il y a 6 ans
Server.php dde5353f98 Properly provide local memcache check to ICacheFactory il y a 6 ans
ServerContainer.php a411adee6c Fix missing argument 2 for Settings classes il y a 7 ans
ServerNotAvailableException.php ba87db3fcc Fix others il y a 8 ans
ServiceUnavailableException.php 0215b004da Update with robin il y a 8 ans
Setup.php 8797590099 Correct mistaken regex wildcard in .htaccess il y a 6 ans
Streamer.php 7d806bdfbd Revert "Always enable Zip64 extension for zipstreamer" il y a 7 ans
SubAdmin.php 6bbea33133 Simplify ternary operator statements il y a 6 ans
SystemConfig.php f9e70c2ab6 Merge pull request #7020 from Fiech/master il y a 7 ans
TagManager.php ba87db3fcc Fix others il y a 8 ans
Tags.php 2b335fd607 Use insertIfNotExist of the new interface il y a 6 ans
TempManager.php 0eebff152a Update license headers il y a 7 ans
TemplateLayout.php f652c28b21 Use JSCombiner from server container when searching for JS files il y a 6 ans
URLGenerator.php e2cd33adfe Fix check if theming defaults instance is available il y a 6 ans
Updater.php 55b9a5d886 Remove OC_App::disable method il y a 6 ans