nextcloud/lib/private
Joas Schilling 5574c12371
fix(apps): Fix loading info.xml file
Ref: https://bugs.php.net/bug.php?id=62577

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-20 15:06:11 +02:00
..
Accounts Limit size of properties to 2048 characters 2021-04-29 20:45:11 +02:00
Activity Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
App fix(apps): Fix loading info.xml file 2023-07-20 15:06:11 +02:00
AppFramework fix error when using CORS with no auth credentials 2021-06-23 20:49:45 +02:00
Archive Update license headers for 19 2020-04-29 11:57:22 +02:00
Authentication Merge pull request #29166 from nextcloud/backport/29122/stable20 2021-10-11 17:13:05 +02:00
Avatar improve type handling of Avatar::generateAvatarFromSv 2021-06-07 16:55:40 +02:00
BackgroundJob Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Broadcast/Events Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Cache Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Calendar Update license headers for 19 2020-04-29 11:57:22 +02:00
Collaboration Show unique displayname context in the sharing input 2021-01-05 10:05:52 +01:00
Command Update license headers for 19 2020-04-29 11:57:22 +02:00
Comments Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Console Update license headers for 19 2020-04-29 11:57:22 +02:00
Contacts/ContactsMenu Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Dashboard Log an error if a dashboard widget loads longer than 1 second 2020-09-24 13:00:19 +00:00
DB fix(apps): Fix loading info.xml file 2023-07-20 15:06:11 +02:00
Diagnostics Update license headers for 19 2020-04-29 11:57:22 +02:00
DirectEditing Do not expose direct editing if no master key is available 2020-09-01 11:40:27 +02:00
Encryption Fix phpcs issues in encryption update 2021-04-01 07:56:20 +00:00
EventDispatcher Log deprecation notice of GenericEventWrapper just once 2021-02-05 10:17:16 +00:00
Federation [Fix #24682]: ensure federation cloud id is retruned if FN property not found 2020-12-21 22:59:43 +01:00
Files Make sure that path is normalized and then checked, 2022-12-08 11:40:11 +00:00
FullTextSearch private cannot be final 2021-04-26 07:08:14 +00:00
GlobalScale Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Group Fix indentation error 2021-09-10 10:47:31 +00:00
Hooks Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Http Use RFC-compliant URL encoding for cookies 2021-01-29 12:41:59 +00:00
IntegrityCheck Update license headers for 19 2020-04-29 11:57:22 +02:00
L10N Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
legacy Merge pull request #29095 from nextcloud/backport/29075/stable20 2021-11-04 09:18:04 +01:00
Lock Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Lockdown also implement for FailedCache and NullCache 2021-03-16 16:18:03 +00:00
Log Sanitize more functions from the encryption app 2021-07-21 22:01:42 +02:00
Mail Fix vsprint parameter 2020-12-03 08:20:04 +00:00
Memcache Fix in locking cache check 2021-07-06 17:11:22 +00:00
Migration Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Notification Allow notification apps to defer and flush the sending 2020-07-03 16:44:43 +02:00
OCS Update license headers for 19 2020-04-29 11:57:22 +02:00
Preview Fall back to full file for video previews 2021-09-20 09:34:50 +00:00
Remote Update license headers for 19 2020-04-29 11:57:22 +02:00
Repair Extra fixes needed for icewind/streams update to 0.7.2 2021-10-25 09:36:48 +02:00
RichObjectStrings Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Route Also unset the other possible unused paramters 2020-12-18 07:41:00 +00:00
Search use node search api for legacy file search endpoint 2021-03-24 16:01:17 +01:00
Security Add database ratelimiting backend 2021-09-13 17:23:49 +02:00
Session Only trap E_ERROR in session handling 2021-08-17 10:12:58 +00:00
Settings Don't log "duplicate section" for the shared "connected-accounts" section 2020-09-23 11:03:50 +00:00
Setup Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Share Don't leave cursors open when tests fail 2020-11-10 14:18:02 +00:00
Share20 Add proper message to created share not found 2021-10-13 09:48:12 +00:00
Support Add notification for user limit 2020-12-02 17:24:44 +00:00
SystemTag The objectid is a string 2021-01-29 07:15:16 +00:00
Tagging Update license headers for 19 2020-04-29 11:57:22 +02:00
Template Do not allow to overwrite some variables 2021-04-27 13:39:53 +00:00
Updater Update license headers for 19 2020-04-29 11:57:22 +02:00
User Emit an error log when the app token login name does not match 2021-08-18 12:16:47 +00: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 Fix updates of NULL appconfig values 2020-10-23 08:45:29 +00:00
CapabilitiesManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Color.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Config.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ContactsManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
DatabaseException.php Update license headers 2019-12-05 15:38:45 +01:00
DatabaseSetupException.php Update license headers 2019-12-05 15:38:45 +01:00
DateTimeFormatter.php Use elseif instead of else if 2020-04-10 10:35:09 +02:00
DateTimeZone.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ForbiddenException.php Update license headers 2019-12-05 15:38:45 +01:00
HintException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InitialStateService.php Log a warning if a "lazy" initial state loads longer than 1 second 2020-09-24 13:00:19 +00:00
Installer.php fix(apps): Fix loading info.xml file 2023-07-20 15:06:11 +02:00
LargeFileHelper.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Log.php Avoid huge exception argument logging 2020-12-29 10:46:56 +00:00
MemoryInfo.php Update license headers for 19 2020-04-29 11:57:22 +02:00
NaturalSort.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NaturalSort_DefaultCollator.php Update license headers 2019-12-05 15:38:45 +01:00
NavigationManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
NeedsUpdateException.php Update license headers 2019-12-05 15:38:45 +01:00
NotSquareException.php Update license headers 2019-12-05 15:38:45 +01:00
PreviewManager.php Disable HEIC image preview provider for performance concerns 2021-07-21 08:36:07 +00:00
PreviewNotAvailableException.php Update license headers 2019-12-05 15:38:45 +01:00
RedisFactory.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Repair.php Do not try to contact lookup server if not needed 2021-04-29 09:23:02 +02:00
RepairException.php Update license headers 2019-12-05 15:38:45 +01:00
Search.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
Server.php Add database ratelimiting backend 2021-09-13 17:23:49 +02:00
ServerContainer.php Fix overwriteService() for apps 2020-07-28 09:38:43 +02:00
ServerNotAvailableException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ServiceUnavailableException.php Update license headers 2019-12-05 15:38:45 +01:00
Setup.php Add htaccess exception for richdocumentscode_arm64 2020-09-17 08:55:15 +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 consider some config keys under 'objectstore_multibucket' as sensitive 2021-10-06 07:52:10 +00:00
TagManager.php Don't leave cursors open when tests fail 2020-11-10 14:18:02 +00:00
Tags.php Don't leave cursors open when tests fail 2020-11-10 14:18:02 +00:00
TemplateLayout.php No need to check if there is an avatar available, because it is generated on the fly nowadays 2020-11-02 18:10:23 +00:00
TempManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Updater.php Fix updating with apps 2021-11-11 13:51:02 +00:00
URLGenerator.php Prevent empty base URL during installation 2021-09-29 15:43:28 +00:00