server/lib/private
Morris Jobke 8fa86bf68b
Merge pull request #8173 from michaelletzgus/fix_for_each
Fix "undefined index" problem
2018-02-06 10:23:52 +01:00
..
Accounts Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Activity Use $var[] = $a instead of array_push - 2x faster 2018-01-25 22:36:03 +01:00
App Add deprecation checks 2018-01-31 14:15:12 +01:00
AppFramework Merge pull request #8062 from nextcloud/use-class 2018-01-29 15:25:08 +01:00
Archive Use index based string access for substr with length of 1 2018-01-26 13:38:34 +01:00
Authentication Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
BackgroundJob
Cache
Calendar
Collaboration Use $var[] = $a instead of array_push - 2x faster 2018-01-25 22:36:03 +01:00
Command Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Comments Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
Console Do not show "Not installed warning" during occ install 2018-01-18 14:55:32 +01:00
Contacts/ContactsMenu
DB Create the migrations table also with the UTF8mb4 collation 2018-01-31 13:15:00 +01:00
Diagnostics
Encryption Simplify ternary operator statements 2018-01-26 12:36:25 +01:00
Federation Make OCP\Federation strict 2018-01-16 19:25:08 +01:00
Files Do not try to get the jailed path if we can't find the id 2018-02-03 14:45:28 +01:00
GlobalScale
Group Use type casting instead of *val() method 2018-01-26 15:01:27 +01:00
Hooks
Http/Client Make OCP\Http strict 2018-01-16 19:19:58 +01:00
IntegrityCheck
L10N Improve conditional of loop 2018-01-25 22:33:43 +01:00
legacy Merge pull request #8134 from coliff/patch-2 2018-02-02 12:43:10 +01:00
Lock Made locking providers strict 2018-01-16 21:54:20 +01:00
Lockdown
Log Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Mail
Memcache Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Migration
Notification
OCS Add extra check so we don't error out on type 2018-01-16 22:06:57 +01:00
Preview Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Remote
Repair Move depsCache clearing to SCSSCacher/JSCombiner 2018-02-03 15:21:51 +01:00
RichObjectStrings
Route Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
Search
Security Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00
Session
Settings Do not cache the settings/sections in the database anymore 2018-01-29 15:47:37 +01:00
Setup Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Share Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Share20 Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Support/CrashReport
SystemTag
Tagging Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Template Move depsCache clearing to SCSSCacher/JSCombiner 2018-02-03 15:21:51 +01:00
Updater
User Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
AllConfig.php Remove IAppConfig::setValue 2018-01-17 21:41:57 +01:00
AppConfig.php using isset() 2018-02-05 10:50:32 +01:00
AppHelper.php
Avatar.php Use index based string access for substr with length of 1 2018-01-26 13:38:34 +01:00
AvatarManager.php
CapabilitiesManager.php Properly log the full exception instead of only the message 2018-01-23 10:57:21 +01:00
Config.php
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
ForbiddenException.php
HintException.php
HTTPHelper.php
Installer.php Remove OC_App::removeApp 2018-01-31 14:15:12 +01:00
LargeFileHelper.php Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
Log.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
PreviewNotAvailableException.php
RedisFactory.php
Repair.php Add repair step to clear frontend related caches 2018-02-03 15:21:51 +01:00
RepairException.php
Search.php
Server.php Add repair step to clear frontend related caches 2018-02-03 15:21:51 +01:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Fix case when overwrite URL is empty during setup 2018-01-15 11:15:38 +01:00
Streamer.php
SubAdmin.php Simplify ternary operator statements 2018-01-26 12:36:25 +01:00
SystemConfig.php
TagManager.php
Tags.php Properly log the full exception instead of only the message 2018-01-23 10:57:21 +01:00
TemplateLayout.php Load guest css on any guest and error page 2018-02-02 14:20:13 +01:00
TempManager.php
Updater.php Disable vendor detection when upgrading from 11.0.x 2018-01-20 11:14:06 +01:00
URLGenerator.php