nextcloud/lib/private
Damien Goutte-Gattat bedd9acf78 Fix comparison of PHP versions
Use the builtin function `version_compare` to check an app's
compatibility with the available PHP version, instead of reusing
the `OC\App\CompareVersion::isCompatible` method which is intended
to compare Nextcloud versions. PHP version strings do not always
necessarily follow the simple Major.Minor.Patch format used by
Nextcloud and therefore cannot be properly compared by that method.

Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
2021-01-14 23:03:20 +00:00
..
Accounts Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Activity
App Fix comparison of PHP versions 2021-01-14 23:03:20 +00:00
AppFramework Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Archive Fix return types for Archive::getStream 2021-01-07 12:38:41 +01:00
Authentication Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Avatar
BackgroundJob Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Broadcast/Events
Cache Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Calendar
Collaboration Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Command Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Comments Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Console
Contacts/ContactsMenu use a consistent default value for sharing.maxAutocompleteResults 2020-12-15 11:53:39 +01:00
Dashboard Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
DB Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstraction 2021-01-14 12:27:23 +01:00
Diagnostics
DirectEditing
Encryption Catch throwable instead of exception 2021-01-07 14:32:26 +01:00
EventDispatcher Use the Symfony dispatcher correctly 2021-01-05 16:00:42 +01:00
Federation Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Files Add 'allow Symlinks' as an option to config.php 2021-01-12 10:38:39 +01:00
FullTextSearch Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
GlobalScale
Group Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Hooks
Http Fix option in the client code itself as well 2021-01-12 12:36:21 +01:00
IntegrityCheck Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
L10N Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
legacy Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Lock Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Lockdown
Log Fix warning in PHP 8 about optional parameter before mandatory one 2021-01-07 12:43:56 +01:00
Mail Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Memcache Actually set the TTL on redis set 2020-12-21 13:33:16 +01:00
Migration Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Notification Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
OCS
Preview Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Remote
Repair Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
RichObjectStrings
Route Also unset the other possible unused paramters 2020-12-16 20:31:30 +01:00
Search
Security Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Session Generate a new session id if the decrypting the session data fails 2020-12-04 11:42:40 +01:00
Settings
Setup Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Share Update license headers 2020-12-30 14:07:05 +01:00
Share20 Move to single share event. Just emit more if needed 2020-12-23 11:05:29 +01:00
Support
SystemTag Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Tagging
Template Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-casts 2021-01-11 14:15:16 +01:00
Updater
User Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0 2021-01-08 14:58:43 +01:00
UserStatus
AllConfig.php
AppConfig.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
CapabilitiesManager.php
Color.php
Config.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
ForbiddenException.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
HintException.php
InitialStateService.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Installer.php Allow installing/updating of apps again 2021-01-12 10:51:41 +01:00
LargeFileHelper.php
Log.php Avoid huge exception argument logging 2020-12-29 10:50:53 +01:00
MemoryInfo.php
NaturalSort.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
NaturalSort_DefaultCollator.php
NavigationManager.php
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php
PreviewNotAvailableException.php
RedisFactory.php
Repair.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
RepairException.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Search.php
Server.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Print an exception trace for setup exceptions 2021-01-07 20:11:25 +01:00
Streamer.php
SubAdmin.php
SystemConfig.php
TagManager.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Tags.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
TemplateLayout.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
TempManager.php
Updater.php Merge pull request #25034 from nextcloud/bugfix/noid/load-authentication-for-app-upgrades 2021-01-11 14:44:10 +01:00
URLGenerator.php