pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-nextcloud
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Jun 10 04:33:01 UTC 2018
Modified Files:
pkgsrc/www/php-nextcloud: Makefile PLIST distinfo
Log Message:
Updatet to 13.0.3
Changelog:
Version 13.0.3 June 7 2018
Changes
Backport various scss fixes #8777 (server#9259)
Fix ellipsis in filename column (server#9344)
Replace deprecated sinon reset() call with resetHistory() (server#9358)
Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377)
Log lock state on conflict (server#9389)
Remove unneeded locks in getCacheEntry (server#9391)
Only allow a single concurrent dav write to a file (server#9392)
Workflow rules error when changing operation (server#9409)
Fix jsunit tests (server#9430)
Allow IPv6 database host (server#9432)
Add labels for Contacts menu and Settings (server#9433)
Get correct version of an app (server#9436)
Fix ids of permission checkboxes for shares (server#9453)
Fix race condition when preparing upload folder (server#9454)
Allow to specify a link to a legal notice (server#9516)
Fix for unbound cloned LDAP connections (server#9522)
Dont use $info as array when its not an array (server#9525)
Improve OAuth (server#9540)
Bump theming version for extraordinary release (server#9547)
Fix translation bug on lost password page (server#9548)
Cleanup locks in scanner on error (server#9566)
Bump version for theming again [icon] (server#9573)
Make sure force language is reflected in html lang attribute (server#9579)
Add privacy link to theming and fix scrollbars (server#9586)
Fix settings menu (server#9590)
Handle exception while itterating trough smb file listing (server#9608)
Send invitations for shared calendars (server#9610)
Regenerate session id after public share auth (server#9619)
Emit event when running ./occ db:add-missing-indices (server#9620)
Add PHP missing message to index.php (server#9621)
Delete the previews when a version is restored (server#9622)
Limit Sinon version to 5.0.7 at most (server#9629)
Prepare another theming release including translations for recently added
imprint and privacy policy strings (server#9647)
Dont open the file on dav HEAD request (server#9649)
Fix(AmazonS3): fix loop $result['Contents'] error (server#9650)
Fix undefined variables (server#9651)
Add search category icon (server#9652)
Fix "Invalid argument supplied for foreach()" (server#9654)
Do not load calendar/addressbook plugins if not needed (server#9655)
Make LargeFileHelper.php faster by avoiding execs as much as possible
(server#9656)
Improve error reporting and move format parameter to the options
(server#9657)
The OAuth endpoint needs to support Basic Auth (server#9659)
LDAP password renewal fixes (server#9661)
Check user state when fetching to avoid dealing with offline objects
(server#9662)
Make sure the file is readable before attempting to create a preview
(server#9668)
Fix drone mysqlmb4 tests (server#9672)
Make sure the log doesn't try to read from PUT if it can't (server#9694)
Allow admins to override FreeBusy capabilities without modifying ShareAPI
capabilities (server#9707)
Fix the unit tests (server#9712)
Fix header nav (server#9727)
Fix local users check in contacts menu (server#9732)
Don't open the file when handling HEAD requests (3rdparty#99)
Do not sanitize markdown output twice (files_texteditor#101)
Version 13.0.2 April 26 2018
Changes
Show group display names (server#8779)
Group existence check works without attribute (like with users)
(server#8849)
The FN is optional, carrying the displayname if present (server#8900)
Set "share with" field to the ID of the circle (server#8905)
Show EOL warning in the update section (server#8986)
Use app version to generate scss filename (server#9015)
Update icewind/smb to 2.0.5 (server#9017)
Fix search text overlapping close button (server#9019)
Clear any theming prefixed cache on cache buster increase (server#9020)
Reset encryptionVersion to '1' if a file was stream copied (server#9064)
Do not treat is-encrypted as custom property (server#9071)
Fix proper permissions for multiple file access (server#9072)
When formatting a share node an Empty target is invalid (server#9073)
Move on with the next user if we found the user on one user back-end
(server#9077)
Allow usage of Windows 10 WebDav Netdrive (server#9089)
Add more logging for the object storage during creation of the buckets
(server#9094)
Do not convert email addresses with idn_to_ascii if... (server#9095)
Fix progress bar hidden before the upload ends (server#9124)
Update CRL to include old quicknotes cert (server#9213)
Fix user selectable text for public links for text files (server#9230)
Provide an option to disable HTML emails (server#9231)
Fix appinfo parsing when a single localized option is provided (server#9233)
Use multibyte substring (server#9234)
Fix webdav support for OneNote clients (server#9236)
Fixed files copy/move when in favorites or recent section (server#9238)
Don't update personal settings for admins (activity#262)
Skip parameters which are not there instead of failing out (activity#265)
Bump version 13 (files_pdfviewer#64)
Fix info.xml (files_pdfviewer#66)
No default enable (files_pdfviewer#67)
Fix position of icons in "Share with" input field (gallery#418)
Fix "No results found" tooltip (gallery#419)
Fix UI while a share is being added (gallery#420)
Hide "No results found" tooltip on autocompletion (gallery#424)
Fix error while clicking on the share link checkbox (gallery#430)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/php-nextcloud/PLIST \
pkgsrc/www/php-nextcloud/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.12 pkgsrc/www/php-nextcloud/Makefile:1.13
--- pkgsrc/www/php-nextcloud/Makefile:1.12 Mon Mar 19 18:01:09 2018
+++ pkgsrc/www/php-nextcloud/Makefile Sun Jun 10 04:33:01 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2018/03/19 18:01:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2018/06/10 04:33:01 ryoon Exp $
#
-DISTNAME= nextcloud-13.0.1
+DISTNAME= nextcloud-13.0.3
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.11 pkgsrc/www/php-nextcloud/PLIST:1.12
--- pkgsrc/www/php-nextcloud/PLIST:1.11 Mon Mar 19 18:01:09 2018
+++ pkgsrc/www/php-nextcloud/PLIST Sun Jun 10 04:33:01 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/03/19 18:01:09 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/06/10 04:33:01 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.drone.yml
@@ -4186,6 +4186,8 @@ share/nextcloud/apps/activity/l10n/mk.js
share/nextcloud/apps/activity/l10n/mk.json
share/nextcloud/apps/activity/l10n/mn.js
share/nextcloud/apps/activity/l10n/mn.json
+share/nextcloud/apps/activity/l10n/ms_MY.js
+share/nextcloud/apps/activity/l10n/ms_MY.json
share/nextcloud/apps/activity/l10n/nb.js
share/nextcloud/apps/activity/l10n/nb.json
share/nextcloud/apps/activity/l10n/ne.js
@@ -4641,6 +4643,8 @@ share/nextcloud/apps/dav/l10n/fr.js
share/nextcloud/apps/dav/l10n/fr.json
share/nextcloud/apps/dav/l10n/gl.js
share/nextcloud/apps/dav/l10n/gl.json
+share/nextcloud/apps/dav/l10n/he.js
+share/nextcloud/apps/dav/l10n/he.json
share/nextcloud/apps/dav/l10n/hu.js
share/nextcloud/apps/dav/l10n/hu.json
share/nextcloud/apps/dav/l10n/hu_HU.js
@@ -4751,6 +4755,7 @@ share/nextcloud/apps/dav/lib/CardDAV/Use
share/nextcloud/apps/dav/lib/CardDAV/Xml/Groups.php
share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php
share/nextcloud/apps/dav/lib/Command/CreateCalendar.php
+share/nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php
share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php
share/nextcloud/apps/dav/lib/Comments/CommentNode.php
@@ -5489,6 +5494,8 @@ share/nextcloud/apps/files/l10n/ach.js
share/nextcloud/apps/files/l10n/ach.json
share/nextcloud/apps/files/l10n/ady.js
share/nextcloud/apps/files/l10n/ady.json
+share/nextcloud/apps/files/l10n/af.js
+share/nextcloud/apps/files/l10n/af.json
share/nextcloud/apps/files/l10n/af_ZA.js
share/nextcloud/apps/files/l10n/af_ZA.json
share/nextcloud/apps/files/l10n/ak.js
@@ -5800,6 +5807,7 @@ share/nextcloud/apps/files_external/3rdp
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
+share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
@@ -6170,6 +6178,7 @@ share/nextcloud/apps/files_external/temp
share/nextcloud/apps/files_external/templates/settings.php
share/nextcloud/apps/files_pdfviewer/.github/contributing.md
share/nextcloud/apps/files_pdfviewer/.github/issue_template.md
+share/nextcloud/apps/files_pdfviewer/Makefile
share/nextcloud/apps/files_pdfviewer/appinfo/app.php
share/nextcloud/apps/files_pdfviewer/appinfo/info.xml
share/nextcloud/apps/files_pdfviewer/appinfo/routes.php
@@ -7292,8 +7301,6 @@ share/nextcloud/apps/files_texteditor/l1
share/nextcloud/apps/files_texteditor/l10n/nb.json
share/nextcloud/apps/files_texteditor/l10n/nl.js
share/nextcloud/apps/files_texteditor/l10n/nl.json
-share/nextcloud/apps/files_texteditor/l10n/nn_NO.js
-share/nextcloud/apps/files_texteditor/l10n/nn_NO.json
share/nextcloud/apps/files_texteditor/l10n/oc.js
share/nextcloud/apps/files_texteditor/l10n/oc.json
share/nextcloud/apps/files_texteditor/l10n/pa.php
@@ -7847,16 +7854,8 @@ share/nextcloud/apps/firstrunwizard/js/f
share/nextcloud/apps/firstrunwizard/js/jquery.colorbox.js
share/nextcloud/apps/firstrunwizard/l10n/.gitignore
share/nextcloud/apps/firstrunwizard/l10n/.tx/config
-share/nextcloud/apps/firstrunwizard/l10n/ar.js
-share/nextcloud/apps/firstrunwizard/l10n/ar.json
share/nextcloud/apps/firstrunwizard/l10n/ast.js
share/nextcloud/apps/firstrunwizard/l10n/ast.json
-share/nextcloud/apps/firstrunwizard/l10n/az.js
-share/nextcloud/apps/firstrunwizard/l10n/az.json
-share/nextcloud/apps/firstrunwizard/l10n/bg.js
-share/nextcloud/apps/firstrunwizard/l10n/bg.json
-share/nextcloud/apps/firstrunwizard/l10n/bn_BD.js
-share/nextcloud/apps/firstrunwizard/l10n/bn_BD.json
share/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
share/nextcloud/apps/firstrunwizard/l10n/ca.js
share/nextcloud/apps/firstrunwizard/l10n/ca.json
@@ -7874,8 +7873,6 @@ share/nextcloud/apps/firstrunwizard/l10n
share/nextcloud/apps/firstrunwizard/l10n/el.json
share/nextcloud/apps/firstrunwizard/l10n/en_GB.js
share/nextcloud/apps/firstrunwizard/l10n/en_GB.json
-share/nextcloud/apps/firstrunwizard/l10n/eo.js
-share/nextcloud/apps/firstrunwizard/l10n/eo.json
share/nextcloud/apps/firstrunwizard/l10n/es.js
share/nextcloud/apps/firstrunwizard/l10n/es.json
share/nextcloud/apps/firstrunwizard/l10n/es_419.js
@@ -7916,22 +7913,16 @@ share/nextcloud/apps/firstrunwizard/l10n
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/fa.js
-share/nextcloud/apps/firstrunwizard/l10n/fa.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/he.js
share/nextcloud/apps/firstrunwizard/l10n/he.json
-share/nextcloud/apps/firstrunwizard/l10n/hr.js
-share/nextcloud/apps/firstrunwizard/l10n/hr.json
share/nextcloud/apps/firstrunwizard/l10n/hu.js
share/nextcloud/apps/firstrunwizard/l10n/hu.json
share/nextcloud/apps/firstrunwizard/l10n/ia.js
share/nextcloud/apps/firstrunwizard/l10n/ia.json
-share/nextcloud/apps/firstrunwizard/l10n/id.js
-share/nextcloud/apps/firstrunwizard/l10n/id.json
share/nextcloud/apps/firstrunwizard/l10n/is.js
share/nextcloud/apps/firstrunwizard/l10n/is.json
share/nextcloud/apps/firstrunwizard/l10n/it.js
@@ -7946,30 +7937,22 @@ share/nextcloud/apps/firstrunwizard/l10n
share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
-share/nextcloud/apps/firstrunwizard/l10n/lv.js
-share/nextcloud/apps/firstrunwizard/l10n/lv.json
share/nextcloud/apps/firstrunwizard/l10n/ms_MY.php
share/nextcloud/apps/firstrunwizard/l10n/nb.js
share/nextcloud/apps/firstrunwizard/l10n/nb.json
share/nextcloud/apps/firstrunwizard/l10n/nl.js
share/nextcloud/apps/firstrunwizard/l10n/nl.json
-share/nextcloud/apps/firstrunwizard/l10n/oc.js
-share/nextcloud/apps/firstrunwizard/l10n/oc.json
share/nextcloud/apps/firstrunwizard/l10n/pl.js
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/ro.js
-share/nextcloud/apps/firstrunwizard/l10n/ro.json
share/nextcloud/apps/firstrunwizard/l10n/ru.js
share/nextcloud/apps/firstrunwizard/l10n/ru.json
share/nextcloud/apps/firstrunwizard/l10n/si_LK.php
share/nextcloud/apps/firstrunwizard/l10n/sk.js
share/nextcloud/apps/firstrunwizard/l10n/sk.json
-share/nextcloud/apps/firstrunwizard/l10n/sl.js
-share/nextcloud/apps/firstrunwizard/l10n/sl.json
share/nextcloud/apps/firstrunwizard/l10n/sq.js
share/nextcloud/apps/firstrunwizard/l10n/sq.json
share/nextcloud/apps/firstrunwizard/l10n/sr.js
@@ -7978,13 +7961,9 @@ share/nextcloud/apps/firstrunwizard/l10n
share/nextcloud/apps/firstrunwizard/l10n/sv.json
share/nextcloud/apps/firstrunwizard/l10n/ta_LK.php
share/nextcloud/apps/firstrunwizard/l10n/te.php
-share/nextcloud/apps/firstrunwizard/l10n/th.js
-share/nextcloud/apps/firstrunwizard/l10n/th.json
share/nextcloud/apps/firstrunwizard/l10n/tr.js
share/nextcloud/apps/firstrunwizard/l10n/tr.json
share/nextcloud/apps/firstrunwizard/l10n/ug.php
-share/nextcloud/apps/firstrunwizard/l10n/uk.js
-share/nextcloud/apps/firstrunwizard/l10n/uk.json
share/nextcloud/apps/firstrunwizard/l10n/zh_CN.js
share/nextcloud/apps/firstrunwizard/l10n/zh_CN.json
share/nextcloud/apps/firstrunwizard/l10n/zh_HK.php
@@ -8446,6 +8425,8 @@ share/nextcloud/apps/logreader/l10n/fi.j
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/he.js
+share/nextcloud/apps/logreader/l10n/he.json
share/nextcloud/apps/logreader/l10n/hu.js
share/nextcloud/apps/logreader/l10n/hu.json
share/nextcloud/apps/logreader/l10n/is.js
@@ -8741,6 +8722,8 @@ share/nextcloud/apps/notifications/l10n/
share/nextcloud/apps/notifications/l10n/fr.json
share/nextcloud/apps/notifications/l10n/gl.js
share/nextcloud/apps/notifications/l10n/gl.json
+share/nextcloud/apps/notifications/l10n/he.js
+share/nextcloud/apps/notifications/l10n/he.json
share/nextcloud/apps/notifications/l10n/hu.js
share/nextcloud/apps/notifications/l10n/hu.json
share/nextcloud/apps/notifications/l10n/ia.js
@@ -8886,6 +8869,8 @@ share/nextcloud/apps/oauth2/l10n/fr.js
share/nextcloud/apps/oauth2/l10n/fr.json
share/nextcloud/apps/oauth2/l10n/gl.js
share/nextcloud/apps/oauth2/l10n/gl.json
+share/nextcloud/apps/oauth2/l10n/he.js
+share/nextcloud/apps/oauth2/l10n/he.json
share/nextcloud/apps/oauth2/l10n/hu.js
share/nextcloud/apps/oauth2/l10n/hu.json
share/nextcloud/apps/oauth2/l10n/id.js
@@ -8941,6 +8926,7 @@ share/nextcloud/apps/oauth2/lib/Db/Clien
share/nextcloud/apps/oauth2/lib/Db/ClientMapper.php
share/nextcloud/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
share/nextcloud/apps/oauth2/lib/Exceptions/ClientNotFoundException.php
+share/nextcloud/apps/oauth2/lib/Migration/SetTokenExpiration.php
share/nextcloud/apps/oauth2/lib/Settings/Admin.php
share/nextcloud/apps/oauth2/templates/admin.php
share/nextcloud/apps/password_policy/.github/contributing.md
@@ -9217,6 +9203,8 @@ share/nextcloud/apps/serverinfo/l10n/fr.
share/nextcloud/apps/serverinfo/l10n/fr.json
share/nextcloud/apps/serverinfo/l10n/gl.js
share/nextcloud/apps/serverinfo/l10n/gl.json
+share/nextcloud/apps/serverinfo/l10n/he.js
+share/nextcloud/apps/serverinfo/l10n/he.json
share/nextcloud/apps/serverinfo/l10n/hu.js
share/nextcloud/apps/serverinfo/l10n/hu.json
share/nextcloud/apps/serverinfo/l10n/ia.js
@@ -9427,8 +9415,6 @@ share/nextcloud/apps/survey_client/img/a
share/nextcloud/apps/survey_client/img/app.svg
share/nextcloud/apps/survey_client/js/admin.js
share/nextcloud/apps/survey_client/l10n/.tx/config
-share/nextcloud/apps/survey_client/l10n/ast.js
-share/nextcloud/apps/survey_client/l10n/ast.json
share/nextcloud/apps/survey_client/l10n/ca.js
share/nextcloud/apps/survey_client/l10n/ca.json
share/nextcloud/apps/survey_client/l10n/cs.js
@@ -9513,8 +9499,6 @@ share/nextcloud/apps/survey_client/l10n/
share/nextcloud/apps/survey_client/l10n/pt_PT.json
share/nextcloud/apps/survey_client/l10n/ru.js
share/nextcloud/apps/survey_client/l10n/ru.json
-share/nextcloud/apps/survey_client/l10n/sk.js
-share/nextcloud/apps/survey_client/l10n/sk.json
share/nextcloud/apps/survey_client/l10n/sq.js
share/nextcloud/apps/survey_client/l10n/sq.json
share/nextcloud/apps/survey_client/l10n/sr.js
@@ -9843,6 +9827,8 @@ share/nextcloud/apps/theming/l10n/fr.js
share/nextcloud/apps/theming/l10n/fr.json
share/nextcloud/apps/theming/l10n/gl.js
share/nextcloud/apps/theming/l10n/gl.json
+share/nextcloud/apps/theming/l10n/he.js
+share/nextcloud/apps/theming/l10n/he.json
share/nextcloud/apps/theming/l10n/hu.js
share/nextcloud/apps/theming/l10n/hu.json
share/nextcloud/apps/theming/l10n/id.js
@@ -10873,6 +10859,7 @@ share/nextcloud/core/Migrations/Version1
share/nextcloud/core/Migrations/Version13000Date20170814074715.php
share/nextcloud/core/Migrations/Version13000Date20170919121250.php
share/nextcloud/core/Migrations/Version13000Date20170926101637.php
+share/nextcloud/core/Migrations/Version13000Date20180516101403.php
share/nextcloud/core/ajax/update.php
share/nextcloud/core/css/apps.scss
share/nextcloud/core/css/fixes.scss
@@ -11097,6 +11084,8 @@ share/nextcloud/core/doc/admin/_sources/
share/nextcloud/core/doc/admin/_sources/installation/index.txt
share/nextcloud/core/doc/admin/_sources/installation/installation_wizard.txt
share/nextcloud/core/doc/admin/_sources/installation/nginx.txt
+share/nextcloud/core/doc/admin/_sources/installation/php_56_installation.txt
+share/nextcloud/core/doc/admin/_sources/installation/php_70_installation.txt
share/nextcloud/core/doc/admin/_sources/installation/selinux_configuration.txt
share/nextcloud/core/doc/admin/_sources/installation/source_installation.txt
share/nextcloud/core/doc/admin/_sources/installation/system_requirements.txt
@@ -11273,6 +11262,8 @@ share/nextcloud/core/doc/admin/installat
share/nextcloud/core/doc/admin/installation/index.html
share/nextcloud/core/doc/admin/installation/installation_wizard.html
share/nextcloud/core/doc/admin/installation/nginx.html
+share/nextcloud/core/doc/admin/installation/php_56_installation.html
+share/nextcloud/core/doc/admin/installation/php_70_installation.html
share/nextcloud/core/doc/admin/installation/selinux_configuration.html
share/nextcloud/core/doc/admin/installation/source_installation.html
share/nextcloud/core/doc/admin/installation/system_requirements.html
@@ -11295,11 +11286,21 @@ share/nextcloud/core/doc/admin/searchind
share/nextcloud/core/doc/user/_images/2fa_backupcode_1.png
share/nextcloud/core/doc/user/_images/2fa_backupcode_2.png
share/nextcloud/core/doc/user/_images/CalDAV_calendar.png
+share/nextcloud/core/doc/user/_images/KAddressBook.png
+share/nextcloud/core/doc/user/_images/KOrganizer.png
+share/nextcloud/core/doc/user/_images/KOrganizer_add_calendar.png
+share/nextcloud/core/doc/user/_images/KOrganizer_groupware_server.png
+share/nextcloud/core/doc/user/_images/KOrganizer_pick_resources.png
+share/nextcloud/core/doc/user/_images/KOrganizer_server_address.png
+share/nextcloud/core/doc/user/_images/KOrganizer_test1.png
+share/nextcloud/core/doc/user/_images/KOrganizer_test2.png
share/nextcloud/core/doc/user/_images/addressbook_name.png
share/nextcloud/core/doc/user/_images/anonym_click_sharing.png
share/nextcloud/core/doc/user/_images/anonym_hide_file_listing.png
share/nextcloud/core/doc/user/_images/anonym_upload.png
share/nextcloud/core/doc/user/_images/anonym_uploaded_files.png
+share/nextcloud/core/doc/user/_images/app_password_created.png
+share/nextcloud/core/doc/user/_images/app_password_naming.png
share/nextcloud/core/doc/user/_images/apps_menu.png
share/nextcloud/core/doc/user/_images/cardbook_icon.png
share/nextcloud/core/doc/user/_images/contact_bottombar.png
@@ -11335,6 +11336,8 @@ share/nextcloud/core/doc/user/_images/fi
share/nextcloud/core/doc/user/_images/gallery-1.png
share/nextcloud/core/doc/user/_images/gallery-2.png
share/nextcloud/core/doc/user/_images/hidden_files.png
+share/nextcloud/core/doc/user/_images/korganizer_credentials.png
+share/nextcloud/core/doc/user/_images/korganizer_resource_choice.png
share/nextcloud/core/doc/user/_images/login_page.png
share/nextcloud/core/doc/user/_images/multi_sharing.png
share/nextcloud/core/doc/user/_images/new_addressbook.png
@@ -11373,7 +11376,9 @@ share/nextcloud/core/doc/user/_sources/i
share/nextcloud/core/doc/user/_sources/pim/calendar.txt
share/nextcloud/core/doc/user/_sources/pim/contacts.txt
share/nextcloud/core/doc/user/_sources/pim/index.txt
+share/nextcloud/core/doc/user/_sources/pim/sync_android.txt
share/nextcloud/core/doc/user/_sources/pim/sync_ios.txt
+share/nextcloud/core/doc/user/_sources/pim/sync_kde.txt
share/nextcloud/core/doc/user/_sources/pim/sync_osx.txt
share/nextcloud/core/doc/user/_sources/pim/sync_thunderbird.txt
share/nextcloud/core/doc/user/_sources/pim/troubleshooting.txt
@@ -11489,7 +11494,9 @@ share/nextcloud/core/doc/user/objects.in
share/nextcloud/core/doc/user/pim/calendar.html
share/nextcloud/core/doc/user/pim/contacts.html
share/nextcloud/core/doc/user/pim/index.html
+share/nextcloud/core/doc/user/pim/sync_android.html
share/nextcloud/core/doc/user/pim/sync_ios.html
+share/nextcloud/core/doc/user/pim/sync_kde.html
share/nextcloud/core/doc/user/pim/sync_osx.html
share/nextcloud/core/doc/user/pim/sync_thunderbird.html
share/nextcloud/core/doc/user/pim/troubleshooting.html
@@ -11768,6 +11775,8 @@ share/nextcloud/core/js/tests/specs/syst
share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
share/nextcloud/core/js/update.js
share/nextcloud/core/js/visitortimezone.js
+share/nextcloud/core/l10n/af.js
+share/nextcloud/core/l10n/af.json
share/nextcloud/core/l10n/ar.js
share/nextcloud/core/l10n/ar.json
share/nextcloud/core/l10n/ast.js
@@ -11788,6 +11797,8 @@ share/nextcloud/core/l10n/el.js
share/nextcloud/core/l10n/el.json
share/nextcloud/core/l10n/en_GB.js
share/nextcloud/core/l10n/en_GB.json
+share/nextcloud/core/l10n/eo.js
+share/nextcloud/core/l10n/eo.json
share/nextcloud/core/l10n/es.js
share/nextcloud/core/l10n/es.json
share/nextcloud/core/l10n/es_419.js
@@ -12261,6 +12272,7 @@ share/nextcloud/lib/private/AppHelper.ph
share/nextcloud/lib/private/Archive/Archive.php
share/nextcloud/lib/private/Archive/TAR.php
share/nextcloud/lib/private/Archive/ZIP.php
+share/nextcloud/lib/private/Authentication/Exceptions/ExpiredTokenException.php
share/nextcloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
share/nextcloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
share/nextcloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.11 pkgsrc/www/php-nextcloud/distinfo:1.12
--- pkgsrc/www/php-nextcloud/distinfo:1.11 Mon Mar 19 18:01:09 2018
+++ pkgsrc/www/php-nextcloud/distinfo Sun Jun 10 04:33:01 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/03/19 18:01:09 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2018/06/10 04:33:01 ryoon Exp $
-SHA1 (nextcloud-13.0.1.tar.bz2) = b313bdc923fbb510ac77442fd07cace679c11f21
-RMD160 (nextcloud-13.0.1.tar.bz2) = 3ea0bdf0bcb862c83bfe64a0baf9871c9535cddd
-SHA512 (nextcloud-13.0.1.tar.bz2) = dac798a36d18b94a2d5287e2cb0eb06352635099e0c808b1cdb0ecb76f3d1e771a85cafb35597b23fcb77b9e36a57a25a361413f798b3dbd13d0a0255ec5cbe1
-Size (nextcloud-13.0.1.tar.bz2) = 44183890 bytes
+SHA1 (nextcloud-13.0.3.tar.bz2) = f06eb98e6a839918d632d1a12addb84da0d4817c
+RMD160 (nextcloud-13.0.3.tar.bz2) = 3aa0764e247f16be903f57e926afc47a81047dfa
+SHA512 (nextcloud-13.0.3.tar.bz2) = fc01ea83317f541e29fc04427f392fd89c4ce3b905afd0305e9f9803ea4ede04f02b52f2524d3beb85f645031d31be763b2310d16cc7e63476e25fe3165f9050
+Size (nextcloud-13.0.3.tar.bz2) = 45128672 bytes
Home |
Main Index |
Thread Index |
Old Index