Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
588de1dab7 | ||
|
|
a49c84637e | ||
|
|
2ea564fd2e | ||
|
|
32e030d232 | ||
|
|
ecba8a6d81 | ||
|
|
c428696f52 | ||
|
|
0f7f7479c3 | ||
|
|
6dc2102bdf |
5 changed files with 292 additions and 75 deletions
|
|
@ -21,6 +21,9 @@ ErrorDocument 404 /nextcloud/core/templates/404.php
|
|||
RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
<FilesMatch \.(php|phar)$>
|
||||
SetHandler "proxy:unix:/run/php-fpm/nextcloud.sock|fcgi://localhost"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_php5.c>
|
||||
|
|
|
|||
|
|
@ -16,9 +16,11 @@ Alias /nextcloud /usr/share/nextcloud
|
|||
# Allows compliant CalDAV / CardDAV clients to be configured using only
|
||||
# the domain name. For more details see # http://tools.ietf.org/html/rfc6764
|
||||
|
||||
Redirect 301 /.well-known/carddav /nextcloud/remote.php/carddav
|
||||
Redirect 301 /.well-known/caldav /nextcloud/remote.php/caldav
|
||||
Redirect 301 /.well-known/webdav /nextcloud/remote.php/webdav
|
||||
Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
|
||||
Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav
|
||||
Redirect 301 /.well-known/webdav /nextcloud/remote.php/dav
|
||||
Redirect 301 /.well-known/webfinger /nextcloud/index.php/.well-known/webfinger
|
||||
Redirect 301 /.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo
|
||||
|
||||
<Directory /usr/share/nextcloud/>
|
||||
Include conf.d/nextcloud-auth-local.inc
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache
|
|||
php_value[memory_limit] = 512M
|
||||
php_value[upload_max_filesize] = 10G
|
||||
php_value[post_max_size] = 10G
|
||||
php_value[output_buffering] = false
|
||||
env[HOSTNAME] = $HOSTNAME
|
||||
env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||||
env[TMP] = /tmp
|
||||
|
|
|
|||
353
nextcloud.spec
353
nextcloud.spec
|
|
@ -1,10 +1,9 @@
|
|||
Name: nextcloud
|
||||
Version: 22.1.0
|
||||
Version: 25.0.3
|
||||
Release: %autorelease
|
||||
Summary: Private file sync and share server
|
||||
License: AGPLv3+ and MIT and BSD and ASL 2.0 and WTFPL and CC-BY-SA and GPLv3+ and Adobe
|
||||
URL: http://nextcloud.com
|
||||
#Source0: https://download.nextcloud.com/server/prereleases/%{name}-%{version}.tar.bz2
|
||||
Source0: https://download.nextcloud.com/server/releases/%{name}-%{version}.tar.bz2
|
||||
|
||||
# basic nextcloud config.php, nextcloud's
|
||||
|
|
@ -85,94 +84,156 @@ Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|||
|
||||
# Bundled composer libraries
|
||||
# many of these can be unbundled
|
||||
Provides: bundled(php-composer(icewind/smb)) = 3.2.7
|
||||
Provides: bundled(php-composer(icewind/streams)) = 0.7.1
|
||||
Provides: bundled(php-composer(aws/aws-sdk-php)) = 3.171.21
|
||||
Provides: bundled(php-composer(amphp/amp)) = 2.6.2
|
||||
Provides: bundled(php-composer(amphp/byte-stream)) = 1.8.1
|
||||
Provides: bundled(php-composer(amphp/parallel)) = 1.4.1
|
||||
Provides: bundled(php-composer(amphp/parser)) = 1.0.0
|
||||
Provides: bundled(php-composer(amphp/process)) = 1.1.4
|
||||
Provides: bundled(php-composer(amphp/serialization)) = 1.0.0
|
||||
Provides: bundled(php-composer(amphp/sync)) = 1.4.2
|
||||
Provides: bundled(php-composer(darsyn/ip)) = 4.1.0
|
||||
Provides: bundled(php-composer(league/flysystem)) = 2.5.0
|
||||
Provides: bundled(php-composer(league/mime-type-detection)) = 1.11.0
|
||||
Provides: bundled(php-composer(psr/log)) = 1.1.4
|
||||
Provides: bundled(php-composer(rubix/ml)) = 20
|
||||
Provides: bundled(php-composer(rubix/tensor)) = 2.2.3
|
||||
Provides: bundled(php-composer(symfony/polyfill-mbstring)) = 1.26.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php73)) = 1.26.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php80)) = 1.26.0
|
||||
Provides: bundled(php-composer(composer/semver)) = 3.2.5
|
||||
Provides: bundled(php-composer(composer/xdebug-handler)) = 2.0.2
|
||||
Provides: bundled(php-composer(doctrine/annotations)) = 1.13.2
|
||||
Provides: bundled(php-composer(doctrine/lexer)) = 1.2.1
|
||||
Provides: bundled(php-composer(friendsofphp/php-cs-fixer)) = 2.19.2
|
||||
Provides: bundled(php-composer(nextcloud/coding-standard)) = 0.5.0
|
||||
Provides: bundled(php-composer(php-cs-fixer/diff)) = 1.3.1
|
||||
Provides: bundled(php-composer(psr/cache)) = 1.0.1
|
||||
Provides: bundled(php-composer(psr/container)) = 1.1.1
|
||||
Provides: bundled(php-composer(psr/event-dispatcher)) = 1.0.0
|
||||
Provides: bundled(php-composer(psr/log)) = 1.1.4
|
||||
Provides: bundled(php-composer(symfony/console)) = 5.3.7
|
||||
Provides: bundled(php-composer(symfony/deprecation-contracts)) = 2.4.0
|
||||
Provides: bundled(php-composer(symfony/event-dispatcher)) = 5.3.7
|
||||
Provides: bundled(php-composer(symfony/event-dispatcher-contracts)) = 2.4.0
|
||||
Provides: bundled(php-composer(symfony/filesystem)) = 5.3.4
|
||||
Provides: bundled(php-composer(symfony/finder)) = 5.3.7
|
||||
Provides: bundled(php-composer(symfony/options-resolver)) = 5.3.7
|
||||
Provides: bundled(php-composer(symfony/polyfill-ctype)) = 1.23.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-grapheme)) = 1.23.1
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-normalizer)) = 1.23.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-mbstring)) = 1.23.1
|
||||
Provides: bundled(php-composer(symfony/polyfill-php70)) = 1.20.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php72)) = 1.23.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php73)) = 1.23.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php80)) = 1.23.1
|
||||
Provides: bundled(php-composer(symfony/process)) = 5.3.7
|
||||
Provides: bundled(php-composer(symfony/service-contracts)) = 2.4.0
|
||||
Provides: bundled(php-composer(symfony/stopwatch)) = 5.3.4
|
||||
Provides: bundled(php-composer(symfony/string)) = 5.3.7
|
||||
Provides: bundled(php-composer(christian-riesen/base32)) = 1.6.0
|
||||
Provides: bundled(php-composer(rullzer/easytotp)) = 0.1.4
|
||||
Provides: bundled(php-composer(icewind/smb)) = 3.5.2
|
||||
Provides: bundled(php-composer(icewind/streams)) = 0.7.4
|
||||
Provides: bundled(php-composer(aws/aws-crt-php)) = 1.0.2
|
||||
Provides: bundled(php-composer(aws/aws-sdk-php)) = 3.242.1
|
||||
Provides: bundled(php-composer(bantu/ini-get-wrapper)) = 1.0.1
|
||||
Provides: bundled(php-composer(beberlei/assert)) = 3.3.0
|
||||
Provides: bundled(php-composer(brick/math)) = 0.9.1
|
||||
Provides: bundled(php-composer(christophwurst/id3parser)) = 0.1.1
|
||||
Provides: bundled(php-composer(composer/package-versions-deprecated)) = 1.11.99.1
|
||||
Provides: bundled(php-composer(beberlei/assert)) = 3.3.1
|
||||
Provides: bundled(php-composer(brick/math)) = 0.9.2
|
||||
Provides: bundled(php-composer(christophwurst/id3parser)) = 0.1.4
|
||||
Provides: bundled(php-composer(composer/package-versions-deprecated)) = 1.11.99.4
|
||||
Provides: bundled(php-composer(cweagans/composer-patches)) = 1.7.1
|
||||
Provides: bundled(php-composer(deepdiver/zipstreamer)) = 2.0.0
|
||||
Provides: bundled(php-composer(deepdiver1975/tarstreamer)) = 2.0.0
|
||||
Provides: bundled(php-composer(doctrine/cache)) = 1.10.2
|
||||
Provides: bundled(php-composer(doctrine/dbal)) = 3.0.0
|
||||
Provides: bundled(php-composer(doctrine/cache)) = 2.1.1
|
||||
Provides: bundled(php-composer(doctrine/dbal)) = 3.1.4
|
||||
Provides: bundled(php-composer(doctrine/deprecations)) = 0.5.3
|
||||
Provides: bundled(php-composer(doctrine/event-manager)) = 1.1.1
|
||||
Provides: bundled(php-composer(doctrine/lexer)) = 1.2.1
|
||||
Provides: bundled(php-composer(egulias/email-validator)) = 2.1.25
|
||||
Provides: bundled(php-composer(fgrosse/phpasn1)) = 2.2.0
|
||||
Provides: bundled(php-composer(giggsey/libphonenumber-for-php)) = 8.12.16
|
||||
Provides: bundled(php-composer(giggsey/locale)) = 1.9
|
||||
Provides: bundled(php-composer(guzzlehttp/guzzle)) = 7.2.0
|
||||
Provides: bundled(php-composer(guzzlehttp/promises)) = 1.4.0
|
||||
Provides: bundled(php-composer(guzzlehttp/psr7)) = 1.7.0
|
||||
Provides: bundled(php-composer(doctrine/lexer)) = 1.2.3
|
||||
Provides: bundled(php-composer(egulias/email-validator)) = 3.1.1
|
||||
Provides: bundled(php-composer(fgrosse/phpasn1)) = 2.3.0
|
||||
Provides: bundled(php-composer(fusonic/linq)) = 1.1.0
|
||||
Provides: bundled(php-composer(fusonic/opengraph)) = 2.2.0
|
||||
Provides: bundled(php-composer(giggsey/libphonenumber-for-php)) = 8.12.38
|
||||
Provides: bundled(php-composer(giggsey/locale)) = 2.1
|
||||
Provides: bundled(php-composer(guzzlehttp/guzzle)) = 7.5.0
|
||||
Provides: bundled(php-composer(guzzlehttp/promises)) = 1.5.2
|
||||
Provides: bundled(php-composer(guzzlehttp/psr7)) = 2.4.3
|
||||
Provides: bundled(php-composer(guzzlehttp/uri-template)) = 0.2.0
|
||||
Provides: bundled(php-composer(icewind/searchdav)) = 2.0.0
|
||||
Provides: bundled(php-composer(icewind/streams)) = 0.7.2
|
||||
Provides: bundled(php-composer(icewind/searchdav)) = 3.0.1
|
||||
Provides: bundled(php-composer(icewind/streams)) = 0.7.5
|
||||
Provides: bundled(php-composer(justinrainbow/json-schema)) = 5.2.10
|
||||
Provides: bundled(php-composer(league/flysystem)) = 1.1.3
|
||||
Provides: bundled(php-composer(league/mime-type-detection)) = 1.7.0
|
||||
Provides: bundled(php-composer(laravel/serializable-closure)) = 1.2.0
|
||||
Provides: bundled(php-composer(league/uri)) = 6.4.0
|
||||
Provides: bundled(php-composer(league/uri-interfaces)) = 2.2.0
|
||||
Provides: bundled(php-composer(microsoft/azure-storage-blob)) = 1.5.2
|
||||
Provides: bundled(php-composer(microsoft/azure-storage-common)) = 1.5.1
|
||||
Provides: bundled(php-composer(mtdowling/jmespath.php)) = 2.6.0
|
||||
Provides: bundled(php-composer(mexitek/phpcolors)) = 1.0.4
|
||||
Provides: bundled(php-composer(microsoft/azure-storage-blob)) = 1.5.4
|
||||
Provides: bundled(php-composer(microsoft/azure-storage-common)) = 1.5.2
|
||||
Provides: bundled(php-composer(mlocati/ip-lib)) = 1.18.0
|
||||
Provides: bundled(php-composer(mtdowling/jmespath.php)) = 2.6.1
|
||||
Provides: bundled(php-composer(nextcloud/lognormalizer)) = 1.0.0
|
||||
Provides: bundled(php-composer(nikic/php-parser)) = 4.10.4
|
||||
Provides: bundled(php-composer(opis/closure)) = 3.6.1
|
||||
Provides: bundled(php-composer(patchwork/jsqueeze)) = 2.0.5
|
||||
Provides: bundled(php-composer(pear/archive_tar)) = 1.4.12
|
||||
Provides: bundled(php-composer(nikic/php-parser)) = 4.10.5
|
||||
Provides: bundled(php-composer(opis/closure)) = 3.6.3
|
||||
Provides: bundled(php-composer(pear/archive_tar)) = 1.4.14
|
||||
Provides: bundled(php-composer(pear/console_getopt)) = 1.4.3
|
||||
Provides: bundled(php-composer(pear/pear-core-minimal)) = 1.10.10
|
||||
Provides: bundled(php-composer(pear/pear_exception)) = 1.0.1
|
||||
Provides: bundled(php-composer(pear/pear_exception)) = 1.0.2
|
||||
Provides: bundled(php-composer(php-ds/php-ds)) = 1.3.0
|
||||
Provides: bundled(php-composer(php-http/guzzle7-adapter)) = 0.1.1
|
||||
Provides: bundled(php-composer(php-http/guzzle7-adapter)) = 1.0.0
|
||||
Provides: bundled(php-composer(php-http/httplug)) = 2.2.0
|
||||
Provides: bundled(php-composer(php-http/promise)) = 1.1.0
|
||||
Provides: bundled(php-composer(php-opencloud/openstack)) = 3.1.0
|
||||
Provides: bundled(php-composer(phpseclib/phpseclib)) = 2.0.30
|
||||
Provides: bundled(php-composer(pimple/pimple)) = 3.3.1
|
||||
Provides: bundled(php-composer(psr/container)) = 1.0.0
|
||||
Provides: bundled(php-composer(phpseclib/phpseclib)) = 2.0.38
|
||||
Provides: bundled(php-composer(pimple/pimple)) = 3.5.0
|
||||
Provides: bundled(php-composer(psr/container)) = 1.1.1
|
||||
Provides: bundled(php-composer(psr/event-dispatcher)) = 1.0.0
|
||||
Provides: bundled(php-composer(psr/http-client)) = 1.0.1
|
||||
Provides: bundled(php-composer(psr/http-factory)) = 1.0.1
|
||||
Provides: bundled(php-composer(psr/http-message)) = 1.0.1
|
||||
Provides: bundled(php-composer(psr/log)) = 1.1.3
|
||||
Provides: bundled(php-composer(psr/log)) = 1.1.4
|
||||
Provides: bundled(php-composer(punic/punic)) = 1.6.5
|
||||
Provides: bundled(php-composer(ralouphie/getallheaders)) = 3.0.3
|
||||
Provides: bundled(php-composer(ramsey/collection)) = 1.1.1
|
||||
Provides: bundled(php-composer(ramsey/collection)) = 1.1.3
|
||||
Provides: bundled(php-composer(ramsey/uuid)) = 4.1.1
|
||||
Provides: bundled(php-composer(sabre/dav)) = 4.1.4
|
||||
Provides: bundled(php-composer(sabre/event)) = 5.1.2
|
||||
Provides: bundled(php-composer(sabre/http)) = 5.1.1
|
||||
Provides: bundled(php-composer(sabre/uri)) = 2.2.1
|
||||
Provides: bundled(php-composer(sabre/vobject)) = 4.3.3
|
||||
Provides: bundled(php-composer(sabre/xml)) = 2.2.3
|
||||
Provides: bundled(php-composer(scssphp/scssphp)) = 1.4.1
|
||||
Provides: bundled(php-composer(sabre/dav)) = 4.4.0
|
||||
Provides: bundled(php-composer(sabre/event)) = 5.1.4
|
||||
Provides: bundled(php-composer(sabre/http)) = 5.1.5
|
||||
Provides: bundled(php-composer(sabre/uri)) = 2.2.2
|
||||
Provides: bundled(php-composer(sabre/vobject)) = 4.4.2
|
||||
Provides: bundled(php-composer(sabre/xml)) = 2.2.5
|
||||
Provides: bundled(php-composer(scssphp/scssphp)) = 1.8.1
|
||||
Provides: bundled(php-composer(spomky-labs/base64url)) = 2.0.4
|
||||
Provides: bundled(php-composer(spomky-labs/cbor-php)) = 2.0.1
|
||||
Provides: bundled(php-composer(stecman/symfony-console-completion)) = 0.11.0
|
||||
Provides: bundled(php-composer(swiftmailer/swiftmailer)) = 6.2.5
|
||||
Provides: bundled(php-composer(symfony/console)) = 4.4.19
|
||||
Provides: bundled(php-composer(symfony/event-dispatcher)) = 4.4.19
|
||||
Provides: bundled(php-composer(swiftmailer/swiftmailer)) = 6.3.0
|
||||
Provides: bundled(php-composer(symfony/console)) = 4.4.30
|
||||
Provides: bundled(php-composer(symfony/css-selector)) = 5.4.11
|
||||
Provides: bundled(php-composer(symfony/deprecation-contracts)) = 2.5.2
|
||||
Provides: bundled(php-composer(symfony/dom-crawler)) = 5.4.11
|
||||
Provides: bundled(php-composer(symfony/event-dispatcher)) = 4.4.30
|
||||
Provides: bundled(php-composer(symfony/event-dispatcher-contracts)) = 1.1.9
|
||||
Provides: bundled(php-composer(symfony/polyfill-ctype)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-iconv)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-grapheme)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-idn)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-normalizer)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-mbstring)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php72)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php73)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php80)) = 1.22.0
|
||||
Provides: bundled(php-composer(symfony/process)) = 4.4.19
|
||||
Provides: bundled(php-composer(symfony/routing)) = 4.4.19
|
||||
Provides: bundled(php-composer(symfony/service-contracts)) = 2.2.0
|
||||
Provides: bundled(php-composer(symfony/translation)) = 4.4.19
|
||||
Provides: bundled(php-composer(symfony/translation-contracts)) = 2.3.0
|
||||
Provides: bundled(php-composer(symfony/http-foundation)) = 5.4.10
|
||||
Provides: bundled(php-composer(symfony/polyfill-ctype)) = 1.23.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-iconv)) = 1.27.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-grapheme)) = 1.23.1
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-idn)) = 1.27.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-normalizer)) = 1.27.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-mbstring)) = 1.27.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php72)) = 1.27.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php73)) = 1.23.0
|
||||
Provides: bundled(php-composer(symfony/polyfill-php80)) = 1.26.0
|
||||
Provides: bundled(php-composer(symfony/process)) = 4.4.30
|
||||
Provides: bundled(php-composer(symfony/routing)) = 4.4.30
|
||||
Provides: bundled(php-composer(symfony/service-contracts)) = 2.4.0
|
||||
Provides: bundled(php-composer(symfony/translation)) = 4.4.41
|
||||
Provides: bundled(php-composer(symfony/translation-contracts)) = 2.4.0
|
||||
Provides: bundled(php-composer(thecodingmachine/safe)) = 1.3.3
|
||||
Provides: bundled(php-composer(web-auth/cose-lib)) = 3.3.1
|
||||
Provides: bundled(php-composer(web-auth/metadata-service)) = 3.3.1
|
||||
Provides: bundled(php-composer(web-auth/webauthn-lib)) = 3.3.1
|
||||
Provides: bundled(php-composer(web-auth/cose-lib)) = 3.3.9
|
||||
Provides: bundled(php-composer(web-auth/metadata-service)) = 3.3.9
|
||||
Provides: bundled(php-composer(web-auth/webauthn-lib)) = 3.3.9
|
||||
Provides: bundled(php-composer(doctrine/lexer)) = 1.2.1
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-idn)) = 1.22.1
|
||||
Provides: bundled(php-composer(symfony/polyfill-intl-normalizer)) = 1.22.1
|
||||
Provides: bundled(php-composer(symfony/polyfill-php72)) = 1.22.1
|
||||
|
||||
# OpenIconic icons bundled via sabre-dav
|
||||
Provides: bundled(openiconic-fonts) = 1.0.0
|
||||
|
|
@ -278,7 +339,9 @@ cp %{SOURCE303} MIGRATION.fedora
|
|||
find -wholename "*/composer/LICENSE" -exec mv {} composer-LICENSE \;
|
||||
|
||||
# find all remaining using "find -name '*LICENCE*' -name '*LICENSE*' -o -name '*COPYING*' | sort"
|
||||
mv 3rdparty/aws/aws-sdk-php/LICENSE.md aws-LICENSE.md
|
||||
mv 3rdparty/aws/aws-sdk-php/LICENSE aws-LICENSE
|
||||
mv 3rdparty/aws/aws-sdk-php/THIRD-PARTY-LICENSES aws-sdk-php-THIRD-PARTY-LICENSES
|
||||
mv 3rdparty/aws/aws-crt-php/LICENSE aws-crt-php-LICENSE
|
||||
mv 3rdparty/bantu/ini-get-wrapper/LICENSE bantu-LICENSE
|
||||
mv 3rdparty/beberlei/assert/LICENSE beberlei-LICENSE
|
||||
mv 3rdparty/brick/math/LICENSE brick-LICENSE
|
||||
|
|
@ -299,8 +362,6 @@ mv 3rdparty/guzzlehttp/psr7/LICENSE guzzlehttp-LICENSE
|
|||
mv 3rdparty/guzzlehttp/uri-template/LICENSE.md guzzlehttp-LICENSE
|
||||
mv 3rdparty/icewind/searchdav/LICENSE icewind-LICENSE
|
||||
mv 3rdparty/justinrainbow/json-schema/LICENSE justinrainbow-LICENSE
|
||||
mv 3rdparty/league/flysystem/LICENSE league-LICENSE
|
||||
mv 3rdparty/league/mime-type-detection/LICENSE league-LICENSE
|
||||
mv 3rdparty/league/uri-interfaces/LICENSE league-LICENSE
|
||||
mv 3rdparty/league/uri/LICENSE league-LICENSE
|
||||
mv '3rdparty/LICENSE INFO' 3rdparty-LICENSE_INFO
|
||||
|
|
@ -310,8 +371,6 @@ mv 3rdparty/mtdowling/jmespath.php/LICENSE mtdowling-LICENSE
|
|||
mv 3rdparty/nextcloud/lognormalizer/COPYING lognormalizer-LICENSE
|
||||
mv 3rdparty/nikic/php-parser/LICENSE nikic-LICENSE
|
||||
mv 3rdparty/opis/closure/LICENSE opis-LICENSE
|
||||
mv 3rdparty/patchwork/jsqueeze/LICENSE.ASL20 patchwork-LICENSE-APACHE
|
||||
mv 3rdparty/patchwork/jsqueeze/LICENSE.GPLv2 patchwork-LICENSE-GPL
|
||||
mv 3rdparty/pear/console_getopt/LICENSE pear-LICENSE
|
||||
mv 3rdparty/pear/pear_exception/LICENSE pear-LICENSE
|
||||
mv 3rdparty/php-ds/php-ds/LICENSE php-ds-LICENSE
|
||||
|
|
@ -363,7 +422,10 @@ mv 3rdparty/thecodingmachine/safe/LICENSE thecodingmachine-LICENSE
|
|||
mv 3rdparty/web-auth/cose-lib/LICENSE web-auth-LICENSE
|
||||
mv 3rdparty/web-auth/metadata-service/LICENSE web-auth-LICENSE
|
||||
mv 3rdparty/web-auth/webauthn-lib/LICENSE web-auth-LICENSE
|
||||
mv 3rdparty/cweagans/composer-patches/LICENSE.md composer-patches-LICENSE.md
|
||||
mv 3rdparty/symfony/deprecation-contracts/LICENSE deprecation-contracts-LICENSE
|
||||
mv apps/activity/js/activity-sidebar.js.LICENSE.txt activity-sidebar.js-LICENSE
|
||||
mv apps/activity/js/activity-dashboard.js.LICENSE.txt activity-dashboard.js-LICENSE.txt
|
||||
mv apps/circles/LICENSE circles-LICENSE
|
||||
mv apps/cloud_federation_api/LICENSE cloud_federation_api-LICENSE
|
||||
mv apps/files_external/3rdparty/icewind/smb/LICENSE.txt icewind-LICENSE
|
||||
|
|
@ -375,7 +437,7 @@ mv apps/files_pdfviewer/js/pdfjs/LICENSE js-pdfjs-LICENSE
|
|||
mv apps/files_pdfviewer/js/pdfjs/web/cmaps/LICENSE js-pdfjs-cmaps-LICENSE
|
||||
mv apps/files_rightclick/COPYING files_rightclick-COPYING
|
||||
mv apps/files_rightclick/LICENSE files_rightclick-LICENSE
|
||||
mv apps/logreader/build/main.js.LICENSE.txt logreader-main.js-LICENSE
|
||||
mv apps/logreader/js/logreader-main.js.LICENSE.txt logreader-main.js-LICENSE
|
||||
mv apps/nextcloud_announcements/COPYING nextcloud_announcements-COPYING
|
||||
mv apps/notifications/COPYING notifications-LICENSE
|
||||
mv apps/notifications/js/notifications-main.js.LICENSE.txt notifications-main.js-LICENSE
|
||||
|
|
@ -389,13 +451,161 @@ mv apps/recommendations/LICENSE recommendations-LICENSE
|
|||
mv apps/serverinfo/COPYING serverinfo-LICENSE
|
||||
mv apps/survey_client/COPYING survey_client-LICENSE
|
||||
mv apps/text/COPYING text-COPYING
|
||||
mv apps/text/js/vendors.js.LICENSE.txt vendors.js-LICENSE.txt
|
||||
mv apps/text/js/editor.js.LICENSE.txt editor.js.LICENSE.txt
|
||||
mv apps/text/js/text-files.js.LICENSE.txt text-files.js-LICENSE.txt
|
||||
mv apps/text/js/text-public.js.LICENSE.txt text-public.js-LICENSE.txt
|
||||
mv apps/text/js/text-text.js.LICENSE.txt text-text.js-LICENSE.txt
|
||||
mv apps/text/js/text-viewer.js.LICENSE.txt text-viewer.js-LICENSE.txt
|
||||
mv apps/theming/js/3rdparty/jscolor/LICENSE.txt jscolor-LICENSE
|
||||
mv apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE js-jqueryui-multiselect-LICENSE
|
||||
mv apps/user_ldap/js/vendor/ui-multiselect/MIT-LICENSE js-jqueryui-multiselect-LICENSE
|
||||
mv apps/viewer/COPYING viewer-COPYING
|
||||
mv apps/viewer/js/viewer-main.js.LICENSE.txt viewer-main.js-LICENSE
|
||||
mv COPYING nextcloud-LICENSE
|
||||
mv core/fonts/LICENSE_OFL.txt fonts-LICENSE
|
||||
mv core/vendor/zxcvbn/LICENSE.txt zxcvbn-LICENSE
|
||||
mv apps/files_pdfviewer/COPYING files_pdfviewer-COPYING
|
||||
mv apps/files_pdfviewer/js/pdfjs/web/standard_fonts/LICENSE_FOXIT standard_fonts-LICENSE_FOXIT
|
||||
mv apps/files_pdfviewer/js/pdfjs/web/standard_fonts/LICENSE_LIBERATION standard_fonts-LICENSE_LIBERATION
|
||||
mv apps/firstrunwizard/js/firstrunwizard-main.js.LICENSE.txt firstrunwizard-main.js-LICENSE.txt
|
||||
mv apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-208129.js.LICENSE.txt photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-208129.js-LICENSE.txt
|
||||
mv apps/notifications/js/notifications-settings.js.LICENSE.txt notifications-settings.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-personal-security.js.LICENSE.txt settings-vue-settings-personal-security.js.LICENSE.txt
|
||||
mv dist/core-login.js.LICENSE.txt core-login.js-LICENSE.txt
|
||||
mv dist/files-sidebar.js.LICENSE.txt files-sidebar.js-LICENSE.txt
|
||||
mv dist/core-recommendedapps.js.LICENSE.txt core-recommendedapps.js-LICENSE.txt
|
||||
mv dist/files_sharing-main.js.LICENSE.txt files_sharing-main.js-LICENSE.txt
|
||||
mv dist/dav-settings-personal-availability.js.LICENSE.txt dav-settings-personal-availability.js-LICENSE.txt
|
||||
mv dist/weather_status-weather-status.js.LICENSE.txt weather_status-weather-status.js-LICENSE.txt
|
||||
mv dist/core-profile.js.LICENSE.txt core-profile.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-admin-basic-settings.js.LICENSE.txt settings-vue-settings-admin-basic-settings.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-admin-security.js.LICENSE.txt settings-vue-settings-admin-security.js-LICENSE.txt
|
||||
mv dist/core-files_client.js.LICENSE.txt core-files_client.js-LICENSE.txt
|
||||
mv dist/systemtags-systemtags.js.LICENSE.txt systemtags-systemtags.js-LICENSE.txt
|
||||
mv dist/comments-comments.js.LICENSE.txt comments-comments.js-LICENSE.txt
|
||||
mv dist/files_versions-files_versions.js.LICENSE.txt files_versions-files_versions.js.LICENSE.txt
|
||||
mv dist/twofactor_backupcodes-settings.js.LICENSE.txt twofactor_backupcodes-settings.js-LICENSE.txt
|
||||
mv dist/updatenotification-updatenotification.js.LICENSE.txt updatenotification-updatenotification.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-admin-delegation.js.LICENSE.txt settings-vue-settings-admin-delegation.js-LICENSE.txt
|
||||
mv dist/core-systemtags.js.LICENSE.txt core-systemtags.js-LICENSE.txt
|
||||
mv dist/comments-comments-app.js.LICENSE.txt comments-comments-app.js-LICENSE.txt
|
||||
mv dist/core-files_fileinfo.js.LICENSE.txt core-files_fileinfo.js-LICENSE.txt
|
||||
mv dist/files-main.js.LICENSE.txt files-main.js-LICENSE.txt
|
||||
mv dist/core-main.js.LICENSE.txt core-main.js-LICENSE.txt
|
||||
mv dist/files_sharing-additionalScripts.js.LICENSE.txt files_sharing-additionalScripts.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-apps-users-management.js.LICENSE.txt settings-vue-settings-apps-users-management.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-nextcloud-pdf.js.LICENSE.txt settings-vue-settings-nextcloud-pdf.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-personal-info.js.LICENSE.txt settings-vue-settings-personal-info.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-personal-webauthn.js.LICENSE.txt settings-vue-settings-personal-webauthn.js-LICENSE.txt
|
||||
mv dist/user_status-dashboard.js.LICENSE.txt user_status-dashboard.js-LICENSE.txt
|
||||
mv dist/user_status-menu.js.LICENSE.txt user_status-menu.js-LICENSE.txt
|
||||
mv dist/workflowengine-workflowengine.js.LICENSE.txt workflowengine-workflowengine.js-LICENSE.txt
|
||||
mv dist/comments-comments-tab.js.LICENSE.txt comments-comments-tab.js-LICENSE.txt
|
||||
mv dist/core-install.js.LICENSE.txt core-install.js-LICENSE.txt
|
||||
mv dist/core-unified-search.js.LICENSE.txt core-unified-search.js-LICENSE.txt
|
||||
mv dist/dashboard-main.js.LICENSE.txt dashboard-main.js-LICENSE.txt
|
||||
mv dist/files-personal-settings.js.LICENSE.txt files-personal-settings.js-LICENSE.txt
|
||||
mv dist/files_sharing-files_sharing_tab.js.LICENSE.txt files_sharing-files_sharing_tab.js-LICENSE.txt
|
||||
mv dist/files_sharing-personal-settings.js.LICENSE.txt files_sharing-personal-settings.js-LICENSE.txt
|
||||
mv dist/files_trashbin-files_trashbin.js.LICENSE.txt files_trashbin-files_trashbin.js-LICENSE.txt
|
||||
mv dist/oauth2-oauth2.js.LICENSE.txt oauth2-oauth2.js-LICENSE.txt
|
||||
mv dist/settings-users-8351.js.LICENSE.txt settings-users-8351.js-LICENSE.txt
|
||||
mv dist/core-common.js.LICENSE.txt core-common.js-LICENSE.txt
|
||||
mv dist/settings-vue-settings-personal-password.js.LICENSE.txt settings-vue-settings-personal-password.js.LICENSE.txt
|
||||
#mv dist/federatedfilesharing-vue-settings-admin.js.LICENSE.txt federatedfilesharing-vue-settings-admin.js.LICENSE.txt
|
||||
#mv dist/sharebymail-vue-settings-admin-sharebymail.js.LICENSE.txt sharebymail-vue-settings-admin-sharebymail.js.LICENSE.txt
|
||||
#mv dist/theming-theming-settings.js.LICENSE.txt theming-theming-settings.js.LICENSE.txt
|
||||
mv apps/suspicious_login/js/settings.js.LICENSE.txt settings.js.LICENSE.txt
|
||||
mv apps/suspicious_login/vendor/psr/log/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/symfony/polyfill-mbstring/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/symfony/polyfill-php80/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/symfony/polyfill-php73/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/league/flysystem/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/league/mime-type-detection/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/darsyn/ip/LICENSE.md LICENSE.md
|
||||
mv apps/suspicious_login/vendor/amphp/process/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/amphp/sync/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/amphp/amp/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/amphp/parser/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/amphp/parallel/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/amphp/byte-stream/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/amphp/serialization/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/rubix/ml/LICENSE LICENSE
|
||||
mv apps/suspicious_login/vendor/rubix/tensor/lib/JAMA/LICENCE.md LICENCE.md
|
||||
mv apps/suspicious_login/vendor/rubix/tensor/LICENSE LICENSE
|
||||
mv apps/suspicious_login/COPYING COPYING
|
||||
mv apps/related_resources/js/vendors-node_modules_nextcloud_vue_dist_Components_NcRelatedResourcesPanel_js.related_resources.js.LICENSE.txt vendors-node_modules_nextcloud_vue_dist_Components_NcRelatedResourcesPanel_js.related_resources.js.LICENSE.txt
|
||||
mv apps/related_resources/js/related_resources.js.LICENSE.txt related_resources.js.LICENSE.txt
|
||||
mv apps/related_resources/LICENSE LICENSE
|
||||
mv apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_nextcloud_vue_dist_Compo-9e098d.js.LICENSE.txt photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_nextcloud_vue_dist_Compo-9e098d.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_services_DavRequest_js-src_components_File_vue.js.LICENSE.txt photos-src_services_DavRequest_js-src_components_File_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_vue-virtual-grid_dist_vu-bebe85.js.LICENSE.txt photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_vue-virtual-grid_dist_vu-bebe85.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_services_DavRequest_js-src_utils_CancelableRequest_js-src_components_File_vue.js.LICENSE.txt photos-src_services_DavRequest_js-src_utils_CancelableRequest_js-src_components_File_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-c08051.js.LICENSE.txt photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-c08051.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_components_Collection_CollectionCover_vue-src_componen-960c86.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_components_Collection_CollectionCover_vue-src_componen-960c86.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_FaceContent_vue.js.LICENSE.txt photos-src_views_FaceContent_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-535d92.js.LICENSE.txt photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-535d92.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js.js.LICENSE.txt photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-node_modules_vue-material-desig-ab9ff7.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-node_modules_vue-material-desig-ab9ff7.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-node_modules_vue-material-design-icons_ImagePlus_vue-src_compon-c78281.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-node_modules_vue-material-design-icons_ImagePlus_vue-src_compon-c78281.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_services_DavRequest_js-src_components_File_vue.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_services_DavRequest_js-src_components_File_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-src_components_Actions_ActionDo-a6eb03.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-src_components_Actions_ActionDo-a6eb03.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-node_modules_vue-material-desig-f0a37f.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-node_modules_vue-material-desig-f0a37f.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_components_VirtualScrolling_vue-src_views_Albums_vue.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_components_VirtualScrolling_vue-src_views_Albums_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-src_components_Albums_AlbumForm_vue.js.LICENSE.txt photos-src_mixins_FetchAlbumsMixin_js-src_components_Albums_AlbumForm_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-node_modules_vue-material-design-icons_Plus_vue-src_components-4c933a.js.LICENSE.txt photos-src_mixins_FetchAlbumsMixin_js-node_modules_vue-material-design-icons_Plus_vue-src_components-4c933a.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-public.js.LICENSE.txt photos-public.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesSelectionMixin_js-node_modules_vue-material-des-bd2ac8.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesSelectionMixin_js-node_modules_vue-material-des-bd2ac8.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-4e283b.js.LICENSE.txt photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-4e283b.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_GridConfig_js-src_components_EmptyContent_vue-src_components_FolderTagPreview_vue--cac48e.js.LICENSE.txt photos-src_mixins_GridConfig_js-src_components_EmptyContent_vue-src_components_FolderTagPreview_vue--cac48e.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-node_modules_vue-material-design-icons_Plus_vue-src_components-b06a7d.js.LICENSE.txt photos-src_mixins_FetchAlbumsMixin_js-node_modules_vue-material-design-icons_Plus_vue-src_components-b06a7d.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_Timeline_vue.js.LICENSE.txt photos-src_views_Timeline_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_Tags_vue.js.LICENSE.txt photos-src_views_Tags_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-node_modules_vue-material-desig-cf825a.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesByMonthMixin_js-node_modules_vue-material-desig-cf825a.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_components_CollectionCover_vue-src_components_Collecti-e80ab0.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_components_CollectionCover_vue-src_components_Collecti-e80ab0.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_SharedAlbums_vue.js.LICENSE.txt photos-src_views_SharedAlbums_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-node_modules_vue-material-design-icons_Plus_vue-src_components-f20774.js.LICENSE.txt photos-src_mixins_FetchAlbumsMixin_js-node_modules_vue-material-design-icons_Plus_vue-src_components-f20774.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_SharedAlbumContent_vue.js.LICENSE.txt photos-src_views_SharedAlbumContent_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_mixins_FilesSelectionMixin_js-src_components_File_vue--80ca54.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_mixins_FilesSelectionMixin_js-src_components_File_vue--80ca54.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchSharedAlbumsMixin_js-src_components_HeaderNavigation_vue.js.LICENSE.txt photos-src_mixins_FetchSharedAlbumsMixin_js-src_components_HeaderNavigation_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-36962a.js.LICENSE.txt photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-36962a.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Albums_vue.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_views_Albums_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_ncvuecomponents_js.js.LICENSE.txt photos-vendors-node_modules_nextcloud_vue_dist_ncvuecomponents_js.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_AlbumContent_vue.js.LICENSE.txt photos-src_views_AlbumContent_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-node_modules_vue-material-design-icons_Send_vue-src_views_-9eb30b.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-node_modules_vue-material-design-icons_Send_vue-src_views_-9eb30b.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesSelectionMixin_js-node_modules_vue-material-des-d0b874.js.LICENSE.txt photos-src_mixins_FetchFilesMixin_js-src_mixins_FilesSelectionMixin_js-node_modules_vue-material-des-d0b874.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_Folders_vue.js.LICENSE.txt photos-src_views_Folders_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js.js.LICENSE.txt photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-5becbc.js.LICENSE.txt photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-5becbc.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_views_Faces_vue.js.LICENSE.txt photos-src_views_Faces_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_services_Albums_js-src_components_HeaderNavigation_vue.js.LICENSE.txt photos-src_services_Albums_js-src_components_HeaderNavigation_vue.js.LICENSE.txt
|
||||
mv apps/recommendations/js/files_recommendation-main.js.LICENSE.txt files_recommendation-main.js.LICENSE.txt
|
||||
mv apps/recommendations/js/files_recommendation-dashboard.js.LICENSE.txt files_recommendation-dashboard.js.LICENSE.txt
|
||||
mv apps/bruteforcesettings/js/bruteforcesettings-main.js.LICENSE.txt bruteforcesettings-main.js.LICENSE.txt
|
||||
mv apps/bruteforcesettings/LICENSE LICENSE
|
||||
mv apps/twofactor_totp/js/twofactor_totp-main-settings.js.LICENSE.txt twofactor_totp-main-settings.js.LICENSE.txt
|
||||
mv apps/twofactor_totp/js/twofactor_totp-main-login-setup.js.LICENSE.txt twofactor_totp-main-login-setup.js.LICENSE.txt
|
||||
mv apps/twofactor_totp/vendor/christian-riesen/base32/LICENSE LICENSE
|
||||
mv apps/twofactor_totp/vendor/rullzer/easytotp/LICENSE LICENSE
|
||||
mv apps/twofactor_totp/COPYING COPYING
|
||||
mv apps/activity/js/activity-adminSettings.js.LICENSE.txt activity-adminSettings.js.LICENSE.txt
|
||||
mv apps/activity/js/activity-personalSettings.js.LICENSE.txt activity-personalSettings.js.LICENSE.txt
|
||||
mv apps/notifications/js/notifications-admin-settings.js.LICENSE.txt notifications-admin-settings.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.LICENSE.txt photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.LICENSE.txt
|
||||
mv apps/photos/js/photos-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-src_components_FaceCover_vue.js.LICENSE.txt photos-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-src_components_FaceCover_vue.js.LICENSE.txt
|
||||
mv apps/dav/img/LICENSES.md dav-img-LICENSES.md
|
||||
mv 3rdparty/mexitek/phpcolors/LICENSE LICENSE
|
||||
mv 3rdparty/fusonic/linq/LICENSE LICENSE
|
||||
mv 3rdparty/fusonic/opengraph/LICENSE LICENSE
|
||||
mv 3rdparty/laravel/serializable-closure/LICENSE.md LICENSE.md
|
||||
mv 3rdparty/symfony/css-selector/LICENSE LICENSE
|
||||
mv 3rdparty/symfony/http-foundation/LICENSE LICENSE
|
||||
mv 3rdparty/symfony/dom-crawler/LICENSE LICENSE
|
||||
mv 3rdparty/mlocati/ip-lib/LICENSE.txt LICENSE.txt
|
||||
mv dist/federatedfilesharing-vue-settings-admin.js.LICENSE.txt federatedfilesharing-vue-settings-admin.js.LICENSE.txt
|
||||
mv dist/sharebymail-vue-settings-admin-sharebymail.js.LICENSE.txt sharebymail-vue-settings-admin-sharebymail.js.LICENSE.txt
|
||||
mv dist/theming-theming-settings.js.LICENSE.txt theming-theming-settings.js.LICENSE.txt
|
||||
|
||||
|
||||
%check
|
||||
# Make sure there are no license files left over
|
||||
|
|
@ -520,3 +730,4 @@ fi
|
|||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (nextcloud-22.1.0.tar.bz2) = f591959c35a47d1e88e2aa1694968a36e4673ca55b5d5a9cf0ce6d1ee76002a6445a33ff040a061db0cb753321f59853f723b8dc7106ffda09eed468e5fb7dd3
|
||||
SHA512 (nextcloud-25.0.3.tar.bz2) = 5c9fa141616002c87585c50bba740e3968b30fd901e6b5b4d345197a96021e10e5aeea1507f07ecd3e38bc55336a67510c6045a4f632c8991dee9760e175c6b3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue