pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-owncloud



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  7 13:04:57 UTC 2017

Modified Files:
        pkgsrc/www/php-owncloud: Makefile PLIST distinfo

Log Message:
Update to 10.0.3

Upstream changes:
## [10.0.3] - 2017-09-15
### Added
- It is now possible to upgrade from 8.2.11 directly to 10 - [#28655](https://github.com/owncloud/core/issues/28655) [#28673](https://github.com/owncloud/core/pull/28673)
- Added extra check in case of missing home storage - [#28504](https://github.com/owncloud/core/issues/28504)
- Added Shield and Workflow icons - [#28588](https://github.com/owncloud/core/issues/28588)
- Enable chunking for big files in web UI when logged in - [#28547](https://github.com/owncloud/core/issues/28547)
- Added emitting of hook "post_unshareFromSelf" to Share 2.0 - [#28413](https://github.com/owncloud/core/issues/28413)
- Added occ user:inactive command to list inactive users - [#28294](https://github.com/owncloud/core/issues/28294)
- Added internal setting for the periodic credentials validity check - [#28298](https://github.com/owncloud/core/issues/28298)
- Added jquery events for external storage settings UI when using OAuth - [#28210](https://github.com/owncloud/core/issues/28210)
- Added public IThemeService which allows apps like the template editor to interact with the current theme - [#28647](https://github.com/owncloud/core/issues/28647) 
[#28926](https://github.com/owncloud/core/issues/28926)
- Added "passwordEnabled" field to hook data of link shares - [#28827](https://github.com/owncloud/core/issues/28827)
- Add new option to disable sharing in every user-mounted external storages - [#28706](https://github.com/owncloud/core/issues/28706)
- Added default user and group share permissions - [#28903](https://github.com/owncloud/core/issues/28903)
- Added occ command to list routes - [#28907](https://github.com/owncloud/core/issues/28907)
- Added mime types for m3u, m3u8, pls mappings to audio streams - [#28885](https://github.com/owncloud/core/issues/28885)

### Changed
- Transfer ownership now works with master key encryption - [#28537](https://github.com/owncloud/core/issues/28537) [#28845](https://github.com/owncloud/core/issues/28845)
- Reenable medial search by default - [#28064](https://github.com/owncloud/core/issues/28064)
- The LoginController now emits "failedLogin" hook signal after a failed login - [#28631](https://github.com/owncloud/core/issues/28631)
- All columns that use the fileid have been changed to bigint (64-bits) - [#28581](https://github.com/owncloud/core/issues/28581)
- Added search pattern for the occ app:list command - [#28653](https://github.com/owncloud/core/issues/28653)
- Allow phpredis develop branch - [#28717](https://github.com/owncloud/core/issues/28717)
- Default minimum desktop version in config.php is now 2.2.4 - [#28540](https://github.com/owncloud/core/issues/28540)
- Reallow negative mtimes by default in storage implementations - [#28697](https://github.com/owncloud/core/issues/28697)

### Deprecated
### Removed
- Removed "themes" folder - [#28617](https://github.com/owncloud/core/issues/28617) [#28999](https://github.com/owncloud/core/issues/28999)
- Removed unused Windows checks - [#28612](https://github.com/owncloud/core/issues/28612)
- Removed "appstoreenabled" from config.php - [#28714](https://github.com/owncloud/core/issues/28714)
- Slash in filename when renaming is not allowed any more in the frontend (unintended "feature") - [#28490](https://github.com/owncloud/core/issues/28490)
- Using old chunking protocol on new DAV endpoint is now disallowed - [#28637](https://github.com/owncloud/core/issues/28637)

### Fixed
#### Platform
- Fix issue with folder sizes on 32-bit systems - [#28654](https://github.com/owncloud/core/issues/28654)
- Fix null error in ActivityManager on some setups - [#28420](https://github.com/owncloud/core/issues/28420)
- Load app code before running app specific migrations - [#28391](https://github.com/owncloud/core/issues/28391)
- Prevent certificate manager to access FS too early, fixes 8.2 to 10 migration issue - [#28668](https://github.com/owncloud/core/pull/28668)
- Clustering: Better support of read only config file and apps folder - [#28594](https://github.com/owncloud/core/issues/28594) [#28601](https://github.com/owncloud/core/issues/28601)
- Only use IndexIgnore in htaccess if mod_autoindex.c is enabled/loaded - [#28591](https://github.com/owncloud/core/issues/28591)
- Fix app enable of not existing app - [#28317](https://github.com/owncloud/core/issues/28317)
- Keep redirect information when logging in with wrong password - [#28511](https://github.com/owncloud/core/issues/28511)
- Use SwiftMailer antiflood plugin to reconnect after multiple emails sent - [#28180](https://github.com/owncloud/core/issues/28180)
- Theme is now properly loaded when displaying full page error messages - [#28622](https://github.com/owncloud/core/pull/28622)
- Adjusted warning for PHP 5.5 EOL - [#28765](https://github.com/owncloud/core/issues/28765)
- Don't enable market app on upgrade from OC < 10 if "appstoreenabled" was false in config.php - [#28757](https://github.com/owncloud/core/issues/28757)
- Use different CSS comment style for IE11 support - [#28752](https://github.com/owncloud/core/issues/28752)
- Adjust default slogan - [#28724](https://github.com/owncloud/core/issues/28724)
- Catch filecache inconsistencies instead of logging warnings - [#28710](https://github.com/owncloud/core/issues/28710)
- Check for null when traversing app passwords table rows - [#28894](https://github.com/owncloud/core/issues/28894)
- Improve market upgrade messages + new switch - [#28871](https://github.com/owncloud/core/issues/28871)
- Make occ upgrade verbose by default - [#28876](https://github.com/owncloud/core/issues/28876)
- Add more information to updatechecker config doc - [#28867](https://github.com/owncloud/core/issues/28867)

#### Database
- All columns that use the fileid have been changed to bigint (64-bits) - [#28581](https://github.com/owncloud/core/issues/28581)
- Fix length of account search term column which broke installs on some DB setups - [#28576](https://github.com/owncloud/core/issues/28576)
- Fix column lengths on migrations table to fix index - [#28254](https://github.com/owncloud/core/issues/28254)
- Fixed some repeated duplicate key errors relate to oc_preferences table - [#28486](https://github.com/owncloud/core/issues/28486)
- Add migration step to fix birthday calendars - [#28338](https://github.com/owncloud/core/issues/28338)
- Added cache for new card uri-id mapping to fix db cluster execution - [#28308](https://github.com/owncloud/core/issues/28308)

#### Performance
- Optimize upload - don't fetch info of non-existing file - [#28704](https://github.com/owncloud/core/issues/28704)
- Optimize upload - don't check if file exists if already known - [#28704](https://github.com/owncloud/core/issues/28704)
- Optimize upload - do not fetch metadata for part file during checksuming - [#28633](https://github.com/owncloud/core/issues/28633)
- Optimize shares retrieval logic with complex scenarios - [#28524](https://github.com/owncloud/core/issues/28524)
- Optimize query logger - [#28220](https://github.com/owncloud/core/issues/28220)
- Remove initial scanning overhead to speed up federated shares with lots of entries - [#28604](https://github.com/owncloud/core/issues/28604)
- Improve contact search performance - [#28042](https://github.com/owncloud/core/issues/28042)
- Improved search performance for federated instance users - [#28209](https://github.com/owncloud/core/issues/28209)
- Add database index on "oc_share.share_with" column - [#28856](https://github.com/owncloud/core/issues/28856)

#### Filesystem / storage
- Don't trigger hooks for every new dav chunk, only for final file - [#28817](https://github.com/owncloud/core/issues/28817)
- Prevent creating file cache inconsistencies when moving a subtree in or out of a share - [#28219](https://github.com/owncloud/core/issues/28219)
- Add check for empty result in storage memcache - [#28548](https://github.com/owncloud/core/issues/28548)
- Fix error message when accessing of non-existing file on external storage - [#28613](https://github.com/owncloud/core/issues/28613)
- Fixed OAuth frontend logic when connecting to external storage - [#28496](https://github.com/owncloud/core/issues/28496) [#28400](https://github.com/owncloud/core/issues/28400)
- Fix quota handling on new Webdav endpoint (affects desktop client 2.2+) - [#28261](https://github.com/owncloud/core/issues/28261)
- Fix mounting Webdav as drive in Windows 10 - [#28243](https://github.com/owncloud/core/issues/28243)
- Fix rare error that happens when mounting invalid shares - [#28342](https://github.com/owncloud/core/issues/28342)
- Handle BSD case for 32 bit filemtime and install warning - [#28790](https://github.com/owncloud/core/issues/28790)
- Properly check target rename path in new dav endpoint - [#28737](https://github.com/owncloud/core/issues/28737)
- Increment required only when encryption is enabled - [#28880](https://github.com/owncloud/core/issues/28880)

#### Files app
- Make sure passed upload mtime is always an int - [#28186](https://github.com/owncloud/core/issues/28186)
- Fix directory mime type in trashbin list - [#28803](https://github.com/owncloud/core/issues/28803)
- Properly highlight files when opening private link - [#28681](https://github.com/owncloud/core/issues/28681)
- Fix overlapping selectively in default fileslist - [#28906](https://github.com/owncloud/core/issues/28906)
- Better timeout detection in web UI uploads + chunked uploads - [#28896](https://github.com/owncloud/core/issues/28896)
- Fix getting drop target when dragging from file manager  - [#28882](https://github.com/owncloud/core/issues/28882)
- Improve file upload progress bar - [#28861](https://github.com/owncloud/core/issues/28861)

#### Sharing
- Creating link shares now doesn't forget "Allow editing" permission any more - [#28065](https://github.com/owncloud/core/issues/28065)
- Fix "notify user" checkbox in share panel - [#28237](https://github.com/owncloud/core/issues/28237)
- Proper message shown when accessing unreachable private links - [#28600](https://github.com/owncloud/core/issues/28600)
- Fix exact search term match for LDAP in share autocomplete - [#28851](https://github.com/owncloud/core/issues/28851)
- Add tooltip to public shares panel - [#28781](https://github.com/owncloud/core/issues/28781)
- Validate share link password even if unchanged when updating share - [#28713](https://github.com/owncloud/core/issues/28713)
- Fix DiscoveryManager error during upgrade by untangling federated share app dependencies - [#28858](https://github.com/owncloud/core/pull/28858)

#### User management
- Don't set email if invalid in user:add command - [#28577](https://github.com/owncloud/core/issues/28577)
- Group admins can now properly edit members' email addresses - [#28366](https://github.com/owncloud/core/issues/28366)
- Fixed "settings_ajax_changegroupname" typo in route name - [#28746](https://github.com/owncloud/core/issues/28746)
- Use IProvidesEMailBackend to fix syncing with LDAP backend - [#28736](https://github.com/owncloud/core/issues/28736)

#### API related
- Make Backbone PROPPATCH work with options.wait mode - [#28791](https://github.com/owncloud/core/issues/28791) [#28837](https://github.com/owncloud/core/issues/28837)
- Detect PROPPATCH failure by parsing multistatus in Backbone Webdav adapter - [#28628](https://github.com/owncloud/core/issues/28628)
- Error messages from the server on upload are now displayed in the web UI instead of generic messages - [#28635](https://github.com/owncloud/core/issues/28635)
- Properly set the status text in OCS API v2 calls - [#28595](https://github.com/owncloud/core/issues/28595)
- Data was not properly set in case of OCS Result object - [#28198](https://github.com/owncloud/core/issues/28198)

#### Other
- Only reload file list when switching navigation sections - [#28843](https://github.com/owncloud/core/issues/28843)
- Make new text file tooltip messages update properly - [#28151](https://github.com/owncloud/core/issues/28151)
- Fix trashbin preview icons - [#28158](https://github.com/owncloud/core/issues/28158)
- Allow user "0" as in comments - [#28422](https://github.com/owncloud/core/issues/28422)
- Better description for occ files:scan command - [#28839](https://github.com/owncloud/core/issues/28839)
- Better description for occ files:cleanup command - [#28841](https://github.com/owncloud/core/issues/28841)
- Reworded upgrade message for admin with big instance - [#28828](https://github.com/owncloud/core/issues/28828)
- Make lost password errors distinguishable - [#28756](https://github.com/owncloud/core/issues/28756)
- Add height to menutoggler - [#28723](https://github.com/owncloud/core/issues/28723)
- Remove apostrophe from full page file read error text - [#28702](https://github.com/owncloud/core/issues/28702)
- Added missing "fatal" log level to occ log:manage level command - [#28683](https://github.com/owncloud/core/issues/28683)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/php-owncloud/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/php-owncloud/PLIST \
    pkgsrc/www/php-owncloud/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-owncloud/Makefile
diff -u pkgsrc/www/php-owncloud/Makefile:1.65 pkgsrc/www/php-owncloud/Makefile:1.66
--- pkgsrc/www/php-owncloud/Makefile:1.65       Sun Sep  3 08:53:17 2017
+++ pkgsrc/www/php-owncloud/Makefile    Sat Oct  7 13:04:57 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2017/09/03 08:53:17 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2017/10/07 13:04:57 wen Exp $
 #
 
-DISTNAME=      owncloud-10.0.2
+DISTNAME=      owncloud-10.0.3
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://download.owncloud.org/community/

Index: pkgsrc/www/php-owncloud/PLIST
diff -u pkgsrc/www/php-owncloud/PLIST:1.41 pkgsrc/www/php-owncloud/PLIST:1.42
--- pkgsrc/www/php-owncloud/PLIST:1.41  Fri Aug 11 02:54:18 2017
+++ pkgsrc/www/php-owncloud/PLIST       Sat Oct  7 13:04:57 2017
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.41 2017/08/11 02:54:18 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.42 2017/10/07 13:04:57 wen Exp $
 share/owncloud/.htaccess
 share/owncloud/.user.ini
 share/owncloud/AUTHORS
+share/owncloud/CHANGELOG.md
 share/owncloud/COPYING
 share/owncloud/apps/comments/appinfo/app.php
 share/owncloud/apps/comments/appinfo/info.xml
@@ -189,7 +190,6 @@ share/owncloud/apps/configreport/js/admi
 share/owncloud/apps/configreport/lib/AdminPanel.php
 share/owncloud/apps/configreport/lib/AppInfo/Application.php
 share/owncloud/apps/configreport/lib/Command/ConfigReport.php
-share/owncloud/apps/configreport/lib/ConfigReportEvent.php
 share/owncloud/apps/configreport/lib/Controller/ReportController.php
 share/owncloud/apps/configreport/lib/Http/ReportResponse.php
 share/owncloud/apps/configreport/lib/ReportDataCollector.php
@@ -199,6 +199,9 @@ share/owncloud/apps/dav/appinfo/Migratio
 share/owncloud/apps/dav/appinfo/Migrations/Version20170202213905.php
 share/owncloud/apps/dav/appinfo/Migrations/Version20170202220512.php
 share/owncloud/apps/dav/appinfo/Migrations/Version20170427182800.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170519091921.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170526100342.php
+share/owncloud/apps/dav/appinfo/Migrations/Version20170711193427.php
 share/owncloud/apps/dav/appinfo/app.php
 share/owncloud/apps/dav/appinfo/info.xml
 share/owncloud/apps/dav/appinfo/signature.json
@@ -431,6 +434,7 @@ share/owncloud/apps/dav/lib/Connector/Sa
 share/owncloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php
 share/owncloud/apps/dav/lib/Connector/Sabre/TagList.php
 share/owncloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
+share/owncloud/apps/dav/lib/Connector/Sabre/ValidateRequestPlugin.php
 share/owncloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
 share/owncloud/apps/dav/lib/DAV/PublicAuth.php
 share/owncloud/apps/dav/lib/DAV/Sharing/Backend.php
@@ -446,7 +450,6 @@ share/owncloud/apps/dav/lib/Files/RootCo
 share/owncloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
 share/owncloud/apps/dav/lib/Files/Xml/FilterRequest.php
 share/owncloud/apps/dav/lib/HookManager.php
-share/owncloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
 share/owncloud/apps/dav/lib/RootCollection.php
 share/owncloud/apps/dav/lib/Server.php
 share/owncloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -457,6 +460,8 @@ share/owncloud/apps/dav/lib/SystemTag/Sy
 share/owncloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
 share/owncloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
 share/owncloud/apps/dav/lib/Upload/AssemblyStream.php
+share/owncloud/apps/dav/lib/Upload/ChunkLocationProvider.php
+share/owncloud/apps/dav/lib/Upload/ChunkingPlugin.php
 share/owncloud/apps/dav/lib/Upload/FutureFile.php
 share/owncloud/apps/dav/lib/Upload/RootCollection.php
 share/owncloud/apps/dav/lib/Upload/UploadFolder.php
@@ -808,8 +813,9 @@ share/owncloud/apps/external/lib/externa
 share/owncloud/apps/external/settings.php
 share/owncloud/apps/external/templates/frame.php
 share/owncloud/apps/external/templates/settings.php
+share/owncloud/apps/federatedfilesharing/appinfo/Migrations/Version20170804201125.php
+share/owncloud/apps/federatedfilesharing/appinfo/Migrations/Version20170804201253.php
 share/owncloud/apps/federatedfilesharing/appinfo/app.php
-share/owncloud/apps/federatedfilesharing/appinfo/database.xml
 share/owncloud/apps/federatedfilesharing/appinfo/info.xml
 share/owncloud/apps/federatedfilesharing/appinfo/signature.json
 share/owncloud/apps/federatedfilesharing/css/3rdparty/gs-share/style.css
@@ -820,6 +826,7 @@ share/owncloud/apps/federatedfilesharing
 share/owncloud/apps/federatedfilesharing/img/social-googleplus.svg
 share/owncloud/apps/federatedfilesharing/img/social-twitter.svg
 share/owncloud/apps/federatedfilesharing/js/3rdparty/gs-share/gs-share.js
+share/owncloud/apps/federatedfilesharing/js/public.js
 share/owncloud/apps/federatedfilesharing/js/settings-admin.js
 share/owncloud/apps/federatedfilesharing/js/settings-personal.js
 share/owncloud/apps/federatedfilesharing/l10n/ar.js
@@ -934,6 +941,7 @@ share/owncloud/apps/federatedfilesharing
 share/owncloud/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
 share/owncloud/apps/federatedfilesharing/lib/DiscoveryManager.php
 share/owncloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
+share/owncloud/apps/federatedfilesharing/lib/HookHandler.php
 share/owncloud/apps/federatedfilesharing/lib/Notifications.php
 share/owncloud/apps/federatedfilesharing/lib/Notifier.php
 share/owncloud/apps/federatedfilesharing/lib/PersonalPanel.php
@@ -1117,7 +1125,6 @@ share/owncloud/apps/federation/templates
 share/owncloud/apps/files/ajax/download.php
 share/owncloud/apps/files/ajax/getstoragestats.php
 share/owncloud/apps/files/ajax/list.php
-share/owncloud/apps/files/ajax/setupload.php
 share/owncloud/apps/files/appinfo/app.php
 share/owncloud/apps/files/appinfo/info.xml
 share/owncloud/apps/files/appinfo/routes.php
@@ -1135,7 +1142,6 @@ share/owncloud/apps/files/img/folder.svg
 share/owncloud/apps/files/img/public.svg
 share/owncloud/apps/files/img/share.svg
 share/owncloud/apps/files/img/star.svg
-share/owncloud/apps/files/js/admin.js
 share/owncloud/apps/files/js/app.js
 share/owncloud/apps/files/js/breadcrumb.js
 share/owncloud/apps/files/js/detailfileinfoview.js
@@ -1379,20 +1385,21 @@ share/owncloud/apps/files/lib/Command/Tr
 share/owncloud/apps/files/lib/Controller/ApiController.php
 share/owncloud/apps/files/lib/Controller/ViewController.php
 share/owncloud/apps/files/lib/Helper.php
-share/owncloud/apps/files/lib/Panels/Admin.php
 share/owncloud/apps/files/lib/Service/TagService.php
 share/owncloud/apps/files/list.php
 share/owncloud/apps/files/simplelist.php
-share/owncloud/apps/files/templates/admin.php
 share/owncloud/apps/files/templates/appnavigation.php
 share/owncloud/apps/files/templates/fileexists.html
 share/owncloud/apps/files/templates/index.php
 share/owncloud/apps/files/templates/list.php
 share/owncloud/apps/files/templates/simplelist.php
+share/owncloud/apps/files_antivirus/CHANGELOG.md
 share/owncloud/apps/files_antivirus/Makefile
+share/owncloud/apps/files_antivirus/appinfo/Migrations/Version20170808220321.php
+share/owncloud/apps/files_antivirus/appinfo/Migrations/Version20170808221437.php
+share/owncloud/apps/files_antivirus/appinfo/Migrations/Version20170808222334.php
 share/owncloud/apps/files_antivirus/appinfo/app.php
 share/owncloud/apps/files_antivirus/appinfo/application.php
-share/owncloud/apps/files_antivirus/appinfo/database.xml
 share/owncloud/apps/files_antivirus/appinfo/info.xml
 share/owncloud/apps/files_antivirus/appinfo/install.php
 share/owncloud/apps/files_antivirus/appinfo/preupdate.php
@@ -2422,6 +2429,7 @@ share/owncloud/apps/files_external/3rdpa
 share/owncloud/apps/files_external/ajax/applicable.php
 share/owncloud/apps/files_external/ajax/oauth1.php
 share/owncloud/apps/files_external/ajax/oauth2.php
+share/owncloud/apps/files_external/appinfo/Migrations/Version20170814051424.php
 share/owncloud/apps/files_external/appinfo/app.php
 share/owncloud/apps/files_external/appinfo/info.xml
 share/owncloud/apps/files_external/appinfo/routes.php
@@ -2657,8 +2665,10 @@ share/owncloud/apps/files_external/templ
 share/owncloud/apps/files_sharing/ajax/external.php
 share/owncloud/apps/files_sharing/ajax/publicpreview.php
 share/owncloud/apps/files_sharing/ajax/shareinfo.php
+share/owncloud/apps/files_sharing/appinfo/Migrations/Version20170804201125.php
+share/owncloud/apps/files_sharing/appinfo/Migrations/Version20170804201253.php
+share/owncloud/apps/files_sharing/appinfo/Migrations/Version20170830112305.php
 share/owncloud/apps/files_sharing/appinfo/app.php
-share/owncloud/apps/files_sharing/appinfo/database.xml
 share/owncloud/apps/files_sharing/appinfo/info.xml
 share/owncloud/apps/files_sharing/appinfo/routes.php
 share/owncloud/apps/files_sharing/appinfo/signature.json
@@ -2866,7 +2876,6 @@ share/owncloud/apps/files_sharing/lib/Ex
 share/owncloud/apps/files_sharing/lib/External/Manager.php
 share/owncloud/apps/files_sharing/lib/External/Mount.php
 share/owncloud/apps/files_sharing/lib/External/MountProvider.php
-share/owncloud/apps/files_sharing/lib/External/Scanner.php
 share/owncloud/apps/files_sharing/lib/External/Storage.php
 share/owncloud/apps/files_sharing/lib/External/Watcher.php
 share/owncloud/apps/files_sharing/lib/Helper.php
@@ -2894,8 +2903,9 @@ share/owncloud/apps/files_trashbin/ajax/
 share/owncloud/apps/files_trashbin/ajax/list.php
 share/owncloud/apps/files_trashbin/ajax/preview.php
 share/owncloud/apps/files_trashbin/ajax/undelete.php
+share/owncloud/apps/files_trashbin/appinfo/Migrations/Version20170804201125.php
+share/owncloud/apps/files_trashbin/appinfo/Migrations/Version20170804201253.php
 share/owncloud/apps/files_trashbin/appinfo/app.php
-share/owncloud/apps/files_trashbin/appinfo/database.xml
 share/owncloud/apps/files_trashbin/appinfo/info.xml
 share/owncloud/apps/files_trashbin/appinfo/routes.php
 share/owncloud/apps/files_trashbin/appinfo/signature.json
@@ -3419,18 +3429,22 @@ share/owncloud/apps/market/appinfo/app.p
 share/owncloud/apps/market/appinfo/info.xml
 share/owncloud/apps/market/appinfo/routes.php
 share/owncloud/apps/market/appinfo/signature.json
-share/owncloud/apps/market/css/market.min.css
 share/owncloud/apps/market/img/market.svg
 share/owncloud/apps/market/js/market.bundle.js
 share/owncloud/apps/market/lib/Application.php
+share/owncloud/apps/market/lib/CheckUpdateBackgroundJob.php
 share/owncloud/apps/market/lib/Command/InstallApp.php
 share/owncloud/apps/market/lib/Command/ListApps.php
+share/owncloud/apps/market/lib/Command/UnInstallApp.php
 share/owncloud/apps/market/lib/Command/UpgradeApp.php
 share/owncloud/apps/market/lib/Controller/LocalAppsController.php
 share/owncloud/apps/market/lib/Controller/MarketController.php
 share/owncloud/apps/market/lib/Controller/PageController.php
+share/owncloud/apps/market/lib/Exception/LicenseKeyAlreadyAvailableException.php
+share/owncloud/apps/market/lib/Exception/MarketException.php
 share/owncloud/apps/market/lib/Listener.php
 share/owncloud/apps/market/lib/MarketService.php
+share/owncloud/apps/market/lib/Notifier.php
 share/owncloud/apps/market/templates/index.php
 share/owncloud/apps/market/vendor/autoload.php
 share/owncloud/apps/market/vendor/composer/ClassLoader.php
@@ -3441,15 +3455,19 @@ share/owncloud/apps/market/vendor/compos
 share/owncloud/apps/market/vendor/composer/autoload_real.php
 share/owncloud/apps/market/vendor/composer/autoload_static.php
 share/owncloud/apps/market/vendor/composer/installed.json
+share/owncloud/apps/notifications/CHANGELOG.md
 share/owncloud/apps/notifications/COPYING
+share/owncloud/apps/notifications/Makefile
+share/owncloud/apps/notifications/appinfo/Migrations/Version20170801085340.php
+share/owncloud/apps/notifications/appinfo/Migrations/Version20170801152524.php
 share/owncloud/apps/notifications/appinfo/app.php
-share/owncloud/apps/notifications/appinfo/database.xml
 share/owncloud/apps/notifications/appinfo/info.xml
 share/owncloud/apps/notifications/appinfo/routes.php
 share/owncloud/apps/notifications/appinfo/signature.json
 share/owncloud/apps/notifications/css/styles.css
 share/owncloud/apps/notifications/docs/notification-workflow.md
 share/owncloud/apps/notifications/docs/ocs-endpoint-v1.md
+share/owncloud/apps/notifications/img/icon.png
 share/owncloud/apps/notifications/img/notifications-new.png
 share/owncloud/apps/notifications/img/notifications-new.svg
 share/owncloud/apps/notifications/img/notifications.png
@@ -3461,8 +3479,10 @@ share/owncloud/apps/notifications/js/not
 share/owncloud/apps/notifications/lib/App.php
 share/owncloud/apps/notifications/lib/AppInfo/Application.php
 share/owncloud/apps/notifications/lib/Capabilities.php
+share/owncloud/apps/notifications/lib/Command/Generate.php
 share/owncloud/apps/notifications/lib/Controller/EndpointController.php
 share/owncloud/apps/notifications/lib/Handler.php
+share/owncloud/apps/notifications/lib/Notifier.php
 share/owncloud/apps/provisioning_api/appinfo/info.xml
 share/owncloud/apps/provisioning_api/appinfo/routes.php
 share/owncloud/apps/provisioning_api/appinfo/signature.json
@@ -3950,6 +3970,12 @@ share/owncloud/core/Command/Encryption/L
 share/owncloud/core/Command/Encryption/SetDefaultModule.php
 share/owncloud/core/Command/Encryption/ShowKeyStorageRoot.php
 share/owncloud/core/Command/Encryption/Status.php
+share/owncloud/core/Command/Group/Add.php
+share/owncloud/core/Command/Group/AddMember.php
+share/owncloud/core/Command/Group/Delete.php
+share/owncloud/core/Command/Group/ListGroupMembers.php
+share/owncloud/core/Command/Group/ListGroups.php
+share/owncloud/core/Command/Group/RemoveMember.php
 share/owncloud/core/Command/Integrity/CheckApp.php
 share/owncloud/core/Command/Integrity/CheckCore.php
 share/owncloud/core/Command/Integrity/SignApp.php
@@ -3968,6 +3994,7 @@ share/owncloud/core/Command/Maintenance/
 share/owncloud/core/Command/Maintenance/UpdateHtaccess.php
 share/owncloud/core/Command/Security/ImportCertificate.php
 share/owncloud/core/Command/Security/ListCertificates.php
+share/owncloud/core/Command/Security/ListRoutes.php
 share/owncloud/core/Command/Security/RemoveCertificate.php
 share/owncloud/core/Command/Status.php
 share/owncloud/core/Command/TwoFactorAuth/Disable.php
@@ -3977,7 +4004,10 @@ share/owncloud/core/Command/User/Add.php
 share/owncloud/core/Command/User/Delete.php
 share/owncloud/core/Command/User/Disable.php
 share/owncloud/core/Command/User/Enable.php
+share/owncloud/core/Command/User/Inactive.php
 share/owncloud/core/Command/User/LastSeen.php
+share/owncloud/core/Command/User/ListUserGroups.php
+share/owncloud/core/Command/User/ListUsers.php
 share/owncloud/core/Command/User/Report.php
 share/owncloud/core/Command/User/ResetPassword.php
 share/owncloud/core/Command/User/Setting.php
@@ -3992,6 +4022,7 @@ share/owncloud/core/Controller/TokenCont
 share/owncloud/core/Controller/TwoFactorChallengeController.php
 share/owncloud/core/Controller/UserController.php
 share/owncloud/core/Middleware/TwoFactorMiddleware.php
+share/owncloud/core/Migrations/Version20170101010100.php
 share/owncloud/core/Migrations/Version20170101215145.php
 share/owncloud/core/Migrations/Version20170111103310.php
 share/owncloud/core/Migrations/Version20170213215145.php
@@ -4002,6 +4033,10 @@ share/owncloud/core/Migrations/Version20
 share/owncloud/core/Migrations/Version20170320173955.php
 share/owncloud/core/Migrations/Version20170418154659.php
 share/owncloud/core/Migrations/Version20170516100103.php
+share/owncloud/core/Migrations/Version20170526104128.php
+share/owncloud/core/Migrations/Version20170605143658.php
+share/owncloud/core/Migrations/Version20170711191432.php
+share/owncloud/core/Migrations/Version20170804201253.php
 share/owncloud/core/ajax/appconfig.php
 share/owncloud/core/ajax/preview.php
 share/owncloud/core/ajax/share.php
@@ -4034,6 +4069,7 @@ share/owncloud/core/css/styles.css
 share/owncloud/core/css/systemtags.css
 share/owncloud/core/css/tooltip.css
 share/owncloud/core/css/update.css
+share/owncloud/core/doc/admin/_images/activate-the-virtual-appliance.png
 share/owncloud/core/doc/admin/_images/add_storage.png
 share/owncloud/core/doc/admin/_images/admin_filehandling-1.png
 share/owncloud/core/doc/admin/_images/admin_filehandling-2.png
@@ -4051,8 +4087,6 @@ share/owncloud/core/doc/admin/_images/au
 share/owncloud/core/doc/admin/_images/auth_rsa.png
 share/owncloud/core/doc/admin/_images/code-integrity-admin.png
 share/owncloud/core/doc/admin/_images/code-integrity-notification.png
-share/owncloud/core/doc/admin/_images/community-vm-console.png
-share/owncloud/core/doc/admin/_images/community-vm-splash.png
 share/owncloud/core/doc/admin/_images/create_public_share-10.png
 share/owncloud/core/doc/admin/_images/create_public_share-6.png
 share/owncloud/core/doc/admin/_images/create_public_share-8.png
@@ -4060,6 +4094,7 @@ share/owncloud/core/doc/admin/_images/cr
 share/owncloud/core/doc/admin/_images/deprecs-1.png
 share/owncloud/core/doc/admin/_images/deprecs-2.png
 share/owncloud/core/doc/admin/_images/deprecs-3.png
+share/owncloud/core/doc/admin/_images/download-form.png
 share/owncloud/core/doc/admin/_images/dropbox-1.png
 share/owncloud/core/doc/admin/_images/dropbox-2.png
 share/owncloud/core/doc/admin/_images/dropbox-3.png
@@ -4088,13 +4123,6 @@ share/owncloud/core/doc/admin/_images/fe
 share/owncloud/core/doc/admin/_images/federation-1.png
 share/owncloud/core/doc/admin/_images/federation-2.png
 share/owncloud/core/doc/admin/_images/federation-3.png
-share/owncloud/core/doc/admin/_images/files-drop-1.png
-share/owncloud/core/doc/admin/_images/files-drop-2.png
-share/owncloud/core/doc/admin/_images/files-drop-3.png
-share/owncloud/core/doc/admin/_images/files-drop-4.png
-share/owncloud/core/doc/admin/_images/files-drop-5.png
-share/owncloud/core/doc/admin/_images/files-drop-6.png
-share/owncloud/core/doc/admin/_images/files-drop-7.png
 share/owncloud/core/doc/admin/_images/firewall-1.png
 share/owncloud/core/doc/admin/_images/firewall-2.png
 share/owncloud/core/doc/admin/_images/firewall-3.png
@@ -4112,12 +4140,19 @@ share/owncloud/core/doc/admin/_images/go
 share/owncloud/core/doc/admin/_images/google-drive6.png
 share/owncloud/core/doc/admin/_images/google-drive8.png
 share/owncloud/core/doc/admin/_images/google-drive9.png
+share/owncloud/core/doc/admin/_images/impersonate-add-groups.png
+share/owncloud/core/doc/admin/_images/impersonate-installed.png
+share/owncloud/core/doc/admin/_images/impersonate-settings.png
+share/owncloud/core/doc/admin/_images/impersonate-uninstalled.png
+share/owncloud/core/doc/admin/_images/impersonating-a-user.png
 share/owncloud/core/doc/admin/_images/import-ssl-cert-1.png
 share/owncloud/core/doc/admin/_images/import-ssl-cert-2.png
+share/owncloud/core/doc/admin/_images/import-the-virtual-appliance.png
 share/owncloud/core/doc/admin/_images/install-wizard-a.png
 share/owncloud/core/doc/admin/_images/install-wizard-a1.png
-share/owncloud/core/doc/admin/_images/install-wizard-a2.png
 share/owncloud/core/doc/admin/_images/install-wizard-a4.png
+share/owncloud/core/doc/admin/_images/json-alias-after.png
+share/owncloud/core/doc/admin/_images/json-alias-before.png
 share/owncloud/core/doc/admin/_images/ldap-advanced-1-connection.png
 share/owncloud/core/doc/admin/_images/ldap-advanced-2-directory.png
 share/owncloud/core/doc/admin/_images/ldap-advanced-3-attributes.png
@@ -4132,6 +4167,7 @@ share/owncloud/core/doc/admin/_images/ld
 share/owncloud/core/doc/admin/_images/ldap-wizard-4-group.png
 share/owncloud/core/doc/admin/_images/local.png
 share/owncloud/core/doc/admin/_images/logging-1.png
+share/owncloud/core/doc/admin/_images/login-to-the-virtual-appliance.png
 share/owncloud/core/doc/admin/_images/mount_options.png
 share/owncloud/core/doc/admin/_images/oc_admin_app_page.png
 share/owncloud/core/doc/admin/_images/openstack.png
@@ -4140,7 +4176,9 @@ share/owncloud/core/doc/admin/_images/ow
 share/owncloud/core/doc/admin/_images/ownbrander-11.png
 share/owncloud/core/doc/admin/_images/owncloud-market-custom-groups-install.png
 share/owncloud/core/doc/admin/_images/owncloud-market-custom-groups.png
+share/owncloud/core/doc/admin/_images/password-policy-app.png
 share/owncloud/core/doc/admin/_images/phpinfo.png
+share/owncloud/core/doc/admin/_images/picking-a-user-to-impersonate.png
 share/owncloud/core/doc/admin/_images/preview_images.png
 share/owncloud/core/doc/admin/_images/rackspace.png
 share/owncloud/core/doc/admin/_images/security-setup-warning-1.png
@@ -4148,8 +4186,9 @@ share/owncloud/core/doc/admin/_images/sh
 share/owncloud/core/doc/admin/_images/sharepoint-2.png
 share/owncloud/core/doc/admin/_images/sharepoint-3.png
 share/owncloud/core/doc/admin/_images/sharepoint-4.png
-share/owncloud/core/doc/admin/_images/sharing-files-1.png
 share/owncloud/core/doc/admin/_images/sharing-files-2.png
+share/owncloud/core/doc/admin/_images/sharing-files-settings.png
+share/owncloud/core/doc/admin/_images/sharing-files-via-social-media.png
 share/owncloud/core/doc/admin/_images/shib-gui1.png
 share/owncloud/core/doc/admin/_images/shib-gui4.png
 share/owncloud/core/doc/admin/_images/shib-gui5.png
@@ -4162,6 +4201,7 @@ share/owncloud/core/doc/admin/_images/sm
 share/owncloud/core/doc/admin/_images/smtp-config-smtp.png
 share/owncloud/core/doc/admin/_images/smtp-config-wizard.png
 share/owncloud/core/doc/admin/_images/trashbin-1.png
+share/owncloud/core/doc/admin/_images/univention-management-console.png
 share/owncloud/core/doc/admin/_images/upgrade-1.png
 share/owncloud/core/doc/admin/_images/upgrade-2.png
 share/owncloud/core/doc/admin/_images/user_mounts.png
@@ -4180,66 +4220,69 @@ share/owncloud/core/doc/admin/_images/wo
 share/owncloud/core/doc/admin/_images/workflow-3.png
 share/owncloud/core/doc/admin/_images/workflow-4.png
 share/owncloud/core/doc/admin/_images/workflow-5.png
-share/owncloud/core/doc/admin/_sources/configuration_database/db_conversion.txt
-share/owncloud/core/doc/admin/_sources/configuration_database/index.txt
-share/owncloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/default_files_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/encryption_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/google.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/local.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/owncloud.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/file_versioning.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/index.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_files/trashbin_options.txt
-share/owncloud/core/doc/admin/_sources/configuration_ldap/ldap_proxy_cache_server_setup.txt
-share/owncloud/core/doc/admin/_sources/configuration_mimetypes/index.txt
-share/owncloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt
-share/owncloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/custom_client_repos.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/email_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/excluded_blacklisted_files.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/external_sites.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/harden_server.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/import_ssl_cert.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/index.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/index_php_less_urls.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/js_css_asset_management_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/language_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/logging_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/oc_server_tuning.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/occ_command.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/index.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/reset_user_password.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/user_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt
+share/owncloud/core/doc/admin/_sources/appliance/index.txt
+share/owncloud/core/doc/admin/_sources/appliance/installation.txt
+share/owncloud/core/doc/admin/_sources/appliance/what-is-it.txt
+share/owncloud/core/doc/admin/_sources/configuration/database/db_conversion.txt
+share/owncloud/core/doc/admin/_sources/configuration/database/index.txt
+share/owncloud/core/doc/admin/_sources/configuration/database/linux_database_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/big_file_upload_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/default_files_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/encryption_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/amazons3.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/auth_mechanisms.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/dropbox.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/ftp.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/google.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/local.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/openstack.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/owncloud.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/sftp.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/smb.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage/webdav.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/external_storage_configuration_gui.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/federated_cloud_sharing_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/file_sharing_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/file_versioning.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/files_locking_transactional.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/index.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/previews_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/files/trashbin_options.txt
+share/owncloud/core/doc/admin/_sources/configuration/index.txt
+share/owncloud/core/doc/admin/_sources/configuration/ldap/ldap_proxy_cache_server_setup.txt
+share/owncloud/core/doc/admin/_sources/configuration/mimetypes/index.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/activity_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/antivirus_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/automatic_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/background_jobs_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/caching_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/config_sample_php_parameters.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/custom_client_repos.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/email_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/excluded_blacklisted_files.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/external_sites.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/harden_server.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/import_ssl_cert.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/index.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/index_php_less_urls.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/js_css_asset_management_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/knowledgebase_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/language_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/logging_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/oc_server_tuning.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/occ_command.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/reverse_proxy_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/security/password-policy.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/security_setup_warnings.txt
+share/owncloud/core/doc/admin/_sources/configuration/server/thirdparty_php_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/index.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/reset_admin_password.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/reset_user_password.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/user_auth_ftp_smb_imap.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/user_auth_ldap.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/user_configuration.txt
+share/owncloud/core/doc/admin/_sources/configuration/user/user_provisioning_api.txt
 share/owncloud/core/doc/admin/_sources/contents.txt
 share/owncloud/core/doc/admin/_sources/enterprise/clients/creating_branded_apps.txt
 share/owncloud/core/doc/admin/_sources/enterprise/clients/custom_client_repos.txt
@@ -4250,7 +4293,6 @@ share/owncloud/core/doc/admin/_sources/e
 share/owncloud/core/doc/admin/_sources/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.txt
 share/owncloud/core/doc/admin/_sources/enterprise/external_storage/sharepoint-integration_configuration.txt
 share/owncloud/core/doc/admin/_sources/enterprise/external_storage/windows-network-drive_configuration.txt
-share/owncloud/core/doc/admin/_sources/enterprise/file_management/files_drop.txt
 share/owncloud/core/doc/admin/_sources/enterprise/file_management/files_tagging.txt
 share/owncloud/core/doc/admin/_sources/enterprise/file_management/index.txt
 share/owncloud/core/doc/admin/_sources/enterprise/firewall/file_firewall.txt
@@ -4266,21 +4308,24 @@ share/owncloud/core/doc/admin/_sources/e
 share/owncloud/core/doc/admin/_sources/enterprise/user_management/index.txt
 share/owncloud/core/doc/admin/_sources/enterprise/user_management/user_auth_shibboleth.txt
 share/owncloud/core/doc/admin/_sources/index.txt
-share/owncloud/core/doc/admin/_sources/installation/appliance_installation.txt
 share/owncloud/core/doc/admin/_sources/installation/apps_management_installation.txt
 share/owncloud/core/doc/admin/_sources/installation/apps_supported.txt
 share/owncloud/core/doc/admin/_sources/installation/changing_the_web_route.txt
 share/owncloud/core/doc/admin/_sources/installation/command_line_installation.txt
+share/owncloud/core/doc/admin/_sources/installation/configuration_notes_and_tips.txt
+share/owncloud/core/doc/admin/_sources/installation/deployment_considerations.txt
 share/owncloud/core/doc/admin/_sources/installation/deployment_recommendations.txt
 share/owncloud/core/doc/admin/_sources/installation/index.txt
 share/owncloud/core/doc/admin/_sources/installation/installation_wizard.txt
 share/owncloud/core/doc/admin/_sources/installation/linux_installation.txt
-share/owncloud/core/doc/admin/_sources/installation/nginx_examples.txt
+share/owncloud/core/doc/admin/_sources/installation/nginx_configuration.txt
 share/owncloud/core/doc/admin/_sources/installation/selinux_configuration.txt
 share/owncloud/core/doc/admin/_sources/installation/source_installation.txt
 share/owncloud/core/doc/admin/_sources/installation/system_requirements.txt
+share/owncloud/core/doc/admin/_sources/installation/troubleshooting.txt
 share/owncloud/core/doc/admin/_sources/issues/code_signing.txt
 share/owncloud/core/doc/admin/_sources/issues/general_troubleshooting.txt
+share/owncloud/core/doc/admin/_sources/issues/impersonate_users.txt
 share/owncloud/core/doc/admin/_sources/issues/index.txt
 share/owncloud/core/doc/admin/_sources/maintenance/backup.txt
 share/owncloud/core/doc/admin/_sources/maintenance/enable_maintenance.txt
@@ -4292,7 +4337,12 @@ share/owncloud/core/doc/admin/_sources/m
 share/owncloud/core/doc/admin/_sources/maintenance/restore.txt
 share/owncloud/core/doc/admin/_sources/maintenance/update.txt
 share/owncloud/core/doc/admin/_sources/maintenance/upgrade.txt
+share/owncloud/core/doc/admin/_sources/performance/index.txt
+share/owncloud/core/doc/admin/_sources/performance/redis.txt
 share/owncloud/core/doc/admin/_sources/release_notes.txt
+share/owncloud/core/doc/admin/_sources/upgrading/index.txt
+share/owncloud/core/doc/admin/_sources/upgrading/marketplace_apps.txt
+share/owncloud/core/doc/admin/_sources/upgrading/upgrade_php.txt
 share/owncloud/core/doc/admin/_sources/whats_new_admin.txt
 share/owncloud/core/doc/admin/_static/ajax-loader.gif
 share/owncloud/core/doc/admin/_static/basic.css
@@ -4375,66 +4425,69 @@ share/owncloud/core/doc/admin/_static/un
 share/owncloud/core/doc/admin/_static/up-pressed.png
 share/owncloud/core/doc/admin/_static/up.png
 share/owncloud/core/doc/admin/_static/websupport.js
-share/owncloud/core/doc/admin/configuration_database/db_conversion.html
-share/owncloud/core/doc/admin/configuration_database/index.html
-share/owncloud/core/doc/admin/configuration_database/linux_database_configuration.html
-share/owncloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
-share/owncloud/core/doc/admin/configuration_files/default_files_configuration.html
-share/owncloud/core/doc/admin/configuration_files/encryption_configuration.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/amazons3.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/dropbox.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/ftp.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/google.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/local.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/openstack.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/owncloud.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/sftp.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/smb.html
-share/owncloud/core/doc/admin/configuration_files/external_storage/webdav.html
-share/owncloud/core/doc/admin/configuration_files/external_storage_configuration.html
-share/owncloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
-share/owncloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
-share/owncloud/core/doc/admin/configuration_files/file_sharing_configuration.html
-share/owncloud/core/doc/admin/configuration_files/file_versioning.html
-share/owncloud/core/doc/admin/configuration_files/files_locking_transactional.html
-share/owncloud/core/doc/admin/configuration_files/index.html
-share/owncloud/core/doc/admin/configuration_files/previews_configuration.html
-share/owncloud/core/doc/admin/configuration_files/trashbin_options.html
-share/owncloud/core/doc/admin/configuration_ldap/ldap_proxy_cache_server_setup.html
-share/owncloud/core/doc/admin/configuration_mimetypes/index.html
-share/owncloud/core/doc/admin/configuration_mimetypes/mimetype_aliases.html
-share/owncloud/core/doc/admin/configuration_mimetypes/mimetype_mapping.html
-share/owncloud/core/doc/admin/configuration_server/activity_configuration.html
-share/owncloud/core/doc/admin/configuration_server/antivirus_configuration.html
-share/owncloud/core/doc/admin/configuration_server/automatic_configuration.html
-share/owncloud/core/doc/admin/configuration_server/background_jobs_configuration.html
-share/owncloud/core/doc/admin/configuration_server/caching_configuration.html
-share/owncloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
-share/owncloud/core/doc/admin/configuration_server/custom_client_repos.html
-share/owncloud/core/doc/admin/configuration_server/email_configuration.html
-share/owncloud/core/doc/admin/configuration_server/excluded_blacklisted_files.html
-share/owncloud/core/doc/admin/configuration_server/external_sites.html
-share/owncloud/core/doc/admin/configuration_server/harden_server.html
-share/owncloud/core/doc/admin/configuration_server/import_ssl_cert.html
-share/owncloud/core/doc/admin/configuration_server/index.html
-share/owncloud/core/doc/admin/configuration_server/index_php_less_urls.html
-share/owncloud/core/doc/admin/configuration_server/js_css_asset_management_configuration.html
-share/owncloud/core/doc/admin/configuration_server/knowledgebase_configuration.html
-share/owncloud/core/doc/admin/configuration_server/language_configuration.html
-share/owncloud/core/doc/admin/configuration_server/logging_configuration.html
-share/owncloud/core/doc/admin/configuration_server/oc_server_tuning.html
-share/owncloud/core/doc/admin/configuration_server/occ_command.html
-share/owncloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
-share/owncloud/core/doc/admin/configuration_server/security_setup_warnings.html
-share/owncloud/core/doc/admin/configuration_server/thirdparty_php_configuration.html
-share/owncloud/core/doc/admin/configuration_user/index.html
-share/owncloud/core/doc/admin/configuration_user/reset_admin_password.html
-share/owncloud/core/doc/admin/configuration_user/reset_user_password.html
-share/owncloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
-share/owncloud/core/doc/admin/configuration_user/user_auth_ldap.html
-share/owncloud/core/doc/admin/configuration_user/user_configuration.html
-share/owncloud/core/doc/admin/configuration_user/user_provisioning_api.html
+share/owncloud/core/doc/admin/appliance/index.html
+share/owncloud/core/doc/admin/appliance/installation.html
+share/owncloud/core/doc/admin/appliance/what-is-it.html
+share/owncloud/core/doc/admin/configuration/database/db_conversion.html
+share/owncloud/core/doc/admin/configuration/database/index.html
+share/owncloud/core/doc/admin/configuration/database/linux_database_configuration.html
+share/owncloud/core/doc/admin/configuration/files/big_file_upload_configuration.html
+share/owncloud/core/doc/admin/configuration/files/default_files_configuration.html
+share/owncloud/core/doc/admin/configuration/files/encryption_configuration.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/amazons3.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/auth_mechanisms.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/dropbox.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/ftp.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/google.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/local.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/openstack.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/owncloud.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/sftp.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/smb.html
+share/owncloud/core/doc/admin/configuration/files/external_storage/webdav.html
+share/owncloud/core/doc/admin/configuration/files/external_storage_configuration.html
+share/owncloud/core/doc/admin/configuration/files/external_storage_configuration_gui.html
+share/owncloud/core/doc/admin/configuration/files/federated_cloud_sharing_configuration.html
+share/owncloud/core/doc/admin/configuration/files/file_sharing_configuration.html
+share/owncloud/core/doc/admin/configuration/files/file_versioning.html
+share/owncloud/core/doc/admin/configuration/files/files_locking_transactional.html
+share/owncloud/core/doc/admin/configuration/files/index.html
+share/owncloud/core/doc/admin/configuration/files/previews_configuration.html
+share/owncloud/core/doc/admin/configuration/files/trashbin_options.html
+share/owncloud/core/doc/admin/configuration/index.html
+share/owncloud/core/doc/admin/configuration/ldap/ldap_proxy_cache_server_setup.html
+share/owncloud/core/doc/admin/configuration/mimetypes/index.html
+share/owncloud/core/doc/admin/configuration/server/activity_configuration.html
+share/owncloud/core/doc/admin/configuration/server/antivirus_configuration.html
+share/owncloud/core/doc/admin/configuration/server/automatic_configuration.html
+share/owncloud/core/doc/admin/configuration/server/background_jobs_configuration.html
+share/owncloud/core/doc/admin/configuration/server/caching_configuration.html
+share/owncloud/core/doc/admin/configuration/server/config_sample_php_parameters.html
+share/owncloud/core/doc/admin/configuration/server/custom_client_repos.html
+share/owncloud/core/doc/admin/configuration/server/email_configuration.html
+share/owncloud/core/doc/admin/configuration/server/excluded_blacklisted_files.html
+share/owncloud/core/doc/admin/configuration/server/external_sites.html
+share/owncloud/core/doc/admin/configuration/server/harden_server.html
+share/owncloud/core/doc/admin/configuration/server/import_ssl_cert.html
+share/owncloud/core/doc/admin/configuration/server/index.html
+share/owncloud/core/doc/admin/configuration/server/index_php_less_urls.html
+share/owncloud/core/doc/admin/configuration/server/js_css_asset_management_configuration.html
+share/owncloud/core/doc/admin/configuration/server/knowledgebase_configuration.html
+share/owncloud/core/doc/admin/configuration/server/language_configuration.html
+share/owncloud/core/doc/admin/configuration/server/logging_configuration.html
+share/owncloud/core/doc/admin/configuration/server/oc_server_tuning.html
+share/owncloud/core/doc/admin/configuration/server/occ_command.html
+share/owncloud/core/doc/admin/configuration/server/reverse_proxy_configuration.html
+share/owncloud/core/doc/admin/configuration/server/security/password-policy.html
+share/owncloud/core/doc/admin/configuration/server/security_setup_warnings.html
+share/owncloud/core/doc/admin/configuration/server/thirdparty_php_configuration.html
+share/owncloud/core/doc/admin/configuration/user/index.html
+share/owncloud/core/doc/admin/configuration/user/reset_admin_password.html
+share/owncloud/core/doc/admin/configuration/user/reset_user_password.html
+share/owncloud/core/doc/admin/configuration/user/user_auth_ftp_smb_imap.html
+share/owncloud/core/doc/admin/configuration/user/user_auth_ldap.html
+share/owncloud/core/doc/admin/configuration/user/user_configuration.html
+share/owncloud/core/doc/admin/configuration/user/user_provisioning_api.html
 share/owncloud/core/doc/admin/contents.html
 share/owncloud/core/doc/admin/enterprise/clients/creating_branded_apps.html
 share/owncloud/core/doc/admin/enterprise/clients/custom_client_repos.html
@@ -4445,7 +4498,6 @@ share/owncloud/core/doc/admin/enterprise
 share/owncloud/core/doc/admin/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.html
 share/owncloud/core/doc/admin/enterprise/external_storage/sharepoint-integration_configuration.html
 share/owncloud/core/doc/admin/enterprise/external_storage/windows-network-drive_configuration.html
-share/owncloud/core/doc/admin/enterprise/file_management/files_drop.html
 share/owncloud/core/doc/admin/enterprise/file_management/files_tagging.html
 share/owncloud/core/doc/admin/enterprise/file_management/index.html
 share/owncloud/core/doc/admin/enterprise/firewall/file_firewall.html
@@ -4462,21 +4514,24 @@ share/owncloud/core/doc/admin/enterprise
 share/owncloud/core/doc/admin/enterprise/user_management/user_auth_shibboleth.html
 share/owncloud/core/doc/admin/genindex.html
 share/owncloud/core/doc/admin/index.html
-share/owncloud/core/doc/admin/installation/appliance_installation.html
 share/owncloud/core/doc/admin/installation/apps_management_installation.html
 share/owncloud/core/doc/admin/installation/apps_supported.html
 share/owncloud/core/doc/admin/installation/changing_the_web_route.html
 share/owncloud/core/doc/admin/installation/command_line_installation.html
+share/owncloud/core/doc/admin/installation/configuration_notes_and_tips.html
+share/owncloud/core/doc/admin/installation/deployment_considerations.html
 share/owncloud/core/doc/admin/installation/deployment_recommendations.html
 share/owncloud/core/doc/admin/installation/index.html
 share/owncloud/core/doc/admin/installation/installation_wizard.html
 share/owncloud/core/doc/admin/installation/linux_installation.html
-share/owncloud/core/doc/admin/installation/nginx_examples.html
+share/owncloud/core/doc/admin/installation/nginx_configuration.html
 share/owncloud/core/doc/admin/installation/selinux_configuration.html
 share/owncloud/core/doc/admin/installation/source_installation.html
 share/owncloud/core/doc/admin/installation/system_requirements.html
+share/owncloud/core/doc/admin/installation/troubleshooting.html
 share/owncloud/core/doc/admin/issues/code_signing.html
 share/owncloud/core/doc/admin/issues/general_troubleshooting.html
+share/owncloud/core/doc/admin/issues/impersonate_users.html
 share/owncloud/core/doc/admin/issues/index.html
 share/owncloud/core/doc/admin/maintenance/backup.html
 share/owncloud/core/doc/admin/maintenance/enable_maintenance.html
@@ -4489,15 +4544,22 @@ share/owncloud/core/doc/admin/maintenanc
 share/owncloud/core/doc/admin/maintenance/update.html
 share/owncloud/core/doc/admin/maintenance/upgrade.html
 share/owncloud/core/doc/admin/objects.inv
+share/owncloud/core/doc/admin/performance/index.html
+share/owncloud/core/doc/admin/performance/redis.html
 share/owncloud/core/doc/admin/release_notes.html
 share/owncloud/core/doc/admin/search.html
 share/owncloud/core/doc/admin/searchindex.js
+share/owncloud/core/doc/admin/upgrading/index.html
+share/owncloud/core/doc/admin/upgrading/marketplace_apps.html
+share/owncloud/core/doc/admin/upgrading/upgrade_php.html
 share/owncloud/core/doc/admin/whats_new_admin.html
 share/owncloud/core/doc/user/_images/add-user-to-guests.png
 share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
 share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
 share/owncloud/core/doc/user/_images/contact_thunderbird-URL_config.jpg
 share/owncloud/core/doc/user/_images/content-shared-with-guest-user.png
+share/owncloud/core/doc/user/_images/create-drop-folder.png
+share/owncloud/core/doc/user/_images/create-public-link.png
 share/owncloud/core/doc/user/_images/create_public_share-6.png
 share/owncloud/core/doc/user/_images/create_public_share-8.png
 share/owncloud/core/doc/user/_images/create_public_share-9.png
@@ -4509,12 +4571,6 @@ share/owncloud/core/doc/user/_images/enc
 share/owncloud/core/doc/user/_images/explorer_webdav.png
 share/owncloud/core/doc/user/_images/file_menu_comments_2.png
 share/owncloud/core/doc/user/_images/file_popup-menu.png
-share/owncloud/core/doc/user/_images/files-drop-2.png
-share/owncloud/core/doc/user/_images/files-drop-3.png
-share/owncloud/core/doc/user/_images/files-drop-4.png
-share/owncloud/core/doc/user/_images/files-drop-5.png
-share/owncloud/core/doc/user/_images/files-drop-6.png
-share/owncloud/core/doc/user/_images/files-drop-7.png
 share/owncloud/core/doc/user/_images/files_file-controls.png
 share/owncloud/core/doc/user/_images/files_mark-as-favorite.png
 share/owncloud/core/doc/user/_images/files_page-2.png
@@ -4528,6 +4584,8 @@ share/owncloud/core/doc/user/_images/fil
 share/owncloud/core/doc/user/_images/files_page1.png
 share/owncloud/core/doc/user/_images/files_share-options.png
 share/owncloud/core/doc/user/_images/files_versioning.png
+share/owncloud/core/doc/user/_images/files_view_mouseover.png
+share/owncloud/core/doc/user/_images/files_view_select_all.png
 share/owncloud/core/doc/user/_images/gallery-1.png
 share/owncloud/core/doc/user/_images/gallery-2.png
 share/owncloud/core/doc/user/_images/hidden_files.png
@@ -4548,12 +4606,14 @@ share/owncloud/core/doc/user/_images/own
 share/owncloud/core/doc/user/_images/owncloud-share-to-custom-group.png
 share/owncloud/core/doc/user/_images/personal_settings.png
 share/owncloud/core/doc/user/_images/private-link.png
+share/owncloud/core/doc/user/_images/public-link-settings.png
 share/owncloud/core/doc/user/_images/quota1.png
 share/owncloud/core/doc/user/_images/rename-custom-group.png
 share/owncloud/core/doc/user/_images/settings_devices.png
 share/owncloud/core/doc/user/_images/settings_devices_add.png
 share/owncloud/core/doc/user/_images/settings_sessions.png
 share/owncloud/core/doc/user/_images/share-with-guest-users.png
+share/owncloud/core/doc/user/_images/use-drop-folders.png
 share/owncloud/core/doc/user/_images/video_player_2.png
 share/owncloud/core/doc/user/_images/webdav_dolphin.png
 share/owncloud/core/doc/user/_images/webdav_gnome3_nautilus.png
@@ -4562,18 +4622,24 @@ share/owncloud/core/doc/user/_sources/ex
 share/owncloud/core/doc/user/_sources/external_storage/index.txt
 share/owncloud/core/doc/user/_sources/external_storage/sharepoint_connecting.txt
 share/owncloud/core/doc/user/_sources/files/access_webdav.txt
-share/owncloud/core/doc/user/_sources/files/access_webgui.txt
 share/owncloud/core/doc/user/_sources/files/deleted_file_management.txt
 share/owncloud/core/doc/user/_sources/files/desktop_mobile_sync.txt
 share/owncloud/core/doc/user/_sources/files/encrypting_files.txt
 share/owncloud/core/doc/user/_sources/files/federated_cloud_sharing.txt
-share/owncloud/core/doc/user/_sources/files/file_drop.txt
 share/owncloud/core/doc/user/_sources/files/gallery_app.txt
 share/owncloud/core/doc/user/_sources/files/index.txt
 share/owncloud/core/doc/user/_sources/files/large_file_upload.txt
-share/owncloud/core/doc/user/_sources/files/quota.txt
+share/owncloud/core/doc/user/_sources/files/public_link_shares.txt
 share/owncloud/core/doc/user/_sources/files/troubleshooting.txt
 share/owncloud/core/doc/user/_sources/files/version_control.txt
+share/owncloud/core/doc/user/_sources/files/webgui/comments.txt
+share/owncloud/core/doc/user/_sources/files/webgui/custom_groups.txt
+share/owncloud/core/doc/user/_sources/files/webgui/index.txt
+share/owncloud/core/doc/user/_sources/files/webgui/navigating.txt
+share/owncloud/core/doc/user/_sources/files/webgui/overview.txt
+share/owncloud/core/doc/user/_sources/files/webgui/quota.txt
+share/owncloud/core/doc/user/_sources/files/webgui/sharing.txt
+share/owncloud/core/doc/user/_sources/files/webgui/tagging.txt
 share/owncloud/core/doc/user/_sources/index.txt
 share/owncloud/core/doc/user/_sources/pim/calendar.txt
 share/owncloud/core/doc/user/_sources/pim/contacts.txt
@@ -4585,7 +4651,6 @@ share/owncloud/core/doc/user/_sources/pi
 share/owncloud/core/doc/user/_sources/pim/troubleshooting.txt
 share/owncloud/core/doc/user/_sources/session_management.txt
 share/owncloud/core/doc/user/_sources/userpreferences.txt
-share/owncloud/core/doc/user/_sources/webdav-api/index.txt
 share/owncloud/core/doc/user/_sources/webinterface.txt
 share/owncloud/core/doc/user/_sources/whats_new.txt
 share/owncloud/core/doc/user/_static/ajax-loader.gif
@@ -4674,18 +4739,24 @@ share/owncloud/core/doc/user/external_st
 share/owncloud/core/doc/user/external_storage/index.html
 share/owncloud/core/doc/user/external_storage/sharepoint_connecting.html
 share/owncloud/core/doc/user/files/access_webdav.html
-share/owncloud/core/doc/user/files/access_webgui.html
 share/owncloud/core/doc/user/files/deleted_file_management.html
 share/owncloud/core/doc/user/files/desktop_mobile_sync.html
 share/owncloud/core/doc/user/files/encrypting_files.html
 share/owncloud/core/doc/user/files/federated_cloud_sharing.html
-share/owncloud/core/doc/user/files/file_drop.html
 share/owncloud/core/doc/user/files/gallery_app.html
 share/owncloud/core/doc/user/files/index.html
 share/owncloud/core/doc/user/files/large_file_upload.html
-share/owncloud/core/doc/user/files/quota.html
+share/owncloud/core/doc/user/files/public_link_shares.html
 share/owncloud/core/doc/user/files/troubleshooting.html
 share/owncloud/core/doc/user/files/version_control.html
+share/owncloud/core/doc/user/files/webgui/comments.html
+share/owncloud/core/doc/user/files/webgui/custom_groups.html
+share/owncloud/core/doc/user/files/webgui/index.html
+share/owncloud/core/doc/user/files/webgui/navigating.html
+share/owncloud/core/doc/user/files/webgui/overview.html
+share/owncloud/core/doc/user/files/webgui/quota.html
+share/owncloud/core/doc/user/files/webgui/sharing.html
+share/owncloud/core/doc/user/files/webgui/tagging.html
 share/owncloud/core/doc/user/genindex.html
 share/owncloud/core/doc/user/index.html
 share/owncloud/core/doc/user/objects.inv
@@ -4701,7 +4772,6 @@ share/owncloud/core/doc/user/search.html
 share/owncloud/core/doc/user/searchindex.js
 share/owncloud/core/doc/user/session_management.html
 share/owncloud/core/doc/user/userpreferences.html
-share/owncloud/core/doc/user/webdav-api/index.html
 share/owncloud/core/doc/user/webinterface.html
 share/owncloud/core/doc/user/whats_new.html
 share/owncloud/core/fonts/LICENSE.txt
@@ -4790,6 +4860,8 @@ share/owncloud/core/img/actions/view-nex
 share/owncloud/core/img/actions/view-pause.svg
 share/owncloud/core/img/actions/view-play.svg
 share/owncloud/core/img/actions/view-previous.svg
+share/owncloud/core/img/apps/shield.svg
+share/owncloud/core/img/apps/workflow.svg
 share/owncloud/core/img/appstore.svg
 share/owncloud/core/img/background.jpg
 share/owncloud/core/img/breadcrumb.svg
@@ -9991,6 +10063,7 @@ share/owncloud/lib/private/DB/Migrator.p
 share/owncloud/lib/private/DB/MySQLMigrator.php
 share/owncloud/lib/private/DB/MySqlTools.php
 share/owncloud/lib/private/DB/NoCheckMigrator.php
+share/owncloud/lib/private/DB/OCPostgreSqlPlatform.php
 share/owncloud/lib/private/DB/OCSqlitePlatform.php
 share/owncloud/lib/private/DB/OracleConnection.php
 share/owncloud/lib/private/DB/OracleMigrator.php
@@ -10067,6 +10140,7 @@ share/owncloud/lib/private/Files/Externa
 share/owncloud/lib/private/Files/External/PriorityTrait.php
 share/owncloud/lib/private/Files/External/Service/DBConfigService.php
 share/owncloud/lib/private/Files/External/Service/GlobalStoragesService.php
+share/owncloud/lib/private/Files/External/Service/LegacyStoragesService.php
 share/owncloud/lib/private/Files/External/Service/StoragesService.php
 share/owncloud/lib/private/Files/External/Service/UserGlobalStoragesService.php
 share/owncloud/lib/private/Files/External/Service/UserStoragesService.php
@@ -10593,6 +10667,9 @@ share/owncloud/lib/public/Settings/ISect
 share/owncloud/lib/public/Settings/ISettings.php
 share/owncloud/lib/public/Settings/ISettingsManager.php
 share/owncloud/lib/public/Share.php
+share/owncloud/lib/public/Share/Events/AcceptShare.php
+share/owncloud/lib/public/Share/Events/DeclineShare.php
+share/owncloud/lib/public/Share/Events/ShareEvent.php
 share/owncloud/lib/public/Share/Exceptions/GenericShareException.php
 share/owncloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
 share/owncloud/lib/public/Share/Exceptions/ShareNotFound.php
@@ -10612,6 +10689,8 @@ share/owncloud/lib/public/SystemTag/Mapp
 share/owncloud/lib/public/SystemTag/TagAlreadyExistsException.php
 share/owncloud/lib/public/SystemTag/TagNotFoundException.php
 share/owncloud/lib/public/Template.php
+share/owncloud/lib/public/Theme/ITheme.php
+share/owncloud/lib/public/Theme/IThemeService.php
 share/owncloud/lib/public/User.php
 share/owncloud/lib/public/User/IChangePasswordBackend.php
 share/owncloud/lib/public/User/IProvidesEMailBackend.php
@@ -10644,7 +10723,6 @@ share/owncloud/settings/Controller/Encry
 share/owncloud/settings/Controller/GroupsController.php
 share/owncloud/settings/Controller/LogSettingsController.php
 share/owncloud/settings/Controller/MailSettingsController.php
-share/owncloud/settings/Controller/SecuritySettingsController.php
 share/owncloud/settings/Controller/SettingsPageController.php
 share/owncloud/settings/Controller/UsersController.php
 share/owncloud/settings/Middleware/SubadminMiddleware.php
@@ -10908,7 +10986,6 @@ share/owncloud/settings/templates/users/
 share/owncloud/settings/templates/users/part.userlist.php
 share/owncloud/settings/users.php
 share/owncloud/status.php
-share/owncloud/themes/README
 share/owncloud/updater/COPYING-AGPL
 share/owncloud/updater/README.md
 share/owncloud/updater/app/bootstrap.php
@@ -10940,8 +11017,6 @@ share/owncloud/updater/src/Command/Check
 share/owncloud/updater/src/Command/CleanCacheCommand.php
 share/owncloud/updater/src/Command/Command.php
 share/owncloud/updater/src/Command/DetectCommand.php
-share/owncloud/updater/src/Command/DisableNotShippedAppsCommand.php
-share/owncloud/updater/src/Command/EnableNotShippedAppsCommand.php
 share/owncloud/updater/src/Command/ExecuteCoreUpgradeScriptsCommand.php
 share/owncloud/updater/src/Command/InfoCommand.php
 share/owncloud/updater/src/Command/MaintenanceModeCommand.php
Index: pkgsrc/www/php-owncloud/distinfo
diff -u pkgsrc/www/php-owncloud/distinfo:1.41 pkgsrc/www/php-owncloud/distinfo:1.42
--- pkgsrc/www/php-owncloud/distinfo:1.41       Fri Aug 11 02:54:18 2017
+++ pkgsrc/www/php-owncloud/distinfo    Sat Oct  7 13:04:57 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2017/08/11 02:54:18 ryoon Exp $
+$NetBSD: distinfo,v 1.42 2017/10/07 13:04:57 wen Exp $
 
-SHA1 (owncloud-10.0.2.tar.bz2) = 0305a638294f120017b0dcfe24c55f8b1e3529af
-RMD160 (owncloud-10.0.2.tar.bz2) = b197318cc0da4fbfbccc57f194ad55127a8d27db
-SHA512 (owncloud-10.0.2.tar.bz2) = 1d83e194c6d1835f47051ea334b39650b9ce394eacd91199283fe926aa4b5ae88e709f8802547ec7e8e2935ea0064ba1f42bdbe137552e6c75ca4459c7e36ad0
-Size (owncloud-10.0.2.tar.bz2) = 30963258 bytes
+SHA1 (owncloud-10.0.3.tar.bz2) = 0b89d0fb8e6566c40c77f6de6b79f13a7ad089d1
+RMD160 (owncloud-10.0.3.tar.bz2) = 9b8b2eed91c643c79d4fbb2f278130c3f797a8d5
+SHA512 (owncloud-10.0.3.tar.bz2) = bafba0416182bc4051e2664c0d2b328912c8c7c49b42f8f6e9540fab40ec5d49c592f84d639ef32380291cbe4d8b8acce4b40dba8a6c9e2440c29fd9943b274a
+Size (owncloud-10.0.3.tar.bz2) = 35358244 bytes



Home | Main Index | Thread Index | Old Index