..
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
Update license headers
2017-11-06 16:56:19 +01:00
Cache
Update license headers
2017-11-06 16:56:19 +01:00
Calendar
implement CalendarManager
2017-11-09 15:14:50 +01:00
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
Make ContactsStore a public API
2017-12-11 18:18:58 +01:00
DB
Create the migrations table also with the UTF8mb4 collation
2018-01-31 13:15:00 +01:00
Diagnostics
Update license headers
2017-11-06 16:56:19 +01:00
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
External storage test: log exceptions
2018-02-11 16:45:32 +01:00
GlobalScale
Update license headers
2017-11-06 16:56:19 +01:00
Group
Use type casting instead of *val() method
2018-01-26 15:01:27 +01:00
Hooks
Fix PHP doc for API docs
2017-12-03 12:02:29 +01:00
Http /Client
Make OCP\Http strict
2018-01-16 19:19:58 +01:00
IntegrityCheck
Also replace all other occurences
2017-12-18 20:57:11 +01:00
L10N
Improve conditional of loop
2018-01-25 22:33:43 +01:00
Lock
Made locking providers strict
2018-01-16 21:54:20 +01:00
Lockdown
Update license headers
2017-11-06 16:56:19 +01:00
Log
Use ::class statement instead of string
2018-01-29 12:03:47 +01:00
Mail
Fix email buttons for white theme
2017-12-11 14:33:54 +01:00
Memcache
Use ::class statement instead of string
2018-01-29 12:03:47 +01:00
Migration
Update license headers
2017-11-06 16:56:19 +01:00
Notification
Update license headers
2017-11-06 16:56:19 +01:00
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
Add some more tests for ocs remote api
2017-12-08 16:37:14 +01:00
Repair
Move depsCache clearing to SCSSCacher/JSCombiner
2018-02-03 15:21:51 +01:00
RichObjectStrings
Update license headers
2017-11-06 16:56:19 +01:00
Route
Use type casting instead of *val() method
2018-01-26 11:35:42 +01:00
Search
Update license headers
2017-11-06 16:56:19 +01:00
Security
Return value immediately instead of assigning to a one-time variable
2018-01-26 00:02:03 +01:00
Session
Fix type in CryptoSessionData
2018-01-12 22:41:03 +01:00
Settings
Display the proper language strings in setttings
2018-02-07 11:13:55 +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
Fix PHP doc for API docs
2017-12-03 12:02:29 +01:00
SystemTag
Update license headers
2017-11-06 16:56:19 +01:00
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
Cache final result of update check
2017-12-18 21:48:58 +01:00
User
Remove unneeded semicolon and parentheses
2018-01-26 23:46:40 +01:00
legacy
Merge pull request #8134 from coliff/patch-2
2018-02-02 12:43:10 +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
Fix others
2016-07-21 18:13:57 +02:00
Avatar.php
Use index based string access for substr with length of 1
2018-01-26 13:38:34 +01:00
AvatarManager.php
Use \OC\User\Manager internally in the avatarmanager
2018-01-14 21:32:54 +01:00
CapabilitiesManager.php
Properly log the full exception instead of only the message
2018-01-23 10:57:21 +01:00
Config.php
Update license headers
2017-11-06 16:56:19 +01:00
ContactsManager.php
Fix others
2016-07-21 18:13:57 +02:00
DatabaseException.php
Remove unneeded parameter in DatabaseException
2017-07-24 13:44:12 +02:00
DatabaseSetupException.php
Fix others
2016-07-21 18:13:57 +02:00
DateTimeFormatter.php
Update license headers
2017-11-06 16:56:19 +01:00
DateTimeZone.php
Fix others
2016-07-21 18:13:57 +02:00
ForbiddenException.php
Fix others
2016-07-21 18:13:57 +02:00
HTTPHelper.php
Fix others
2016-07-21 18:13:57 +02:00
HintException.php
Update license headers
2017-11-06 16:56:19 +01:00
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
Pass log level to log reporters
2017-11-27 16:46:47 +01:00
NaturalSort.php
Fix others
2016-07-21 18:13:57 +02:00
NaturalSort_DefaultCollator.php
Fix others
2016-07-21 18:13:57 +02:00
NavigationManager.php
Update license headers
2017-11-06 16:56:19 +01:00
NeedsUpdateException.php
Update with robin
2016-07-21 18:13:58 +02:00
NotSquareException.php
Fix others
2016-07-21 18:13:57 +02:00
PreviewManager.php
Use ::class statement instead of string
2018-01-29 12:03:47 +01:00
PreviewNotAvailableException.php
Opening the trashbin causes errors in log for files without preview
2016-09-09 13:53:06 +02:00
RedisFactory.php
Update license headers
2017-11-06 16:56:19 +01:00
Repair.php
Add repair step to clear frontend related caches
2018-02-03 15:21:51 +01:00
RepairException.php
Fix others
2016-07-21 18:13:57 +02:00
Search.php
Removed deprecated search function from ISearch
2018-01-13 19:27:25 +01:00
Server.php
Add repair step to clear frontend related caches
2018-02-03 15:21:51 +01:00
ServerContainer.php
Fix missing argument 2 for Settings classes
2017-05-19 22:32:50 +02:00
ServerNotAvailableException.php
Fix others
2016-07-21 18:13:57 +02:00
ServiceUnavailableException.php
Update with robin
2016-07-21 18:13:58 +02:00
Setup.php
Handle SSL certificate verifications for others than Let's Encrypt
2018-02-05 15:33:42 +01:00
Streamer.php
Revert "Always enable Zip64 extension for zipstreamer"
2017-06-09 10:21:26 +02:00
SubAdmin.php
Simplify ternary operator statements
2018-01-26 12:36:25 +01:00
SystemConfig.php
Merge pull request #7020 from Fiech/master
2017-11-07 10:27:53 +01:00
TagManager.php
Fix others
2016-07-21 18:13:57 +02:00
Tags.php
Properly log the full exception instead of only the message
2018-01-23 10:57:21 +01:00
TempManager.php
Update license headers
2017-11-06 16:56:19 +01:00
TemplateLayout.php
Use proper lanugage in langauge code
2018-02-07 11:04:37 +01:00
URLGenerator.php
Make the URLGenerator strict
2018-01-14 21:18:48 +01:00
Updater.php
Disable vendor detection when upgrading from 11.0.x
2018-01-20 11:14:06 +01:00