nextcloud/lib/private
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-26 23:46:40 +01:00
..
Accounts Update license headers 2017-11-06 16:56:19 +01:00
Activity Use $var[] = $a instead of array_push - 2x faster 2018-01-25 22:36:03 +01:00
App Merge pull request #8054 from nextcloud/substr-use-index 2018-01-26 15:40:44 +01:00
AppFramework Use $var[] = $a instead of array_push - 2x faster 2018-01-25 22:36:03 +01:00
Archive Use index based string access for substr with length of 1 2018-01-26 13:38:34 +01:00
Authentication Dispatch event on twofactor failure and success 2018-01-25 13:25:09 +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 Update license headers 2017-11-06 16:56:19 +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 Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Mail Fix email buttons for white theme 2017-12-11 14:33:54 +01:00
Memcache Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 Remove old repair steps that aren't executed anymore 2018-01-22 14:51:02 +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 Merge pull request #8054 from nextcloud/substr-use-index 2018-01-26 15:40:44 +01:00
Setup Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Share Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Share20 Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 Fix others 2016-07-21 18:13:57 +02:00
Template Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 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 Remove IAppConfig::setValue 2018-01-17 21:41:57 +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 unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +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 Remove old repair steps that aren't executed anymore 2018-01-22 14:51:02 +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 Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +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 Fix case when overwrite URL is empty during setup 2018-01-15 11:15:38 +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 correct L10N files for jsconfig 2018-01-05 14:33:03 +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