pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-nextcloud Update to 15.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/425332182d69
branches: trunk
changeset: 317949:425332182d69
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Jan 17 10:28:23 2019 +0000
description:
Update to 15.0.2
Changelog:
15.0.2
Changes
Don't log parameters on user creation in case of error/exception (server#13479)
RemoveClassifiedEventActivity: check if calendar still exists (server#13506)
Broker: add timezone to CANCEL messages (3rdparty#196)
15.0.1
Changes
Change doc link for 15 (server#12963)
Use strengthify.min on personal settings page (server#12984)
Use default cursor for disabled primary buttons (server#13007)
Better activities for systemtags that are removed by CLI (server#13029)
Ie11 compatibility updatenotifications (server#13076)
Fix exception on LDAP mapping during login (server#13119)
Fix SAML Client login flow on Apple devices (server#13123)
Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150)
Prevent special characters from breaking the file drop remote url (server#13151)
Allow content provider to generate new Index (server#13155)
Make the footer "Get your own free account" translatable (server#13169)
Use a case insensitive search for email (server#13179)
Fix ie11 checkboxes (server#13206)
SCSS cache buster is a combination of apps/theming/scc_vars (server#13209)
Files list not rendering if user has favorites navigation unfolded (server#13215)
Do not forgot to store the second displayname portion (server#13218)
Add default values when parsing account data (server#13252)
Fix opening search results for comments (server#13253)
Fetch lastInsertId only when id null (server#13278)
Add caching headers for public previews (server#13328)
Unbundle user_external to release it via appstore (server#13329)
Rewrite getNumberOfUnreadCommentsForFolder query (server#13335)
Fix can change password check in case of encryption is enabled (server#13349)
Update the CRL (server#13352)
Check anonymous OPTIONS requests file in root (not in subdir) (server#13354)
Re add the uploaded file list to file drops (server#13355)
Returns a 404 instead of exception if app is not installed - #13088 (server#13357)
Transpile arrow function for ie11 compatibility (server#13360)
IE fix for apps menu (server#13361)
Allow URI as data for vcard PHOTO (server#13366)
Throttle with correct metadata (server#13368)
Fix loginflow with apptoken enter on iOS (server#13370)
Register and show when an LDAP user was detected as unavailable/deleted (server#13372)
Fix apps menu overlapping (server#13404)
Use the real logger in the settings (server#13405)
CSP: Allow fonts to be provided in data (server#13411)
HttpClient getHeader can return empty string (server#13425)
Respect classification of calendar events in activity stream (server#13439)
Add support for boolean default (server#13444)
Show the repair steps and repair info output in the web for better feedback (server#13469)
Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114)
Do not get the url from the download links (files_videoplayer#74)
Use proper slogan from theming app (firstrunwizard#94)
Update info.xml (firstrunwizard#96)
Update richObjectStringParser.js (notifications#245)
diffstat:
www/php-nextcloud/Makefile | 4 +-
www/php-nextcloud/PLIST | 53 +++++++++++++++++++++++++++++++--------------
www/php-nextcloud/distinfo | 10 ++++----
3 files changed, 43 insertions(+), 24 deletions(-)
diffs (230 lines):
diff -r 8f1ee446b260 -r 425332182d69 www/php-nextcloud/Makefile
--- a/www/php-nextcloud/Makefile Thu Jan 17 08:54:18 2019 +0000
+++ b/www/php-nextcloud/Makefile Thu Jan 17 10:28:23 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2018/12/16 13:09:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2019/01/17 10:28:23 ryoon Exp $
#
-DISTNAME= nextcloud-15.0.0
+DISTNAME= nextcloud-15.0.2
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
diff -r 8f1ee446b260 -r 425332182d69 www/php-nextcloud/PLIST
--- a/www/php-nextcloud/PLIST Thu Jan 17 08:54:18 2019 +0000
+++ b/www/php-nextcloud/PLIST Thu Jan 17 10:28:23 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2018/12/16 13:09:57 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/01/17 10:28:23 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.drone.yml
@@ -3754,6 +3754,7 @@
share/nextcloud/3rdparty/symfony/translation/phpunit.xml.dist
share/nextcloud/AUTHORS
share/nextcloud/COPYING
+share/nextcloud/apps/accessibility/.babelrc.js
share/nextcloud/apps/accessibility/appinfo/app.php
share/nextcloud/apps/accessibility/appinfo/info.xml
share/nextcloud/apps/accessibility/appinfo/routes.php
@@ -4623,6 +4624,7 @@
share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
share/nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php
+share/nextcloud/apps/dav/lib/Migration/RemoveClassifiedEventActivity.php
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170825134824.php
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170919104507.php
share/nextcloud/apps/dav/lib/Migration/Version1004Date20170924124212.php
@@ -5087,6 +5089,8 @@
share/nextcloud/apps/federation/l10n/ar.json
share/nextcloud/apps/federation/l10n/ast.js
share/nextcloud/apps/federation/l10n/ast.json
+share/nextcloud/apps/federation/l10n/bg.js
+share/nextcloud/apps/federation/l10n/bg.json
share/nextcloud/apps/federation/l10n/bg_BG.js
share/nextcloud/apps/federation/l10n/bg_BG.json
share/nextcloud/apps/federation/l10n/ca.js
@@ -7759,10 +7763,14 @@
share/nextcloud/apps/firstrunwizard/l10n/es_UY.json
share/nextcloud/apps/firstrunwizard/l10n/et_EE.js
share/nextcloud/apps/firstrunwizard/l10n/et_EE.json
+share/nextcloud/apps/firstrunwizard/l10n/eu.js
+share/nextcloud/apps/firstrunwizard/l10n/eu.json
share/nextcloud/apps/firstrunwizard/l10n/fi.js
share/nextcloud/apps/firstrunwizard/l10n/fi.json
share/nextcloud/apps/firstrunwizard/l10n/fr.js
share/nextcloud/apps/firstrunwizard/l10n/fr.json
+share/nextcloud/apps/firstrunwizard/l10n/gl.js
+share/nextcloud/apps/firstrunwizard/l10n/gl.json
share/nextcloud/apps/firstrunwizard/l10n/he.js
share/nextcloud/apps/firstrunwizard/l10n/he.json
share/nextcloud/apps/firstrunwizard/l10n/hu.js
@@ -7790,8 +7798,6 @@
share/nextcloud/apps/firstrunwizard/l10n/pl.json
share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js
share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json
-share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js
-share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json
share/nextcloud/apps/firstrunwizard/l10n/ru.js
share/nextcloud/apps/firstrunwizard/l10n/ru.json
share/nextcloud/apps/firstrunwizard/l10n/si_LK.php
@@ -7990,6 +7996,8 @@
share/nextcloud/apps/gallery/l10n/fi.json
share/nextcloud/apps/gallery/l10n/fr.js
share/nextcloud/apps/gallery/l10n/fr.json
+share/nextcloud/apps/gallery/l10n/gl.js
+share/nextcloud/apps/gallery/l10n/gl.json
share/nextcloud/apps/gallery/l10n/he.js
share/nextcloud/apps/gallery/l10n/he.json
share/nextcloud/apps/gallery/l10n/hr.js
@@ -8267,6 +8275,8 @@
share/nextcloud/apps/logreader/l10n/fi.json
share/nextcloud/apps/logreader/l10n/fr.js
share/nextcloud/apps/logreader/l10n/fr.json
+share/nextcloud/apps/logreader/l10n/gl.js
+share/nextcloud/apps/logreader/l10n/gl.json
share/nextcloud/apps/logreader/l10n/he.js
share/nextcloud/apps/logreader/l10n/he.json
share/nextcloud/apps/logreader/l10n/hu.js
@@ -8434,8 +8444,6 @@
share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json
share/nextcloud/apps/nextcloud_announcements/l10n/ko.js
share/nextcloud/apps/nextcloud_announcements/l10n/ko.json
-share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js
-share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json
share/nextcloud/apps/nextcloud_announcements/l10n/lv.js
share/nextcloud/apps/nextcloud_announcements/l10n/lv.json
share/nextcloud/apps/nextcloud_announcements/l10n/nb.js
@@ -9288,10 +9296,16 @@
share/nextcloud/apps/support/l10n/de_DE.json
share/nextcloud/apps/support/l10n/es.js
share/nextcloud/apps/support/l10n/es.json
+share/nextcloud/apps/support/l10n/es_AR.js
+share/nextcloud/apps/support/l10n/es_AR.json
+share/nextcloud/apps/support/l10n/eu.js
+share/nextcloud/apps/support/l10n/eu.json
share/nextcloud/apps/support/l10n/fi.js
share/nextcloud/apps/support/l10n/fi.json
share/nextcloud/apps/support/l10n/fr.js
share/nextcloud/apps/support/l10n/fr.json
+share/nextcloud/apps/support/l10n/gl.js
+share/nextcloud/apps/support/l10n/gl.json
share/nextcloud/apps/support/l10n/he.js
share/nextcloud/apps/support/l10n/he.json
share/nextcloud/apps/support/l10n/hu.js
@@ -9300,8 +9314,12 @@
share/nextcloud/apps/support/l10n/is.json
share/nextcloud/apps/support/l10n/it.js
share/nextcloud/apps/support/l10n/it.json
+share/nextcloud/apps/support/l10n/ja.js
+share/nextcloud/apps/support/l10n/ja.json
share/nextcloud/apps/support/l10n/lt_LT.js
share/nextcloud/apps/support/l10n/lt_LT.json
+share/nextcloud/apps/support/l10n/nb.js
+share/nextcloud/apps/support/l10n/nb.json
share/nextcloud/apps/support/l10n/nl.js
share/nextcloud/apps/support/l10n/nl.json
share/nextcloud/apps/support/l10n/nn_NO.js
@@ -9312,12 +9330,16 @@
share/nextcloud/apps/support/l10n/pt_BR.json
share/nextcloud/apps/support/l10n/ru.js
share/nextcloud/apps/support/l10n/ru.json
+share/nextcloud/apps/support/l10n/sk.js
+share/nextcloud/apps/support/l10n/sk.json
share/nextcloud/apps/support/l10n/sr.js
share/nextcloud/apps/support/l10n/sr.json
share/nextcloud/apps/support/l10n/tr.js
share/nextcloud/apps/support/l10n/tr.json
share/nextcloud/apps/support/l10n/zh_CN.js
share/nextcloud/apps/support/l10n/zh_CN.json
+share/nextcloud/apps/support/l10n/zh_TW.js
+share/nextcloud/apps/support/l10n/zh_TW.json
share/nextcloud/apps/support/lib/AppInfo/Application.php
share/nextcloud/apps/support/lib/BackgroundJobs/CheckSubscription.php
share/nextcloud/apps/support/lib/Controller/ApiController.php
@@ -9404,6 +9426,8 @@
share/nextcloud/apps/survey_client/l10n/fi.json
share/nextcloud/apps/survey_client/l10n/fr.js
share/nextcloud/apps/survey_client/l10n/fr.json
+share/nextcloud/apps/survey_client/l10n/gl.js
+share/nextcloud/apps/survey_client/l10n/gl.json
share/nextcloud/apps/survey_client/l10n/he.js
share/nextcloud/apps/survey_client/l10n/he.json
share/nextcloud/apps/survey_client/l10n/hu.js
@@ -9852,6 +9876,8 @@
share/nextcloud/apps/twofactor_backupcodes/l10n/af.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ast.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ast.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/bg.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/bg.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ca.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ca.json
share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js
@@ -9981,6 +10007,7 @@
share/nextcloud/apps/twofactor_backupcodes/lib/Settings/Personal.php
share/nextcloud/apps/twofactor_backupcodes/templates/challenge.php
share/nextcloud/apps/twofactor_backupcodes/templates/personal.php
+share/nextcloud/apps/updatenotification/.babelrc.js
share/nextcloud/apps/updatenotification/appinfo/app.php
share/nextcloud/apps/updatenotification/appinfo/info.xml
share/nextcloud/apps/updatenotification/appinfo/routes.php
@@ -10167,16 +10194,6 @@
share/nextcloud/apps/updatenotification/lib/Settings/Admin.php
share/nextcloud/apps/updatenotification/lib/UpdateChecker.php
share/nextcloud/apps/updatenotification/templates/admin.php
-share/nextcloud/apps/user_external/appinfo/app.php
-share/nextcloud/apps/user_external/appinfo/database.xml
-share/nextcloud/apps/user_external/appinfo/info.xml
-share/nextcloud/apps/user_external/appinfo/signature.json
-share/nextcloud/apps/user_external/img/app.svg
-share/nextcloud/apps/user_external/lib/base.php
-share/nextcloud/apps/user_external/lib/ftp.php
-share/nextcloud/apps/user_external/lib/imap.php
-share/nextcloud/apps/user_external/lib/smb.php
-share/nextcloud/apps/user_external/lib/webdavauth.php
share/nextcloud/apps/user_ldap/ajax/clearMappings.php
share/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php
share/nextcloud/apps/user_ldap/ajax/getConfiguration.php
@@ -11234,6 +11251,8 @@
share/nextcloud/core/l10n/fi.json
share/nextcloud/core/l10n/fr.js
share/nextcloud/core/l10n/fr.json
+share/nextcloud/core/l10n/gl.js
+share/nextcloud/core/l10n/gl.json
share/nextcloud/core/l10n/he.js
share/nextcloud/core/l10n/he.json
share/nextcloud/core/l10n/hr.js
@@ -11284,8 +11303,6 @@
share/nextcloud/core/l10n/tr.json
share/nextcloud/core/l10n/uk.js
share/nextcloud/core/l10n/uk.json
-share/nextcloud/core/l10n/uz.js
-share/nextcloud/core/l10n/uz.json
share/nextcloud/core/l10n/vi.js
share/nextcloud/core/l10n/vi.json
share/nextcloud/core/l10n/zh_CN.js
@@ -12679,6 +12696,8 @@
share/nextcloud/settings/l10n/el.json
share/nextcloud/settings/l10n/en_GB.js
share/nextcloud/settings/l10n/en_GB.json
+share/nextcloud/settings/l10n/eo.js
+share/nextcloud/settings/l10n/eo.json
share/nextcloud/settings/l10n/es.js
share/nextcloud/settings/l10n/es.json
share/nextcloud/settings/l10n/es_419.js
diff -r 8f1ee446b260 -r 425332182d69 www/php-nextcloud/distinfo
--- a/www/php-nextcloud/distinfo Thu Jan 17 08:54:18 2019 +0000
+++ b/www/php-nextcloud/distinfo Thu Jan 17 10:28:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/12/16 13:09:57 ryoon Exp $
+$NetBSD: distinfo,v 1.18 2019/01/17 10:28:23 ryoon Exp $
-SHA1 (nextcloud-15.0.0.tar.bz2) = b82b86d0d7441c5dd043bf1fd578ececc321f314
-RMD160 (nextcloud-15.0.0.tar.bz2) = a3529b6679530a98e1dc4a36b50a86d452494b6d
-SHA512 (nextcloud-15.0.0.tar.bz2) = 3ebc21ca80f31bfa486de73d707e7c448eca3f517d73c8762fb543ce82b3f89cfcfcf0edda15caf324a4987be72df8531dccebd2a6af9ac668913f6f750f20c0
-Size (nextcloud-15.0.0.tar.bz2) = 36181234 bytes
+SHA1 (nextcloud-15.0.2.tar.bz2) = 3bdfa184d24e71300ad5d89a27c1b861263c1d85
+RMD160 (nextcloud-15.0.2.tar.bz2) = af275b5e928717ccbbf6439ab21c14463bcd006b
+SHA512 (nextcloud-15.0.2.tar.bz2) = ab9bf8db9fb231dd965188d2226d34e86128edfad5b5db259fe445cecd4f74e573e4cba3e151bd705dce6ced31d421e3986f5733ebe9f06804807c4bb7e21349
+Size (nextcloud-15.0.2.tar.bz2) = 36224830 bytes
Home |
Main Index |
Thread Index |
Old Index