pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-nextcloud php-nextcloud: Update to 24.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7cb7136a950
branches: trunk
changeset: 380837:b7cb7136a950
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Jun 16 16:01:42 2022 +0000
description:
php-nextcloud: Update to 24.0.1
CHangelog:
Version 24.0.1 May 3 2022
Changes
* Bump karma-spec-reporter from 0.0.33 to 0.0.34 (server#31985)
* Tell mysql to ignore the sort index for search queries (server#32123)
* Update description of cronjob settings to be aligned to the documenta...
(server#32133)
* Fix showing of all apps are up-to-date in apps management (server#32153)
* Fx translations with trailing colon (server#32159)
* Fix social sharing buttons (server#32181)
* Revert "Show the child folders in the breadcrumb menu when on a parent
entry." (server#32219)
* Use sabre function directly rather than duplicating it (server#32236)
* Revert "Revert "Make the order of reactions reliable"" (server#32241)
* Include more emoji chars to test and fixes after include it (server#32256)
* Expose shareWithDisplayNameUnique also on autocomplete endpoint (server#
32275)
* Don't use hash to check if binding worked (server#32282)
* Fix preview generator trying to recreate an existing folder (server#32320)
* Fix for transferring ownership of groupfolders (server#32329)
* Add share search tweaks (server#32360)
* Don't unjail the path when getting the storage info (server#32365)
* Increase retry delay on 'Wait for S3' CI job (server#32368)
* Bump karma from 6.3.17 to 6.3.20 (server#32386)
* Bump moment from 2.29.2 to 2.29.3 (server#32402)
* Fix user agent trimming on installation (server#32414)
* Show user account on grant loginflow step (server#32415)
* Only log diagnostic events if a treshhold is set (server#32424)
* Replace isValidEmoji by method in EmojiHelper (server#32437)
* Add Email validation (server#32472)
* Switch to getOption() (circles#1042)
* Add new diagram templates (example-files#23)
* Adapt layout after viewer update (files_pdfviewer#597)
* Update phpunit workflows (files_pdfviewer#599)
* Prevent video file downloads when there is a download limit
(files_videoplayer#275)
* Fix password generation (password_policy#357)
* Fix FreeBsd Interface parsing (serverinfo#373)
* Switch to auto table layout (text#2375)
* Use '(n)' suffix instead of timestamp prefix for uploaded image names
(text#2377)
* Manually get a mounted instance of the file if needed during lock/unlock
(text#2380)
* Fix attachment cleanup when file names contain parenthesis (text#2389)
* Build(deps-dev): bump cypress from 9.5.3 to 9.5.4 (text#2402)
* Build(deps-dev): bump @vue/vue2-jest from 27.0.0-alpha.4 to 27.0.0 (text#
2405)
* Fix viewer integration styling (text#2419)
* Revert "Revert "Improve preloading"" (viewer#1237)
* Revert "Revert "Revert "Improve preloading""" (viewer#1238)
* Fix design update after 5 vue components upgrade (viewer#1239)
* Improve preloading (viewer#1240)
Version 24.0.0 May 3 2022
Nextcloud Hub 24 is here!
The biggest improvements Nextcloud Hub 24 introduces are:
* User migration
* Smart file locking
* 4x lower db load
* Reactions & media tab in Talk
* Reply to calls & messages in Desktop client
* Undo send & schedule emails
Version 23.0.5 May 19 2022
Changes
* Use the nextcloud certificate bundle for s3 (server#31818)
* Federated share performance improvements (server#31902)
* Principal search by display name case insensitive (server#31976)
* Log why the login token can't be used for credentials (server#31978)
* Bump babel-loader from 8.2.4 to 8.2.5 (server#32100)
* Bump moment from 2.29.2 to 2.29.3 (server#32101)
* Fix showing of all apps are up-to-date in apps management (server#32115)
* Do not update _lastChanged on auto-detected attributes (server#32120)
* Tell mysql to ignore the sort index for search queries (server#32124)
* Get not only time-sensitive next job from list but any when not in
cron-mode (server#32131)
* Update description of cronjob settings to be aligned to the documenta...
(server#32135)
* Fx translations with trailing colon (server#32160)
* L10n: Change apostrophe (server#32174)
* Fix social sharing buttons (server#32182)
* Don't use plain URL on the email subject (server#32247)
* Don't use hash to check if binding worked (server#32284)
* Fix preview generator trying to recreate an existing folder (server#32323)
* Fix for transferring ownership of groupfolders (server#32330)
* Bump @testing-library/vue from 5.8.2 to 5.8.3 (server#32334)
* Explicitly close div element (server#32417)
* Fix user agent trimming on installation (server#32420)
* Show user account on grant loginflow step (server#32422)
* Add Email validation (server#32474)
* Fix array key on import() (circles#1027)
* Switch to getOption() (circles#1043)
* Add new diagram templates (example-files#24)
* Update phpunit workflows (files_pdfviewer#600)
* Prevent video file downloads when there is a download limit
(files_videoplayer#276)
* Fix password generation (password_policy#358)
* Bump babel-loader from 8.2.4 to 8.2.5 (privacy#764)
* Build(deps): bump prosemirror-view from 1.23.12 to 1.23.13 (text#2348)
* Improve preloading (viewer#1232)
diffstat:
www/php-nextcloud/Makefile | 4 +-
www/php-nextcloud/PLIST | 1129 ++++++++++++++++++++++---------------------
www/php-nextcloud/distinfo | 8 +-
3 files changed, 580 insertions(+), 561 deletions(-)
diffs (truncated from 3486 to 300 lines):
diff -r 53301f8f16d5 -r b7cb7136a950 www/php-nextcloud/Makefile
--- a/www/php-nextcloud/Makefile Thu Jun 16 15:46:22 2022 +0000
+++ b/www/php-nextcloud/Makefile Thu Jun 16 16:01:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2022/05/12 11:26:54 khorben Exp $
+# $NetBSD: Makefile,v 1.63 2022/06/16 16:01:42 ryoon Exp $
#
# The nextcloud update process only works from one version to the
@@ -10,7 +10,7 @@
# contained 18.0.2, then during April to June it is ok to update to
# later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
# update to 20.
-DISTNAME= nextcloud-23.0.4
+DISTNAME= nextcloud-24.0.1
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
diff -r 53301f8f16d5 -r b7cb7136a950 www/php-nextcloud/PLIST
--- a/www/php-nextcloud/PLIST Thu Jun 16 15:46:22 2022 +0000
+++ b/www/php-nextcloud/PLIST Thu Jun 16 16:01:42 2022 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.50 2022/05/12 11:26:54 khorben Exp $
+@comment $NetBSD: PLIST,v 1.51 2022/06/16 16:01:42 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.github/dependabot.yml
share/nextcloud/3rdparty/.github/workflows/block-merge-freeze.yml
share/nextcloud/3rdparty/.github/workflows/composer.yml
share/nextcloud/3rdparty/.gitignore
-share/nextcloud/3rdparty/.patches/sabre-xml/correct-version-check.patch
share/nextcloud/3rdparty/LICENSE INFO
share/nextcloud/3rdparty/README.md
share/nextcloud/3rdparty/autoload.php
@@ -2384,7 +2383,6 @@
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_595.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_61.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_62.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_63.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_64.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_66.php
share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_675.php
@@ -3253,6 +3251,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/de-ch.php
share/nextcloud/3rdparty/giggsey/locale/data/de.php
share/nextcloud/3rdparty/giggsey/locale/data/dje.php
+share/nextcloud/3rdparty/giggsey/locale/data/doi.php
share/nextcloud/3rdparty/giggsey/locale/data/dsb.php
share/nextcloud/3rdparty/giggsey/locale/data/dua.php
share/nextcloud/3rdparty/giggsey/locale/data/dyo.php
@@ -3323,7 +3322,6 @@
share/nextcloud/3rdparty/giggsey/locale/data/en-nu.php
share/nextcloud/3rdparty/giggsey/locale/data/en-nz.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ph.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pk.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pn.php
share/nextcloud/3rdparty/giggsey/locale/data/en-pw.php
@@ -3383,6 +3381,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/ewo.php
share/nextcloud/3rdparty/giggsey/locale/data/fa-af.php
share/nextcloud/3rdparty/giggsey/locale/data/fa.php
+share/nextcloud/3rdparty/giggsey/locale/data/ff-adlm.php
share/nextcloud/3rdparty/giggsey/locale/data/ff.php
share/nextcloud/3rdparty/giggsey/locale/data/fi.php
share/nextcloud/3rdparty/giggsey/locale/data/fil.php
@@ -3422,6 +3421,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/kam.php
share/nextcloud/3rdparty/giggsey/locale/data/kde.php
share/nextcloud/3rdparty/giggsey/locale/data/kea.php
+share/nextcloud/3rdparty/giggsey/locale/data/kgp.php
share/nextcloud/3rdparty/giggsey/locale/data/khq.php
share/nextcloud/3rdparty/giggsey/locale/data/ki.php
share/nextcloud/3rdparty/giggsey/locale/data/kk.php
@@ -3452,6 +3452,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/luo.php
share/nextcloud/3rdparty/giggsey/locale/data/luy.php
share/nextcloud/3rdparty/giggsey/locale/data/lv.php
+share/nextcloud/3rdparty/giggsey/locale/data/mai.php
share/nextcloud/3rdparty/giggsey/locale/data/mas.php
share/nextcloud/3rdparty/giggsey/locale/data/mer.php
share/nextcloud/3rdparty/giggsey/locale/data/mfe.php
@@ -3462,6 +3463,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/mk.php
share/nextcloud/3rdparty/giggsey/locale/data/ml.php
share/nextcloud/3rdparty/giggsey/locale/data/mn.php
+share/nextcloud/3rdparty/giggsey/locale/data/mni.php
share/nextcloud/3rdparty/giggsey/locale/data/mr.php
share/nextcloud/3rdparty/giggsey/locale/data/ms.php
share/nextcloud/3rdparty/giggsey/locale/data/mt.php
@@ -3476,6 +3478,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/nmg.php
share/nextcloud/3rdparty/giggsey/locale/data/nn.php
share/nextcloud/3rdparty/giggsey/locale/data/nnh.php
+share/nextcloud/3rdparty/giggsey/locale/data/no.php
share/nextcloud/3rdparty/giggsey/locale/data/nus.php
share/nextcloud/3rdparty/giggsey/locale/data/nyn.php
share/nextcloud/3rdparty/giggsey/locale/data/om.php
@@ -3483,6 +3486,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/os.php
share/nextcloud/3rdparty/giggsey/locale/data/pa-arab.php
share/nextcloud/3rdparty/giggsey/locale/data/pa.php
+share/nextcloud/3rdparty/giggsey/locale/data/pcm.php
share/nextcloud/3rdparty/giggsey/locale/data/pl.php
share/nextcloud/3rdparty/giggsey/locale/data/ps-pk.php
share/nextcloud/3rdparty/giggsey/locale/data/ps.php
@@ -3508,9 +3512,13 @@
share/nextcloud/3rdparty/giggsey/locale/data/ru.php
share/nextcloud/3rdparty/giggsey/locale/data/rw.php
share/nextcloud/3rdparty/giggsey/locale/data/rwk.php
+share/nextcloud/3rdparty/giggsey/locale/data/sa.php
share/nextcloud/3rdparty/giggsey/locale/data/sah.php
share/nextcloud/3rdparty/giggsey/locale/data/saq.php
+share/nextcloud/3rdparty/giggsey/locale/data/sat.php
share/nextcloud/3rdparty/giggsey/locale/data/sbp.php
+share/nextcloud/3rdparty/giggsey/locale/data/sc.php
+share/nextcloud/3rdparty/giggsey/locale/data/sd-deva.php
share/nextcloud/3rdparty/giggsey/locale/data/sd.php
share/nextcloud/3rdparty/giggsey/locale/data/se-fi.php
share/nextcloud/3rdparty/giggsey/locale/data/se.php
@@ -3534,6 +3542,7 @@
share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-xk.php
share/nextcloud/3rdparty/giggsey/locale/data/sr-latn.php
share/nextcloud/3rdparty/giggsey/locale/data/sr.php
+share/nextcloud/3rdparty/giggsey/locale/data/su.php
share/nextcloud/3rdparty/giggsey/locale/data/sv.php
share/nextcloud/3rdparty/giggsey/locale/data/sw-cd.php
share/nextcloud/3rdparty/giggsey/locale/data/sw-ke.php
@@ -3569,6 +3578,9 @@
share/nextcloud/3rdparty/giggsey/locale/data/yi.php
share/nextcloud/3rdparty/giggsey/locale/data/yo-bj.php
share/nextcloud/3rdparty/giggsey/locale/data/yo.php
+share/nextcloud/3rdparty/giggsey/locale/data/yrl-co.php
+share/nextcloud/3rdparty/giggsey/locale/data/yrl-ve.php
+share/nextcloud/3rdparty/giggsey/locale/data/yrl.php
share/nextcloud/3rdparty/giggsey/locale/data/yue-hans.php
share/nextcloud/3rdparty/giggsey/locale/data/yue.php
share/nextcloud/3rdparty/giggsey/locale/data/zgh.php
@@ -3687,6 +3699,7 @@
share/nextcloud/3rdparty/guzzlehttp/uri-template/src/UriTemplate.php
share/nextcloud/3rdparty/icewind/searchdav/.gitignore
share/nextcloud/3rdparty/icewind/searchdav/LICENSE
+share/nextcloud/3rdparty/icewind/searchdav/psalm.xml
share/nextcloud/3rdparty/icewind/searchdav/src/Backend/ISearchBackend.php
share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchPropertyDefinition.php
share/nextcloud/3rdparty/icewind/searchdav/src/Backend/SearchResult.php
@@ -5554,6 +5567,13 @@
share/nextcloud/3rdparty/sabre/vobject/lib/Splitter/VCard.php
share/nextcloud/3rdparty/sabre/vobject/lib/StringUtil.php
share/nextcloud/3rdparty/sabre/vobject/lib/TimeZoneUtil.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/FindFromOffset.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneIdentifier.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneMap.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/GuessFromLicEntry.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/GuessFromMsTzId.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/TimezoneFinder.php
+share/nextcloud/3rdparty/sabre/vobject/lib/TimezoneGuesser/TimezoneGuesser.php
share/nextcloud/3rdparty/sabre/vobject/lib/UUIDUtil.php
share/nextcloud/3rdparty/sabre/vobject/lib/VCardConverter.php
share/nextcloud/3rdparty/sabre/vobject/lib/Version.php
@@ -5565,10 +5585,7 @@
share/nextcloud/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php
share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcal.rng
share/nextcloud/3rdparty/sabre/vobject/resources/schema/xcard.rng
-share/nextcloud/3rdparty/sabre/xml/.gitignore
-share/nextcloud/3rdparty/sabre/xml/CHANGELOG.md
share/nextcloud/3rdparty/sabre/xml/LICENSE
-share/nextcloud/3rdparty/sabre/xml/PATCHES.txt
share/nextcloud/3rdparty/sabre/xml/README.md
share/nextcloud/3rdparty/sabre/xml/composer.json
share/nextcloud/3rdparty/sabre/xml/lib/ContextStackTrait.php
@@ -5598,7 +5615,9 @@
share/nextcloud/3rdparty/scssphp/scssphp/src/Block.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Cache.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Colors.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/CompilationResult.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler/CachedResult.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler/Environment.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/CompilerException.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/ParserException.php
@@ -5614,6 +5633,9 @@
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Expanded.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Nested.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/OutputBlock.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/Logger/LoggerInterface.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/Logger/QuietLogger.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/Logger/StreamLogger.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Node.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Node/Number.php
share/nextcloud/3rdparty/scssphp/scssphp/src/OutputStyle.php
@@ -5624,7 +5646,9 @@
share/nextcloud/3rdparty/scssphp/scssphp/src/Type.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Util.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Util/Path.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/ValueConverter.php
share/nextcloud/3rdparty/scssphp/scssphp/src/Version.php
+share/nextcloud/3rdparty/scssphp/scssphp/src/Warn.php
share/nextcloud/3rdparty/spomky-labs/base64url/LICENSE
share/nextcloud/3rdparty/spomky-labs/base64url/composer.json
share/nextcloud/3rdparty/spomky-labs/base64url/src/Base64Url.php
@@ -5939,6 +5963,11 @@
share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php
share/nextcloud/3rdparty/symfony/console/Tester/TesterTrait.php
share/nextcloud/3rdparty/symfony/console/composer.json
+share/nextcloud/3rdparty/symfony/deprecation-contracts/.gitignore
+share/nextcloud/3rdparty/symfony/deprecation-contracts/LICENSE
+share/nextcloud/3rdparty/symfony/deprecation-contracts/README.md
+share/nextcloud/3rdparty/symfony/deprecation-contracts/composer.json
+share/nextcloud/3rdparty/symfony/deprecation-contracts/function.php
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/.gitignore
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/Event.php
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
@@ -6620,10 +6649,6 @@
share/nextcloud/apps/accessibility/img/font-opendyslexic2.jpg
share/nextcloud/apps/accessibility/img/mode-highcontrast.jpg
share/nextcloud/apps/accessibility/img/theme-dark.jpg
-share/nextcloud/apps/accessibility/js/accessibility.js
-share/nextcloud/apps/accessibility/js/accessibility.js.map
-share/nextcloud/apps/accessibility/js/accessibilityoca.js
-share/nextcloud/apps/accessibility/js/accessibilityoca.js.map
share/nextcloud/apps/accessibility/l10n/af.js
share/nextcloud/apps/accessibility/l10n/af.json
share/nextcloud/apps/accessibility/l10n/ar.js
@@ -6904,6 +6929,8 @@
share/nextcloud/apps/activity/l10n/fo.json
share/nextcloud/apps/activity/l10n/fr.js
share/nextcloud/apps/activity/l10n/fr.json
+share/nextcloud/apps/activity/l10n/gd.js
+share/nextcloud/apps/activity/l10n/gd.json
share/nextcloud/apps/activity/l10n/gl.js
share/nextcloud/apps/activity/l10n/gl.json
share/nextcloud/apps/activity/l10n/he.js
@@ -6918,6 +6945,8 @@
share/nextcloud/apps/activity/l10n/ia.json
share/nextcloud/apps/activity/l10n/id.js
share/nextcloud/apps/activity/l10n/id.json
+share/nextcloud/apps/activity/l10n/ig.js
+share/nextcloud/apps/activity/l10n/ig.json
share/nextcloud/apps/activity/l10n/is.js
share/nextcloud/apps/activity/l10n/is.json
share/nextcloud/apps/activity/l10n/it.js
@@ -6936,6 +6965,8 @@
share/nextcloud/apps/activity/l10n/ko.json
share/nextcloud/apps/activity/l10n/lb.js
share/nextcloud/apps/activity/l10n/lb.json
+share/nextcloud/apps/activity/l10n/lo.js
+share/nextcloud/apps/activity/l10n/lo.json
share/nextcloud/apps/activity/l10n/lt_LT.js
share/nextcloud/apps/activity/l10n/lt_LT.json
share/nextcloud/apps/activity/l10n/lv.js
@@ -6997,6 +7028,8 @@
share/nextcloud/apps/activity/l10n/tk.json
share/nextcloud/apps/activity/l10n/tr.js
share/nextcloud/apps/activity/l10n/tr.json
+share/nextcloud/apps/activity/l10n/ug.js
+share/nextcloud/apps/activity/l10n/ug.json
share/nextcloud/apps/activity/l10n/uk.js
share/nextcloud/apps/activity/l10n/uk.json
share/nextcloud/apps/activity/l10n/uz.js
@@ -7037,8 +7070,9 @@
share/nextcloud/apps/activity/lib/Filter/SelfFilter.php
share/nextcloud/apps/activity/lib/GroupHelper.php
share/nextcloud/apps/activity/lib/GroupHelperDisabled.php
-share/nextcloud/apps/activity/lib/Hooks.php
share/nextcloud/apps/activity/lib/Listener/LoadSidebarScripts.php
+share/nextcloud/apps/activity/lib/Listener/SetUserDefaults.php
+share/nextcloud/apps/activity/lib/Listener/UserDeleted.php
share/nextcloud/apps/activity/lib/MailQueueHandler.php
share/nextcloud/apps/activity/lib/Migration/Version2006Date20170808154933.php
share/nextcloud/apps/activity/lib/Migration/Version2006Date20170808155040.php
@@ -7211,8 +7245,12 @@
share/nextcloud/apps/circles/l10n/ar.json
share/nextcloud/apps/circles/l10n/ast.js
share/nextcloud/apps/circles/l10n/ast.json
+share/nextcloud/apps/circles/l10n/az.js
+share/nextcloud/apps/circles/l10n/az.json
share/nextcloud/apps/circles/l10n/bg.js
share/nextcloud/apps/circles/l10n/bg.json
+share/nextcloud/apps/circles/l10n/bn_BD.js
+share/nextcloud/apps/circles/l10n/bn_BD.json
share/nextcloud/apps/circles/l10n/br.js
share/nextcloud/apps/circles/l10n/br.json
share/nextcloud/apps/circles/l10n/bs.js
@@ -7221,6 +7259,8 @@
share/nextcloud/apps/circles/l10n/ca.json
share/nextcloud/apps/circles/l10n/cs.js
share/nextcloud/apps/circles/l10n/cs.json
+share/nextcloud/apps/circles/l10n/cy_GB.js
+share/nextcloud/apps/circles/l10n/cy_GB.json
share/nextcloud/apps/circles/l10n/da.js
share/nextcloud/apps/circles/l10n/da.json
share/nextcloud/apps/circles/l10n/de.js
@@ -7287,6 +7327,8 @@
share/nextcloud/apps/circles/l10n/hr.json
share/nextcloud/apps/circles/l10n/hu.js
share/nextcloud/apps/circles/l10n/hu.json
+share/nextcloud/apps/circles/l10n/ia.js
+share/nextcloud/apps/circles/l10n/ia.json
share/nextcloud/apps/circles/l10n/id.js
Home |
Main Index |
Thread Index |
Old Index