nextcloud-server/lib/private
Joas Schilling 441adaa74a
Remove unneeded isset check
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-11 16:20:30 +02:00
..
Accounts
Activity Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
App Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
AppFramework Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Archive
Authentication Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-property-undefined 2020-09-08 10:26:23 +02:00
Avatar
BackgroundJob Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Broadcast/Events
Cache
Calendar
Collaboration Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Command
Comments
Console
Contacts/ContactsMenu Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Dashboard Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
DB Warn about adding NotNull columns with nullable default 2020-09-07 13:14:49 +02:00
Diagnostics
DirectEditing Do not expose direct editing if no master key is available 2020-09-01 11:40:27 +02:00
Encryption Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
EventDispatcher Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Federation Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Files Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8 2020-09-09 21:52:36 +02:00
FullTextSearch
GlobalScale
Group Search also the email and displayname in user mangement for groups 2020-08-05 14:14:05 +02:00
Hooks
Http Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
IntegrityCheck
L10N Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
legacy Change 0 to null to properly encode image to BMP if the first pixel is black 2020-09-10 12:08:01 +02:00
Lock Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Lockdown
Log Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Mail Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
Memcache Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Migration
Notification
OCS
Preview Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Remote
Repair Update repair step apply new opendocument template mimes 2020-09-04 08:42:32 +02:00
RichObjectStrings
Route Properly inject IRouter into URLGenerator to properly encapsulate tests 2020-08-19 22:00:47 +02:00
Search Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Security Don't break when the IP is empty 2020-09-10 14:20:27 +02:00
Session Silence duplicate session warnings 2020-08-14 05:23:11 +02:00
Settings Allow additional personal settings via normal registration 2020-09-04 15:21:48 +02:00
Setup
Share
Share20 Merge pull request #22234 from nextcloud/bugfix/noid/reshare-mount 2020-09-10 16:19:04 +02:00
Support Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
SystemTag Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Tagging
Template Use the correct root to determinate the webroot for the resource 2020-09-02 17:13:24 +02:00
Updater
User Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
UserStatus Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
AllConfig.php Remove unneeded isset check 2020-09-11 16:20:30 +02:00
AppConfig.php Exclude the Bridge Bot password as well 2020-08-20 10:28:35 +02:00
CapabilitiesManager.php
Color.php
Config.php
ContactsManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
ForbiddenException.php
HintException.php
InitialStateService.php
Installer.php Allow to update to nightly 2020-08-07 13:51:39 +02:00
LargeFileHelper.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Log.php
MemoryInfo.php
NaturalSort_DefaultCollator.php
NaturalSort.php
NavigationManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
PreviewNotAvailableException.php
RedisFactory.php
Repair.php Add repair step to remove old dashboard app config 2020-08-24 10:16:15 +02:00
RepairException.php
Search.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
Server.php Don't create a deprecation log in base.php 2020-09-10 09:03:39 +02:00
ServerContainer.php Fix overwriteService() for apps 2020-07-28 09:38:43 +02:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Streamer.php Only disable zip64 if the size is known 2020-09-01 15:01:12 +02:00
SubAdmin.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
SystemConfig.php
TagManager.php
Tags.php merge file activity settings into a single 'favorite changed' item 2020-08-13 00:01:34 +02:00
TemplateLayout.php Make sure that getConfig is still called for browsers that do not support CSPv3 2020-09-07 09:37:49 +02:00
TempManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Updater.php
URLGenerator.php Properly inject IRouter into URLGenerator to properly encapsulate tests 2020-08-19 22:00:47 +02:00