nextcloud/nextcloud.spec

331 lines
11 KiB
RPMSpec
Raw Normal View History

#
# spec file for package nextcloud
#
2024-02-01 21:51:52 +01:00
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Accepting request 703491 from home:ecsos:server - Update to 16.0.1 - Fix setupcheck for intl module (server#15223) - Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) - Remove the custom prefix from the table name length when checking on … (server#15312) - Check if the data is in the lookup server (server#15341) - Do NOT assume all files are selected if the first checkbox is (server#15345) - Fix collapse button in app navigation in IE11 (server#15389) - Make sure all middlewares are only registered once (server#15399) - Allow to send the password of protected conversations (server#15405) - Remove extra margin from warning messages in authenticate page (server#15409) - Set Edge < 16 as incompatible with css vars (server#15417) - Remove extra param in cache update call (server#15418) - Handle 0 B default quota properly in the web UI (server#15424) - Fix multiselect min width (server#15433) - Make access column a real boolean (server#15434) - Fix public upload by also load the semaphore method (server#15439) - Remove setup args from logging (server#15442) - Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) - Fix mobile vertical scrolling (server#15469) - Remove recommendation for opcache on CLI (server#15471) - Update file-upload.js (server#15482) - Add interfaces to interact with subscription from support app (server#15513) - Fall back to application/octet-stream instead of using an invalid mim… (activity#374) - Only call setViewerMode if FileList is available (files_pdfviewer#132) - Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) - Use correct method to determine if HTTPS is used (firstrunwizard#189) OBS-URL: https://build.opensuse.org/request/show/703491 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=83
2019-05-16 18:47:29 +02:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
#
%if 0%{?suse_version}
%define apache_myserverroot %{apache_serverroot}/htdocs
%define apache_confdir %{apache_sysconfdir}/conf.d
%define apache_docdir /usr/share/doc/packages
%else
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
%define apache_serverroot /var/www/html
%define apache_confdir /etc/httpd/conf.d
%define apache_user apache
%define apache_group apache
%define __jar_repack 0
%else
%define apache_serverroot /var/www
%define apache_confdir /etc/httpd/conf.d
%define apache_user www
%define apache_group www
%endif
%endif
%define nc_user %{apache_user}
%define nc_dir %{apache_myserverroot}/%{name}
%define ocphp_bin /usr/bin
%if 0%{?rhel} == 600 || 0%{?rhel_version} == 600 || 0%{?centos_version} == 600
%define statedir /var/run
%else
%define statedir /run
%endif
Name: nextcloud
Accepting request 1170190 from home:ecsos:server - Update to 28.0.5 - Fix npm audit (related_resources#396) 6 - Feature(files): Hide breadcrumbs when an upload is ongoing on narrow screen #40942 (server#43834) - Migrate setup checks to new API – round 3 (server#44268) - Added rate limit bypass for app_api requests (server#44296) - Fix default text processing provider in AI settings (server#44343) - Fix(LDAP): escape DN on check-user (server#44352) - Fix(JSRecourceLocator): Add missing slash after server root (server#44413) - Fix(files): Do not escape file names in the file picker (server#44416) - Fix(files): Only add copy suffix before file extension for files (not folders) (server#44434) - Feat(perf): add cache for authtoken lookup (server#44446) - Fix(DB): Sanitize host parameter for postgres databases when IPv6 address is passed (server#44461) - Fix/caldav/eventcomparisionservice uses wrong array comparison (server#44473) 1 - Fix(preview): webp preview format (server#44489) 1 - Enh: Send empty expireDate when not expireDate set (server#44490) - Fix(settings): Also verify that trusted_proxies only contains IP addresses (with range) (server#44495) - Fix(security): Update expiration date in security.txt (server#44541) - Add retry logic to cover deadlock situations during move operations (server#44551) - Split live photo listener to extract trashbin specific code into its own listener (server#44561) - Fix(files_sharing): Create passwords when enforced for mail shares (server#44570) 1 - Feat(trashbin): Show original location of deleted file (server#44583) 1 - Fix(files_reminders): Fix translations (server#44599) - Config: fix correctness issues in reading (server#44605) - Fix(files): Fix translation of “Delete file” (server#44610) - Fix(tests): Fix tests when daytime saving time change happened recently (server#44615) - Fix(files_sharing): Disable autocomplete for share label and password (server#44616) 1 - Fix(encryption): Clicking default module in UI sets bogus value (server#44633) - Fix(files): breadcrumbs drag-and-drop & unifying methods (server#44652) 2 - Fix(dav): Fix quota check for chunk upload (server#44655) 1 - Fix(deps): Update phpseclib from 2.0.45 to 2.0.47 (server#44672) 1 - Perf: Avoid updating the folder size if we know the size difference (server#44679) - Fix(3rdparty): Add a CI job to check 3rdparty integrity (server#44691) - Call davGetFavoritesReport after the registration of propfind properties (server#44734) - Fix: Fix avatar images (server#44738) - Fix: use proper jailed patch in watcher (server#44750) - Fix(breadcrumbs): improved rendering of breadcrumb progress bar (server#44759) - Fix(federation): give some time to prepare both servers (server#44779) - Chore(deps): Bump @nextcloud/vue to v8.11.2 (server#44815) - Fix npm audit (server#44817) - Chore: Update @nextcloud/upload to 1.1.1 to fix uploading large files (server#44837) 1 - Fix(files): Inherit some node attributes when creating new nodes to preserve shared state (server#44844) - Fix(files): Focus filename input in new-node dialog when opened (server#44851) - Fix(files): Do not show files from hidden folders in “Recent”-view if hidden files are disabled by user (server#44867) - Fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect (server#44879) - Fix(files): Clear search filter when changing directory or view (server#44883) - Fix(files): Also skip cross storage move with access control (server#44891) - Fix(files): Also restore shares after ownership transfer for object storage (server#44921) - Fix(deps): Update phpseclib to 2.0.47 (3rdparty#1788) 1 - Group activities sent by mail (activity#1623) - Update nextcloud/ocp dependency (activity#1630) - Fix npm audit (activity#1632) - Fix npm audit (files_pdfviewer#935) - Update nextcloud/ocp dependency (firstrunwizard#1132) - Fix npm audit (firstrunwizard#1141) - Update nextcloud/ocp dependency (firstrunwizard#1161) - Update nextcloud/ocp dependency (logreader#1208) - Update nextcloud/ocp dependency (nextcloud_announcements#316) - Update nextcloud/ocp dependency (notifications#1876 - Fix(setting): Clarify the “Account disabled” option (password_policy#577) - Fix npm audit (photos#2406) - Update nextcloud/ocp dependency (photos#2424) - Fix: Open Viewer when clicking on photo in folder (photos#2432) - Check download attribute when fetching previews (photos#2438) - Fix npm audit (privacy#1049) 1 - Fix npm audit (privacy#1064) 1 - Fix npm audit (recommendations#716) - Update nextcloud/ocp dependency (related_resources#375) - Fix npm audit (related_resources#378) - Update nextcloud/ocp dependency (related_resources#392) - Update nextcloud/ocp dependency (serverinfo#583) - Refactor document and session handling (text#5541) - Fix(deps): update dependency @nextcloud/files to ^3.1.1 (text#5559) - Fix(deps): update dependency @nextcloud/vue to ^8.11.1 (text#5560) - Fix(deps): update dependency lib0 to ^0.2.93 (text#5561) - Fix npm audit (text#5564) - Remove bottom margin for better warning blocks display (text#5567) - Chore(deps): update dependency cypress-split to ^1.21.1 (text#5585) - Chore(deps): update dependency vite to ^5.2.7 (text#5586) - Fix: Catch exceptions on non existing files (text#5599) 1 - Test(cypress): Wait for syncs after opening+editing in in sync.spec.js (text#5603) - Chore(deps): update dependency cypress-split to ^1.21.2 (text#5619) - Chore(deps): update dependency vite to ^5.2.8 (text#5620) - Fix(deps): update dependency markdown-it-front-matter to ^0.2.4 (text#5621) - Update nextcloud/ocp dependency (text#5645) - Fix npm audit (text#5649) - Fix: copy-paste markdown/raw text inconsistencies (text#5653) - Fix: improve node and mark copy-paste behavior (text#5657) - Fix: Avoid throwing when a workspace file cannot be found due to a failed storage (text#5664) - Fix(deps): update dependency @nextcloud/vue to ^8.11.2 (text#5675) - Chore(deps): update dependency cypress-split to ^1.23.0 (text#5677) - Fix(deps): update dependency @nextcloud/dialogs to ^5.3.0 (text#5678) - Fix npm audit (text#5684) - Fix(l10n): “Connection failed” not translatable (text#5698) - Fix npm audit (twofactor_totp#1505) - Fix npm audit (twofactor_totp#1515) - Preserve sort order (viewer#2177) - Chore(deps): update cypress (viewer#2272) - Fix npm audit (viewer#2276) - Fix npm audit (viewer#2287) OBS-URL: https://build.opensuse.org/request/show/1170190 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=231
2024-04-25 19:37:39 +02:00
Version: 28.0.5
Release: 0
Summary: File hosting service
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://nextcloud.com
Source0: https://download.nextcloud.com/server/releases/%{name}-%{version}.tar.bz2
Source1: apache_secure_data
Source2: README
Source3: README.SELinux
Source4: README.SUSE
Source5: robots.txt
Source10: %{name}-cron
Source11: %{name}-cron.service
Source12: %{name}-cron.timer
Source99: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: apache-rpm-macros
BuildRequires: cron
BuildRequires: fdupes
BuildRequires: unzip
#
Requires: cron
Requires: curl
Accepting request 698163 from home:ecsos:server - Added some missing require and recommend packages. - gh#10655 Added php-intl as required package for avoiding upstream - Update to 16.0.0 Nextcloud 16 is smarter than ever, with machine learning to detect suspicious logins and offering clever recommendations. Group Folders now sport access control lists so system administrators can easily manage who has access to what in organization-wide shares. We also introduce Projects, a way to easily relate and find related information like files, chats or tasks. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: - Nextcloud 16 becomes smarter with Machine Learning for security and productivity - ACL permissions for Groupfolders - Nextcloud 16 allows you to link resources to keep track of your projects - Talk 6.0 brings commands, improved user experience and more - Coming soon, seems the github API can't deal with the size of our changelog. - Update to 15.0.7 - Fix for crashing occ files:scan (server#14968) - Fix .drone.yml syntax (server#14984) - Harden appdata putcontent (server#15000) - Check if OCA.Files.App is available before calling (server#15001) - Update to 15.0.6 - Fix grid toggle button on public page (server#14376) - Fix(EMailTemplate): malformed HTML in some cases (server#14387) - Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation (server#14414) - Parse multiple navigation items (server#14416) - Fix referrer policy meta tags. (server#14438) - Fix a bug with smb notify having leading slash when it should not (server#14462) - Fix for issue #13319: load oc-backbone-webdav before loading versions app (server#14472) - Add accessibility translations (server#14490) - Run tests that fail with "no such process" over to apache server (server#14495) - Make header.feature more robust by running it on apache (server#14497) - Fix expire date change eventhandler (server#14503) - Update icewind/smb to 3.0.2 (server#14512) - Do not cut full color on accessibility svg color invert (server#14516) - Dav: Fix handling of chunked WebDAV upload (server#14517) - Do not just write foobar (server#14521) - Fix database configuration (server#14531) - Add activities for group membership changes (server#14534) - Check if password can be changed for the users backend in OCS api (server#14542) - Add test for updated CA bundle (server#14546) - Clear backupcode reminder when no 2fa (server#14559) - Use a tmp file for swift writes (server#14570) - Have streams of files_external in sync (server#14580) - Resolve user and groups in nested groups first before filtering the results (server#14591) - Remove Google+ from Social Sharing Bundle (server#14596) - Do not calculate folder size for parent that also needs proper scan, fixes #3524 (server#14597) - Mention Open Cloud Mesh in Federated User Settings (server#14599) - Update index.php (server#14601) - Remove sensitive SMB arguments from exception log (server#14658) - Prevent recursion when moving a file to the trashbin (server#14661) - Disable fragile tests (server#14672) - Use SCSS variables since CSS vars are not loaded on public pages (server#14677) - Handle long etags from dav external storage (server#14694) - Improve lookup server behaviour (server#14696) - Add an integration test that ensures deletion of LDAP users (server#14697) - Dont try to restore a trashbin item to a readonly target (server#14699) - Throw a proper error if rename fails in dav (server#14700) - Groupname like username - allow share with both (server#14709) - Updated documentation go.php to 15 and adjusted copyright year. (server#14716) - Always register the Notifier (server#14749) - Fix getting the access list on external storage (server#14751) - Always allow moving mountpoints inside the same mountpoint (server#14759) - Use current directory for hashing. (server#14762) - Fix user creation using LDAP Plugin (server#14781) - Avoid replacement by user object (server#14795) - Fix placeholder in disable message (server#14840) - Fix setup checks for ocm/ocs-provider (server#14854) - Remove Google+ federation usersettings (server#14855) - Add setup check for missing UTF8MB4 on mysql (server#14857) - Make regions translatable (server#14859) - Show a setup warning in case S3 object storage is used as primary storage (server#14865) - Fix plural rule detection for languages (server#14867) - Fix translations of settings (server#14882) - Fix opening folders from different file lists (server#14891) - Fix hidden file display in grid view (server#14924) - Locale is not language (activity#355) - Fallback to plaintext subject if no rich subject is set (activity#358) - Ignore query arguments in single video share for stable15 (Fix #121) (files_videoplayer#122) - Less alerting log entries on fails (notifications#291) - Fix Update nextcloud 15.0.4 to 15.0.5 error "ocm-provider" apache2. (server#14445) - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) - Fix require php versions. boo#1084320 - Update to 15.0.4 - Make external storages browsable again in the web UI (server#14076) - Upload new files in objectstore to a .part path first (server#13036) - Broker: add timezone to CANCEL messages (server#13384) - Add strengthify.min files (server#13546) - Fix click app names (server#13575) - Principals can be principal/user/ or principal/ from lega… (server#13582) - Correctly handle displaynames returned from the sharee API (server#13585) - Don't close input stream when writing in encrypted file (server#13588) - Bump pear/archive_tar to 1.4.5 (server#13598) - Fix integer background job id type error (server#13609) - Fix user settings label translation (server#13611) - Fix app navigation flickering on hover (server#13625) - Update URL for federation (server#13636) - Fix colorizeSvg with transformations that contain a comma (,) (server#13653) - Use warning background color & primary text color for setting warnings (server#13665) - Fix template paramter (server#13670) - Cache tokens when using swift's v2 authentication (server#13740) - Cleanup shared lock if changing to exclusive lock failed (server#13744) - Honor remember_login_cookie_lifetime (server#13758) - Fix integration of social sharing into the link popover menu (server#13761) - Respect user locale in natural sort comparator (server#13762) - Call proper function when fetching link shares in the breadcrumb view (server#13769) - Add acceptance tests for moving and copying files (server#13771) - Show proper default locale (server#13781) - Ignore non existing users when retrieving details of group members (server#13792) - Remove .css fileending from accessibility user css route (server#13793) - Add icon to restore activity (server#13794) - Fix long comment in dark theme (server#13804) - Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) - Fix for high contrast theme (server#13852) - Always use multipart uploader for s3 uploads (server#13882) - Fix paged search with multiple bases (LDAP) (server#13884) - Fix dropping a folder on a folder row (server#13887) - Fix updating the password of a link share when passwords are enforced (server#13900) - Add fallback for trashbin original location (server#13904) - Allow shared versions again in legacy backend (server#13905) - Improve data directory write checking for NFS mounts (server#13906) - Clean pending 2FA authentication on password reset (server#13915) - Forward error message from password policy (server#13918) - Remove warning in case of external storage error (server#13920) - Handle mail send error gracefully (server#13930) - Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) - Move to SCSS and fix app icon for dark theme (activity#338) - Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) - Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) - Fix notification documentation to reflect recent changes (notifications#258) - Update to 15.0.2 - Don't log parameters on user creation in case of error/exception (server#13479) - RemoveClassifiedEventActivity: check if calendar still exists (server#13506) - Broker: add timezone to CANCEL messages (3rdparty#196) - Update to 15.0.1 - Change doc link for 15 (server#12963) - Use strengthify.min on personal settings page (server#12984) - Use default cursor for disabled primary buttons (server#13007) - Better activities for systemtags that are removed by CLI (server#13029) - Ie11 compatibility updatenotifications (server#13076) - Fix exception on LDAP mapping during login (server#13119) - Fix SAML Client login flow on Apple devices (server#13123) - Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) - Prevent special characters from breaking the file drop remote url (server#13151) - Allow content provider to generate new Index (server#13155) - Make the footer "Get your own free account" translatable (server#13169) - Use a case insensitive search for email (server#13179) - Fix ie11 checkboxes (server#13206) - SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) - Files list not rendering if user has favorites navigation unfolded (server#13215) - Do not forgot to store the second displayname portion (server#13218) - Add default values when parsing account data (server#13252) - Fix opening search results for comments (server#13253) - Fetch lastInsertId only when id null (server#13278) - Add caching headers for public previews (server#13328) - Unbundle user_external to release it via appstore (server#13329) - Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) - Fix can change password check in case of encryption is enabled (server#13349) - Update the CRL (server#13352) - Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) - Re add the uploaded file list to file drops (server#13355) - Returns a 404 instead of exception if app is not installed - #13088 (server#13357) - Transpile arrow function for ie11 compatibility (server#13360) - IE fix for apps menu (server#13361) - Allow URI as data for vcard PHOTO (server#13366) - Throttle with correct metadata (server#13368) - Fix loginflow with apptoken enter on iOS (server#13370) - Register and show when an LDAP user was detected as unavailable/deleted (server#13372) - Fix apps menu overlapping (server#13404) - Use the real logger in the settings (server#13405) - CSP: Allow fonts to be provided in data (server#13411) - HttpClient getHeader can return empty string (server#13425) - Respect classification of calendar events in activity stream (server#13439) - Add support for boolean default (server#13444) - Show the repair steps and repair info output in the web for better feedback (server#13469) - Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) - Do not get the url from the download links (files_videoplayer#74) - Use proper slogan from theming app (firstrunwizard#94) - Update info.xml (firstrunwizard#96) - Update richObjectStringParser.js (notifications#245) - fix require php versions. - Update to 15.0.0 Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts or see: https://nextcloud.com/changelog/ - Use php7 in apache under suse_version >= 1500 now. - Fix warning for /.well-known/{caldav,carddav} in overview security & setup warning. - update to 14.0.4 - Allow overwrite.cli.url without trailing slash (server#11772) - Remove duplicate call to decodeURIComponent (server#11781) - Check for empty string (server#11783) - Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) - Always query the lookup server in a global scale setup (server#11800) - Fix a case where "password_by_talk" was not a boolean (server#11851) - Add .l10nignore files for compiled assets (server#11925) - Properly escape column name in "createFunction" call (server#11929) - Allow userId to be null (server#11939) - Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) - Do not emit preHooks twice on non-part-storage (server#11961) - Filter null values for UserManager::getByEmail (server#11976) - Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) - Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) - Lazy open first source stream in assemblystream (server#11994) - Fix opening a section again in the Files app (server#11995) - Remove cookies from Clear-Site-Data Header (server#12005) - Forwarded ExpiredTokenException (server#12032) - Allow chunked uploads even if your quota is not sufficient (server#12040) - Improve encrypt all / decrypt all (server#12045) - Double check for failed cache with a shared storage (server#12108) - Implement the size of an assembly stream (server#12111) - Bring the browser window of an actor to the foreground when acting as him (server#12120) - Move acceptance tests that crash the PHP built-in server to Apache (server#12121) - Remove unneeded empty search attribute values, fixes #12086 (server#12122) - Fixes wrong variable usage (server#12137) - LDAP: announce display name changes so that addressbook picks it up (server#12141) - Bruteforce protection handling in combination with (server#12160) - Add global site selector as user back-end which doesn't support password confirmation (server#12184) - Do not set indeterminate state for file shares (server#12187) - Revert "Wait for cron to finish before running upgrade command" (server#12197) - Fix bug #12151: fix list formatting by correcting malformed html (server#12202) - A folder should get a folder mimetype (server#12297) - Use the proper server for the apptoken flow login (server#12299) - Do not log FileLock as exception (server#12300) - Set the filemodel before rending the detailsview (server#12301) - Disabled ldap fix (server#12331) - Fix - Add to favorites not working in IE11 (server#12339) - Remove arrow function for ie compatibility (server#12341) - Fix default types of activity event member variables (server#12353) - Suppress wrong audit log messages about failed login attempts (server#12372) - Add fix for IE11 flexbox height bug (server#12374) - Properly search the root of a shared external storage (server#12375) - Fix app update available check (server#12412) - Use nextcloud-password-confirmation (server#12416) - Fix IE rule for min width (server#12431) - Added cache override to ensure an always up-to-date accessibility css (server#12432) - Unique contraint and deadlock fixes for filecache and file_locks (server#12433) - Fix app menu calculation for random size of the right header (server#12440) - Fix missing quickaccess favorite folder on add (server#12441) - Fixes dav share issue with owner (server#12459) - Fix wrong share popover opening on share link (server#12482) - Only use width and opacity for transition (server#12492) - Forward object not found error in swift as dav 404 (server#12502) - Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) - Remove unused svg api route (server#12542) - Bearer tokens are app token (server#12545) - Handle permission in update of share better (server#12561) - Correctly restrict affected users when using command to send emails (activity#312) - Improve code blocks in markdown rendering (files_texteditor#121) - Properly escape column name in "createFunction" call (survey_client#85) - update to 14.0.3 - Fixes the apps menu scrollbar (server#11662) - Ignore "session_lifetime" if it can not be converted to a number (server#11761) - Normalize getUnjailedPath (server#11770) - changes from 14.0.2 - Fix contacts menu on mentions (server#11350) - Make the server ready to use global scale with SAML as auth back-end (server#11373) - Fix default flex shrink on list (server#11374) - Fixes the logo height (server#11385) - Do not explode when getting permissions from a FailedStorage (server#11389) - Do not hide the progress bar while the chunked upload is being assembled (server#11399) - Fix "checkWellKnownUrl" not being run (server#11418) - Add back the total used space per user (server#11425) - Fix invalid inline input confirm border (server#11426) - Center back the history icon (server#11430) - AssemblyStream is also eof if we have no more source stream (server#11436) - Re-enable upload button after updating Avatar (server#11451) - Fix typo in config.sample.php (server#11488) - Bugfix 2FA theme: buttons white (server#11489) - Update config and babel for ie11 (server#11490) - Only catch QueryException when trying to build class (server#11492) - Show auth type "None" in email settings (server#11493) - Fix public page footer link wrap (server#11510) - Fix share header text on small widths (server#11511) - Add missing compiled mimetype list (server#11516) - Fixes the move/copy picker buttons (server#11525) - Fix breadcrumbs (server#11530) - Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) - Throw an error if a node is smaller than expected in assemblystream (server#11555) - Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) - Fix header overflow, fix more apps menu, fix #11552 (server#11558) - Add new group entry on users list + fixes (server#11575) - Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) - Force multiselect max-height to 5.5 items (server#11579) - Just update password hash without validating (server#11580) - Fix sticky header on users list (server#11582) - Fix header border on users list (server#11608) - Fix call to logger (server#11610) - Allow the creationg of previews of files stored in appdata (server#11703) - Update CRL due to changed cert for linkshareex (server#11706) - Fix a misleading setup check for .well-known/caldav & carddav (server#11738) - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) - Hide footer in public share page (files_pdfviewer#103) - Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) - update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) - Insert Referrer-Policy in nextcloud.conf - update to 14.0.0 No changelog from upstrem. Look instead here: https://github.com/nextcloud/server/compare/v13.0.6...v14.0.0 - update to 13.0.6 - Add sabre plugin to allow anonymous options requests to the dav root (server#10285) - Do scan the root storage in background scan (server#10376) - Adding test for table schedulingobjects and fixing postgres LOB (server#10552) - Fix transfering ownership of a share to user with same id as receiver (server#10565) - Make file cache updates more robust (server#10581) - Retry smb stat on timeout (server#10591) - Use insertIfNotExists to store new mimetypes. (server#10620) - Only warn about data lose on password reset if per-user keys are used (server#10646) - Update the scope of the lockdownmanager (server#10682) - Log entries that are hidden during file listing (server#10698) - Forgotten pass fix link (server#10735) - Fix comment style in config sample (server#10759) - Make sure error_log() always receives a string (server#10760) - Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) - Use the path_hash instead of the path to query the filecache (server#10762) - Don't blame random people for background email updates (server#10763) - Resolve all group memberships properly (server#10783) - Remove unexecutable code (server#10816) - Improve URL detection (server#10821) - MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) - Disallow negative mtime in dav search (server#10837) - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) - update to 13.0.4 - Allow setting notify credentials in environment (server#9788) - Make the token expiration also work for autocasting 0 (server#9803) - Enable caldav for webdav subtree public-calendars (server#9820) - This also fix security issues: - (boo#1100343, CVE-2018-3762) and (boo#1100344, CVE-2018-3761) - update to 13.0.3 - 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 🙇 (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) - update to 13.0.2 - 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) - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) - update to 13.0.0 Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: * Collaboration features - Nextcloud Talk, a private videoconference software integrated with Nextcloud - real-time and asynchronous communication with push notifications, calls and chat web and mobile devices - Integration in business workflow with calendar invitations and calls directly from Nextcloud Files - Screen and note sharing with participant moderation capabilities - 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server - auto-completion of user names in comments and notification to the mentioned user - support free/busy scheduling in native calendar applications like Thunderbird Lightning - show meeting invites in the calendar * End-to-End Encryption - can encrypt data on a per-folder level rather than all-or-nothing approach - does not require users to remember or exchange passwords - does not require re-uploading data upon sharing - features an optional off-line administrator recovery key - allows full audit logging - can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption - protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. * User Interface - new way of selecting files - easy way to quickly copy or move to a location - High DPI support - admin menu integrated in one list - no limitation to file uploads via the web interface - user quota in the side bar - social sharing (Twitter, G+, Facebook, Diaspora) now features a preview - improved theming * Performance - decreased page load times with up to 50% and faster search - 80% faster LDAP and up to 10x faster external storage - Server-side Encryption performance largely improved See https://nextcloud.com/changelog/ - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. - upstream update to version 12.0.4 * Server Over 50 fixes were merged in the server. - Improve text: 'you have now' -> 'you now have (server#6464) - Fix initializing paged search under some circumstances (server#6502) - LDAP: simplify returning the homePath (server#6509) - Fix sharer name overlap with filename (server#6524) - Allow to close sidebar for text files (server#6525) - Fix quota new endpoint 12 (server#6527) - Pass new value to triggerChange (server#6528) - Throw 101 when an empty group string is provided (server#6547) - Contacts menu privacy (server#6554) - Add color-border variable (server#6649) - Do not stop on scss compilation failure (server#6661) - Don't pass User object when uid string is expected (server#6674) - Navigate to the root directory when showing the main filelist (server#6689) - Fix LDAP User deletion (cleanup) (server#6699) - Update aws sdk + s3 improvements (server#6737) - Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) - Fix language when trying to change password (server#6751) - Fix postgresql tests (server#6792) - Also use configured 'cache_path' for new chunking (server#6814) - Set s3 part size to 500mb (server#6815) - Fix contacts menu for IE11 (server#6823) - Still trigger conflict resolution for existing entries when the curre (server#6847) - Propagate multipart upload exception when aborting upload (server#6855) - Allow to migrate from 10.0.3.3 (server#6878) - Timespan check (server#6896) - Do not log WebDAV maintenance mode exception (server#6908) - Don't reset quota (server#6910) - Backport of translation string fixes (server#6935) - Fix class name in exception logger plugin (server#6942) - Allow quota of 0 again (server#6943) - Fix uninitialized variable $this->params (server#6944) - Don't add a LIKE condition when it's not needed (server#6945) - Fix undefined offset warning when using '/' as external storage root (server#6946) - Fix page title not changed (server#6987) - Better readability for text on log in page which is directly on backgrounds (server#7028) - Translate Grant Access (server#7040) - Use fopen directly when reading objects from s3 (server#7079) - Improve mimetype detection for object storages (server#7081) - Fix seeking on object storage (server#7082) - Hide spinner for initial install (server#7095) - Ensure uid for calendar objects is unique (server#7096) - Revert "Only allow colons in db host for IPv6 addresses (server#7102) - Theme flow redirection page (server#7114) - Fix icon for security settings (server#7116) - If for some reason the json can't be decoded it is not cached (server#7118) - Improve performance of UserMountCache with external storage folders (server#7120) - {J,CS}SResourceLocator: account for symlinks in app path (server#7170) - Fix s3 download and touch (server#7186) - Touch opertation on object storage, don't create the file cache entry to early (server#7207) - Allow migration from upcoming 10.0.4 ownCloud release (server#7245) - CSSResourceLocator: handle SCSS in apps outside root (server#7257) - only replace permission popupmenu (server#7259) - Fix accesslist when a user has an ID only containting 0-9 (server#7262) - Update CRL due to files_frommail (server#7277) - Only in case of $currentAccess the array uses the id as index (server#7328) * Other - Add aws sdk (3rdparty#69) - Don't send emails to disabled users (activity#202) - Add an option to disable emails completly (activity#206) - Make sure the mountPoint property is public before using it (files_accesscontrol#79) - Allow to playback m4v files (files_videoplayer#43) - Fix notifications order (notifications#93) - upstream update to version 12.0.3 Nextcloud 12.0.3 delivers a lot of enhancements in various areas including: - A number of improvements to email notification templates - 2FA enhancements - Smarter LDAP password handling - File Drop and upload-in-general updates - A performance improvement handling large files See https://nextcloud.com/changelog/#latest12 Details: https://github.com/nextcloud/server/pulls?q=is%3Apr+milestone%3A%22Nextcloud+12.0.3%22+is%3Aclosed - upstream update to version 12.0.2 * Server - Minor bugfix release - upstream update to version 12.0.1 So many changes. See https://nextcloud.com/changelog/#latest12 - unneeded git-files should not be remove, otherwise it throw integrity check failure in some situations. - upstream update to version 12.0.0 no changelog from upstream at this time See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed - fix boo#1036756: package security issue - upstream update to version 11.0.3 * Server - Use the correct principal for shared addressbooks (server/3608) - Fix saving backup codes by using a correct data uri (server/3652) - Update icewind/streams to 0.5.2 (server/32931) - Fix string comparison and return docs (server/3665) - Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) - Use a proper date format for transfer ownership (server/3700) - DAV sharing permissions should not depend on the order (server/3722) - Add new user agent of windows 10 dav backend (server/37641) - Add back appstoreenabled config switch (server/37671) - Call right function after sudo mode (server/3820) - Dont allow empty wildcard search (server/3842) - Remove single quotes around search query like in user search (server/3849) - Fix mimetype detection on public uploads for the workflow engine (server/3765) - Fix branding and show Nextcloud (server/39691) - Fix reshare with user activity message (server/39812) - Create correct VCard and return correct error codes (server/4029) - Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) - Make sure transparency is an integer when saving a calendar (server/4167) - Make public links work with master key (server/42071) - Don't try to render the avatars if avatars are disabled (server/4214) - Reduce error message text (server/42281) - Don't list on public calendar endpoints (server/4229) - Fix upload of folders in Chrome (server/4154) - Make sure blob columns are correctly converted as parameters (server/4233) - Save the scope of an auth token in the session (server/4225) - Take share by mail into consideration if we calculate the access list (server/4242) - Also add the root of external storages to the file id list (server/4237) - Fix LDAP description (server/42382) - Remove the double password confirmation on changing cron (server/4236) - Fix scheduling plugin on legacy caldav endpoint (server/4235) - Directly fix invalid values of DTEND and DTSTART (server/4234) - Make JobList::next() lock free (server/4254) - Don't remove owner property for public calendars (server/4272) - Add capabilities for share by mail (server/42511) - Dont use the permissions mask while scanning (server/4278) - Add missing maintenance plugin to new DAV endpoint (server/4290) - Fix bug with shared_by for own calendars if shared (server/4301) - Translation string corrected > 1 user (server/4377) * Activity - Fix activities for "Files drop" on external storages (activity/118) * User_SAML - Bump to php-saml 2.10.5 (user_saml/1001) * Logreader - Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 - Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) - Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) - Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) - Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) - Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) - More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) - Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) - Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) - Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) - Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) - Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) - Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) - Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) - Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) - Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) - Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) * Gallery - Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) - Update JavaScript libraries (gallery/247) - Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. - upstream update to version 11.0.2 * Server - Use login name to fix password confirm with ldap users (server/2953) - Change the row-format before changing the collation (server/3063) - Generate correct path for owner and use the display name (server/3080) - Markdown support for app descriptions (server/3117) - Fix style in comment (server/3143) - Escape the name for the jquery selector (server/3138) - Define spreed calls (server/3115) - LDAP Backend OCS Api (server/3213) - Fix Sharing app description (server/3397) - Fix shared-as-busy events for owner (server/3363) - Use correct theming when returning the defaults (server/3399) - Filter out sensitive appconfig values (server/3400) - Add transifex config for sharebymail (server/3423) - Update the email in the accounts table as well (server/3411) - Don't log the password on confirmPassword when LDAP throws an exception (server/3414) - Make sure ownCloud 8.2 activities also can get displayed (server/3412) - Popovermenu backport (server/3286) - Set vendor during install (server/3426) - Make sure the file information is available when sending the email (server/3433) - Add profile data to provisioning api (server/3259) - Fix detection of the new iOS app (server/3431) - Add integration tests for legacy DAV endpoints (server/3445) - Make sure invalid images don't flood the log file (server/3440) - Fix printing backup code (server/3510) - Fix cookie name (nctoken instead of octoken) (server/3511) - LDAP's checkPassword should only catch when a user was not found (server/3493) - Return unknown free space from nullstorage (server/3508) - Fix for address book data lost when any user receiving a share is deleted (server/3499) - Rename database password toggle (server/3500) - Popovermenu files css fix (server/3494) - Add screensharing icon (server/3481) - Fix misleading wording: searching is affected, not user access (server/3560) - Backport of Fix Broken UUID Attribute Detection (server/3528) * Activity - Make sure integer like names are still strings (activity/103) - Fix activities for public uploads (activity/113) - Show the parent as target when the file was not renamed (activity/114) - Fix activities for "Files drop" on external storages (activity/118) * SAML & SSO - Setup account later (user_saml/79) * Serverinfo - Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) - Don't throw an error when /proc/meminfo is not readable (serverinfo/76) * Survey_Client - Fix problem when checking size with dash in DB name (survey_client/50) - Add php-openssl dependency - upstream update to version 11.0.1 - upstream update to version 11.0.0 - upstream update to version 10.0.1 - upstream update to version 10.0.0 - update spec file * osc service localrun format_spec_file * update Source with full URL * simplify deps mainly for openSUSE - enable HSTS to prevent the warning "The Strict-Transport-Security HTTP header is not configured" in admin-page - turn maintenance:mode off after upgrade - upstream update to version 9.0.53 (bsc#989998) - make apache_secure_data more restrictiver - add missing .user.ini - move README and README.SELinux to docdor to fix message code integrity check - upstream update to version 9.0.52 - initial build nextcloud 9.0.51 OBS-URL: https://build.opensuse.org/request/show/698163 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=81
2019-04-26 12:54:57 +02:00
Requires: libxml2-2
Accepting request 1134620 from home:ecsos:server - Update to 28.0.1 - Fix npm audit (activity#1437) - Fix missing parameters when type is not “known” (activity#1469) - Fix: Allow older app values to be set (logreader#1079) - Fix(mail): Fix mail handling when force_language is true or false (notifications#1744) - Fix(push): Allow apps to provide already parsed notifications (notifications#1754) - Catch and log error thrown while parsing dates from metadata (photos#2194) - Fix: Adjust favorite icon to be accessible (photos#2197) - Fix TypeError with invalid coordinates (fix #2187) (photos#2207) - Fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english (server#42106) - Comment legacy file_metadata table migrations (server#42108) - Enh(settings): Set main page heading (server#42125) - Fix(a11y): Unified search headings (server#42131) - Fix(caldav): don’t reuse query builder objects (server#42152) - Fix(dav): Prevent out-of-office event time drifts (server#42166) - Fix(security): Update CA certificate bundle (server#42190) - Feat(settings): add occ commands to handle admin delegation (server#42201) - Wrap metadata generation in try/catch (server#42263) - Fix(files): Conditionally add drag handlers (server#42277) - Fix(UnifiedSearch): Drop title prop (server#42278) - Feat(files): add batch support to copy-move (server#42279) - Fix(files): navigation exact (server#42282) - Fix(files): Partly revert 32c1aeb and show correct quota again (server#42293) - Fix: Ensure correct max contrast color is used when blurred background is used (server#42294) - Enh(oauth2): allowed toggling of aria label (server#42295) - Fix(dashboard): changed h3 elements to h2 (server#42296) - Fix(files): fix download file encoded source (server#42302) - Fix(joblist): also reset last_run timestamp on updating an existing job (server#42316) - Fix(ooo): add new ooo status with new emoji (server#42351) - Don’t query oc_properties for metadata props (server#42357) - Add global accessibility switch (server#42371) - Use FileInfo’s metadata for hidden prop (server#42378) - Fix(userstatus): set user status to ‘In a meeting’ if calendar is busy (server#42380) - Update crl after revoke rides.csr (server#42400) - Fix(dav): undeclared `$cache` property (server#42423) - Disable image editor if accessibility switch is off (viewer#2102) - Update to 28.0.0 Too many changes. See instead: https://nextcloud.com/changelog/#28-0-0 OBS-URL: https://build.opensuse.org/request/show/1134620 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=223
2023-12-22 13:27:23 +01:00
Requires: mariadb >= 10.3
Accepting request 698163 from home:ecsos:server - Added some missing require and recommend packages. - gh#10655 Added php-intl as required package for avoiding upstream - Update to 16.0.0 Nextcloud 16 is smarter than ever, with machine learning to detect suspicious logins and offering clever recommendations. Group Folders now sport access control lists so system administrators can easily manage who has access to what in organization-wide shares. We also introduce Projects, a way to easily relate and find related information like files, chats or tasks. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: - Nextcloud 16 becomes smarter with Machine Learning for security and productivity - ACL permissions for Groupfolders - Nextcloud 16 allows you to link resources to keep track of your projects - Talk 6.0 brings commands, improved user experience and more - Coming soon, seems the github API can't deal with the size of our changelog. - Update to 15.0.7 - Fix for crashing occ files:scan (server#14968) - Fix .drone.yml syntax (server#14984) - Harden appdata putcontent (server#15000) - Check if OCA.Files.App is available before calling (server#15001) - Update to 15.0.6 - Fix grid toggle button on public page (server#14376) - Fix(EMailTemplate): malformed HTML in some cases (server#14387) - Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation (server#14414) - Parse multiple navigation items (server#14416) - Fix referrer policy meta tags. (server#14438) - Fix a bug with smb notify having leading slash when it should not (server#14462) - Fix for issue #13319: load oc-backbone-webdav before loading versions app (server#14472) - Add accessibility translations (server#14490) - Run tests that fail with "no such process" over to apache server (server#14495) - Make header.feature more robust by running it on apache (server#14497) - Fix expire date change eventhandler (server#14503) - Update icewind/smb to 3.0.2 (server#14512) - Do not cut full color on accessibility svg color invert (server#14516) - Dav: Fix handling of chunked WebDAV upload (server#14517) - Do not just write foobar (server#14521) - Fix database configuration (server#14531) - Add activities for group membership changes (server#14534) - Check if password can be changed for the users backend in OCS api (server#14542) - Add test for updated CA bundle (server#14546) - Clear backupcode reminder when no 2fa (server#14559) - Use a tmp file for swift writes (server#14570) - Have streams of files_external in sync (server#14580) - Resolve user and groups in nested groups first before filtering the results (server#14591) - Remove Google+ from Social Sharing Bundle (server#14596) - Do not calculate folder size for parent that also needs proper scan, fixes #3524 (server#14597) - Mention Open Cloud Mesh in Federated User Settings (server#14599) - Update index.php (server#14601) - Remove sensitive SMB arguments from exception log (server#14658) - Prevent recursion when moving a file to the trashbin (server#14661) - Disable fragile tests (server#14672) - Use SCSS variables since CSS vars are not loaded on public pages (server#14677) - Handle long etags from dav external storage (server#14694) - Improve lookup server behaviour (server#14696) - Add an integration test that ensures deletion of LDAP users (server#14697) - Dont try to restore a trashbin item to a readonly target (server#14699) - Throw a proper error if rename fails in dav (server#14700) - Groupname like username - allow share with both (server#14709) - Updated documentation go.php to 15 and adjusted copyright year. (server#14716) - Always register the Notifier (server#14749) - Fix getting the access list on external storage (server#14751) - Always allow moving mountpoints inside the same mountpoint (server#14759) - Use current directory for hashing. (server#14762) - Fix user creation using LDAP Plugin (server#14781) - Avoid replacement by user object (server#14795) - Fix placeholder in disable message (server#14840) - Fix setup checks for ocm/ocs-provider (server#14854) - Remove Google+ federation usersettings (server#14855) - Add setup check for missing UTF8MB4 on mysql (server#14857) - Make regions translatable (server#14859) - Show a setup warning in case S3 object storage is used as primary storage (server#14865) - Fix plural rule detection for languages (server#14867) - Fix translations of settings (server#14882) - Fix opening folders from different file lists (server#14891) - Fix hidden file display in grid view (server#14924) - Locale is not language (activity#355) - Fallback to plaintext subject if no rich subject is set (activity#358) - Ignore query arguments in single video share for stable15 (Fix #121) (files_videoplayer#122) - Less alerting log entries on fails (notifications#291) - Fix Update nextcloud 15.0.4 to 15.0.5 error "ocm-provider" apache2. (server#14445) - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) - Fix require php versions. boo#1084320 - Update to 15.0.4 - Make external storages browsable again in the web UI (server#14076) - Upload new files in objectstore to a .part path first (server#13036) - Broker: add timezone to CANCEL messages (server#13384) - Add strengthify.min files (server#13546) - Fix click app names (server#13575) - Principals can be principal/user/ or principal/ from lega… (server#13582) - Correctly handle displaynames returned from the sharee API (server#13585) - Don't close input stream when writing in encrypted file (server#13588) - Bump pear/archive_tar to 1.4.5 (server#13598) - Fix integer background job id type error (server#13609) - Fix user settings label translation (server#13611) - Fix app navigation flickering on hover (server#13625) - Update URL for federation (server#13636) - Fix colorizeSvg with transformations that contain a comma (,) (server#13653) - Use warning background color & primary text color for setting warnings (server#13665) - Fix template paramter (server#13670) - Cache tokens when using swift's v2 authentication (server#13740) - Cleanup shared lock if changing to exclusive lock failed (server#13744) - Honor remember_login_cookie_lifetime (server#13758) - Fix integration of social sharing into the link popover menu (server#13761) - Respect user locale in natural sort comparator (server#13762) - Call proper function when fetching link shares in the breadcrumb view (server#13769) - Add acceptance tests for moving and copying files (server#13771) - Show proper default locale (server#13781) - Ignore non existing users when retrieving details of group members (server#13792) - Remove .css fileending from accessibility user css route (server#13793) - Add icon to restore activity (server#13794) - Fix long comment in dark theme (server#13804) - Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) - Fix for high contrast theme (server#13852) - Always use multipart uploader for s3 uploads (server#13882) - Fix paged search with multiple bases (LDAP) (server#13884) - Fix dropping a folder on a folder row (server#13887) - Fix updating the password of a link share when passwords are enforced (server#13900) - Add fallback for trashbin original location (server#13904) - Allow shared versions again in legacy backend (server#13905) - Improve data directory write checking for NFS mounts (server#13906) - Clean pending 2FA authentication on password reset (server#13915) - Forward error message from password policy (server#13918) - Remove warning in case of external storage error (server#13920) - Handle mail send error gracefully (server#13930) - Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) - Move to SCSS and fix app icon for dark theme (activity#338) - Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) - Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) - Fix notification documentation to reflect recent changes (notifications#258) - Update to 15.0.2 - Don't log parameters on user creation in case of error/exception (server#13479) - RemoveClassifiedEventActivity: check if calendar still exists (server#13506) - Broker: add timezone to CANCEL messages (3rdparty#196) - Update to 15.0.1 - Change doc link for 15 (server#12963) - Use strengthify.min on personal settings page (server#12984) - Use default cursor for disabled primary buttons (server#13007) - Better activities for systemtags that are removed by CLI (server#13029) - Ie11 compatibility updatenotifications (server#13076) - Fix exception on LDAP mapping during login (server#13119) - Fix SAML Client login flow on Apple devices (server#13123) - Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) - Prevent special characters from breaking the file drop remote url (server#13151) - Allow content provider to generate new Index (server#13155) - Make the footer "Get your own free account" translatable (server#13169) - Use a case insensitive search for email (server#13179) - Fix ie11 checkboxes (server#13206) - SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) - Files list not rendering if user has favorites navigation unfolded (server#13215) - Do not forgot to store the second displayname portion (server#13218) - Add default values when parsing account data (server#13252) - Fix opening search results for comments (server#13253) - Fetch lastInsertId only when id null (server#13278) - Add caching headers for public previews (server#13328) - Unbundle user_external to release it via appstore (server#13329) - Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) - Fix can change password check in case of encryption is enabled (server#13349) - Update the CRL (server#13352) - Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) - Re add the uploaded file list to file drops (server#13355) - Returns a 404 instead of exception if app is not installed - #13088 (server#13357) - Transpile arrow function for ie11 compatibility (server#13360) - IE fix for apps menu (server#13361) - Allow URI as data for vcard PHOTO (server#13366) - Throttle with correct metadata (server#13368) - Fix loginflow with apptoken enter on iOS (server#13370) - Register and show when an LDAP user was detected as unavailable/deleted (server#13372) - Fix apps menu overlapping (server#13404) - Use the real logger in the settings (server#13405) - CSP: Allow fonts to be provided in data (server#13411) - HttpClient getHeader can return empty string (server#13425) - Respect classification of calendar events in activity stream (server#13439) - Add support for boolean default (server#13444) - Show the repair steps and repair info output in the web for better feedback (server#13469) - Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) - Do not get the url from the download links (files_videoplayer#74) - Use proper slogan from theming app (firstrunwizard#94) - Update info.xml (firstrunwizard#96) - Update richObjectStringParser.js (notifications#245) - fix require php versions. - Update to 15.0.0 Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts or see: https://nextcloud.com/changelog/ - Use php7 in apache under suse_version >= 1500 now. - Fix warning for /.well-known/{caldav,carddav} in overview security & setup warning. - update to 14.0.4 - Allow overwrite.cli.url without trailing slash (server#11772) - Remove duplicate call to decodeURIComponent (server#11781) - Check for empty string (server#11783) - Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) - Always query the lookup server in a global scale setup (server#11800) - Fix a case where "password_by_talk" was not a boolean (server#11851) - Add .l10nignore files for compiled assets (server#11925) - Properly escape column name in "createFunction" call (server#11929) - Allow userId to be null (server#11939) - Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) - Do not emit preHooks twice on non-part-storage (server#11961) - Filter null values for UserManager::getByEmail (server#11976) - Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) - Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) - Lazy open first source stream in assemblystream (server#11994) - Fix opening a section again in the Files app (server#11995) - Remove cookies from Clear-Site-Data Header (server#12005) - Forwarded ExpiredTokenException (server#12032) - Allow chunked uploads even if your quota is not sufficient (server#12040) - Improve encrypt all / decrypt all (server#12045) - Double check for failed cache with a shared storage (server#12108) - Implement the size of an assembly stream (server#12111) - Bring the browser window of an actor to the foreground when acting as him (server#12120) - Move acceptance tests that crash the PHP built-in server to Apache (server#12121) - Remove unneeded empty search attribute values, fixes #12086 (server#12122) - Fixes wrong variable usage (server#12137) - LDAP: announce display name changes so that addressbook picks it up (server#12141) - Bruteforce protection handling in combination with (server#12160) - Add global site selector as user back-end which doesn't support password confirmation (server#12184) - Do not set indeterminate state for file shares (server#12187) - Revert "Wait for cron to finish before running upgrade command" (server#12197) - Fix bug #12151: fix list formatting by correcting malformed html (server#12202) - A folder should get a folder mimetype (server#12297) - Use the proper server for the apptoken flow login (server#12299) - Do not log FileLock as exception (server#12300) - Set the filemodel before rending the detailsview (server#12301) - Disabled ldap fix (server#12331) - Fix - Add to favorites not working in IE11 (server#12339) - Remove arrow function for ie compatibility (server#12341) - Fix default types of activity event member variables (server#12353) - Suppress wrong audit log messages about failed login attempts (server#12372) - Add fix for IE11 flexbox height bug (server#12374) - Properly search the root of a shared external storage (server#12375) - Fix app update available check (server#12412) - Use nextcloud-password-confirmation (server#12416) - Fix IE rule for min width (server#12431) - Added cache override to ensure an always up-to-date accessibility css (server#12432) - Unique contraint and deadlock fixes for filecache and file_locks (server#12433) - Fix app menu calculation for random size of the right header (server#12440) - Fix missing quickaccess favorite folder on add (server#12441) - Fixes dav share issue with owner (server#12459) - Fix wrong share popover opening on share link (server#12482) - Only use width and opacity for transition (server#12492) - Forward object not found error in swift as dav 404 (server#12502) - Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) - Remove unused svg api route (server#12542) - Bearer tokens are app token (server#12545) - Handle permission in update of share better (server#12561) - Correctly restrict affected users when using command to send emails (activity#312) - Improve code blocks in markdown rendering (files_texteditor#121) - Properly escape column name in "createFunction" call (survey_client#85) - update to 14.0.3 - Fixes the apps menu scrollbar (server#11662) - Ignore "session_lifetime" if it can not be converted to a number (server#11761) - Normalize getUnjailedPath (server#11770) - changes from 14.0.2 - Fix contacts menu on mentions (server#11350) - Make the server ready to use global scale with SAML as auth back-end (server#11373) - Fix default flex shrink on list (server#11374) - Fixes the logo height (server#11385) - Do not explode when getting permissions from a FailedStorage (server#11389) - Do not hide the progress bar while the chunked upload is being assembled (server#11399) - Fix "checkWellKnownUrl" not being run (server#11418) - Add back the total used space per user (server#11425) - Fix invalid inline input confirm border (server#11426) - Center back the history icon (server#11430) - AssemblyStream is also eof if we have no more source stream (server#11436) - Re-enable upload button after updating Avatar (server#11451) - Fix typo in config.sample.php (server#11488) - Bugfix 2FA theme: buttons white (server#11489) - Update config and babel for ie11 (server#11490) - Only catch QueryException when trying to build class (server#11492) - Show auth type "None" in email settings (server#11493) - Fix public page footer link wrap (server#11510) - Fix share header text on small widths (server#11511) - Add missing compiled mimetype list (server#11516) - Fixes the move/copy picker buttons (server#11525) - Fix breadcrumbs (server#11530) - Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) - Throw an error if a node is smaller than expected in assemblystream (server#11555) - Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) - Fix header overflow, fix more apps menu, fix #11552 (server#11558) - Add new group entry on users list + fixes (server#11575) - Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) - Force multiselect max-height to 5.5 items (server#11579) - Just update password hash without validating (server#11580) - Fix sticky header on users list (server#11582) - Fix header border on users list (server#11608) - Fix call to logger (server#11610) - Allow the creationg of previews of files stored in appdata (server#11703) - Update CRL due to changed cert for linkshareex (server#11706) - Fix a misleading setup check for .well-known/caldav & carddav (server#11738) - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) - Hide footer in public share page (files_pdfviewer#103) - Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) - update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) - Insert Referrer-Policy in nextcloud.conf - update to 14.0.0 No changelog from upstrem. Look instead here: https://github.com/nextcloud/server/compare/v13.0.6...v14.0.0 - update to 13.0.6 - Add sabre plugin to allow anonymous options requests to the dav root (server#10285) - Do scan the root storage in background scan (server#10376) - Adding test for table schedulingobjects and fixing postgres LOB (server#10552) - Fix transfering ownership of a share to user with same id as receiver (server#10565) - Make file cache updates more robust (server#10581) - Retry smb stat on timeout (server#10591) - Use insertIfNotExists to store new mimetypes. (server#10620) - Only warn about data lose on password reset if per-user keys are used (server#10646) - Update the scope of the lockdownmanager (server#10682) - Log entries that are hidden during file listing (server#10698) - Forgotten pass fix link (server#10735) - Fix comment style in config sample (server#10759) - Make sure error_log() always receives a string (server#10760) - Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) - Use the path_hash instead of the path to query the filecache (server#10762) - Don't blame random people for background email updates (server#10763) - Resolve all group memberships properly (server#10783) - Remove unexecutable code (server#10816) - Improve URL detection (server#10821) - MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) - Disallow negative mtime in dav search (server#10837) - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) - update to 13.0.4 - Allow setting notify credentials in environment (server#9788) - Make the token expiration also work for autocasting 0 (server#9803) - Enable caldav for webdav subtree public-calendars (server#9820) - This also fix security issues: - (boo#1100343, CVE-2018-3762) and (boo#1100344, CVE-2018-3761) - update to 13.0.3 - 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 🙇 (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) - update to 13.0.2 - 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) - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) - update to 13.0.0 Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: * Collaboration features - Nextcloud Talk, a private videoconference software integrated with Nextcloud - real-time and asynchronous communication with push notifications, calls and chat web and mobile devices - Integration in business workflow with calendar invitations and calls directly from Nextcloud Files - Screen and note sharing with participant moderation capabilities - 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server - auto-completion of user names in comments and notification to the mentioned user - support free/busy scheduling in native calendar applications like Thunderbird Lightning - show meeting invites in the calendar * End-to-End Encryption - can encrypt data on a per-folder level rather than all-or-nothing approach - does not require users to remember or exchange passwords - does not require re-uploading data upon sharing - features an optional off-line administrator recovery key - allows full audit logging - can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption - protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. * User Interface - new way of selecting files - easy way to quickly copy or move to a location - High DPI support - admin menu integrated in one list - no limitation to file uploads via the web interface - user quota in the side bar - social sharing (Twitter, G+, Facebook, Diaspora) now features a preview - improved theming * Performance - decreased page load times with up to 50% and faster search - 80% faster LDAP and up to 10x faster external storage - Server-side Encryption performance largely improved See https://nextcloud.com/changelog/ - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. - upstream update to version 12.0.4 * Server Over 50 fixes were merged in the server. - Improve text: 'you have now' -> 'you now have (server#6464) - Fix initializing paged search under some circumstances (server#6502) - LDAP: simplify returning the homePath (server#6509) - Fix sharer name overlap with filename (server#6524) - Allow to close sidebar for text files (server#6525) - Fix quota new endpoint 12 (server#6527) - Pass new value to triggerChange (server#6528) - Throw 101 when an empty group string is provided (server#6547) - Contacts menu privacy (server#6554) - Add color-border variable (server#6649) - Do not stop on scss compilation failure (server#6661) - Don't pass User object when uid string is expected (server#6674) - Navigate to the root directory when showing the main filelist (server#6689) - Fix LDAP User deletion (cleanup) (server#6699) - Update aws sdk + s3 improvements (server#6737) - Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) - Fix language when trying to change password (server#6751) - Fix postgresql tests (server#6792) - Also use configured 'cache_path' for new chunking (server#6814) - Set s3 part size to 500mb (server#6815) - Fix contacts menu for IE11 (server#6823) - Still trigger conflict resolution for existing entries when the curre (server#6847) - Propagate multipart upload exception when aborting upload (server#6855) - Allow to migrate from 10.0.3.3 (server#6878) - Timespan check (server#6896) - Do not log WebDAV maintenance mode exception (server#6908) - Don't reset quota (server#6910) - Backport of translation string fixes (server#6935) - Fix class name in exception logger plugin (server#6942) - Allow quota of 0 again (server#6943) - Fix uninitialized variable $this->params (server#6944) - Don't add a LIKE condition when it's not needed (server#6945) - Fix undefined offset warning when using '/' as external storage root (server#6946) - Fix page title not changed (server#6987) - Better readability for text on log in page which is directly on backgrounds (server#7028) - Translate Grant Access (server#7040) - Use fopen directly when reading objects from s3 (server#7079) - Improve mimetype detection for object storages (server#7081) - Fix seeking on object storage (server#7082) - Hide spinner for initial install (server#7095) - Ensure uid for calendar objects is unique (server#7096) - Revert "Only allow colons in db host for IPv6 addresses (server#7102) - Theme flow redirection page (server#7114) - Fix icon for security settings (server#7116) - If for some reason the json can't be decoded it is not cached (server#7118) - Improve performance of UserMountCache with external storage folders (server#7120) - {J,CS}SResourceLocator: account for symlinks in app path (server#7170) - Fix s3 download and touch (server#7186) - Touch opertation on object storage, don't create the file cache entry to early (server#7207) - Allow migration from upcoming 10.0.4 ownCloud release (server#7245) - CSSResourceLocator: handle SCSS in apps outside root (server#7257) - only replace permission popupmenu (server#7259) - Fix accesslist when a user has an ID only containting 0-9 (server#7262) - Update CRL due to files_frommail (server#7277) - Only in case of $currentAccess the array uses the id as index (server#7328) * Other - Add aws sdk (3rdparty#69) - Don't send emails to disabled users (activity#202) - Add an option to disable emails completly (activity#206) - Make sure the mountPoint property is public before using it (files_accesscontrol#79) - Allow to playback m4v files (files_videoplayer#43) - Fix notifications order (notifications#93) - upstream update to version 12.0.3 Nextcloud 12.0.3 delivers a lot of enhancements in various areas including: - A number of improvements to email notification templates - 2FA enhancements - Smarter LDAP password handling - File Drop and upload-in-general updates - A performance improvement handling large files See https://nextcloud.com/changelog/#latest12 Details: https://github.com/nextcloud/server/pulls?q=is%3Apr+milestone%3A%22Nextcloud+12.0.3%22+is%3Aclosed - upstream update to version 12.0.2 * Server - Minor bugfix release - upstream update to version 12.0.1 So many changes. See https://nextcloud.com/changelog/#latest12 - unneeded git-files should not be remove, otherwise it throw integrity check failure in some situations. - upstream update to version 12.0.0 no changelog from upstream at this time See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed - fix boo#1036756: package security issue - upstream update to version 11.0.3 * Server - Use the correct principal for shared addressbooks (server/3608) - Fix saving backup codes by using a correct data uri (server/3652) - Update icewind/streams to 0.5.2 (server/32931) - Fix string comparison and return docs (server/3665) - Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) - Use a proper date format for transfer ownership (server/3700) - DAV sharing permissions should not depend on the order (server/3722) - Add new user agent of windows 10 dav backend (server/37641) - Add back appstoreenabled config switch (server/37671) - Call right function after sudo mode (server/3820) - Dont allow empty wildcard search (server/3842) - Remove single quotes around search query like in user search (server/3849) - Fix mimetype detection on public uploads for the workflow engine (server/3765) - Fix branding and show Nextcloud (server/39691) - Fix reshare with user activity message (server/39812) - Create correct VCard and return correct error codes (server/4029) - Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) - Make sure transparency is an integer when saving a calendar (server/4167) - Make public links work with master key (server/42071) - Don't try to render the avatars if avatars are disabled (server/4214) - Reduce error message text (server/42281) - Don't list on public calendar endpoints (server/4229) - Fix upload of folders in Chrome (server/4154) - Make sure blob columns are correctly converted as parameters (server/4233) - Save the scope of an auth token in the session (server/4225) - Take share by mail into consideration if we calculate the access list (server/4242) - Also add the root of external storages to the file id list (server/4237) - Fix LDAP description (server/42382) - Remove the double password confirmation on changing cron (server/4236) - Fix scheduling plugin on legacy caldav endpoint (server/4235) - Directly fix invalid values of DTEND and DTSTART (server/4234) - Make JobList::next() lock free (server/4254) - Don't remove owner property for public calendars (server/4272) - Add capabilities for share by mail (server/42511) - Dont use the permissions mask while scanning (server/4278) - Add missing maintenance plugin to new DAV endpoint (server/4290) - Fix bug with shared_by for own calendars if shared (server/4301) - Translation string corrected > 1 user (server/4377) * Activity - Fix activities for "Files drop" on external storages (activity/118) * User_SAML - Bump to php-saml 2.10.5 (user_saml/1001) * Logreader - Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 - Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) - Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) - Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) - Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) - Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) - More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) - Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) - Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) - Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) - Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) - Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) - Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) - Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) - Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) - Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) - Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) * Gallery - Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) - Update JavaScript libraries (gallery/247) - Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. - upstream update to version 11.0.2 * Server - Use login name to fix password confirm with ldap users (server/2953) - Change the row-format before changing the collation (server/3063) - Generate correct path for owner and use the display name (server/3080) - Markdown support for app descriptions (server/3117) - Fix style in comment (server/3143) - Escape the name for the jquery selector (server/3138) - Define spreed calls (server/3115) - LDAP Backend OCS Api (server/3213) - Fix Sharing app description (server/3397) - Fix shared-as-busy events for owner (server/3363) - Use correct theming when returning the defaults (server/3399) - Filter out sensitive appconfig values (server/3400) - Add transifex config for sharebymail (server/3423) - Update the email in the accounts table as well (server/3411) - Don't log the password on confirmPassword when LDAP throws an exception (server/3414) - Make sure ownCloud 8.2 activities also can get displayed (server/3412) - Popovermenu backport (server/3286) - Set vendor during install (server/3426) - Make sure the file information is available when sending the email (server/3433) - Add profile data to provisioning api (server/3259) - Fix detection of the new iOS app (server/3431) - Add integration tests for legacy DAV endpoints (server/3445) - Make sure invalid images don't flood the log file (server/3440) - Fix printing backup code (server/3510) - Fix cookie name (nctoken instead of octoken) (server/3511) - LDAP's checkPassword should only catch when a user was not found (server/3493) - Return unknown free space from nullstorage (server/3508) - Fix for address book data lost when any user receiving a share is deleted (server/3499) - Rename database password toggle (server/3500) - Popovermenu files css fix (server/3494) - Add screensharing icon (server/3481) - Fix misleading wording: searching is affected, not user access (server/3560) - Backport of Fix Broken UUID Attribute Detection (server/3528) * Activity - Make sure integer like names are still strings (activity/103) - Fix activities for public uploads (activity/113) - Show the parent as target when the file was not renamed (activity/114) - Fix activities for "Files drop" on external storages (activity/118) * SAML & SSO - Setup account later (user_saml/79) * Serverinfo - Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) - Don't throw an error when /proc/meminfo is not readable (serverinfo/76) * Survey_Client - Fix problem when checking size with dash in DB name (survey_client/50) - Add php-openssl dependency - upstream update to version 11.0.1 - upstream update to version 11.0.0 - upstream update to version 10.0.1 - upstream update to version 10.0.0 - update spec file * osc service localrun format_spec_file * update Source with full URL * simplify deps mainly for openSUSE - enable HSTS to prevent the warning "The Strict-Transport-Security HTTP header is not configured" in admin-page - turn maintenance:mode off after upgrade - upstream update to version 9.0.53 (bsc#989998) - make apache_secure_data more restrictiver - add missing .user.ini - move README and README.SELinux to docdor to fix message code integrity check - upstream update to version 9.0.52 - initial build nextcloud 9.0.51 OBS-URL: https://build.opensuse.org/request/show/698163 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=81
2019-04-26 12:54:57 +02:00
Requires: php-bz2
Requires: php-dom
Requires: php-gd
Accepting request 698163 from home:ecsos:server - Added some missing require and recommend packages. - gh#10655 Added php-intl as required package for avoiding upstream - Update to 16.0.0 Nextcloud 16 is smarter than ever, with machine learning to detect suspicious logins and offering clever recommendations. Group Folders now sport access control lists so system administrators can easily manage who has access to what in organization-wide shares. We also introduce Projects, a way to easily relate and find related information like files, chats or tasks. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: - Nextcloud 16 becomes smarter with Machine Learning for security and productivity - ACL permissions for Groupfolders - Nextcloud 16 allows you to link resources to keep track of your projects - Talk 6.0 brings commands, improved user experience and more - Coming soon, seems the github API can't deal with the size of our changelog. - Update to 15.0.7 - Fix for crashing occ files:scan (server#14968) - Fix .drone.yml syntax (server#14984) - Harden appdata putcontent (server#15000) - Check if OCA.Files.App is available before calling (server#15001) - Update to 15.0.6 - Fix grid toggle button on public page (server#14376) - Fix(EMailTemplate): malformed HTML in some cases (server#14387) - Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation (server#14414) - Parse multiple navigation items (server#14416) - Fix referrer policy meta tags. (server#14438) - Fix a bug with smb notify having leading slash when it should not (server#14462) - Fix for issue #13319: load oc-backbone-webdav before loading versions app (server#14472) - Add accessibility translations (server#14490) - Run tests that fail with "no such process" over to apache server (server#14495) - Make header.feature more robust by running it on apache (server#14497) - Fix expire date change eventhandler (server#14503) - Update icewind/smb to 3.0.2 (server#14512) - Do not cut full color on accessibility svg color invert (server#14516) - Dav: Fix handling of chunked WebDAV upload (server#14517) - Do not just write foobar (server#14521) - Fix database configuration (server#14531) - Add activities for group membership changes (server#14534) - Check if password can be changed for the users backend in OCS api (server#14542) - Add test for updated CA bundle (server#14546) - Clear backupcode reminder when no 2fa (server#14559) - Use a tmp file for swift writes (server#14570) - Have streams of files_external in sync (server#14580) - Resolve user and groups in nested groups first before filtering the results (server#14591) - Remove Google+ from Social Sharing Bundle (server#14596) - Do not calculate folder size for parent that also needs proper scan, fixes #3524 (server#14597) - Mention Open Cloud Mesh in Federated User Settings (server#14599) - Update index.php (server#14601) - Remove sensitive SMB arguments from exception log (server#14658) - Prevent recursion when moving a file to the trashbin (server#14661) - Disable fragile tests (server#14672) - Use SCSS variables since CSS vars are not loaded on public pages (server#14677) - Handle long etags from dav external storage (server#14694) - Improve lookup server behaviour (server#14696) - Add an integration test that ensures deletion of LDAP users (server#14697) - Dont try to restore a trashbin item to a readonly target (server#14699) - Throw a proper error if rename fails in dav (server#14700) - Groupname like username - allow share with both (server#14709) - Updated documentation go.php to 15 and adjusted copyright year. (server#14716) - Always register the Notifier (server#14749) - Fix getting the access list on external storage (server#14751) - Always allow moving mountpoints inside the same mountpoint (server#14759) - Use current directory for hashing. (server#14762) - Fix user creation using LDAP Plugin (server#14781) - Avoid replacement by user object (server#14795) - Fix placeholder in disable message (server#14840) - Fix setup checks for ocm/ocs-provider (server#14854) - Remove Google+ federation usersettings (server#14855) - Add setup check for missing UTF8MB4 on mysql (server#14857) - Make regions translatable (server#14859) - Show a setup warning in case S3 object storage is used as primary storage (server#14865) - Fix plural rule detection for languages (server#14867) - Fix translations of settings (server#14882) - Fix opening folders from different file lists (server#14891) - Fix hidden file display in grid view (server#14924) - Locale is not language (activity#355) - Fallback to plaintext subject if no rich subject is set (activity#358) - Ignore query arguments in single video share for stable15 (Fix #121) (files_videoplayer#122) - Less alerting log entries on fails (notifications#291) - Fix Update nextcloud 15.0.4 to 15.0.5 error "ocm-provider" apache2. (server#14445) - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) - Fix require php versions. boo#1084320 - Update to 15.0.4 - Make external storages browsable again in the web UI (server#14076) - Upload new files in objectstore to a .part path first (server#13036) - Broker: add timezone to CANCEL messages (server#13384) - Add strengthify.min files (server#13546) - Fix click app names (server#13575) - Principals can be principal/user/ or principal/ from lega… (server#13582) - Correctly handle displaynames returned from the sharee API (server#13585) - Don't close input stream when writing in encrypted file (server#13588) - Bump pear/archive_tar to 1.4.5 (server#13598) - Fix integer background job id type error (server#13609) - Fix user settings label translation (server#13611) - Fix app navigation flickering on hover (server#13625) - Update URL for federation (server#13636) - Fix colorizeSvg with transformations that contain a comma (,) (server#13653) - Use warning background color & primary text color for setting warnings (server#13665) - Fix template paramter (server#13670) - Cache tokens when using swift's v2 authentication (server#13740) - Cleanup shared lock if changing to exclusive lock failed (server#13744) - Honor remember_login_cookie_lifetime (server#13758) - Fix integration of social sharing into the link popover menu (server#13761) - Respect user locale in natural sort comparator (server#13762) - Call proper function when fetching link shares in the breadcrumb view (server#13769) - Add acceptance tests for moving and copying files (server#13771) - Show proper default locale (server#13781) - Ignore non existing users when retrieving details of group members (server#13792) - Remove .css fileending from accessibility user css route (server#13793) - Add icon to restore activity (server#13794) - Fix long comment in dark theme (server#13804) - Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) - Fix for high contrast theme (server#13852) - Always use multipart uploader for s3 uploads (server#13882) - Fix paged search with multiple bases (LDAP) (server#13884) - Fix dropping a folder on a folder row (server#13887) - Fix updating the password of a link share when passwords are enforced (server#13900) - Add fallback for trashbin original location (server#13904) - Allow shared versions again in legacy backend (server#13905) - Improve data directory write checking for NFS mounts (server#13906) - Clean pending 2FA authentication on password reset (server#13915) - Forward error message from password policy (server#13918) - Remove warning in case of external storage error (server#13920) - Handle mail send error gracefully (server#13930) - Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) - Move to SCSS and fix app icon for dark theme (activity#338) - Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) - Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) - Fix notification documentation to reflect recent changes (notifications#258) - Update to 15.0.2 - Don't log parameters on user creation in case of error/exception (server#13479) - RemoveClassifiedEventActivity: check if calendar still exists (server#13506) - Broker: add timezone to CANCEL messages (3rdparty#196) - Update to 15.0.1 - Change doc link for 15 (server#12963) - Use strengthify.min on personal settings page (server#12984) - Use default cursor for disabled primary buttons (server#13007) - Better activities for systemtags that are removed by CLI (server#13029) - Ie11 compatibility updatenotifications (server#13076) - Fix exception on LDAP mapping during login (server#13119) - Fix SAML Client login flow on Apple devices (server#13123) - Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) - Prevent special characters from breaking the file drop remote url (server#13151) - Allow content provider to generate new Index (server#13155) - Make the footer "Get your own free account" translatable (server#13169) - Use a case insensitive search for email (server#13179) - Fix ie11 checkboxes (server#13206) - SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) - Files list not rendering if user has favorites navigation unfolded (server#13215) - Do not forgot to store the second displayname portion (server#13218) - Add default values when parsing account data (server#13252) - Fix opening search results for comments (server#13253) - Fetch lastInsertId only when id null (server#13278) - Add caching headers for public previews (server#13328) - Unbundle user_external to release it via appstore (server#13329) - Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) - Fix can change password check in case of encryption is enabled (server#13349) - Update the CRL (server#13352) - Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) - Re add the uploaded file list to file drops (server#13355) - Returns a 404 instead of exception if app is not installed - #13088 (server#13357) - Transpile arrow function for ie11 compatibility (server#13360) - IE fix for apps menu (server#13361) - Allow URI as data for vcard PHOTO (server#13366) - Throttle with correct metadata (server#13368) - Fix loginflow with apptoken enter on iOS (server#13370) - Register and show when an LDAP user was detected as unavailable/deleted (server#13372) - Fix apps menu overlapping (server#13404) - Use the real logger in the settings (server#13405) - CSP: Allow fonts to be provided in data (server#13411) - HttpClient getHeader can return empty string (server#13425) - Respect classification of calendar events in activity stream (server#13439) - Add support for boolean default (server#13444) - Show the repair steps and repair info output in the web for better feedback (server#13469) - Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) - Do not get the url from the download links (files_videoplayer#74) - Use proper slogan from theming app (firstrunwizard#94) - Update info.xml (firstrunwizard#96) - Update richObjectStringParser.js (notifications#245) - fix require php versions. - Update to 15.0.0 Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts or see: https://nextcloud.com/changelog/ - Use php7 in apache under suse_version >= 1500 now. - Fix warning for /.well-known/{caldav,carddav} in overview security & setup warning. - update to 14.0.4 - Allow overwrite.cli.url without trailing slash (server#11772) - Remove duplicate call to decodeURIComponent (server#11781) - Check for empty string (server#11783) - Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) - Always query the lookup server in a global scale setup (server#11800) - Fix a case where "password_by_talk" was not a boolean (server#11851) - Add .l10nignore files for compiled assets (server#11925) - Properly escape column name in "createFunction" call (server#11929) - Allow userId to be null (server#11939) - Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) - Do not emit preHooks twice on non-part-storage (server#11961) - Filter null values for UserManager::getByEmail (server#11976) - Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) - Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) - Lazy open first source stream in assemblystream (server#11994) - Fix opening a section again in the Files app (server#11995) - Remove cookies from Clear-Site-Data Header (server#12005) - Forwarded ExpiredTokenException (server#12032) - Allow chunked uploads even if your quota is not sufficient (server#12040) - Improve encrypt all / decrypt all (server#12045) - Double check for failed cache with a shared storage (server#12108) - Implement the size of an assembly stream (server#12111) - Bring the browser window of an actor to the foreground when acting as him (server#12120) - Move acceptance tests that crash the PHP built-in server to Apache (server#12121) - Remove unneeded empty search attribute values, fixes #12086 (server#12122) - Fixes wrong variable usage (server#12137) - LDAP: announce display name changes so that addressbook picks it up (server#12141) - Bruteforce protection handling in combination with (server#12160) - Add global site selector as user back-end which doesn't support password confirmation (server#12184) - Do not set indeterminate state for file shares (server#12187) - Revert "Wait for cron to finish before running upgrade command" (server#12197) - Fix bug #12151: fix list formatting by correcting malformed html (server#12202) - A folder should get a folder mimetype (server#12297) - Use the proper server for the apptoken flow login (server#12299) - Do not log FileLock as exception (server#12300) - Set the filemodel before rending the detailsview (server#12301) - Disabled ldap fix (server#12331) - Fix - Add to favorites not working in IE11 (server#12339) - Remove arrow function for ie compatibility (server#12341) - Fix default types of activity event member variables (server#12353) - Suppress wrong audit log messages about failed login attempts (server#12372) - Add fix for IE11 flexbox height bug (server#12374) - Properly search the root of a shared external storage (server#12375) - Fix app update available check (server#12412) - Use nextcloud-password-confirmation (server#12416) - Fix IE rule for min width (server#12431) - Added cache override to ensure an always up-to-date accessibility css (server#12432) - Unique contraint and deadlock fixes for filecache and file_locks (server#12433) - Fix app menu calculation for random size of the right header (server#12440) - Fix missing quickaccess favorite folder on add (server#12441) - Fixes dav share issue with owner (server#12459) - Fix wrong share popover opening on share link (server#12482) - Only use width and opacity for transition (server#12492) - Forward object not found error in swift as dav 404 (server#12502) - Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) - Remove unused svg api route (server#12542) - Bearer tokens are app token (server#12545) - Handle permission in update of share better (server#12561) - Correctly restrict affected users when using command to send emails (activity#312) - Improve code blocks in markdown rendering (files_texteditor#121) - Properly escape column name in "createFunction" call (survey_client#85) - update to 14.0.3 - Fixes the apps menu scrollbar (server#11662) - Ignore "session_lifetime" if it can not be converted to a number (server#11761) - Normalize getUnjailedPath (server#11770) - changes from 14.0.2 - Fix contacts menu on mentions (server#11350) - Make the server ready to use global scale with SAML as auth back-end (server#11373) - Fix default flex shrink on list (server#11374) - Fixes the logo height (server#11385) - Do not explode when getting permissions from a FailedStorage (server#11389) - Do not hide the progress bar while the chunked upload is being assembled (server#11399) - Fix "checkWellKnownUrl" not being run (server#11418) - Add back the total used space per user (server#11425) - Fix invalid inline input confirm border (server#11426) - Center back the history icon (server#11430) - AssemblyStream is also eof if we have no more source stream (server#11436) - Re-enable upload button after updating Avatar (server#11451) - Fix typo in config.sample.php (server#11488) - Bugfix 2FA theme: buttons white (server#11489) - Update config and babel for ie11 (server#11490) - Only catch QueryException when trying to build class (server#11492) - Show auth type "None" in email settings (server#11493) - Fix public page footer link wrap (server#11510) - Fix share header text on small widths (server#11511) - Add missing compiled mimetype list (server#11516) - Fixes the move/copy picker buttons (server#11525) - Fix breadcrumbs (server#11530) - Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) - Throw an error if a node is smaller than expected in assemblystream (server#11555) - Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) - Fix header overflow, fix more apps menu, fix #11552 (server#11558) - Add new group entry on users list + fixes (server#11575) - Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) - Force multiselect max-height to 5.5 items (server#11579) - Just update password hash without validating (server#11580) - Fix sticky header on users list (server#11582) - Fix header border on users list (server#11608) - Fix call to logger (server#11610) - Allow the creationg of previews of files stored in appdata (server#11703) - Update CRL due to changed cert for linkshareex (server#11706) - Fix a misleading setup check for .well-known/caldav & carddav (server#11738) - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) - Hide footer in public share page (files_pdfviewer#103) - Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) - update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) - Insert Referrer-Policy in nextcloud.conf - update to 14.0.0 No changelog from upstrem. Look instead here: https://github.com/nextcloud/server/compare/v13.0.6...v14.0.0 - update to 13.0.6 - Add sabre plugin to allow anonymous options requests to the dav root (server#10285) - Do scan the root storage in background scan (server#10376) - Adding test for table schedulingobjects and fixing postgres LOB (server#10552) - Fix transfering ownership of a share to user with same id as receiver (server#10565) - Make file cache updates more robust (server#10581) - Retry smb stat on timeout (server#10591) - Use insertIfNotExists to store new mimetypes. (server#10620) - Only warn about data lose on password reset if per-user keys are used (server#10646) - Update the scope of the lockdownmanager (server#10682) - Log entries that are hidden during file listing (server#10698) - Forgotten pass fix link (server#10735) - Fix comment style in config sample (server#10759) - Make sure error_log() always receives a string (server#10760) - Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) - Use the path_hash instead of the path to query the filecache (server#10762) - Don't blame random people for background email updates (server#10763) - Resolve all group memberships properly (server#10783) - Remove unexecutable code (server#10816) - Improve URL detection (server#10821) - MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) - Disallow negative mtime in dav search (server#10837) - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) - update to 13.0.4 - Allow setting notify credentials in environment (server#9788) - Make the token expiration also work for autocasting 0 (server#9803) - Enable caldav for webdav subtree public-calendars (server#9820) - This also fix security issues: - (boo#1100343, CVE-2018-3762) and (boo#1100344, CVE-2018-3761) - update to 13.0.3 - 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 🙇 (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) - update to 13.0.2 - 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) - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) - update to 13.0.0 Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: * Collaboration features - Nextcloud Talk, a private videoconference software integrated with Nextcloud - real-time and asynchronous communication with push notifications, calls and chat web and mobile devices - Integration in business workflow with calendar invitations and calls directly from Nextcloud Files - Screen and note sharing with participant moderation capabilities - 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server - auto-completion of user names in comments and notification to the mentioned user - support free/busy scheduling in native calendar applications like Thunderbird Lightning - show meeting invites in the calendar * End-to-End Encryption - can encrypt data on a per-folder level rather than all-or-nothing approach - does not require users to remember or exchange passwords - does not require re-uploading data upon sharing - features an optional off-line administrator recovery key - allows full audit logging - can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption - protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. * User Interface - new way of selecting files - easy way to quickly copy or move to a location - High DPI support - admin menu integrated in one list - no limitation to file uploads via the web interface - user quota in the side bar - social sharing (Twitter, G+, Facebook, Diaspora) now features a preview - improved theming * Performance - decreased page load times with up to 50% and faster search - 80% faster LDAP and up to 10x faster external storage - Server-side Encryption performance largely improved See https://nextcloud.com/changelog/ - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. - upstream update to version 12.0.4 * Server Over 50 fixes were merged in the server. - Improve text: 'you have now' -> 'you now have (server#6464) - Fix initializing paged search under some circumstances (server#6502) - LDAP: simplify returning the homePath (server#6509) - Fix sharer name overlap with filename (server#6524) - Allow to close sidebar for text files (server#6525) - Fix quota new endpoint 12 (server#6527) - Pass new value to triggerChange (server#6528) - Throw 101 when an empty group string is provided (server#6547) - Contacts menu privacy (server#6554) - Add color-border variable (server#6649) - Do not stop on scss compilation failure (server#6661) - Don't pass User object when uid string is expected (server#6674) - Navigate to the root directory when showing the main filelist (server#6689) - Fix LDAP User deletion (cleanup) (server#6699) - Update aws sdk + s3 improvements (server#6737) - Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) - Fix language when trying to change password (server#6751) - Fix postgresql tests (server#6792) - Also use configured 'cache_path' for new chunking (server#6814) - Set s3 part size to 500mb (server#6815) - Fix contacts menu for IE11 (server#6823) - Still trigger conflict resolution for existing entries when the curre (server#6847) - Propagate multipart upload exception when aborting upload (server#6855) - Allow to migrate from 10.0.3.3 (server#6878) - Timespan check (server#6896) - Do not log WebDAV maintenance mode exception (server#6908) - Don't reset quota (server#6910) - Backport of translation string fixes (server#6935) - Fix class name in exception logger plugin (server#6942) - Allow quota of 0 again (server#6943) - Fix uninitialized variable $this->params (server#6944) - Don't add a LIKE condition when it's not needed (server#6945) - Fix undefined offset warning when using '/' as external storage root (server#6946) - Fix page title not changed (server#6987) - Better readability for text on log in page which is directly on backgrounds (server#7028) - Translate Grant Access (server#7040) - Use fopen directly when reading objects from s3 (server#7079) - Improve mimetype detection for object storages (server#7081) - Fix seeking on object storage (server#7082) - Hide spinner for initial install (server#7095) - Ensure uid for calendar objects is unique (server#7096) - Revert "Only allow colons in db host for IPv6 addresses (server#7102) - Theme flow redirection page (server#7114) - Fix icon for security settings (server#7116) - If for some reason the json can't be decoded it is not cached (server#7118) - Improve performance of UserMountCache with external storage folders (server#7120) - {J,CS}SResourceLocator: account for symlinks in app path (server#7170) - Fix s3 download and touch (server#7186) - Touch opertation on object storage, don't create the file cache entry to early (server#7207) - Allow migration from upcoming 10.0.4 ownCloud release (server#7245) - CSSResourceLocator: handle SCSS in apps outside root (server#7257) - only replace permission popupmenu (server#7259) - Fix accesslist when a user has an ID only containting 0-9 (server#7262) - Update CRL due to files_frommail (server#7277) - Only in case of $currentAccess the array uses the id as index (server#7328) * Other - Add aws sdk (3rdparty#69) - Don't send emails to disabled users (activity#202) - Add an option to disable emails completly (activity#206) - Make sure the mountPoint property is public before using it (files_accesscontrol#79) - Allow to playback m4v files (files_videoplayer#43) - Fix notifications order (notifications#93) - upstream update to version 12.0.3 Nextcloud 12.0.3 delivers a lot of enhancements in various areas including: - A number of improvements to email notification templates - 2FA enhancements - Smarter LDAP password handling - File Drop and upload-in-general updates - A performance improvement handling large files See https://nextcloud.com/changelog/#latest12 Details: https://github.com/nextcloud/server/pulls?q=is%3Apr+milestone%3A%22Nextcloud+12.0.3%22+is%3Aclosed - upstream update to version 12.0.2 * Server - Minor bugfix release - upstream update to version 12.0.1 So many changes. See https://nextcloud.com/changelog/#latest12 - unneeded git-files should not be remove, otherwise it throw integrity check failure in some situations. - upstream update to version 12.0.0 no changelog from upstream at this time See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed - fix boo#1036756: package security issue - upstream update to version 11.0.3 * Server - Use the correct principal for shared addressbooks (server/3608) - Fix saving backup codes by using a correct data uri (server/3652) - Update icewind/streams to 0.5.2 (server/32931) - Fix string comparison and return docs (server/3665) - Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) - Use a proper date format for transfer ownership (server/3700) - DAV sharing permissions should not depend on the order (server/3722) - Add new user agent of windows 10 dav backend (server/37641) - Add back appstoreenabled config switch (server/37671) - Call right function after sudo mode (server/3820) - Dont allow empty wildcard search (server/3842) - Remove single quotes around search query like in user search (server/3849) - Fix mimetype detection on public uploads for the workflow engine (server/3765) - Fix branding and show Nextcloud (server/39691) - Fix reshare with user activity message (server/39812) - Create correct VCard and return correct error codes (server/4029) - Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) - Make sure transparency is an integer when saving a calendar (server/4167) - Make public links work with master key (server/42071) - Don't try to render the avatars if avatars are disabled (server/4214) - Reduce error message text (server/42281) - Don't list on public calendar endpoints (server/4229) - Fix upload of folders in Chrome (server/4154) - Make sure blob columns are correctly converted as parameters (server/4233) - Save the scope of an auth token in the session (server/4225) - Take share by mail into consideration if we calculate the access list (server/4242) - Also add the root of external storages to the file id list (server/4237) - Fix LDAP description (server/42382) - Remove the double password confirmation on changing cron (server/4236) - Fix scheduling plugin on legacy caldav endpoint (server/4235) - Directly fix invalid values of DTEND and DTSTART (server/4234) - Make JobList::next() lock free (server/4254) - Don't remove owner property for public calendars (server/4272) - Add capabilities for share by mail (server/42511) - Dont use the permissions mask while scanning (server/4278) - Add missing maintenance plugin to new DAV endpoint (server/4290) - Fix bug with shared_by for own calendars if shared (server/4301) - Translation string corrected > 1 user (server/4377) * Activity - Fix activities for "Files drop" on external storages (activity/118) * User_SAML - Bump to php-saml 2.10.5 (user_saml/1001) * Logreader - Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 - Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) - Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) - Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) - Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) - Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) - More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) - Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) - Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) - Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) - Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) - Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) - Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) - Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) - Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) - Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) - Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) * Gallery - Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) - Update JavaScript libraries (gallery/247) - Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. - upstream update to version 11.0.2 * Server - Use login name to fix password confirm with ldap users (server/2953) - Change the row-format before changing the collation (server/3063) - Generate correct path for owner and use the display name (server/3080) - Markdown support for app descriptions (server/3117) - Fix style in comment (server/3143) - Escape the name for the jquery selector (server/3138) - Define spreed calls (server/3115) - LDAP Backend OCS Api (server/3213) - Fix Sharing app description (server/3397) - Fix shared-as-busy events for owner (server/3363) - Use correct theming when returning the defaults (server/3399) - Filter out sensitive appconfig values (server/3400) - Add transifex config for sharebymail (server/3423) - Update the email in the accounts table as well (server/3411) - Don't log the password on confirmPassword when LDAP throws an exception (server/3414) - Make sure ownCloud 8.2 activities also can get displayed (server/3412) - Popovermenu backport (server/3286) - Set vendor during install (server/3426) - Make sure the file information is available when sending the email (server/3433) - Add profile data to provisioning api (server/3259) - Fix detection of the new iOS app (server/3431) - Add integration tests for legacy DAV endpoints (server/3445) - Make sure invalid images don't flood the log file (server/3440) - Fix printing backup code (server/3510) - Fix cookie name (nctoken instead of octoken) (server/3511) - LDAP's checkPassword should only catch when a user was not found (server/3493) - Return unknown free space from nullstorage (server/3508) - Fix for address book data lost when any user receiving a share is deleted (server/3499) - Rename database password toggle (server/3500) - Popovermenu files css fix (server/3494) - Add screensharing icon (server/3481) - Fix misleading wording: searching is affected, not user access (server/3560) - Backport of Fix Broken UUID Attribute Detection (server/3528) * Activity - Make sure integer like names are still strings (activity/103) - Fix activities for public uploads (activity/113) - Show the parent as target when the file was not renamed (activity/114) - Fix activities for "Files drop" on external storages (activity/118) * SAML & SSO - Setup account later (user_saml/79) * Serverinfo - Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) - Don't throw an error when /proc/meminfo is not readable (serverinfo/76) * Survey_Client - Fix problem when checking size with dash in DB name (survey_client/50) - Add php-openssl dependency - upstream update to version 11.0.1 - upstream update to version 11.0.0 - upstream update to version 10.0.1 - upstream update to version 10.0.0 - update spec file * osc service localrun format_spec_file * update Source with full URL * simplify deps mainly for openSUSE - enable HSTS to prevent the warning "The Strict-Transport-Security HTTP header is not configured" in admin-page - turn maintenance:mode off after upgrade - upstream update to version 9.0.53 (bsc#989998) - make apache_secure_data more restrictiver - add missing .user.ini - move README and README.SELinux to docdor to fix message code integrity check - upstream update to version 9.0.52 - initial build nextcloud 9.0.51 OBS-URL: https://build.opensuse.org/request/show/698163 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=81
2019-04-26 12:54:57 +02:00
Requires: php-intl
Requires: php-json
Requires: php-mbstring
Requires: php-mysql
Requires: php-posix
Requires: php-zip
#
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version}
Accepting request 1134620 from home:ecsos:server - Update to 28.0.1 - Fix npm audit (activity#1437) - Fix missing parameters when type is not “known” (activity#1469) - Fix: Allow older app values to be set (logreader#1079) - Fix(mail): Fix mail handling when force_language is true or false (notifications#1744) - Fix(push): Allow apps to provide already parsed notifications (notifications#1754) - Catch and log error thrown while parsing dates from metadata (photos#2194) - Fix: Adjust favorite icon to be accessible (photos#2197) - Fix TypeError with invalid coordinates (fix #2187) (photos#2207) - Fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english (server#42106) - Comment legacy file_metadata table migrations (server#42108) - Enh(settings): Set main page heading (server#42125) - Fix(a11y): Unified search headings (server#42131) - Fix(caldav): don’t reuse query builder objects (server#42152) - Fix(dav): Prevent out-of-office event time drifts (server#42166) - Fix(security): Update CA certificate bundle (server#42190) - Feat(settings): add occ commands to handle admin delegation (server#42201) - Wrap metadata generation in try/catch (server#42263) - Fix(files): Conditionally add drag handlers (server#42277) - Fix(UnifiedSearch): Drop title prop (server#42278) - Feat(files): add batch support to copy-move (server#42279) - Fix(files): navigation exact (server#42282) - Fix(files): Partly revert 32c1aeb and show correct quota again (server#42293) - Fix: Ensure correct max contrast color is used when blurred background is used (server#42294) - Enh(oauth2): allowed toggling of aria label (server#42295) - Fix(dashboard): changed h3 elements to h2 (server#42296) - Fix(files): fix download file encoded source (server#42302) - Fix(joblist): also reset last_run timestamp on updating an existing job (server#42316) - Fix(ooo): add new ooo status with new emoji (server#42351) - Don’t query oc_properties for metadata props (server#42357) - Add global accessibility switch (server#42371) - Use FileInfo’s metadata for hidden prop (server#42378) - Fix(userstatus): set user status to ‘In a meeting’ if calendar is busy (server#42380) - Update crl after revoke rides.csr (server#42400) - Fix(dav): undeclared `$cache` property (server#42423) - Disable image editor if accessibility switch is off (viewer#2102) - Update to 28.0.0 Too many changes. See instead: https://nextcloud.com/changelog/#28-0-0 OBS-URL: https://build.opensuse.org/request/show/1134620 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=223
2023-12-22 13:27:23 +01:00
Requires: php < 8.4.0
Requires: php >= 8.0.0
Requires: php-process
Requires: php-xml
Recommends: sqlite
%endif
#
%if 0%{?suse_version}
Requires: php-ctype
Requires: php-curl
# SUSE does not include the fileinfo module in php-common.
Requires: php-fileinfo
Requires: php-iconv
Requires: php-opcache
Requires: php-openssl
Requires: php-pear
Requires: php-xmlreader
Requires: php-xmlwriter
Requires: php-zip
Requires: php-zlib
Recommends: sqlite3
%{?systemd_requires}
%endif
Recommends: php-sysvsem
Accepting request 698163 from home:ecsos:server - Added some missing require and recommend packages. - gh#10655 Added php-intl as required package for avoiding upstream - Update to 16.0.0 Nextcloud 16 is smarter than ever, with machine learning to detect suspicious logins and offering clever recommendations. Group Folders now sport access control lists so system administrators can easily manage who has access to what in organization-wide shares. We also introduce Projects, a way to easily relate and find related information like files, chats or tasks. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: - Nextcloud 16 becomes smarter with Machine Learning for security and productivity - ACL permissions for Groupfolders - Nextcloud 16 allows you to link resources to keep track of your projects - Talk 6.0 brings commands, improved user experience and more - Coming soon, seems the github API can't deal with the size of our changelog. - Update to 15.0.7 - Fix for crashing occ files:scan (server#14968) - Fix .drone.yml syntax (server#14984) - Harden appdata putcontent (server#15000) - Check if OCA.Files.App is available before calling (server#15001) - Update to 15.0.6 - Fix grid toggle button on public page (server#14376) - Fix(EMailTemplate): malformed HTML in some cases (server#14387) - Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation (server#14414) - Parse multiple navigation items (server#14416) - Fix referrer policy meta tags. (server#14438) - Fix a bug with smb notify having leading slash when it should not (server#14462) - Fix for issue #13319: load oc-backbone-webdav before loading versions app (server#14472) - Add accessibility translations (server#14490) - Run tests that fail with "no such process" over to apache server (server#14495) - Make header.feature more robust by running it on apache (server#14497) - Fix expire date change eventhandler (server#14503) - Update icewind/smb to 3.0.2 (server#14512) - Do not cut full color on accessibility svg color invert (server#14516) - Dav: Fix handling of chunked WebDAV upload (server#14517) - Do not just write foobar (server#14521) - Fix database configuration (server#14531) - Add activities for group membership changes (server#14534) - Check if password can be changed for the users backend in OCS api (server#14542) - Add test for updated CA bundle (server#14546) - Clear backupcode reminder when no 2fa (server#14559) - Use a tmp file for swift writes (server#14570) - Have streams of files_external in sync (server#14580) - Resolve user and groups in nested groups first before filtering the results (server#14591) - Remove Google+ from Social Sharing Bundle (server#14596) - Do not calculate folder size for parent that also needs proper scan, fixes #3524 (server#14597) - Mention Open Cloud Mesh in Federated User Settings (server#14599) - Update index.php (server#14601) - Remove sensitive SMB arguments from exception log (server#14658) - Prevent recursion when moving a file to the trashbin (server#14661) - Disable fragile tests (server#14672) - Use SCSS variables since CSS vars are not loaded on public pages (server#14677) - Handle long etags from dav external storage (server#14694) - Improve lookup server behaviour (server#14696) - Add an integration test that ensures deletion of LDAP users (server#14697) - Dont try to restore a trashbin item to a readonly target (server#14699) - Throw a proper error if rename fails in dav (server#14700) - Groupname like username - allow share with both (server#14709) - Updated documentation go.php to 15 and adjusted copyright year. (server#14716) - Always register the Notifier (server#14749) - Fix getting the access list on external storage (server#14751) - Always allow moving mountpoints inside the same mountpoint (server#14759) - Use current directory for hashing. (server#14762) - Fix user creation using LDAP Plugin (server#14781) - Avoid replacement by user object (server#14795) - Fix placeholder in disable message (server#14840) - Fix setup checks for ocm/ocs-provider (server#14854) - Remove Google+ federation usersettings (server#14855) - Add setup check for missing UTF8MB4 on mysql (server#14857) - Make regions translatable (server#14859) - Show a setup warning in case S3 object storage is used as primary storage (server#14865) - Fix plural rule detection for languages (server#14867) - Fix translations of settings (server#14882) - Fix opening folders from different file lists (server#14891) - Fix hidden file display in grid view (server#14924) - Locale is not language (activity#355) - Fallback to plaintext subject if no rich subject is set (activity#358) - Ignore query arguments in single video share for stable15 (Fix #121) (files_videoplayer#122) - Less alerting log entries on fails (notifications#291) - Fix Update nextcloud 15.0.4 to 15.0.5 error "ocm-provider" apache2. (server#14445) - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) - Fix require php versions. boo#1084320 - Update to 15.0.4 - Make external storages browsable again in the web UI (server#14076) - Upload new files in objectstore to a .part path first (server#13036) - Broker: add timezone to CANCEL messages (server#13384) - Add strengthify.min files (server#13546) - Fix click app names (server#13575) - Principals can be principal/user/ or principal/ from lega… (server#13582) - Correctly handle displaynames returned from the sharee API (server#13585) - Don't close input stream when writing in encrypted file (server#13588) - Bump pear/archive_tar to 1.4.5 (server#13598) - Fix integer background job id type error (server#13609) - Fix user settings label translation (server#13611) - Fix app navigation flickering on hover (server#13625) - Update URL for federation (server#13636) - Fix colorizeSvg with transformations that contain a comma (,) (server#13653) - Use warning background color & primary text color for setting warnings (server#13665) - Fix template paramter (server#13670) - Cache tokens when using swift's v2 authentication (server#13740) - Cleanup shared lock if changing to exclusive lock failed (server#13744) - Honor remember_login_cookie_lifetime (server#13758) - Fix integration of social sharing into the link popover menu (server#13761) - Respect user locale in natural sort comparator (server#13762) - Call proper function when fetching link shares in the breadcrumb view (server#13769) - Add acceptance tests for moving and copying files (server#13771) - Show proper default locale (server#13781) - Ignore non existing users when retrieving details of group members (server#13792) - Remove .css fileending from accessibility user css route (server#13793) - Add icon to restore activity (server#13794) - Fix long comment in dark theme (server#13804) - Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) - Fix for high contrast theme (server#13852) - Always use multipart uploader for s3 uploads (server#13882) - Fix paged search with multiple bases (LDAP) (server#13884) - Fix dropping a folder on a folder row (server#13887) - Fix updating the password of a link share when passwords are enforced (server#13900) - Add fallback for trashbin original location (server#13904) - Allow shared versions again in legacy backend (server#13905) - Improve data directory write checking for NFS mounts (server#13906) - Clean pending 2FA authentication on password reset (server#13915) - Forward error message from password policy (server#13918) - Remove warning in case of external storage error (server#13920) - Handle mail send error gracefully (server#13930) - Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) - Move to SCSS and fix app icon for dark theme (activity#338) - Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) - Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) - Fix notification documentation to reflect recent changes (notifications#258) - Update to 15.0.2 - Don't log parameters on user creation in case of error/exception (server#13479) - RemoveClassifiedEventActivity: check if calendar still exists (server#13506) - Broker: add timezone to CANCEL messages (3rdparty#196) - Update to 15.0.1 - Change doc link for 15 (server#12963) - Use strengthify.min on personal settings page (server#12984) - Use default cursor for disabled primary buttons (server#13007) - Better activities for systemtags that are removed by CLI (server#13029) - Ie11 compatibility updatenotifications (server#13076) - Fix exception on LDAP mapping during login (server#13119) - Fix SAML Client login flow on Apple devices (server#13123) - Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) - Prevent special characters from breaking the file drop remote url (server#13151) - Allow content provider to generate new Index (server#13155) - Make the footer "Get your own free account" translatable (server#13169) - Use a case insensitive search for email (server#13179) - Fix ie11 checkboxes (server#13206) - SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) - Files list not rendering if user has favorites navigation unfolded (server#13215) - Do not forgot to store the second displayname portion (server#13218) - Add default values when parsing account data (server#13252) - Fix opening search results for comments (server#13253) - Fetch lastInsertId only when id null (server#13278) - Add caching headers for public previews (server#13328) - Unbundle user_external to release it via appstore (server#13329) - Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) - Fix can change password check in case of encryption is enabled (server#13349) - Update the CRL (server#13352) - Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) - Re add the uploaded file list to file drops (server#13355) - Returns a 404 instead of exception if app is not installed - #13088 (server#13357) - Transpile arrow function for ie11 compatibility (server#13360) - IE fix for apps menu (server#13361) - Allow URI as data for vcard PHOTO (server#13366) - Throttle with correct metadata (server#13368) - Fix loginflow with apptoken enter on iOS (server#13370) - Register and show when an LDAP user was detected as unavailable/deleted (server#13372) - Fix apps menu overlapping (server#13404) - Use the real logger in the settings (server#13405) - CSP: Allow fonts to be provided in data (server#13411) - HttpClient getHeader can return empty string (server#13425) - Respect classification of calendar events in activity stream (server#13439) - Add support for boolean default (server#13444) - Show the repair steps and repair info output in the web for better feedback (server#13469) - Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) - Do not get the url from the download links (files_videoplayer#74) - Use proper slogan from theming app (firstrunwizard#94) - Update info.xml (firstrunwizard#96) - Update richObjectStringParser.js (notifications#245) - fix require php versions. - Update to 15.0.0 Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts or see: https://nextcloud.com/changelog/ - Use php7 in apache under suse_version >= 1500 now. - Fix warning for /.well-known/{caldav,carddav} in overview security & setup warning. - update to 14.0.4 - Allow overwrite.cli.url without trailing slash (server#11772) - Remove duplicate call to decodeURIComponent (server#11781) - Check for empty string (server#11783) - Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) - Always query the lookup server in a global scale setup (server#11800) - Fix a case where "password_by_talk" was not a boolean (server#11851) - Add .l10nignore files for compiled assets (server#11925) - Properly escape column name in "createFunction" call (server#11929) - Allow userId to be null (server#11939) - Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) - Do not emit preHooks twice on non-part-storage (server#11961) - Filter null values for UserManager::getByEmail (server#11976) - Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) - Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) - Lazy open first source stream in assemblystream (server#11994) - Fix opening a section again in the Files app (server#11995) - Remove cookies from Clear-Site-Data Header (server#12005) - Forwarded ExpiredTokenException (server#12032) - Allow chunked uploads even if your quota is not sufficient (server#12040) - Improve encrypt all / decrypt all (server#12045) - Double check for failed cache with a shared storage (server#12108) - Implement the size of an assembly stream (server#12111) - Bring the browser window of an actor to the foreground when acting as him (server#12120) - Move acceptance tests that crash the PHP built-in server to Apache (server#12121) - Remove unneeded empty search attribute values, fixes #12086 (server#12122) - Fixes wrong variable usage (server#12137) - LDAP: announce display name changes so that addressbook picks it up (server#12141) - Bruteforce protection handling in combination with (server#12160) - Add global site selector as user back-end which doesn't support password confirmation (server#12184) - Do not set indeterminate state for file shares (server#12187) - Revert "Wait for cron to finish before running upgrade command" (server#12197) - Fix bug #12151: fix list formatting by correcting malformed html (server#12202) - A folder should get a folder mimetype (server#12297) - Use the proper server for the apptoken flow login (server#12299) - Do not log FileLock as exception (server#12300) - Set the filemodel before rending the detailsview (server#12301) - Disabled ldap fix (server#12331) - Fix - Add to favorites not working in IE11 (server#12339) - Remove arrow function for ie compatibility (server#12341) - Fix default types of activity event member variables (server#12353) - Suppress wrong audit log messages about failed login attempts (server#12372) - Add fix for IE11 flexbox height bug (server#12374) - Properly search the root of a shared external storage (server#12375) - Fix app update available check (server#12412) - Use nextcloud-password-confirmation (server#12416) - Fix IE rule for min width (server#12431) - Added cache override to ensure an always up-to-date accessibility css (server#12432) - Unique contraint and deadlock fixes for filecache and file_locks (server#12433) - Fix app menu calculation for random size of the right header (server#12440) - Fix missing quickaccess favorite folder on add (server#12441) - Fixes dav share issue with owner (server#12459) - Fix wrong share popover opening on share link (server#12482) - Only use width and opacity for transition (server#12492) - Forward object not found error in swift as dav 404 (server#12502) - Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) - Remove unused svg api route (server#12542) - Bearer tokens are app token (server#12545) - Handle permission in update of share better (server#12561) - Correctly restrict affected users when using command to send emails (activity#312) - Improve code blocks in markdown rendering (files_texteditor#121) - Properly escape column name in "createFunction" call (survey_client#85) - update to 14.0.3 - Fixes the apps menu scrollbar (server#11662) - Ignore "session_lifetime" if it can not be converted to a number (server#11761) - Normalize getUnjailedPath (server#11770) - changes from 14.0.2 - Fix contacts menu on mentions (server#11350) - Make the server ready to use global scale with SAML as auth back-end (server#11373) - Fix default flex shrink on list (server#11374) - Fixes the logo height (server#11385) - Do not explode when getting permissions from a FailedStorage (server#11389) - Do not hide the progress bar while the chunked upload is being assembled (server#11399) - Fix "checkWellKnownUrl" not being run (server#11418) - Add back the total used space per user (server#11425) - Fix invalid inline input confirm border (server#11426) - Center back the history icon (server#11430) - AssemblyStream is also eof if we have no more source stream (server#11436) - Re-enable upload button after updating Avatar (server#11451) - Fix typo in config.sample.php (server#11488) - Bugfix 2FA theme: buttons white (server#11489) - Update config and babel for ie11 (server#11490) - Only catch QueryException when trying to build class (server#11492) - Show auth type "None" in email settings (server#11493) - Fix public page footer link wrap (server#11510) - Fix share header text on small widths (server#11511) - Add missing compiled mimetype list (server#11516) - Fixes the move/copy picker buttons (server#11525) - Fix breadcrumbs (server#11530) - Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) - Throw an error if a node is smaller than expected in assemblystream (server#11555) - Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) - Fix header overflow, fix more apps menu, fix #11552 (server#11558) - Add new group entry on users list + fixes (server#11575) - Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) - Force multiselect max-height to 5.5 items (server#11579) - Just update password hash without validating (server#11580) - Fix sticky header on users list (server#11582) - Fix header border on users list (server#11608) - Fix call to logger (server#11610) - Allow the creationg of previews of files stored in appdata (server#11703) - Update CRL due to changed cert for linkshareex (server#11706) - Fix a misleading setup check for .well-known/caldav & carddav (server#11738) - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) - Hide footer in public share page (files_pdfviewer#103) - Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) - update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) - Insert Referrer-Policy in nextcloud.conf - update to 14.0.0 No changelog from upstrem. Look instead here: https://github.com/nextcloud/server/compare/v13.0.6...v14.0.0 - update to 13.0.6 - Add sabre plugin to allow anonymous options requests to the dav root (server#10285) - Do scan the root storage in background scan (server#10376) - Adding test for table schedulingobjects and fixing postgres LOB (server#10552) - Fix transfering ownership of a share to user with same id as receiver (server#10565) - Make file cache updates more robust (server#10581) - Retry smb stat on timeout (server#10591) - Use insertIfNotExists to store new mimetypes. (server#10620) - Only warn about data lose on password reset if per-user keys are used (server#10646) - Update the scope of the lockdownmanager (server#10682) - Log entries that are hidden during file listing (server#10698) - Forgotten pass fix link (server#10735) - Fix comment style in config sample (server#10759) - Make sure error_log() always receives a string (server#10760) - Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) - Use the path_hash instead of the path to query the filecache (server#10762) - Don't blame random people for background email updates (server#10763) - Resolve all group memberships properly (server#10783) - Remove unexecutable code (server#10816) - Improve URL detection (server#10821) - MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) - Disallow negative mtime in dav search (server#10837) - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) - update to 13.0.4 - Allow setting notify credentials in environment (server#9788) - Make the token expiration also work for autocasting 0 (server#9803) - Enable caldav for webdav subtree public-calendars (server#9820) - This also fix security issues: - (boo#1100343, CVE-2018-3762) and (boo#1100344, CVE-2018-3761) - update to 13.0.3 - 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 🙇 (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) - update to 13.0.2 - 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) - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) - update to 13.0.0 Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: * Collaboration features - Nextcloud Talk, a private videoconference software integrated with Nextcloud - real-time and asynchronous communication with push notifications, calls and chat web and mobile devices - Integration in business workflow with calendar invitations and calls directly from Nextcloud Files - Screen and note sharing with participant moderation capabilities - 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server - auto-completion of user names in comments and notification to the mentioned user - support free/busy scheduling in native calendar applications like Thunderbird Lightning - show meeting invites in the calendar * End-to-End Encryption - can encrypt data on a per-folder level rather than all-or-nothing approach - does not require users to remember or exchange passwords - does not require re-uploading data upon sharing - features an optional off-line administrator recovery key - allows full audit logging - can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption - protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. * User Interface - new way of selecting files - easy way to quickly copy or move to a location - High DPI support - admin menu integrated in one list - no limitation to file uploads via the web interface - user quota in the side bar - social sharing (Twitter, G+, Facebook, Diaspora) now features a preview - improved theming * Performance - decreased page load times with up to 50% and faster search - 80% faster LDAP and up to 10x faster external storage - Server-side Encryption performance largely improved See https://nextcloud.com/changelog/ - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. - upstream update to version 12.0.4 * Server Over 50 fixes were merged in the server. - Improve text: 'you have now' -> 'you now have (server#6464) - Fix initializing paged search under some circumstances (server#6502) - LDAP: simplify returning the homePath (server#6509) - Fix sharer name overlap with filename (server#6524) - Allow to close sidebar for text files (server#6525) - Fix quota new endpoint 12 (server#6527) - Pass new value to triggerChange (server#6528) - Throw 101 when an empty group string is provided (server#6547) - Contacts menu privacy (server#6554) - Add color-border variable (server#6649) - Do not stop on scss compilation failure (server#6661) - Don't pass User object when uid string is expected (server#6674) - Navigate to the root directory when showing the main filelist (server#6689) - Fix LDAP User deletion (cleanup) (server#6699) - Update aws sdk + s3 improvements (server#6737) - Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) - Fix language when trying to change password (server#6751) - Fix postgresql tests (server#6792) - Also use configured 'cache_path' for new chunking (server#6814) - Set s3 part size to 500mb (server#6815) - Fix contacts menu for IE11 (server#6823) - Still trigger conflict resolution for existing entries when the curre (server#6847) - Propagate multipart upload exception when aborting upload (server#6855) - Allow to migrate from 10.0.3.3 (server#6878) - Timespan check (server#6896) - Do not log WebDAV maintenance mode exception (server#6908) - Don't reset quota (server#6910) - Backport of translation string fixes (server#6935) - Fix class name in exception logger plugin (server#6942) - Allow quota of 0 again (server#6943) - Fix uninitialized variable $this->params (server#6944) - Don't add a LIKE condition when it's not needed (server#6945) - Fix undefined offset warning when using '/' as external storage root (server#6946) - Fix page title not changed (server#6987) - Better readability for text on log in page which is directly on backgrounds (server#7028) - Translate Grant Access (server#7040) - Use fopen directly when reading objects from s3 (server#7079) - Improve mimetype detection for object storages (server#7081) - Fix seeking on object storage (server#7082) - Hide spinner for initial install (server#7095) - Ensure uid for calendar objects is unique (server#7096) - Revert "Only allow colons in db host for IPv6 addresses (server#7102) - Theme flow redirection page (server#7114) - Fix icon for security settings (server#7116) - If for some reason the json can't be decoded it is not cached (server#7118) - Improve performance of UserMountCache with external storage folders (server#7120) - {J,CS}SResourceLocator: account for symlinks in app path (server#7170) - Fix s3 download and touch (server#7186) - Touch opertation on object storage, don't create the file cache entry to early (server#7207) - Allow migration from upcoming 10.0.4 ownCloud release (server#7245) - CSSResourceLocator: handle SCSS in apps outside root (server#7257) - only replace permission popupmenu (server#7259) - Fix accesslist when a user has an ID only containting 0-9 (server#7262) - Update CRL due to files_frommail (server#7277) - Only in case of $currentAccess the array uses the id as index (server#7328) * Other - Add aws sdk (3rdparty#69) - Don't send emails to disabled users (activity#202) - Add an option to disable emails completly (activity#206) - Make sure the mountPoint property is public before using it (files_accesscontrol#79) - Allow to playback m4v files (files_videoplayer#43) - Fix notifications order (notifications#93) - upstream update to version 12.0.3 Nextcloud 12.0.3 delivers a lot of enhancements in various areas including: - A number of improvements to email notification templates - 2FA enhancements - Smarter LDAP password handling - File Drop and upload-in-general updates - A performance improvement handling large files See https://nextcloud.com/changelog/#latest12 Details: https://github.com/nextcloud/server/pulls?q=is%3Apr+milestone%3A%22Nextcloud+12.0.3%22+is%3Aclosed - upstream update to version 12.0.2 * Server - Minor bugfix release - upstream update to version 12.0.1 So many changes. See https://nextcloud.com/changelog/#latest12 - unneeded git-files should not be remove, otherwise it throw integrity check failure in some situations. - upstream update to version 12.0.0 no changelog from upstream at this time See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed - fix boo#1036756: package security issue - upstream update to version 11.0.3 * Server - Use the correct principal for shared addressbooks (server/3608) - Fix saving backup codes by using a correct data uri (server/3652) - Update icewind/streams to 0.5.2 (server/32931) - Fix string comparison and return docs (server/3665) - Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) - Use a proper date format for transfer ownership (server/3700) - DAV sharing permissions should not depend on the order (server/3722) - Add new user agent of windows 10 dav backend (server/37641) - Add back appstoreenabled config switch (server/37671) - Call right function after sudo mode (server/3820) - Dont allow empty wildcard search (server/3842) - Remove single quotes around search query like in user search (server/3849) - Fix mimetype detection on public uploads for the workflow engine (server/3765) - Fix branding and show Nextcloud (server/39691) - Fix reshare with user activity message (server/39812) - Create correct VCard and return correct error codes (server/4029) - Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) - Make sure transparency is an integer when saving a calendar (server/4167) - Make public links work with master key (server/42071) - Don't try to render the avatars if avatars are disabled (server/4214) - Reduce error message text (server/42281) - Don't list on public calendar endpoints (server/4229) - Fix upload of folders in Chrome (server/4154) - Make sure blob columns are correctly converted as parameters (server/4233) - Save the scope of an auth token in the session (server/4225) - Take share by mail into consideration if we calculate the access list (server/4242) - Also add the root of external storages to the file id list (server/4237) - Fix LDAP description (server/42382) - Remove the double password confirmation on changing cron (server/4236) - Fix scheduling plugin on legacy caldav endpoint (server/4235) - Directly fix invalid values of DTEND and DTSTART (server/4234) - Make JobList::next() lock free (server/4254) - Don't remove owner property for public calendars (server/4272) - Add capabilities for share by mail (server/42511) - Dont use the permissions mask while scanning (server/4278) - Add missing maintenance plugin to new DAV endpoint (server/4290) - Fix bug with shared_by for own calendars if shared (server/4301) - Translation string corrected > 1 user (server/4377) * Activity - Fix activities for "Files drop" on external storages (activity/118) * User_SAML - Bump to php-saml 2.10.5 (user_saml/1001) * Logreader - Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 - Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) - Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) - Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) - Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) - Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) - More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) - Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) - Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) - Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) - Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) - Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) - Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) - Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) - Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) - Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) - Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) * Gallery - Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) - Update JavaScript libraries (gallery/247) - Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. - upstream update to version 11.0.2 * Server - Use login name to fix password confirm with ldap users (server/2953) - Change the row-format before changing the collation (server/3063) - Generate correct path for owner and use the display name (server/3080) - Markdown support for app descriptions (server/3117) - Fix style in comment (server/3143) - Escape the name for the jquery selector (server/3138) - Define spreed calls (server/3115) - LDAP Backend OCS Api (server/3213) - Fix Sharing app description (server/3397) - Fix shared-as-busy events for owner (server/3363) - Use correct theming when returning the defaults (server/3399) - Filter out sensitive appconfig values (server/3400) - Add transifex config for sharebymail (server/3423) - Update the email in the accounts table as well (server/3411) - Don't log the password on confirmPassword when LDAP throws an exception (server/3414) - Make sure ownCloud 8.2 activities also can get displayed (server/3412) - Popovermenu backport (server/3286) - Set vendor during install (server/3426) - Make sure the file information is available when sending the email (server/3433) - Add profile data to provisioning api (server/3259) - Fix detection of the new iOS app (server/3431) - Add integration tests for legacy DAV endpoints (server/3445) - Make sure invalid images don't flood the log file (server/3440) - Fix printing backup code (server/3510) - Fix cookie name (nctoken instead of octoken) (server/3511) - LDAP's checkPassword should only catch when a user was not found (server/3493) - Return unknown free space from nullstorage (server/3508) - Fix for address book data lost when any user receiving a share is deleted (server/3499) - Rename database password toggle (server/3500) - Popovermenu files css fix (server/3494) - Add screensharing icon (server/3481) - Fix misleading wording: searching is affected, not user access (server/3560) - Backport of Fix Broken UUID Attribute Detection (server/3528) * Activity - Make sure integer like names are still strings (activity/103) - Fix activities for public uploads (activity/113) - Show the parent as target when the file was not renamed (activity/114) - Fix activities for "Files drop" on external storages (activity/118) * SAML & SSO - Setup account later (user_saml/79) * Serverinfo - Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) - Don't throw an error when /proc/meminfo is not readable (serverinfo/76) * Survey_Client - Fix problem when checking size with dash in DB name (survey_client/50) - Add php-openssl dependency - upstream update to version 11.0.1 - upstream update to version 11.0.0 - upstream update to version 10.0.1 - upstream update to version 10.0.0 - update spec file * osc service localrun format_spec_file * update Source with full URL * simplify deps mainly for openSUSE - enable HSTS to prevent the warning "The Strict-Transport-Security HTTP header is not configured" in admin-page - turn maintenance:mode off after upgrade - upstream update to version 9.0.53 (bsc#989998) - make apache_secure_data more restrictiver - add missing .user.ini - move README and README.SELinux to docdor to fix message code integrity check - upstream update to version 9.0.52 - initial build nextcloud 9.0.51 OBS-URL: https://build.opensuse.org/request/show/698163 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=81
2019-04-26 12:54:57 +02:00
# Database connectors:
Recommends: php-sqlite
Accepting request 698163 from home:ecsos:server - Added some missing require and recommend packages. - gh#10655 Added php-intl as required package for avoiding upstream - Update to 16.0.0 Nextcloud 16 is smarter than ever, with machine learning to detect suspicious logins and offering clever recommendations. Group Folders now sport access control lists so system administrators can easily manage who has access to what in organization-wide shares. We also introduce Projects, a way to easily relate and find related information like files, chats or tasks. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: - Nextcloud 16 becomes smarter with Machine Learning for security and productivity - ACL permissions for Groupfolders - Nextcloud 16 allows you to link resources to keep track of your projects - Talk 6.0 brings commands, improved user experience and more - Coming soon, seems the github API can't deal with the size of our changelog. - Update to 15.0.7 - Fix for crashing occ files:scan (server#14968) - Fix .drone.yml syntax (server#14984) - Harden appdata putcontent (server#15000) - Check if OCA.Files.App is available before calling (server#15001) - Update to 15.0.6 - Fix grid toggle button on public page (server#14376) - Fix(EMailTemplate): malformed HTML in some cases (server#14387) - Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation (server#14414) - Parse multiple navigation items (server#14416) - Fix referrer policy meta tags. (server#14438) - Fix a bug with smb notify having leading slash when it should not (server#14462) - Fix for issue #13319: load oc-backbone-webdav before loading versions app (server#14472) - Add accessibility translations (server#14490) - Run tests that fail with "no such process" over to apache server (server#14495) - Make header.feature more robust by running it on apache (server#14497) - Fix expire date change eventhandler (server#14503) - Update icewind/smb to 3.0.2 (server#14512) - Do not cut full color on accessibility svg color invert (server#14516) - Dav: Fix handling of chunked WebDAV upload (server#14517) - Do not just write foobar (server#14521) - Fix database configuration (server#14531) - Add activities for group membership changes (server#14534) - Check if password can be changed for the users backend in OCS api (server#14542) - Add test for updated CA bundle (server#14546) - Clear backupcode reminder when no 2fa (server#14559) - Use a tmp file for swift writes (server#14570) - Have streams of files_external in sync (server#14580) - Resolve user and groups in nested groups first before filtering the results (server#14591) - Remove Google+ from Social Sharing Bundle (server#14596) - Do not calculate folder size for parent that also needs proper scan, fixes #3524 (server#14597) - Mention Open Cloud Mesh in Federated User Settings (server#14599) - Update index.php (server#14601) - Remove sensitive SMB arguments from exception log (server#14658) - Prevent recursion when moving a file to the trashbin (server#14661) - Disable fragile tests (server#14672) - Use SCSS variables since CSS vars are not loaded on public pages (server#14677) - Handle long etags from dav external storage (server#14694) - Improve lookup server behaviour (server#14696) - Add an integration test that ensures deletion of LDAP users (server#14697) - Dont try to restore a trashbin item to a readonly target (server#14699) - Throw a proper error if rename fails in dav (server#14700) - Groupname like username - allow share with both (server#14709) - Updated documentation go.php to 15 and adjusted copyright year. (server#14716) - Always register the Notifier (server#14749) - Fix getting the access list on external storage (server#14751) - Always allow moving mountpoints inside the same mountpoint (server#14759) - Use current directory for hashing. (server#14762) - Fix user creation using LDAP Plugin (server#14781) - Avoid replacement by user object (server#14795) - Fix placeholder in disable message (server#14840) - Fix setup checks for ocm/ocs-provider (server#14854) - Remove Google+ federation usersettings (server#14855) - Add setup check for missing UTF8MB4 on mysql (server#14857) - Make regions translatable (server#14859) - Show a setup warning in case S3 object storage is used as primary storage (server#14865) - Fix plural rule detection for languages (server#14867) - Fix translations of settings (server#14882) - Fix opening folders from different file lists (server#14891) - Fix hidden file display in grid view (server#14924) - Locale is not language (activity#355) - Fallback to plaintext subject if no rich subject is set (activity#358) - Ignore query arguments in single video share for stable15 (Fix #121) (files_videoplayer#122) - Less alerting log entries on fails (notifications#291) - Fix Update nextcloud 15.0.4 to 15.0.5 error "ocm-provider" apache2. (server#14445) - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) - Fix require php versions. boo#1084320 - Update to 15.0.4 - Make external storages browsable again in the web UI (server#14076) - Upload new files in objectstore to a .part path first (server#13036) - Broker: add timezone to CANCEL messages (server#13384) - Add strengthify.min files (server#13546) - Fix click app names (server#13575) - Principals can be principal/user/ or principal/ from lega… (server#13582) - Correctly handle displaynames returned from the sharee API (server#13585) - Don't close input stream when writing in encrypted file (server#13588) - Bump pear/archive_tar to 1.4.5 (server#13598) - Fix integer background job id type error (server#13609) - Fix user settings label translation (server#13611) - Fix app navigation flickering on hover (server#13625) - Update URL for federation (server#13636) - Fix colorizeSvg with transformations that contain a comma (,) (server#13653) - Use warning background color & primary text color for setting warnings (server#13665) - Fix template paramter (server#13670) - Cache tokens when using swift's v2 authentication (server#13740) - Cleanup shared lock if changing to exclusive lock failed (server#13744) - Honor remember_login_cookie_lifetime (server#13758) - Fix integration of social sharing into the link popover menu (server#13761) - Respect user locale in natural sort comparator (server#13762) - Call proper function when fetching link shares in the breadcrumb view (server#13769) - Add acceptance tests for moving and copying files (server#13771) - Show proper default locale (server#13781) - Ignore non existing users when retrieving details of group members (server#13792) - Remove .css fileending from accessibility user css route (server#13793) - Add icon to restore activity (server#13794) - Fix long comment in dark theme (server#13804) - Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) - Fix for high contrast theme (server#13852) - Always use multipart uploader for s3 uploads (server#13882) - Fix paged search with multiple bases (LDAP) (server#13884) - Fix dropping a folder on a folder row (server#13887) - Fix updating the password of a link share when passwords are enforced (server#13900) - Add fallback for trashbin original location (server#13904) - Allow shared versions again in legacy backend (server#13905) - Improve data directory write checking for NFS mounts (server#13906) - Clean pending 2FA authentication on password reset (server#13915) - Forward error message from password policy (server#13918) - Remove warning in case of external storage error (server#13920) - Handle mail send error gracefully (server#13930) - Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) - Move to SCSS and fix app icon for dark theme (activity#338) - Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) - Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) - Fix notification documentation to reflect recent changes (notifications#258) - Update to 15.0.2 - Don't log parameters on user creation in case of error/exception (server#13479) - RemoveClassifiedEventActivity: check if calendar still exists (server#13506) - Broker: add timezone to CANCEL messages (3rdparty#196) - Update to 15.0.1 - Change doc link for 15 (server#12963) - Use strengthify.min on personal settings page (server#12984) - Use default cursor for disabled primary buttons (server#13007) - Better activities for systemtags that are removed by CLI (server#13029) - Ie11 compatibility updatenotifications (server#13076) - Fix exception on LDAP mapping during login (server#13119) - Fix SAML Client login flow on Apple devices (server#13123) - Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) - Prevent special characters from breaking the file drop remote url (server#13151) - Allow content provider to generate new Index (server#13155) - Make the footer "Get your own free account" translatable (server#13169) - Use a case insensitive search for email (server#13179) - Fix ie11 checkboxes (server#13206) - SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) - Files list not rendering if user has favorites navigation unfolded (server#13215) - Do not forgot to store the second displayname portion (server#13218) - Add default values when parsing account data (server#13252) - Fix opening search results for comments (server#13253) - Fetch lastInsertId only when id null (server#13278) - Add caching headers for public previews (server#13328) - Unbundle user_external to release it via appstore (server#13329) - Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) - Fix can change password check in case of encryption is enabled (server#13349) - Update the CRL (server#13352) - Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) - Re add the uploaded file list to file drops (server#13355) - Returns a 404 instead of exception if app is not installed - #13088 (server#13357) - Transpile arrow function for ie11 compatibility (server#13360) - IE fix for apps menu (server#13361) - Allow URI as data for vcard PHOTO (server#13366) - Throttle with correct metadata (server#13368) - Fix loginflow with apptoken enter on iOS (server#13370) - Register and show when an LDAP user was detected as unavailable/deleted (server#13372) - Fix apps menu overlapping (server#13404) - Use the real logger in the settings (server#13405) - CSP: Allow fonts to be provided in data (server#13411) - HttpClient getHeader can return empty string (server#13425) - Respect classification of calendar events in activity stream (server#13439) - Add support for boolean default (server#13444) - Show the repair steps and repair info output in the web for better feedback (server#13469) - Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) - Do not get the url from the download links (files_videoplayer#74) - Use proper slogan from theming app (firstrunwizard#94) - Update info.xml (firstrunwizard#96) - Update richObjectStringParser.js (notifications#245) - fix require php versions. - Update to 15.0.0 Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts or see: https://nextcloud.com/changelog/ - Use php7 in apache under suse_version >= 1500 now. - Fix warning for /.well-known/{caldav,carddav} in overview security & setup warning. - update to 14.0.4 - Allow overwrite.cli.url without trailing slash (server#11772) - Remove duplicate call to decodeURIComponent (server#11781) - Check for empty string (server#11783) - Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) - Always query the lookup server in a global scale setup (server#11800) - Fix a case where "password_by_talk" was not a boolean (server#11851) - Add .l10nignore files for compiled assets (server#11925) - Properly escape column name in "createFunction" call (server#11929) - Allow userId to be null (server#11939) - Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) - Do not emit preHooks twice on non-part-storage (server#11961) - Filter null values for UserManager::getByEmail (server#11976) - Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) - Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) - Lazy open first source stream in assemblystream (server#11994) - Fix opening a section again in the Files app (server#11995) - Remove cookies from Clear-Site-Data Header (server#12005) - Forwarded ExpiredTokenException (server#12032) - Allow chunked uploads even if your quota is not sufficient (server#12040) - Improve encrypt all / decrypt all (server#12045) - Double check for failed cache with a shared storage (server#12108) - Implement the size of an assembly stream (server#12111) - Bring the browser window of an actor to the foreground when acting as him (server#12120) - Move acceptance tests that crash the PHP built-in server to Apache (server#12121) - Remove unneeded empty search attribute values, fixes #12086 (server#12122) - Fixes wrong variable usage (server#12137) - LDAP: announce display name changes so that addressbook picks it up (server#12141) - Bruteforce protection handling in combination with (server#12160) - Add global site selector as user back-end which doesn't support password confirmation (server#12184) - Do not set indeterminate state for file shares (server#12187) - Revert "Wait for cron to finish before running upgrade command" (server#12197) - Fix bug #12151: fix list formatting by correcting malformed html (server#12202) - A folder should get a folder mimetype (server#12297) - Use the proper server for the apptoken flow login (server#12299) - Do not log FileLock as exception (server#12300) - Set the filemodel before rending the detailsview (server#12301) - Disabled ldap fix (server#12331) - Fix - Add to favorites not working in IE11 (server#12339) - Remove arrow function for ie compatibility (server#12341) - Fix default types of activity event member variables (server#12353) - Suppress wrong audit log messages about failed login attempts (server#12372) - Add fix for IE11 flexbox height bug (server#12374) - Properly search the root of a shared external storage (server#12375) - Fix app update available check (server#12412) - Use nextcloud-password-confirmation (server#12416) - Fix IE rule for min width (server#12431) - Added cache override to ensure an always up-to-date accessibility css (server#12432) - Unique contraint and deadlock fixes for filecache and file_locks (server#12433) - Fix app menu calculation for random size of the right header (server#12440) - Fix missing quickaccess favorite folder on add (server#12441) - Fixes dav share issue with owner (server#12459) - Fix wrong share popover opening on share link (server#12482) - Only use width and opacity for transition (server#12492) - Forward object not found error in swift as dav 404 (server#12502) - Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) - Remove unused svg api route (server#12542) - Bearer tokens are app token (server#12545) - Handle permission in update of share better (server#12561) - Correctly restrict affected users when using command to send emails (activity#312) - Improve code blocks in markdown rendering (files_texteditor#121) - Properly escape column name in "createFunction" call (survey_client#85) - update to 14.0.3 - Fixes the apps menu scrollbar (server#11662) - Ignore "session_lifetime" if it can not be converted to a number (server#11761) - Normalize getUnjailedPath (server#11770) - changes from 14.0.2 - Fix contacts menu on mentions (server#11350) - Make the server ready to use global scale with SAML as auth back-end (server#11373) - Fix default flex shrink on list (server#11374) - Fixes the logo height (server#11385) - Do not explode when getting permissions from a FailedStorage (server#11389) - Do not hide the progress bar while the chunked upload is being assembled (server#11399) - Fix "checkWellKnownUrl" not being run (server#11418) - Add back the total used space per user (server#11425) - Fix invalid inline input confirm border (server#11426) - Center back the history icon (server#11430) - AssemblyStream is also eof if we have no more source stream (server#11436) - Re-enable upload button after updating Avatar (server#11451) - Fix typo in config.sample.php (server#11488) - Bugfix 2FA theme: buttons white (server#11489) - Update config and babel for ie11 (server#11490) - Only catch QueryException when trying to build class (server#11492) - Show auth type "None" in email settings (server#11493) - Fix public page footer link wrap (server#11510) - Fix share header text on small widths (server#11511) - Add missing compiled mimetype list (server#11516) - Fixes the move/copy picker buttons (server#11525) - Fix breadcrumbs (server#11530) - Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) - Throw an error if a node is smaller than expected in assemblystream (server#11555) - Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) - Fix header overflow, fix more apps menu, fix #11552 (server#11558) - Add new group entry on users list + fixes (server#11575) - Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) - Force multiselect max-height to 5.5 items (server#11579) - Just update password hash without validating (server#11580) - Fix sticky header on users list (server#11582) - Fix header border on users list (server#11608) - Fix call to logger (server#11610) - Allow the creationg of previews of files stored in appdata (server#11703) - Update CRL due to changed cert for linkshareex (server#11706) - Fix a misleading setup check for .well-known/caldav & carddav (server#11738) - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) - Hide footer in public share page (files_pdfviewer#103) - Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) - update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) - Insert Referrer-Policy in nextcloud.conf - update to 14.0.0 No changelog from upstrem. Look instead here: https://github.com/nextcloud/server/compare/v13.0.6...v14.0.0 - update to 13.0.6 - Add sabre plugin to allow anonymous options requests to the dav root (server#10285) - Do scan the root storage in background scan (server#10376) - Adding test for table schedulingobjects and fixing postgres LOB (server#10552) - Fix transfering ownership of a share to user with same id as receiver (server#10565) - Make file cache updates more robust (server#10581) - Retry smb stat on timeout (server#10591) - Use insertIfNotExists to store new mimetypes. (server#10620) - Only warn about data lose on password reset if per-user keys are used (server#10646) - Update the scope of the lockdownmanager (server#10682) - Log entries that are hidden during file listing (server#10698) - Forgotten pass fix link (server#10735) - Fix comment style in config sample (server#10759) - Make sure error_log() always receives a string (server#10760) - Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) - Use the path_hash instead of the path to query the filecache (server#10762) - Don't blame random people for background email updates (server#10763) - Resolve all group memberships properly (server#10783) - Remove unexecutable code (server#10816) - Improve URL detection (server#10821) - MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) - Disallow negative mtime in dav search (server#10837) - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) - update to 13.0.4 - Allow setting notify credentials in environment (server#9788) - Make the token expiration also work for autocasting 0 (server#9803) - Enable caldav for webdav subtree public-calendars (server#9820) - This also fix security issues: - (boo#1100343, CVE-2018-3762) and (boo#1100344, CVE-2018-3761) - update to 13.0.3 - 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 🙇 (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) - update to 13.0.2 - 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) - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) - update to 13.0.0 Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: * Collaboration features - Nextcloud Talk, a private videoconference software integrated with Nextcloud - real-time and asynchronous communication with push notifications, calls and chat web and mobile devices - Integration in business workflow with calendar invitations and calls directly from Nextcloud Files - Screen and note sharing with participant moderation capabilities - 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server - auto-completion of user names in comments and notification to the mentioned user - support free/busy scheduling in native calendar applications like Thunderbird Lightning - show meeting invites in the calendar * End-to-End Encryption - can encrypt data on a per-folder level rather than all-or-nothing approach - does not require users to remember or exchange passwords - does not require re-uploading data upon sharing - features an optional off-line administrator recovery key - allows full audit logging - can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption - protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. * User Interface - new way of selecting files - easy way to quickly copy or move to a location - High DPI support - admin menu integrated in one list - no limitation to file uploads via the web interface - user quota in the side bar - social sharing (Twitter, G+, Facebook, Diaspora) now features a preview - improved theming * Performance - decreased page load times with up to 50% and faster search - 80% faster LDAP and up to 10x faster external storage - Server-side Encryption performance largely improved See https://nextcloud.com/changelog/ - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. - upstream update to version 12.0.4 * Server Over 50 fixes were merged in the server. - Improve text: 'you have now' -> 'you now have (server#6464) - Fix initializing paged search under some circumstances (server#6502) - LDAP: simplify returning the homePath (server#6509) - Fix sharer name overlap with filename (server#6524) - Allow to close sidebar for text files (server#6525) - Fix quota new endpoint 12 (server#6527) - Pass new value to triggerChange (server#6528) - Throw 101 when an empty group string is provided (server#6547) - Contacts menu privacy (server#6554) - Add color-border variable (server#6649) - Do not stop on scss compilation failure (server#6661) - Don't pass User object when uid string is expected (server#6674) - Navigate to the root directory when showing the main filelist (server#6689) - Fix LDAP User deletion (cleanup) (server#6699) - Update aws sdk + s3 improvements (server#6737) - Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) - Fix language when trying to change password (server#6751) - Fix postgresql tests (server#6792) - Also use configured 'cache_path' for new chunking (server#6814) - Set s3 part size to 500mb (server#6815) - Fix contacts menu for IE11 (server#6823) - Still trigger conflict resolution for existing entries when the curre (server#6847) - Propagate multipart upload exception when aborting upload (server#6855) - Allow to migrate from 10.0.3.3 (server#6878) - Timespan check (server#6896) - Do not log WebDAV maintenance mode exception (server#6908) - Don't reset quota (server#6910) - Backport of translation string fixes (server#6935) - Fix class name in exception logger plugin (server#6942) - Allow quota of 0 again (server#6943) - Fix uninitialized variable $this->params (server#6944) - Don't add a LIKE condition when it's not needed (server#6945) - Fix undefined offset warning when using '/' as external storage root (server#6946) - Fix page title not changed (server#6987) - Better readability for text on log in page which is directly on backgrounds (server#7028) - Translate Grant Access (server#7040) - Use fopen directly when reading objects from s3 (server#7079) - Improve mimetype detection for object storages (server#7081) - Fix seeking on object storage (server#7082) - Hide spinner for initial install (server#7095) - Ensure uid for calendar objects is unique (server#7096) - Revert "Only allow colons in db host for IPv6 addresses (server#7102) - Theme flow redirection page (server#7114) - Fix icon for security settings (server#7116) - If for some reason the json can't be decoded it is not cached (server#7118) - Improve performance of UserMountCache with external storage folders (server#7120) - {J,CS}SResourceLocator: account for symlinks in app path (server#7170) - Fix s3 download and touch (server#7186) - Touch opertation on object storage, don't create the file cache entry to early (server#7207) - Allow migration from upcoming 10.0.4 ownCloud release (server#7245) - CSSResourceLocator: handle SCSS in apps outside root (server#7257) - only replace permission popupmenu (server#7259) - Fix accesslist when a user has an ID only containting 0-9 (server#7262) - Update CRL due to files_frommail (server#7277) - Only in case of $currentAccess the array uses the id as index (server#7328) * Other - Add aws sdk (3rdparty#69) - Don't send emails to disabled users (activity#202) - Add an option to disable emails completly (activity#206) - Make sure the mountPoint property is public before using it (files_accesscontrol#79) - Allow to playback m4v files (files_videoplayer#43) - Fix notifications order (notifications#93) - upstream update to version 12.0.3 Nextcloud 12.0.3 delivers a lot of enhancements in various areas including: - A number of improvements to email notification templates - 2FA enhancements - Smarter LDAP password handling - File Drop and upload-in-general updates - A performance improvement handling large files See https://nextcloud.com/changelog/#latest12 Details: https://github.com/nextcloud/server/pulls?q=is%3Apr+milestone%3A%22Nextcloud+12.0.3%22+is%3Aclosed - upstream update to version 12.0.2 * Server - Minor bugfix release - upstream update to version 12.0.1 So many changes. See https://nextcloud.com/changelog/#latest12 - unneeded git-files should not be remove, otherwise it throw integrity check failure in some situations. - upstream update to version 12.0.0 no changelog from upstream at this time See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed - fix boo#1036756: package security issue - upstream update to version 11.0.3 * Server - Use the correct principal for shared addressbooks (server/3608) - Fix saving backup codes by using a correct data uri (server/3652) - Update icewind/streams to 0.5.2 (server/32931) - Fix string comparison and return docs (server/3665) - Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) - Use a proper date format for transfer ownership (server/3700) - DAV sharing permissions should not depend on the order (server/3722) - Add new user agent of windows 10 dav backend (server/37641) - Add back appstoreenabled config switch (server/37671) - Call right function after sudo mode (server/3820) - Dont allow empty wildcard search (server/3842) - Remove single quotes around search query like in user search (server/3849) - Fix mimetype detection on public uploads for the workflow engine (server/3765) - Fix branding and show Nextcloud (server/39691) - Fix reshare with user activity message (server/39812) - Create correct VCard and return correct error codes (server/4029) - Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) - Make sure transparency is an integer when saving a calendar (server/4167) - Make public links work with master key (server/42071) - Don't try to render the avatars if avatars are disabled (server/4214) - Reduce error message text (server/42281) - Don't list on public calendar endpoints (server/4229) - Fix upload of folders in Chrome (server/4154) - Make sure blob columns are correctly converted as parameters (server/4233) - Save the scope of an auth token in the session (server/4225) - Take share by mail into consideration if we calculate the access list (server/4242) - Also add the root of external storages to the file id list (server/4237) - Fix LDAP description (server/42382) - Remove the double password confirmation on changing cron (server/4236) - Fix scheduling plugin on legacy caldav endpoint (server/4235) - Directly fix invalid values of DTEND and DTSTART (server/4234) - Make JobList::next() lock free (server/4254) - Don't remove owner property for public calendars (server/4272) - Add capabilities for share by mail (server/42511) - Dont use the permissions mask while scanning (server/4278) - Add missing maintenance plugin to new DAV endpoint (server/4290) - Fix bug with shared_by for own calendars if shared (server/4301) - Translation string corrected > 1 user (server/4377) * Activity - Fix activities for "Files drop" on external storages (activity/118) * User_SAML - Bump to php-saml 2.10.5 (user_saml/1001) * Logreader - Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 - Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) - Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) - Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) - Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) - Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) - More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) - Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) - Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) - Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) - Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) - Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) - Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) - Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) - Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) - Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) - Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) * Gallery - Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) - Update JavaScript libraries (gallery/247) - Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. - upstream update to version 11.0.2 * Server - Use login name to fix password confirm with ldap users (server/2953) - Change the row-format before changing the collation (server/3063) - Generate correct path for owner and use the display name (server/3080) - Markdown support for app descriptions (server/3117) - Fix style in comment (server/3143) - Escape the name for the jquery selector (server/3138) - Define spreed calls (server/3115) - LDAP Backend OCS Api (server/3213) - Fix Sharing app description (server/3397) - Fix shared-as-busy events for owner (server/3363) - Use correct theming when returning the defaults (server/3399) - Filter out sensitive appconfig values (server/3400) - Add transifex config for sharebymail (server/3423) - Update the email in the accounts table as well (server/3411) - Don't log the password on confirmPassword when LDAP throws an exception (server/3414) - Make sure ownCloud 8.2 activities also can get displayed (server/3412) - Popovermenu backport (server/3286) - Set vendor during install (server/3426) - Make sure the file information is available when sending the email (server/3433) - Add profile data to provisioning api (server/3259) - Fix detection of the new iOS app (server/3431) - Add integration tests for legacy DAV endpoints (server/3445) - Make sure invalid images don't flood the log file (server/3440) - Fix printing backup code (server/3510) - Fix cookie name (nctoken instead of octoken) (server/3511) - LDAP's checkPassword should only catch when a user was not found (server/3493) - Return unknown free space from nullstorage (server/3508) - Fix for address book data lost when any user receiving a share is deleted (server/3499) - Rename database password toggle (server/3500) - Popovermenu files css fix (server/3494) - Add screensharing icon (server/3481) - Fix misleading wording: searching is affected, not user access (server/3560) - Backport of Fix Broken UUID Attribute Detection (server/3528) * Activity - Make sure integer like names are still strings (activity/103) - Fix activities for public uploads (activity/113) - Show the parent as target when the file was not renamed (activity/114) - Fix activities for "Files drop" on external storages (activity/118) * SAML & SSO - Setup account later (user_saml/79) * Serverinfo - Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) - Don't throw an error when /proc/meminfo is not readable (serverinfo/76) * Survey_Client - Fix problem when checking size with dash in DB name (survey_client/50) - Add php-openssl dependency - upstream update to version 11.0.1 - upstream update to version 11.0.0 - upstream update to version 10.0.1 - upstream update to version 10.0.0 - update spec file * osc service localrun format_spec_file * update Source with full URL * simplify deps mainly for openSUSE - enable HSTS to prevent the warning "The Strict-Transport-Security HTTP header is not configured" in admin-page - turn maintenance:mode off after upgrade - upstream update to version 9.0.53 (bsc#989998) - make apache_secure_data more restrictiver - add missing .user.ini - move README and README.SELinux to docdor to fix message code integrity check - upstream update to version 9.0.52 - initial build nextcloud 9.0.51 OBS-URL: https://build.opensuse.org/request/show/698163 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=81
2019-04-26 12:54:57 +02:00
#Recommends: php-pgsql
# Require for specific apps:
Requires: php-ftp
Requires: php-ldap
#Requires: php-imap
#Requires: php-smbclient
Accepting request 698163 from home:ecsos:server - Added some missing require and recommend packages. - gh#10655 Added php-intl as required package for avoiding upstream - Update to 16.0.0 Nextcloud 16 is smarter than ever, with machine learning to detect suspicious logins and offering clever recommendations. Group Folders now sport access control lists so system administrators can easily manage who has access to what in organization-wide shares. We also introduce Projects, a way to easily relate and find related information like files, chats or tasks. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts: - Nextcloud 16 becomes smarter with Machine Learning for security and productivity - ACL permissions for Groupfolders - Nextcloud 16 allows you to link resources to keep track of your projects - Talk 6.0 brings commands, improved user experience and more - Coming soon, seems the github API can't deal with the size of our changelog. - Update to 15.0.7 - Fix for crashing occ files:scan (server#14968) - Fix .drone.yml syntax (server#14984) - Harden appdata putcontent (server#15000) - Check if OCA.Files.App is available before calling (server#15001) - Update to 15.0.6 - Fix grid toggle button on public page (server#14376) - Fix(EMailTemplate): malformed HTML in some cases (server#14387) - Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation (server#14414) - Parse multiple navigation items (server#14416) - Fix referrer policy meta tags. (server#14438) - Fix a bug with smb notify having leading slash when it should not (server#14462) - Fix for issue #13319: load oc-backbone-webdav before loading versions app (server#14472) - Add accessibility translations (server#14490) - Run tests that fail with "no such process" over to apache server (server#14495) - Make header.feature more robust by running it on apache (server#14497) - Fix expire date change eventhandler (server#14503) - Update icewind/smb to 3.0.2 (server#14512) - Do not cut full color on accessibility svg color invert (server#14516) - Dav: Fix handling of chunked WebDAV upload (server#14517) - Do not just write foobar (server#14521) - Fix database configuration (server#14531) - Add activities for group membership changes (server#14534) - Check if password can be changed for the users backend in OCS api (server#14542) - Add test for updated CA bundle (server#14546) - Clear backupcode reminder when no 2fa (server#14559) - Use a tmp file for swift writes (server#14570) - Have streams of files_external in sync (server#14580) - Resolve user and groups in nested groups first before filtering the results (server#14591) - Remove Google+ from Social Sharing Bundle (server#14596) - Do not calculate folder size for parent that also needs proper scan, fixes #3524 (server#14597) - Mention Open Cloud Mesh in Federated User Settings (server#14599) - Update index.php (server#14601) - Remove sensitive SMB arguments from exception log (server#14658) - Prevent recursion when moving a file to the trashbin (server#14661) - Disable fragile tests (server#14672) - Use SCSS variables since CSS vars are not loaded on public pages (server#14677) - Handle long etags from dav external storage (server#14694) - Improve lookup server behaviour (server#14696) - Add an integration test that ensures deletion of LDAP users (server#14697) - Dont try to restore a trashbin item to a readonly target (server#14699) - Throw a proper error if rename fails in dav (server#14700) - Groupname like username - allow share with both (server#14709) - Updated documentation go.php to 15 and adjusted copyright year. (server#14716) - Always register the Notifier (server#14749) - Fix getting the access list on external storage (server#14751) - Always allow moving mountpoints inside the same mountpoint (server#14759) - Use current directory for hashing. (server#14762) - Fix user creation using LDAP Plugin (server#14781) - Avoid replacement by user object (server#14795) - Fix placeholder in disable message (server#14840) - Fix setup checks for ocm/ocs-provider (server#14854) - Remove Google+ federation usersettings (server#14855) - Add setup check for missing UTF8MB4 on mysql (server#14857) - Make regions translatable (server#14859) - Show a setup warning in case S3 object storage is used as primary storage (server#14865) - Fix plural rule detection for languages (server#14867) - Fix translations of settings (server#14882) - Fix opening folders from different file lists (server#14891) - Fix hidden file display in grid view (server#14924) - Locale is not language (activity#355) - Fallback to plaintext subject if no rich subject is set (activity#358) - Ignore query arguments in single video share for stable15 (Fix #121) (files_videoplayer#122) - Less alerting log entries on fails (notifications#291) - Fix Update nextcloud 15.0.4 to 15.0.5 error "ocm-provider" apache2. (server#14445) - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) - Fix require php versions. boo#1084320 - Update to 15.0.4 - Make external storages browsable again in the web UI (server#14076) - Upload new files in objectstore to a .part path first (server#13036) - Broker: add timezone to CANCEL messages (server#13384) - Add strengthify.min files (server#13546) - Fix click app names (server#13575) - Principals can be principal/user/ or principal/ from lega… (server#13582) - Correctly handle displaynames returned from the sharee API (server#13585) - Don't close input stream when writing in encrypted file (server#13588) - Bump pear/archive_tar to 1.4.5 (server#13598) - Fix integer background job id type error (server#13609) - Fix user settings label translation (server#13611) - Fix app navigation flickering on hover (server#13625) - Update URL for federation (server#13636) - Fix colorizeSvg with transformations that contain a comma (,) (server#13653) - Use warning background color & primary text color for setting warnings (server#13665) - Fix template paramter (server#13670) - Cache tokens when using swift's v2 authentication (server#13740) - Cleanup shared lock if changing to exclusive lock failed (server#13744) - Honor remember_login_cookie_lifetime (server#13758) - Fix integration of social sharing into the link popover menu (server#13761) - Respect user locale in natural sort comparator (server#13762) - Call proper function when fetching link shares in the breadcrumb view (server#13769) - Add acceptance tests for moving and copying files (server#13771) - Show proper default locale (server#13781) - Ignore non existing users when retrieving details of group members (server#13792) - Remove .css fileending from accessibility user css route (server#13793) - Add icon to restore activity (server#13794) - Fix long comment in dark theme (server#13804) - Bump bower from 1.8.4 to 1.8.8 in /build (server#13821) - Fix for high contrast theme (server#13852) - Always use multipart uploader for s3 uploads (server#13882) - Fix paged search with multiple bases (LDAP) (server#13884) - Fix dropping a folder on a folder row (server#13887) - Fix updating the password of a link share when passwords are enforced (server#13900) - Add fallback for trashbin original location (server#13904) - Allow shared versions again in legacy backend (server#13905) - Improve data directory write checking for NFS mounts (server#13906) - Clean pending 2FA authentication on password reset (server#13915) - Forward error message from password policy (server#13918) - Remove warning in case of external storage error (server#13920) - Handle mail send error gracefully (server#13930) - Bump pear/archive_tar from 1.4.3 to 1.4.5 (3rdparty#214) - Move to SCSS and fix app icon for dark theme (activity#338) - Fill screen in fullscreen mode for public videos. Fixes #77 (files_videoplayer#79) - Use target="_blank" and rel="noreferrer noopener" (firstrunwizard#105) - Fix notification documentation to reflect recent changes (notifications#258) - Update to 15.0.2 - Don't log parameters on user creation in case of error/exception (server#13479) - RemoveClassifiedEventActivity: check if calendar still exists (server#13506) - Broker: add timezone to CANCEL messages (3rdparty#196) - Update to 15.0.1 - Change doc link for 15 (server#12963) - Use strengthify.min on personal settings page (server#12984) - Use default cursor for disabled primary buttons (server#13007) - Better activities for systemtags that are removed by CLI (server#13029) - Ie11 compatibility updatenotifications (server#13076) - Fix exception on LDAP mapping during login (server#13119) - Fix SAML Client login flow on Apple devices (server#13123) - Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) - Prevent special characters from breaking the file drop remote url (server#13151) - Allow content provider to generate new Index (server#13155) - Make the footer "Get your own free account" translatable (server#13169) - Use a case insensitive search for email (server#13179) - Fix ie11 checkboxes (server#13206) - SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) - Files list not rendering if user has favorites navigation unfolded (server#13215) - Do not forgot to store the second displayname portion (server#13218) - Add default values when parsing account data (server#13252) - Fix opening search results for comments (server#13253) - Fetch lastInsertId only when id null (server#13278) - Add caching headers for public previews (server#13328) - Unbundle user_external to release it via appstore (server#13329) - Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) - Fix can change password check in case of encryption is enabled (server#13349) - Update the CRL (server#13352) - Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) - Re add the uploaded file list to file drops (server#13355) - Returns a 404 instead of exception if app is not installed - #13088 (server#13357) - Transpile arrow function for ie11 compatibility (server#13360) - IE fix for apps menu (server#13361) - Allow URI as data for vcard PHOTO (server#13366) - Throttle with correct metadata (server#13368) - Fix loginflow with apptoken enter on iOS (server#13370) - Register and show when an LDAP user was detected as unavailable/deleted (server#13372) - Fix apps menu overlapping (server#13404) - Use the real logger in the settings (server#13405) - CSP: Allow fonts to be provided in data (server#13411) - HttpClient getHeader can return empty string (server#13425) - Respect classification of calendar events in activity stream (server#13439) - Add support for boolean default (server#13444) - Show the repair steps and repair info output in the web for better feedback (server#13469) - Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) - Do not get the url from the download links (files_videoplayer#74) - Use proper slogan from theming app (firstrunwizard#94) - Update info.xml (firstrunwizard#96) - Update richObjectStringParser.js (notifications#245) - fix require php versions. - Update to 15.0.0 Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance. As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts or see: https://nextcloud.com/changelog/ - Use php7 in apache under suse_version >= 1500 now. - Fix warning for /.well-known/{caldav,carddav} in overview security & setup warning. - update to 14.0.4 - Allow overwrite.cli.url without trailing slash (server#11772) - Remove duplicate call to decodeURIComponent (server#11781) - Check for empty string (server#11783) - Add "Referrer-Policy" to htaccess file, addresses issue #11099 (server#11798) - Always query the lookup server in a global scale setup (server#11800) - Fix a case where "password_by_talk" was not a boolean (server#11851) - Add .l10nignore files for compiled assets (server#11925) - Properly escape column name in "createFunction" call (server#11929) - Allow userId to be null (server#11939) - Allow "same-origin" as "Referrer-Policy" (Backport to stable14) (server#11950) - Do not emit preHooks twice on non-part-storage (server#11961) - Filter null values for UserManager::getByEmail (server#11976) - Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11979) - Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js (server#11990) - Lazy open first source stream in assemblystream (server#11994) - Fix opening a section again in the Files app (server#11995) - Remove cookies from Clear-Site-Data Header (server#12005) - Forwarded ExpiredTokenException (server#12032) - Allow chunked uploads even if your quota is not sufficient (server#12040) - Improve encrypt all / decrypt all (server#12045) - Double check for failed cache with a shared storage (server#12108) - Implement the size of an assembly stream (server#12111) - Bring the browser window of an actor to the foreground when acting as him (server#12120) - Move acceptance tests that crash the PHP built-in server to Apache (server#12121) - Remove unneeded empty search attribute values, fixes #12086 (server#12122) - Fixes wrong variable usage (server#12137) - LDAP: announce display name changes so that addressbook picks it up (server#12141) - Bruteforce protection handling in combination with (server#12160) - Add global site selector as user back-end which doesn't support password confirmation (server#12184) - Do not set indeterminate state for file shares (server#12187) - Revert "Wait for cron to finish before running upgrade command" (server#12197) - Fix bug #12151: fix list formatting by correcting malformed html (server#12202) - A folder should get a folder mimetype (server#12297) - Use the proper server for the apptoken flow login (server#12299) - Do not log FileLock as exception (server#12300) - Set the filemodel before rending the detailsview (server#12301) - Disabled ldap fix (server#12331) - Fix - Add to favorites not working in IE11 (server#12339) - Remove arrow function for ie compatibility (server#12341) - Fix default types of activity event member variables (server#12353) - Suppress wrong audit log messages about failed login attempts (server#12372) - Add fix for IE11 flexbox height bug (server#12374) - Properly search the root of a shared external storage (server#12375) - Fix app update available check (server#12412) - Use nextcloud-password-confirmation (server#12416) - Fix IE rule for min width (server#12431) - Added cache override to ensure an always up-to-date accessibility css (server#12432) - Unique contraint and deadlock fixes for filecache and file_locks (server#12433) - Fix app menu calculation for random size of the right header (server#12440) - Fix missing quickaccess favorite folder on add (server#12441) - Fixes dav share issue with owner (server#12459) - Fix wrong share popover opening on share link (server#12482) - Only use width and opacity for transition (server#12492) - Forward object not found error in swift as dav 404 (server#12502) - Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12529) - Remove unused svg api route (server#12542) - Bearer tokens are app token (server#12545) - Handle permission in update of share better (server#12561) - Correctly restrict affected users when using command to send emails (activity#312) - Improve code blocks in markdown rendering (files_texteditor#121) - Properly escape column name in "createFunction" call (survey_client#85) - update to 14.0.3 - Fixes the apps menu scrollbar (server#11662) - Ignore "session_lifetime" if it can not be converted to a number (server#11761) - Normalize getUnjailedPath (server#11770) - changes from 14.0.2 - Fix contacts menu on mentions (server#11350) - Make the server ready to use global scale with SAML as auth back-end (server#11373) - Fix default flex shrink on list (server#11374) - Fixes the logo height (server#11385) - Do not explode when getting permissions from a FailedStorage (server#11389) - Do not hide the progress bar while the chunked upload is being assembled (server#11399) - Fix "checkWellKnownUrl" not being run (server#11418) - Add back the total used space per user (server#11425) - Fix invalid inline input confirm border (server#11426) - Center back the history icon (server#11430) - AssemblyStream is also eof if we have no more source stream (server#11436) - Re-enable upload button after updating Avatar (server#11451) - Fix typo in config.sample.php (server#11488) - Bugfix 2FA theme: buttons white (server#11489) - Update config and babel for ie11 (server#11490) - Only catch QueryException when trying to build class (server#11492) - Show auth type "None" in email settings (server#11493) - Fix public page footer link wrap (server#11510) - Fix share header text on small widths (server#11511) - Add missing compiled mimetype list (server#11516) - Fixes the move/copy picker buttons (server#11525) - Fix breadcrumbs (server#11530) - Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554) - Throw an error if a node is smaller than expected in assemblystream (server#11555) - Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556) - Fix header overflow, fix more apps menu, fix #11552 (server#11558) - Add new group entry on users list + fixes (server#11575) - Redirect guests to login if they follow the link of a comment mention-notifications (server#11577) - Force multiselect max-height to 5.5 items (server#11579) - Just update password hash without validating (server#11580) - Fix sticky header on users list (server#11582) - Fix header border on users list (server#11608) - Fix call to logger (server#11610) - Allow the creationg of previews of files stored in appdata (server#11703) - Update CRL due to changed cert for linkshareex (server#11706) - Fix a misleading setup check for .well-known/caldav & carddav (server#11738) - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101) - Hide footer in public share page (files_pdfviewer#103) - Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98) - update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) - Insert Referrer-Policy in nextcloud.conf - update to 14.0.0 No changelog from upstrem. Look instead here: https://github.com/nextcloud/server/compare/v13.0.6...v14.0.0 - update to 13.0.6 - Add sabre plugin to allow anonymous options requests to the dav root (server#10285) - Do scan the root storage in background scan (server#10376) - Adding test for table schedulingobjects and fixing postgres LOB (server#10552) - Fix transfering ownership of a share to user with same id as receiver (server#10565) - Make file cache updates more robust (server#10581) - Retry smb stat on timeout (server#10591) - Use insertIfNotExists to store new mimetypes. (server#10620) - Only warn about data lose on password reset if per-user keys are used (server#10646) - Update the scope of the lockdownmanager (server#10682) - Log entries that are hidden during file listing (server#10698) - Forgotten pass fix link (server#10735) - Fix comment style in config sample (server#10759) - Make sure error_log() always receives a string (server#10760) - Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761) - Use the path_hash instead of the path to query the filecache (server#10762) - Don't blame random people for background email updates (server#10763) - Resolve all group memberships properly (server#10783) - Remove unexecutable code (server#10816) - Improve URL detection (server#10821) - MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823) - Disallow negative mtime in dav search (server#10837) - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) - update to 13.0.4 - Allow setting notify credentials in environment (server#9788) - Make the token expiration also work for autocasting 0 (server#9803) - Enable caldav for webdav subtree public-calendars (server#9820) - This also fix security issues: - (boo#1100343, CVE-2018-3762) and (boo#1100344, CVE-2018-3761) - update to 13.0.3 - 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 🙇 (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) - update to 13.0.2 - 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) - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) - update to 13.0.0 Over 1100 changes were merged in the server, with many hundreds more in existing or new apps. The main improvements include: * Collaboration features - Nextcloud Talk, a private videoconference software integrated with Nextcloud - real-time and asynchronous communication with push notifications, calls and chat web and mobile devices - Integration in business workflow with calendar invitations and calls directly from Nextcloud Files - Screen and note sharing with participant moderation capabilities - 100% secure peer-to-peer, end-to-end encrypted calls, mediated by self-hosted server - auto-completion of user names in comments and notification to the mentioned user - support free/busy scheduling in native calendar applications like Thunderbird Lightning - show meeting invites in the calendar * End-to-End Encryption - can encrypt data on a per-folder level rather than all-or-nothing approach - does not require users to remember or exchange passwords - does not require re-uploading data upon sharing - features an optional off-line administrator recovery key - allows full audit logging - can be combined with our File Access Control feature so administrator can enforce aspects of End-to-end Encryption - protects from identity theft with our Cryptographic Identity Protection feature This feature is in Tech Preview for Nextcloud 13 and does not yet implement sharing. * User Interface - new way of selecting files - easy way to quickly copy or move to a location - High DPI support - admin menu integrated in one list - no limitation to file uploads via the web interface - user quota in the side bar - social sharing (Twitter, G+, Facebook, Diaspora) now features a preview - improved theming * Performance - decreased page load times with up to 50% and faster search - 80% faster LDAP and up to 10x faster external storage - Server-side Encryption performance largely improved See https://nextcloud.com/changelog/ - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. - upstream update to version 12.0.4 * Server Over 50 fixes were merged in the server. - Improve text: 'you have now' -> 'you now have (server#6464) - Fix initializing paged search under some circumstances (server#6502) - LDAP: simplify returning the homePath (server#6509) - Fix sharer name overlap with filename (server#6524) - Allow to close sidebar for text files (server#6525) - Fix quota new endpoint 12 (server#6527) - Pass new value to triggerChange (server#6528) - Throw 101 when an empty group string is provided (server#6547) - Contacts menu privacy (server#6554) - Add color-border variable (server#6649) - Do not stop on scss compilation failure (server#6661) - Don't pass User object when uid string is expected (server#6674) - Navigate to the root directory when showing the main filelist (server#6689) - Fix LDAP User deletion (cleanup) (server#6699) - Update aws sdk + s3 improvements (server#6737) - Dont run invalid path repair step when upgrading from 11.0.5.2 and later (server#6743) - Fix language when trying to change password (server#6751) - Fix postgresql tests (server#6792) - Also use configured 'cache_path' for new chunking (server#6814) - Set s3 part size to 500mb (server#6815) - Fix contacts menu for IE11 (server#6823) - Still trigger conflict resolution for existing entries when the curre (server#6847) - Propagate multipart upload exception when aborting upload (server#6855) - Allow to migrate from 10.0.3.3 (server#6878) - Timespan check (server#6896) - Do not log WebDAV maintenance mode exception (server#6908) - Don't reset quota (server#6910) - Backport of translation string fixes (server#6935) - Fix class name in exception logger plugin (server#6942) - Allow quota of 0 again (server#6943) - Fix uninitialized variable $this->params (server#6944) - Don't add a LIKE condition when it's not needed (server#6945) - Fix undefined offset warning when using '/' as external storage root (server#6946) - Fix page title not changed (server#6987) - Better readability for text on log in page which is directly on backgrounds (server#7028) - Translate Grant Access (server#7040) - Use fopen directly when reading objects from s3 (server#7079) - Improve mimetype detection for object storages (server#7081) - Fix seeking on object storage (server#7082) - Hide spinner for initial install (server#7095) - Ensure uid for calendar objects is unique (server#7096) - Revert "Only allow colons in db host for IPv6 addresses (server#7102) - Theme flow redirection page (server#7114) - Fix icon for security settings (server#7116) - If for some reason the json can't be decoded it is not cached (server#7118) - Improve performance of UserMountCache with external storage folders (server#7120) - {J,CS}SResourceLocator: account for symlinks in app path (server#7170) - Fix s3 download and touch (server#7186) - Touch opertation on object storage, don't create the file cache entry to early (server#7207) - Allow migration from upcoming 10.0.4 ownCloud release (server#7245) - CSSResourceLocator: handle SCSS in apps outside root (server#7257) - only replace permission popupmenu (server#7259) - Fix accesslist when a user has an ID only containting 0-9 (server#7262) - Update CRL due to files_frommail (server#7277) - Only in case of $currentAccess the array uses the id as index (server#7328) * Other - Add aws sdk (3rdparty#69) - Don't send emails to disabled users (activity#202) - Add an option to disable emails completly (activity#206) - Make sure the mountPoint property is public before using it (files_accesscontrol#79) - Allow to playback m4v files (files_videoplayer#43) - Fix notifications order (notifications#93) - upstream update to version 12.0.3 Nextcloud 12.0.3 delivers a lot of enhancements in various areas including: - A number of improvements to email notification templates - 2FA enhancements - Smarter LDAP password handling - File Drop and upload-in-general updates - A performance improvement handling large files See https://nextcloud.com/changelog/#latest12 Details: https://github.com/nextcloud/server/pulls?q=is%3Apr+milestone%3A%22Nextcloud+12.0.3%22+is%3Aclosed - upstream update to version 12.0.2 * Server - Minor bugfix release - upstream update to version 12.0.1 So many changes. See https://nextcloud.com/changelog/#latest12 - unneeded git-files should not be remove, otherwise it throw integrity check failure in some situations. - upstream update to version 12.0.0 no changelog from upstream at this time See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed - fix boo#1036756: package security issue - upstream update to version 11.0.3 * Server - Use the correct principal for shared addressbooks (server/3608) - Fix saving backup codes by using a correct data uri (server/3652) - Update icewind/streams to 0.5.2 (server/32931) - Fix string comparison and return docs (server/3665) - Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs (server/3658) - Use a proper date format for transfer ownership (server/3700) - DAV sharing permissions should not depend on the order (server/3722) - Add new user agent of windows 10 dav backend (server/37641) - Add back appstoreenabled config switch (server/37671) - Call right function after sudo mode (server/3820) - Dont allow empty wildcard search (server/3842) - Remove single quotes around search query like in user search (server/3849) - Fix mimetype detection on public uploads for the workflow engine (server/3765) - Fix branding and show Nextcloud (server/39691) - Fix reshare with user activity message (server/39812) - Create correct VCard and return correct error codes (server/4029) - Prevent migration from ownCloud 10 to Nextcloud 11 (server/34151) - Make sure transparency is an integer when saving a calendar (server/4167) - Make public links work with master key (server/42071) - Don't try to render the avatars if avatars are disabled (server/4214) - Reduce error message text (server/42281) - Don't list on public calendar endpoints (server/4229) - Fix upload of folders in Chrome (server/4154) - Make sure blob columns are correctly converted as parameters (server/4233) - Save the scope of an auth token in the session (server/4225) - Take share by mail into consideration if we calculate the access list (server/4242) - Also add the root of external storages to the file id list (server/4237) - Fix LDAP description (server/42382) - Remove the double password confirmation on changing cron (server/4236) - Fix scheduling plugin on legacy caldav endpoint (server/4235) - Directly fix invalid values of DTEND and DTSTART (server/4234) - Make JobList::next() lock free (server/4254) - Don't remove owner property for public calendars (server/4272) - Add capabilities for share by mail (server/42511) - Dont use the permissions mask while scanning (server/4278) - Add missing maintenance plugin to new DAV endpoint (server/4290) - Fix bug with shared_by for own calendars if shared (server/4301) - Translation string corrected > 1 user (server/4377) * Activity - Fix activities for "Files drop" on external storages (activity/118) * User_SAML - Bump to php-saml 2.10.5 (user_saml/1001) * Logreader - Small screen layout improvements (logreader/2bcd915969386ceb77c7f91dfd5fc19fd3212346 - Fix log filtering (logreader/4095dfc62dcceb3c59a3f581baa5589737d0e6f3) - Greatly speedup log iteration (logreader/71a4c6849641f821e80d96674c57a69fe7a8aa9e) - Search more rows (logreader/b9d00b5599ac8a76862895266f1c23096391aad8) - Stop iterating if we dont have a valid file handle (logreader/a87a8e653ecae5efef6342e645b98f2878219c87) - Don't return a LogIterator on a broken handle (logreader/39069108f99d463b1cb8bc944f3ef24324b9f43d) - More robust log iteration (logreader/c0eb04d55bf1dee94ef523dae0e3b0e6afc272a6) - Use proper iso date format (logreader/13a31181a6d72d084797a71f49f2c5edee8c8dae) - Automatically try to fix some common escape errors from copy-pasted log entries (logreader/031db2a7f9b9f8cee42acf6eae7d993d31d4660a) - Fix stack trace parsing of incorrectly escaped logentries (logreader/538667770edfdd48374ef33e9c15498ed98ece60) - Highlight entries from the same request when clicking on an entry (logreader/2d1ccd0e4cca32220fcbe0b4d79d1cd23f0e73a5) - Fix copy paste info searchfield (logreader/0e91b2f46649a720feb7c3b6b8266b8657db5574) - Fix reset search after 0 results (logreader/50bec8ecf7edd81cfb96a35089283c0d879b41f3) - Allow searching for requestId and user (logreader/7f84e55bb4a1e4086ab0918a6bf58ad3885bbd91) - Allow searching in url (logreader/7833d97cf85fd351d2f7550d67d21bd0c2a815f4) - Fix infinite scroll (logreader/cbe874c6c068b9156ad8456edf31d112da40cbc9) - Dont show loading indicator if we already have entries (logreader/d26a08dc0540126177e8d20c3e243b44c5a399c4) * Gallery - Fix upload after core changes (gallery/b4ac4429841cfe2b7ea260dfb37fcde25580143c2) - Update JavaScript libraries (gallery/247) - Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. - upstream update to version 11.0.2 * Server - Use login name to fix password confirm with ldap users (server/2953) - Change the row-format before changing the collation (server/3063) - Generate correct path for owner and use the display name (server/3080) - Markdown support for app descriptions (server/3117) - Fix style in comment (server/3143) - Escape the name for the jquery selector (server/3138) - Define spreed calls (server/3115) - LDAP Backend OCS Api (server/3213) - Fix Sharing app description (server/3397) - Fix shared-as-busy events for owner (server/3363) - Use correct theming when returning the defaults (server/3399) - Filter out sensitive appconfig values (server/3400) - Add transifex config for sharebymail (server/3423) - Update the email in the accounts table as well (server/3411) - Don't log the password on confirmPassword when LDAP throws an exception (server/3414) - Make sure ownCloud 8.2 activities also can get displayed (server/3412) - Popovermenu backport (server/3286) - Set vendor during install (server/3426) - Make sure the file information is available when sending the email (server/3433) - Add profile data to provisioning api (server/3259) - Fix detection of the new iOS app (server/3431) - Add integration tests for legacy DAV endpoints (server/3445) - Make sure invalid images don't flood the log file (server/3440) - Fix printing backup code (server/3510) - Fix cookie name (nctoken instead of octoken) (server/3511) - LDAP's checkPassword should only catch when a user was not found (server/3493) - Return unknown free space from nullstorage (server/3508) - Fix for address book data lost when any user receiving a share is deleted (server/3499) - Rename database password toggle (server/3500) - Popovermenu files css fix (server/3494) - Add screensharing icon (server/3481) - Fix misleading wording: searching is affected, not user access (server/3560) - Backport of Fix Broken UUID Attribute Detection (server/3528) * Activity - Make sure integer like names are still strings (activity/103) - Fix activities for public uploads (activity/113) - Show the parent as target when the file was not renamed (activity/114) - Fix activities for "Files drop" on external storages (activity/118) * SAML & SSO - Setup account later (user_saml/79) * Serverinfo - Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77) - Don't throw an error when /proc/meminfo is not readable (serverinfo/76) * Survey_Client - Fix problem when checking size with dash in DB name (survey_client/50) - Add php-openssl dependency - upstream update to version 11.0.1 - upstream update to version 11.0.0 - upstream update to version 10.0.1 - upstream update to version 10.0.0 - update spec file * osc service localrun format_spec_file * update Source with full URL * simplify deps mainly for openSUSE - enable HSTS to prevent the warning "The Strict-Transport-Security HTTP header is not configured" in admin-page - turn maintenance:mode off after upgrade - upstream update to version 9.0.53 (bsc#989998) - make apache_secure_data more restrictiver - add missing .user.ini - move README and README.SELinux to docdor to fix message code integrity check - upstream update to version 9.0.52 - initial build nextcloud 9.0.51 OBS-URL: https://build.opensuse.org/request/show/698163 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=81
2019-04-26 12:54:57 +02:00
# Recommend for specific apps:
Recommends: php-exif
Recommends: php-gmp
# For enhanced server performance:
Recommends: php-APCu
Recommends: php-bcmath
# For preview generation:
Recommends: php-imagick
Recommends: php-ffmpeg
#Recommends: libreoffice
# For command line processing:
Recommends: php-pcntl
%description
Nextcloud is a suite of client-server software for creating file
hosting services and using them.
%package apache
Summary: Apache configuration for %{name}
Group: Productivity/Networking/Web/Utilities
BuildRequires: apache2 >= 2.4
Requires: %{name} = %{version}
Requires: apache2
Accepting request 1134620 from home:ecsos:server - Update to 28.0.1 - Fix npm audit (activity#1437) - Fix missing parameters when type is not “known” (activity#1469) - Fix: Allow older app values to be set (logreader#1079) - Fix(mail): Fix mail handling when force_language is true or false (notifications#1744) - Fix(push): Allow apps to provide already parsed notifications (notifications#1754) - Catch and log error thrown while parsing dates from metadata (photos#2194) - Fix: Adjust favorite icon to be accessible (photos#2197) - Fix TypeError with invalid coordinates (fix #2187) (photos#2207) - Fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english (server#42106) - Comment legacy file_metadata table migrations (server#42108) - Enh(settings): Set main page heading (server#42125) - Fix(a11y): Unified search headings (server#42131) - Fix(caldav): don’t reuse query builder objects (server#42152) - Fix(dav): Prevent out-of-office event time drifts (server#42166) - Fix(security): Update CA certificate bundle (server#42190) - Feat(settings): add occ commands to handle admin delegation (server#42201) - Wrap metadata generation in try/catch (server#42263) - Fix(files): Conditionally add drag handlers (server#42277) - Fix(UnifiedSearch): Drop title prop (server#42278) - Feat(files): add batch support to copy-move (server#42279) - Fix(files): navigation exact (server#42282) - Fix(files): Partly revert 32c1aeb and show correct quota again (server#42293) - Fix: Ensure correct max contrast color is used when blurred background is used (server#42294) - Enh(oauth2): allowed toggling of aria label (server#42295) - Fix(dashboard): changed h3 elements to h2 (server#42296) - Fix(files): fix download file encoded source (server#42302) - Fix(joblist): also reset last_run timestamp on updating an existing job (server#42316) - Fix(ooo): add new ooo status with new emoji (server#42351) - Don’t query oc_properties for metadata props (server#42357) - Add global accessibility switch (server#42371) - Use FileInfo’s metadata for hidden prop (server#42378) - Fix(userstatus): set user status to ‘In a meeting’ if calendar is busy (server#42380) - Update crl after revoke rides.csr (server#42400) - Fix(dav): undeclared `$cache` property (server#42423) - Disable image editor if accessibility switch is off (viewer#2102) - Update to 28.0.0 Too many changes. See instead: https://nextcloud.com/changelog/#28-0-0 OBS-URL: https://build.opensuse.org/request/show/1134620 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=223
2023-12-22 13:27:23 +01:00
Requires: mod_php_any < 8.4.0
Requires: mod_php_any >= 8.0.0
Supplements: packageand(apache2:%name)
%description apache
This subpackage contains the Apache configuration files
%prep
%setup -q -n %{name}
cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .
### Don't remove git files!!
### git files should not be removed, otherwise nextcloud rise up integrity check failure in some situations.
###
## delete unneeded gitfiles
#rm -r `find . -name ".gitignore" -or -name ".gitkeep" -or -name ".github"`
## remove entries in signature.json to prevent integrity check failure
#find . -iname signature.json \
# -exec sed -i "/\/.gitignore\": ./d" "{}" \; \
# -exec sed -i "/\/.gitkeep\": ./d" "{}" \; \
# -exec sed -i "/\/.github\": ./d" "{}" \;
#rm -f 3rdparty/symfony/debug/Resources/ext/*.{c,h}
%build
%install
# no server side java code contained, alarm is false
idir=$RPM_BUILD_ROOT/%{apache_myserverroot}/%{name}
mkdir -p $idir
mkdir -p $idir/data
mkdir -p $idir/search
cp -aRf * $idir
cp -aRf .htaccess $idir
cp -aRf .user.ini $idir
# $idir/l10n to disappear in future
#rm -f $idir/l10n/l10n.pl
if [ ! -f $idir/robots.txt ]; then
Accepting request 569360 from home:ecsos:server - update to 12.0.5 Many fixes were merged, the most important ones include: - #7144 Unlock files even if an exception occurs - #7322 Set primary action button color to same as theming color - #7323 Use the correct root for shared jail when the source storage is also a jail - #7353 Fix translation of federation scope menu - #7362 Allow to skip data dir permission checks - #7407 Check if owner of share exists - #7409 Add retry wrapper when reading files from swift - #7451 Fix constructor spy in unit test with Sinon 4.1.3 - #7455 Remove wrong entry in admin_settings that causes 500 - #7456 CardDAV convertor check should not be to wide - #7457 Fix loading icon position in the app menu - #7464 Allow getting the filepath when getting cached mounts - #7468 Allow 'Nextcloud' in the user agent string of Android - #7558 Fix email buttons for white theme - #7567 Respect sharing options when searching for Sharees - #7568 Fix duplicate session token after remembered login - #7577 Check userExists later, saves lookups for appData_INSTANCEID userids - #7672 Added additional methods for removal of sensitive info - #7688 Fix scss webroot and url rewrite - #7717 Throw ServerNotAvailableException when LDAP is caught shutting down - #7666 Fix drag shadow not visible when dragging a file on a narrow screen - #7674 Do no run SyncJob in cron - #7684 Fix inverted app icons on IE11 - #7694 Don't attempt to translate login names to uids when uids are provided - #7708 Don't show recurring msg when pages result was turned off - #7742 Hide favourite icon in details view if favourite action is not available - #7745 Don't lie about preview types - #7747 Update of composer - #7758 add option to use legacy v2 auth with s3 - #7759 Use correct L10N files for jsconfig - #7757 Wait for the shared link to be set in the acceptance tests - gallery/#349 Fix date picker not visible in slideshow sharing dialog - activity/#229 Properly construct path of root on file rename - #7770 Fix SCSS processing when undoing theming values - #7774 Update icewind/smb to 2.0.3 - #7777 Set height for sidebar icons - #7779 Improve zip support - #7786 Return correct mount type for federated shares - #7792 Fix empty details view after renaming a file - #7817 Fix preview when theming changes invertion of icons - #7821 Log full exception in cron instead of only the message - #7888 Keep all shipped apps enabled because they should be okay - #7962 update icewind/smb to 2.0.4 OBS-URL: https://build.opensuse.org/request/show/569360 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=29
2018-01-24 18:27:47 +01:00
install -p -D -m 644 %{SOURCE5} $idir/robots.txt
fi
# create the AllowOverride directive
install -p -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
ocpath="%{apache_myserverroot}/%{name}"
sed -i -e"s|@DATAPATH@|${ocpath}|g" $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
# not needed for distro packages
rm -f ${idir}/indie.json
%if 0%{?suse_version}
# link duplicate doc files
%fdupes -s $RPM_BUILD_ROOT/%{apache_myserverroot}/%{name}
%endif
# CronJob
install -d -m 0755 %{buildroot}%{_sysconfdir}/cron.d
install -D -m 0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/cron.d/%{name}
install -D -m 0644 %{SOURCE11} %{buildroot}%{_unitdir}/%{name}-cron.service
install -D -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}-cron.timer
sed -i -e"s|@APACHE_USER@|%{apache_user}|g" %{buildroot}%{_sysconfdir}/cron.d/%{name}
sed -i -e"s|@APACHE_MYSERVERROOT@|%{apache_myserverroot}|g" %{buildroot}%{_sysconfdir}/cron.d/%{name}
sed -i -e"s|@APACHE_USER@|%{apache_user}|g" %{buildroot}%{_unitdir}/%{name}-cron.service
sed -i -e"s|@APACHE_MYSERVERROOT@|%{apache_myserverroot}|g" %{buildroot}%{_unitdir}/%{name}-cron.service
mkdir -p %{buildroot}%{_sbindir}
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-cron
%pre
%service_add_pre %{name}-cron.timer %{name}-cron.service
# avoid fatal php errors, while we are changing files
# https://github.com/nextcloud
#
# We don't do this for new installs. Only for updates.
# If the first argument to pre is 1, the RPM operation is an initial installation. If the argument is 2,
# the operation is an upgrade from an existing version to a new one.
if [ $1 -gt 1 -a ! -s %{statedir}/apache_stopped_during_nextcloud_install ]; then
echo "o %{name} pre-install: Checking for running Apache"
# FIXME: this above should make it idempotent -- a requirement with openSUSE.
# it does not work.
%if 0%{?suse_version} && 0
service apache2 status | grep running > %{statedir}/apache_stopped_during_nextcloud_install
service apache2 stop
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
service httpd status | grep running > %{statedir}/apache_stopped_during_nextcloud_install
service httpd stop
%endif
fi
if [ -s %{statedir}/apache_stopped_during_nextcloud_install ]; then
echo "o %{name} pre-install: Stopping Apache"
fi
if [ $1 -eq 1 ]; then
Accepting request 910354 from home:ecsos:server - Update to 22.1.0 - Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration (server#27654) - Bump vue and vue-template-compiler (server#27658) - Bump vue-router from 3.5.1 to 3.5.2 (server#27659) - Ignore subdomain for soa queries (server#27825) - Fix in locking cache check (server#27826) - Fixes recursion count incrementation (server#27848) - Make search popup usable on mobile, too (server#27856) - Cache images on browser (server#27861) - Fix add group button (server#27878) - Fix dark theme on public link shares (server#27889) - Make user status usable on mobile (server#27898) - Check if dns_get_record returns non-false (server#27925) - Correctly skip suppressed errors in PHP 8.0 (server#27938) - Fix newfileMenu on public page (server#27942) - Do not escape display name in dashboard welcome text (server#27944) - Fix svg icons disapearing in app navigation when text overflows (server#27957) - Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration" (server#27959) - Also hide group from direct matches (server#27964) - Show registered breadcrumb detail views in breadcrumb menu (server#27966) - Fix regression in file sidebar (server#27974) - Allow to get a local cloud id without going through the contacts manager (server#27979) - Multiple Emails UI and Integration (server#28001) - Improve notcreatable permissions hint (server#28008) - Some multiselect design fixes (server#28011) - Only display supported email scopes (server#28014) - Update CRL due to revoked twofactor_nextcloud_notification.crt (server#28016) - Increase footer height for longer menus (server#28043) - Add titleTooltip to sidebar (server#28047) - Mask password for Redis and RedisCluster on connection failure (server#28053) - Fix missing theming for login button (server#28061) - Improve Emails UX (server#28071) - Fix overlapping of elements in certain views (server#28073) - Disable HEIC image preview provider for performance concerns (server#28079) - Improve provider check (server#28085) - Sanitize more functions from the encryption app (server#28089) - Hide download button for public preview of audio files (server#28093) - Fix dark theme in file exists dialog (server#28109) - Support redis user password auth and tls encryption (server#28112) - Bump @babel/core from 7.14.3 to 7.14.8 (server#28121) - Let memory limit set in tests fit the used amount (server#28123) - Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (server#28126) - Allow empty Redis config (server#28131) - Add an option to the multiple files selected actions to add and remov… (server#28135) - Bump css-vars-ponyfill from 2.4.3 to 2.4.5 (server#28149) - Make sure that the dav propfind plugins always use the proper user id (server#28152) - Admin Audit - Sharing: createShare - report the full path (server#28167) - Fix sort function of files multiple selection actions (server#28168) - User management - Add icon to user groups (server#28170) - Bump @babel/preset-env from 7.14.7 to 7.14.8 (server#28177) - Bump sass from 1.35.1 to 1.35.2 (server#28179) - Bump autosize from 4.0.2 to 4.0.4 (server#28181) - Fix variable override in file view (server#28193) - Fix comments file action sidebar opening (server#28197) - Set openfile params when following internal links (server#28215) - Fix Files breadcrumbs being hidden even if there is enough space (server#28222) - Dont apply jail search filter is on the root (server#28228) - Fix missing label of Search function (server#28244) - Add missing order attribute to tag multiselect action (server#28247) - Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.5 in /build/integration (server#28269) - Bump css-loader from 5.2.6 to 5.2.7 (server#28270) - Bump css-vars-ponyfill from 2.4.5 to 2.4.6 (server#28272) - Bump regenerator-runtime from 0.13.7 to 0.13.9 (server#28273) - Fix "Enable notification emails" (activity#611) - Show add, del and restored files within by and self filter (activity#614) - Only call getCloudId if needed (activity#618) - Link from app-navigation-settings to personal settings (activity#623) - Remove echo (circles#688) - Returns files shared to Personal (circles#698) - Make cs-fix/cs-check (circles#699) - Cs fix (circles#700) - Backport of 704 (circles#708) - Avoid timeout on check (circles#709) - Better probe (circles#714) - Removing hidden flag by default (circles#717) - Generate probe if needed (circles#719) - Adding unified search (circles#721) - Detect source of search (circles#724) - Remove root circles from search for new members (circles#727) - Sending mail on new shares (circles#729) - GetDefinition (circles#732) - Cloud_force_base (circles#737) - Fixing notification and mails (circles#738) - Remote inherited and memberships (circles#740) - Sendmail on new fileshare (circles#741) - Fix phpdoc+lint (circles#742) - Better display of mail addresses (circles#744) - Limit non-local circles as members of local circles (circles#747) - Local stays local (circles#749) - Local circles starts local (circles#751) - Throw instead of doing nothing (circles#754) - Send mails to inherited members on GS (circles#755) - Optional details on Link (circles#757) - Include and config path in loopback (circles#759) - Cleaning old code (circles#761) - Migration to 22.1.0 - child shares (circles#762) - Fix pdfviewer design (files_pdfviewer#445) - Include version number in firstrunwizard (firstrunwizard#568) - Remove timeout of browser notifications (notifications#1049) - Some Design fixes (text#1711) - Unify error responses and add logging where appropriate (text#1717) - Bump eslint-plugin-import from 2.23.3 to 2.23.4 (text#1734) - Bump @babel/core from 7.14.3 to 7.14.6 (text#1739) - Fix: rich workspaces overlap with new file dropdown (text#1769) - Azul/fix links 1676 (text#1775) - Extend mimetypes for direct editing (text#1781) - Bump @vue/test-utils from 1.2.1 to 1.2.2 (text#1792) - Make occ command return an integer as return code (text#1797) - Custom input rule to add first character after bullet (Backport #1798) (text#1806) - Fix: cypress icon close selector (text#1808) - Disable header timeout on mobile (viewer#977) OBS-URL: https://build.opensuse.org/request/show/910354 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=154
2021-08-05 17:48:06 +02:00
echo "o %{name} pre-install: First install starting"
else
Accepting request 910354 from home:ecsos:server - Update to 22.1.0 - Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration (server#27654) - Bump vue and vue-template-compiler (server#27658) - Bump vue-router from 3.5.1 to 3.5.2 (server#27659) - Ignore subdomain for soa queries (server#27825) - Fix in locking cache check (server#27826) - Fixes recursion count incrementation (server#27848) - Make search popup usable on mobile, too (server#27856) - Cache images on browser (server#27861) - Fix add group button (server#27878) - Fix dark theme on public link shares (server#27889) - Make user status usable on mobile (server#27898) - Check if dns_get_record returns non-false (server#27925) - Correctly skip suppressed errors in PHP 8.0 (server#27938) - Fix newfileMenu on public page (server#27942) - Do not escape display name in dashboard welcome text (server#27944) - Fix svg icons disapearing in app navigation when text overflows (server#27957) - Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration" (server#27959) - Also hide group from direct matches (server#27964) - Show registered breadcrumb detail views in breadcrumb menu (server#27966) - Fix regression in file sidebar (server#27974) - Allow to get a local cloud id without going through the contacts manager (server#27979) - Multiple Emails UI and Integration (server#28001) - Improve notcreatable permissions hint (server#28008) - Some multiselect design fixes (server#28011) - Only display supported email scopes (server#28014) - Update CRL due to revoked twofactor_nextcloud_notification.crt (server#28016) - Increase footer height for longer menus (server#28043) - Add titleTooltip to sidebar (server#28047) - Mask password for Redis and RedisCluster on connection failure (server#28053) - Fix missing theming for login button (server#28061) - Improve Emails UX (server#28071) - Fix overlapping of elements in certain views (server#28073) - Disable HEIC image preview provider for performance concerns (server#28079) - Improve provider check (server#28085) - Sanitize more functions from the encryption app (server#28089) - Hide download button for public preview of audio files (server#28093) - Fix dark theme in file exists dialog (server#28109) - Support redis user password auth and tls encryption (server#28112) - Bump @babel/core from 7.14.3 to 7.14.8 (server#28121) - Let memory limit set in tests fit the used amount (server#28123) - Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (server#28126) - Allow empty Redis config (server#28131) - Add an option to the multiple files selected actions to add and remov… (server#28135) - Bump css-vars-ponyfill from 2.4.3 to 2.4.5 (server#28149) - Make sure that the dav propfind plugins always use the proper user id (server#28152) - Admin Audit - Sharing: createShare - report the full path (server#28167) - Fix sort function of files multiple selection actions (server#28168) - User management - Add icon to user groups (server#28170) - Bump @babel/preset-env from 7.14.7 to 7.14.8 (server#28177) - Bump sass from 1.35.1 to 1.35.2 (server#28179) - Bump autosize from 4.0.2 to 4.0.4 (server#28181) - Fix variable override in file view (server#28193) - Fix comments file action sidebar opening (server#28197) - Set openfile params when following internal links (server#28215) - Fix Files breadcrumbs being hidden even if there is enough space (server#28222) - Dont apply jail search filter is on the root (server#28228) - Fix missing label of Search function (server#28244) - Add missing order attribute to tag multiselect action (server#28247) - Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.5 in /build/integration (server#28269) - Bump css-loader from 5.2.6 to 5.2.7 (server#28270) - Bump css-vars-ponyfill from 2.4.5 to 2.4.6 (server#28272) - Bump regenerator-runtime from 0.13.7 to 0.13.9 (server#28273) - Fix "Enable notification emails" (activity#611) - Show add, del and restored files within by and self filter (activity#614) - Only call getCloudId if needed (activity#618) - Link from app-navigation-settings to personal settings (activity#623) - Remove echo (circles#688) - Returns files shared to Personal (circles#698) - Make cs-fix/cs-check (circles#699) - Cs fix (circles#700) - Backport of 704 (circles#708) - Avoid timeout on check (circles#709) - Better probe (circles#714) - Removing hidden flag by default (circles#717) - Generate probe if needed (circles#719) - Adding unified search (circles#721) - Detect source of search (circles#724) - Remove root circles from search for new members (circles#727) - Sending mail on new shares (circles#729) - GetDefinition (circles#732) - Cloud_force_base (circles#737) - Fixing notification and mails (circles#738) - Remote inherited and memberships (circles#740) - Sendmail on new fileshare (circles#741) - Fix phpdoc+lint (circles#742) - Better display of mail addresses (circles#744) - Limit non-local circles as members of local circles (circles#747) - Local stays local (circles#749) - Local circles starts local (circles#751) - Throw instead of doing nothing (circles#754) - Send mails to inherited members on GS (circles#755) - Optional details on Link (circles#757) - Include and config path in loopback (circles#759) - Cleaning old code (circles#761) - Migration to 22.1.0 - child shares (circles#762) - Fix pdfviewer design (files_pdfviewer#445) - Include version number in firstrunwizard (firstrunwizard#568) - Remove timeout of browser notifications (notifications#1049) - Some Design fixes (text#1711) - Unify error responses and add logging where appropriate (text#1717) - Bump eslint-plugin-import from 2.23.3 to 2.23.4 (text#1734) - Bump @babel/core from 7.14.3 to 7.14.6 (text#1739) - Fix: rich workspaces overlap with new file dropdown (text#1769) - Azul/fix links 1676 (text#1775) - Extend mimetypes for direct editing (text#1781) - Bump @vue/test-utils from 1.2.1 to 1.2.2 (text#1792) - Make occ command return an integer as return code (text#1797) - Custom input rule to add first character after bullet (Backport #1798) (text#1806) - Fix: cypress icon close selector (text#1808) - Disable header timeout on mobile (viewer#977) OBS-URL: https://build.opensuse.org/request/show/910354 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=154
2021-08-05 17:48:06 +02:00
echo "o %{name} pre-install: Upgrade starting ..."
fi
# https://github.com/nextcloud
if [ -x %{ocphp_bin}/php -a -f %{nc_dir}/occ ]; then
echo "o %{name} pre-install: occ maintenance:mode --on"
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ maintenance:mode --on" || true
echo yes > %{statedir}/occ_maintenance_mode_during_nextcloud_install
fi
%post
%service_add_post %{name}-cron.timer %{name}-cron.service
if [ $1 -eq 1 ]; then
%if 0%{?suse_version}
%if 0%{?sle_version} >= 150400 || 0%{?suse_version} > 1500
a2enmod php8
%else
a2enmod php7
%endif
%endif
fi
if [ -s %{statedir}/apache_stopped_during_nextcloud_install ]; then
echo "o %{name} post-install: Restarting Apache"
## If we stopped apache in pre section, we now should restart. -- but *ONLY* then!
## Maybe delegate that task to occ upgrade? They also need to handle this, somehow.
%if 0%{?suse_version}
service apache2 start
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
service httpd start
%endif
fi
if [ -s %{statedir}/occ_maintenance_mode_during_nextcloud_install ]; then
Accepting request 910354 from home:ecsos:server - Update to 22.1.0 - Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration (server#27654) - Bump vue and vue-template-compiler (server#27658) - Bump vue-router from 3.5.1 to 3.5.2 (server#27659) - Ignore subdomain for soa queries (server#27825) - Fix in locking cache check (server#27826) - Fixes recursion count incrementation (server#27848) - Make search popup usable on mobile, too (server#27856) - Cache images on browser (server#27861) - Fix add group button (server#27878) - Fix dark theme on public link shares (server#27889) - Make user status usable on mobile (server#27898) - Check if dns_get_record returns non-false (server#27925) - Correctly skip suppressed errors in PHP 8.0 (server#27938) - Fix newfileMenu on public page (server#27942) - Do not escape display name in dashboard welcome text (server#27944) - Fix svg icons disapearing in app navigation when text overflows (server#27957) - Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration" (server#27959) - Also hide group from direct matches (server#27964) - Show registered breadcrumb detail views in breadcrumb menu (server#27966) - Fix regression in file sidebar (server#27974) - Allow to get a local cloud id without going through the contacts manager (server#27979) - Multiple Emails UI and Integration (server#28001) - Improve notcreatable permissions hint (server#28008) - Some multiselect design fixes (server#28011) - Only display supported email scopes (server#28014) - Update CRL due to revoked twofactor_nextcloud_notification.crt (server#28016) - Increase footer height for longer menus (server#28043) - Add titleTooltip to sidebar (server#28047) - Mask password for Redis and RedisCluster on connection failure (server#28053) - Fix missing theming for login button (server#28061) - Improve Emails UX (server#28071) - Fix overlapping of elements in certain views (server#28073) - Disable HEIC image preview provider for performance concerns (server#28079) - Improve provider check (server#28085) - Sanitize more functions from the encryption app (server#28089) - Hide download button for public preview of audio files (server#28093) - Fix dark theme in file exists dialog (server#28109) - Support redis user password auth and tls encryption (server#28112) - Bump @babel/core from 7.14.3 to 7.14.8 (server#28121) - Let memory limit set in tests fit the used amount (server#28123) - Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (server#28126) - Allow empty Redis config (server#28131) - Add an option to the multiple files selected actions to add and remov… (server#28135) - Bump css-vars-ponyfill from 2.4.3 to 2.4.5 (server#28149) - Make sure that the dav propfind plugins always use the proper user id (server#28152) - Admin Audit - Sharing: createShare - report the full path (server#28167) - Fix sort function of files multiple selection actions (server#28168) - User management - Add icon to user groups (server#28170) - Bump @babel/preset-env from 7.14.7 to 7.14.8 (server#28177) - Bump sass from 1.35.1 to 1.35.2 (server#28179) - Bump autosize from 4.0.2 to 4.0.4 (server#28181) - Fix variable override in file view (server#28193) - Fix comments file action sidebar opening (server#28197) - Set openfile params when following internal links (server#28215) - Fix Files breadcrumbs being hidden even if there is enough space (server#28222) - Dont apply jail search filter is on the root (server#28228) - Fix missing label of Search function (server#28244) - Add missing order attribute to tag multiselect action (server#28247) - Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.5 in /build/integration (server#28269) - Bump css-loader from 5.2.6 to 5.2.7 (server#28270) - Bump css-vars-ponyfill from 2.4.5 to 2.4.6 (server#28272) - Bump regenerator-runtime from 0.13.7 to 0.13.9 (server#28273) - Fix "Enable notification emails" (activity#611) - Show add, del and restored files within by and self filter (activity#614) - Only call getCloudId if needed (activity#618) - Link from app-navigation-settings to personal settings (activity#623) - Remove echo (circles#688) - Returns files shared to Personal (circles#698) - Make cs-fix/cs-check (circles#699) - Cs fix (circles#700) - Backport of 704 (circles#708) - Avoid timeout on check (circles#709) - Better probe (circles#714) - Removing hidden flag by default (circles#717) - Generate probe if needed (circles#719) - Adding unified search (circles#721) - Detect source of search (circles#724) - Remove root circles from search for new members (circles#727) - Sending mail on new shares (circles#729) - GetDefinition (circles#732) - Cloud_force_base (circles#737) - Fixing notification and mails (circles#738) - Remote inherited and memberships (circles#740) - Sendmail on new fileshare (circles#741) - Fix phpdoc+lint (circles#742) - Better display of mail addresses (circles#744) - Limit non-local circles as members of local circles (circles#747) - Local stays local (circles#749) - Local circles starts local (circles#751) - Throw instead of doing nothing (circles#754) - Send mails to inherited members on GS (circles#755) - Optional details on Link (circles#757) - Include and config path in loopback (circles#759) - Cleaning old code (circles#761) - Migration to 22.1.0 - child shares (circles#762) - Fix pdfviewer design (files_pdfviewer#445) - Include version number in firstrunwizard (firstrunwizard#568) - Remove timeout of browser notifications (notifications#1049) - Some Design fixes (text#1711) - Unify error responses and add logging where appropriate (text#1717) - Bump eslint-plugin-import from 2.23.3 to 2.23.4 (text#1734) - Bump @babel/core from 7.14.3 to 7.14.6 (text#1739) - Fix: rich workspaces overlap with new file dropdown (text#1769) - Azul/fix links 1676 (text#1775) - Extend mimetypes for direct editing (text#1781) - Bump @vue/test-utils from 1.2.1 to 1.2.2 (text#1792) - Make occ command return an integer as return code (text#1797) - Custom input rule to add first character after bullet (Backport #1798) (text#1806) - Fix: cypress icon close selector (text#1808) - Disable header timeout on mobile (viewer#977) OBS-URL: https://build.opensuse.org/request/show/910354 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=154
2021-08-05 17:48:06 +02:00
echo "o %{name} post-install: occ maintenance:repair (fix possible errors)"
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ maintenance:repair" || true
echo "o %{name} post-install: occ db:add-missing-* (add missing db things)"
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ maintenance:mimetype:update-db" || true
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ db:add-missing-columns" || true
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ db:add-missing-indices" || true
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ db:add-missing-primary-keys" || true
echo "o %{name} post-install: occ update apps"
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ app:update --all" || true
echo "o %{name} post-install: occ upgrade"
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ upgrade" || true
echo "o %{name} post-install: occ maintenance:mode --off"
su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ maintenance:mode --off" || true
fi
rm -f %{statedir}/apache_stopped_during_nextcloud_install
rm -f %{statedir}/occ_maintenance_mode_during_nextcloud_install
if [ $1 -eq 1 ]; then
Accepting request 910354 from home:ecsos:server - Update to 22.1.0 - Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration (server#27654) - Bump vue and vue-template-compiler (server#27658) - Bump vue-router from 3.5.1 to 3.5.2 (server#27659) - Ignore subdomain for soa queries (server#27825) - Fix in locking cache check (server#27826) - Fixes recursion count incrementation (server#27848) - Make search popup usable on mobile, too (server#27856) - Cache images on browser (server#27861) - Fix add group button (server#27878) - Fix dark theme on public link shares (server#27889) - Make user status usable on mobile (server#27898) - Check if dns_get_record returns non-false (server#27925) - Correctly skip suppressed errors in PHP 8.0 (server#27938) - Fix newfileMenu on public page (server#27942) - Do not escape display name in dashboard welcome text (server#27944) - Fix svg icons disapearing in app navigation when text overflows (server#27957) - Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration" (server#27959) - Also hide group from direct matches (server#27964) - Show registered breadcrumb detail views in breadcrumb menu (server#27966) - Fix regression in file sidebar (server#27974) - Allow to get a local cloud id without going through the contacts manager (server#27979) - Multiple Emails UI and Integration (server#28001) - Improve notcreatable permissions hint (server#28008) - Some multiselect design fixes (server#28011) - Only display supported email scopes (server#28014) - Update CRL due to revoked twofactor_nextcloud_notification.crt (server#28016) - Increase footer height for longer menus (server#28043) - Add titleTooltip to sidebar (server#28047) - Mask password for Redis and RedisCluster on connection failure (server#28053) - Fix missing theming for login button (server#28061) - Improve Emails UX (server#28071) - Fix overlapping of elements in certain views (server#28073) - Disable HEIC image preview provider for performance concerns (server#28079) - Improve provider check (server#28085) - Sanitize more functions from the encryption app (server#28089) - Hide download button for public preview of audio files (server#28093) - Fix dark theme in file exists dialog (server#28109) - Support redis user password auth and tls encryption (server#28112) - Bump @babel/core from 7.14.3 to 7.14.8 (server#28121) - Let memory limit set in tests fit the used amount (server#28123) - Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (server#28126) - Allow empty Redis config (server#28131) - Add an option to the multiple files selected actions to add and remov… (server#28135) - Bump css-vars-ponyfill from 2.4.3 to 2.4.5 (server#28149) - Make sure that the dav propfind plugins always use the proper user id (server#28152) - Admin Audit - Sharing: createShare - report the full path (server#28167) - Fix sort function of files multiple selection actions (server#28168) - User management - Add icon to user groups (server#28170) - Bump @babel/preset-env from 7.14.7 to 7.14.8 (server#28177) - Bump sass from 1.35.1 to 1.35.2 (server#28179) - Bump autosize from 4.0.2 to 4.0.4 (server#28181) - Fix variable override in file view (server#28193) - Fix comments file action sidebar opening (server#28197) - Set openfile params when following internal links (server#28215) - Fix Files breadcrumbs being hidden even if there is enough space (server#28222) - Dont apply jail search filter is on the root (server#28228) - Fix missing label of Search function (server#28244) - Add missing order attribute to tag multiselect action (server#28247) - Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.5 in /build/integration (server#28269) - Bump css-loader from 5.2.6 to 5.2.7 (server#28270) - Bump css-vars-ponyfill from 2.4.5 to 2.4.6 (server#28272) - Bump regenerator-runtime from 0.13.7 to 0.13.9 (server#28273) - Fix "Enable notification emails" (activity#611) - Show add, del and restored files within by and self filter (activity#614) - Only call getCloudId if needed (activity#618) - Link from app-navigation-settings to personal settings (activity#623) - Remove echo (circles#688) - Returns files shared to Personal (circles#698) - Make cs-fix/cs-check (circles#699) - Cs fix (circles#700) - Backport of 704 (circles#708) - Avoid timeout on check (circles#709) - Better probe (circles#714) - Removing hidden flag by default (circles#717) - Generate probe if needed (circles#719) - Adding unified search (circles#721) - Detect source of search (circles#724) - Remove root circles from search for new members (circles#727) - Sending mail on new shares (circles#729) - GetDefinition (circles#732) - Cloud_force_base (circles#737) - Fixing notification and mails (circles#738) - Remote inherited and memberships (circles#740) - Sendmail on new fileshare (circles#741) - Fix phpdoc+lint (circles#742) - Better display of mail addresses (circles#744) - Limit non-local circles as members of local circles (circles#747) - Local stays local (circles#749) - Local circles starts local (circles#751) - Throw instead of doing nothing (circles#754) - Send mails to inherited members on GS (circles#755) - Optional details on Link (circles#757) - Include and config path in loopback (circles#759) - Cleaning old code (circles#761) - Migration to 22.1.0 - child shares (circles#762) - Fix pdfviewer design (files_pdfviewer#445) - Include version number in firstrunwizard (firstrunwizard#568) - Remove timeout of browser notifications (notifications#1049) - Some Design fixes (text#1711) - Unify error responses and add logging where appropriate (text#1717) - Bump eslint-plugin-import from 2.23.3 to 2.23.4 (text#1734) - Bump @babel/core from 7.14.3 to 7.14.6 (text#1739) - Fix: rich workspaces overlap with new file dropdown (text#1769) - Azul/fix links 1676 (text#1775) - Extend mimetypes for direct editing (text#1781) - Bump @vue/test-utils from 1.2.1 to 1.2.2 (text#1792) - Make occ command return an integer as return code (text#1797) - Custom input rule to add first character after bullet (Backport #1798) (text#1806) - Fix: cypress icon close selector (text#1808) - Disable header timeout on mobile (viewer#977) OBS-URL: https://build.opensuse.org/request/show/910354 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=154
2021-08-05 17:48:06 +02:00
echo "o %{name} post-install: First install complete"
else
Accepting request 910354 from home:ecsos:server - Update to 22.1.0 - Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration (server#27654) - Bump vue and vue-template-compiler (server#27658) - Bump vue-router from 3.5.1 to 3.5.2 (server#27659) - Ignore subdomain for soa queries (server#27825) - Fix in locking cache check (server#27826) - Fixes recursion count incrementation (server#27848) - Make search popup usable on mobile, too (server#27856) - Cache images on browser (server#27861) - Fix add group button (server#27878) - Fix dark theme on public link shares (server#27889) - Make user status usable on mobile (server#27898) - Check if dns_get_record returns non-false (server#27925) - Correctly skip suppressed errors in PHP 8.0 (server#27938) - Fix newfileMenu on public page (server#27942) - Do not escape display name in dashboard welcome text (server#27944) - Fix svg icons disapearing in app navigation when text overflows (server#27957) - Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration" (server#27959) - Also hide group from direct matches (server#27964) - Show registered breadcrumb detail views in breadcrumb menu (server#27966) - Fix regression in file sidebar (server#27974) - Allow to get a local cloud id without going through the contacts manager (server#27979) - Multiple Emails UI and Integration (server#28001) - Improve notcreatable permissions hint (server#28008) - Some multiselect design fixes (server#28011) - Only display supported email scopes (server#28014) - Update CRL due to revoked twofactor_nextcloud_notification.crt (server#28016) - Increase footer height for longer menus (server#28043) - Add titleTooltip to sidebar (server#28047) - Mask password for Redis and RedisCluster on connection failure (server#28053) - Fix missing theming for login button (server#28061) - Improve Emails UX (server#28071) - Fix overlapping of elements in certain views (server#28073) - Disable HEIC image preview provider for performance concerns (server#28079) - Improve provider check (server#28085) - Sanitize more functions from the encryption app (server#28089) - Hide download button for public preview of audio files (server#28093) - Fix dark theme in file exists dialog (server#28109) - Support redis user password auth and tls encryption (server#28112) - Bump @babel/core from 7.14.3 to 7.14.8 (server#28121) - Let memory limit set in tests fit the used amount (server#28123) - Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (server#28126) - Allow empty Redis config (server#28131) - Add an option to the multiple files selected actions to add and remov… (server#28135) - Bump css-vars-ponyfill from 2.4.3 to 2.4.5 (server#28149) - Make sure that the dav propfind plugins always use the proper user id (server#28152) - Admin Audit - Sharing: createShare - report the full path (server#28167) - Fix sort function of files multiple selection actions (server#28168) - User management - Add icon to user groups (server#28170) - Bump @babel/preset-env from 7.14.7 to 7.14.8 (server#28177) - Bump sass from 1.35.1 to 1.35.2 (server#28179) - Bump autosize from 4.0.2 to 4.0.4 (server#28181) - Fix variable override in file view (server#28193) - Fix comments file action sidebar opening (server#28197) - Set openfile params when following internal links (server#28215) - Fix Files breadcrumbs being hidden even if there is enough space (server#28222) - Dont apply jail search filter is on the root (server#28228) - Fix missing label of Search function (server#28244) - Add missing order attribute to tag multiselect action (server#28247) - Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.5 in /build/integration (server#28269) - Bump css-loader from 5.2.6 to 5.2.7 (server#28270) - Bump css-vars-ponyfill from 2.4.5 to 2.4.6 (server#28272) - Bump regenerator-runtime from 0.13.7 to 0.13.9 (server#28273) - Fix "Enable notification emails" (activity#611) - Show add, del and restored files within by and self filter (activity#614) - Only call getCloudId if needed (activity#618) - Link from app-navigation-settings to personal settings (activity#623) - Remove echo (circles#688) - Returns files shared to Personal (circles#698) - Make cs-fix/cs-check (circles#699) - Cs fix (circles#700) - Backport of 704 (circles#708) - Avoid timeout on check (circles#709) - Better probe (circles#714) - Removing hidden flag by default (circles#717) - Generate probe if needed (circles#719) - Adding unified search (circles#721) - Detect source of search (circles#724) - Remove root circles from search for new members (circles#727) - Sending mail on new shares (circles#729) - GetDefinition (circles#732) - Cloud_force_base (circles#737) - Fixing notification and mails (circles#738) - Remote inherited and memberships (circles#740) - Sendmail on new fileshare (circles#741) - Fix phpdoc+lint (circles#742) - Better display of mail addresses (circles#744) - Limit non-local circles as members of local circles (circles#747) - Local stays local (circles#749) - Local circles starts local (circles#751) - Throw instead of doing nothing (circles#754) - Send mails to inherited members on GS (circles#755) - Optional details on Link (circles#757) - Include and config path in loopback (circles#759) - Cleaning old code (circles#761) - Migration to 22.1.0 - child shares (circles#762) - Fix pdfviewer design (files_pdfviewer#445) - Include version number in firstrunwizard (firstrunwizard#568) - Remove timeout of browser notifications (notifications#1049) - Some Design fixes (text#1711) - Unify error responses and add logging where appropriate (text#1717) - Bump eslint-plugin-import from 2.23.3 to 2.23.4 (text#1734) - Bump @babel/core from 7.14.3 to 7.14.6 (text#1739) - Fix: rich workspaces overlap with new file dropdown (text#1769) - Azul/fix links 1676 (text#1775) - Extend mimetypes for direct editing (text#1781) - Bump @vue/test-utils from 1.2.1 to 1.2.2 (text#1792) - Make occ command return an integer as return code (text#1797) - Custom input rule to add first character after bullet (Backport #1798) (text#1806) - Fix: cypress icon close selector (text#1808) - Disable header timeout on mobile (viewer#977) OBS-URL: https://build.opensuse.org/request/show/910354 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=154
2021-08-05 17:48:06 +02:00
echo "o %{name} post-install: Upgrade complete"
fi
%preun
%service_del_preun %{name}-cron.timer %{name}-cron.service
%postun
%service_del_postun %{name}-cron.timer %{name}-cron.service
%files
%defattr(644,root,root,755)
%exclude %{apache_myserverroot}/%{name}/README
%exclude %{apache_myserverroot}/%{name}/README.SUSE
%exclude %{apache_myserverroot}/%{name}/README.SELinux
%doc README README.SUSE README.SELinux
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%{_sbindir}/rc%{name}-cron
%{_unitdir}/%{name}-cron.service
%{_unitdir}/%{name}-cron.timer
%{apache_myserverroot}/%{name}
%attr(-,%{apache_user},%{apache_group}) %{apache_myserverroot}/%{name}/occ
%config(noreplace) %{apache_myserverroot}/%{name}/.user.ini
%defattr(664,%{apache_user},%{apache_group},775)
%{apache_myserverroot}/%{name}/apps
%{apache_myserverroot}/%{name}/core/js/mimetypelist.js
%dir %{apache_myserverroot}/%{name}/core/img/filetypes
Accepting request 1059306 from home:ecsos:server - Update to 25.0.3 - Set page titel for each sidebar section through User management pages (server#35467) - Change header semantic in the user status dialog (server#35480) - Rename personal Groupware settings section to “Availability” (server#35492) - Remove old code from comment to not trigger automatic scanners more than needed (server#35497) - Add migration for encryption keys in wrong location (server#35499) - Fix SQL comparison with int array during external storage deletion (server#35516) - Fix the popovermenu (server#35517) - Bump @nextcloud/vue to 7.2.0 (server#35551) - Update ca-cert bundle (server#35573) - Fix type of PreviewController::$userId (server#35577) - Show success on share actions (server#35578) - Allow to set a custom timeout for ldap connections (server#35602) - Set page title for each sidebar section through User management pages (server#35629) - Fix contrast of global search headings (server#35639) - Add new border color variable and adjust primary color for increased contrast (server#35640) - Add success popup message for copying share links (server#35641) - Update psalm-baseline.xml (server#35663) - Update the unencrypted file size when closing streams (server#35668) - Update handlebars-loader to 1.7.3 (server#35673) - Add alt to the logo, adapt css for logo (server#35676) - Increase default global input field border contrast (server#35683) - Improve verbosity of search description (server#35688) - Fix default primary for user theming (server#35702) - Update sensitive config list of Talk (server#35706) - Show group name instead of group id as recommendation (server#35710) - Use correct filter for app icons in the right sidebar of app management (server#35711) - Improve email results for sharing (server#35712) - Ci: update minio image for s3 primary storage tests (server#35724) - Preview: fix HEIC orientation (server#35727) - Quota value as float for 32-bit systems (server#35734) - Fix vue-select styles (server#35742) - Read loginName from token (server#35747) - Change app menu focused items behavior that neighbor elements (text and border) have no overlapping (server#35771) - PHP8] check if params given to API are really an array (server#35797) - Fix missing cast of double controller parameters (server#35798) - Fix case sensitivity of email when saving settings (server#35803) - Restoring clearCachedConfig() (server#35812) - Use display name cache on getStorageInfo (server#35815) - Allow additional Sabre plugins in publicwebdav.php (server#35817) - Allow running encryption:fix-encrypted-version for all users (server#35827) - Fix parameter type for EntityCollection::setReadMarker in comments app (server#35835) - Fix: remove other shares from ui when deleted (server#35848) - Remove comment and guests option from Invitations UI (server#35859) - Increase preview_max_memory and make it easier to debug (server#35864) - Avatar generation – disable setimageformat (server#35895) - Fix video fullscreen on public page (server#35902) - Replace custom tooltips with native one for files sharing (server#35904) - Replace custom tooltips with native ones in files (server#35905) - Revert “avatar generation – disable setimageformat” (server#35914) - Update the user status dashboard widget and fix the icon color (server#35948) - Chore(CI): Improve rate limit situation when installing phpunit (server#35962) - Docs: trusted_proxies support IPv6 ranges (server#35963) - Also limit the password length on reset (server#35977) - Appsidebar should be compact when opened on small heights (server#35983) - Fix user status icon in avatar menu (server#35984) - Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3 (server#35988) - Remove myself from being codeowner of some modules (server#35992) - Bump @nextcloud/vue from 7.2.0 to 7.3.0 (server#35997) - Allow target=”_blank” in app navigation items (server#36007) - Fix default phone region validation (server#36010) - Update crl after revoke files_bpm.csr (server#36017) - Add restrictions when downloading to resolve with opengraph link provider (server#36022) - Fix scrolling while dragging in file list view (server#36028) - Fix cache key used to verify shared mountpoints (server#36049) - Link reference provider: Improve content-type check (server#36053) - Update ca-cert bundle (server#36059) - Fix theming migration repair step by passing correct type for argument (server#36081) - Allow keyup enter in user status (server#36132) - Revert “Allow keyup enter in user status” (server#36143) - Still include the share target in the cache key for validating share mount (server#36169) - Update nextcloud/ocp dependency (activity#1034) - Bump @nextcloud/vue from 7.0.0-beta.3 to 7.3.0 (activity#1043) - Fix background image size (firstrunwizard#790) - Update nextcloud/ocp dependency (firstrunwizard#799) - Various fixes (logreader#824) - Update nextcloud/ocp dependency (nextcloud_announcements#144) - Update nextcloud/ocp dependency (nextcloud_announcements#150) - Update nextcloud/ocp dependency (notifications#1399) - Bump deps to newer versions (notifications#1407) - Update nextcloud/ocp dependency (notifications#1413) - Bump postcss-loader from 7.0.1 to 7.0.2 (photos#1519) - Lazy load faces (photos#1523) - Remove broken icons.css references (photos#1533) - Bump postcss from 8.4.18 to 8.4.20 (photos#1545) - Bug fix] encode file name for file source (photos#1563) - Backport: #1569 to stable25 (photos#1574) - Bump @nextcloud/axios from 1.10.0 to 2.1.0 (recommendations#575) - Fix(deps): update tiptap (text#3486) - Fix(deps): update dependency @nextcloud/axios to ^2.2.0 (text#3487) - Chore(deps): update dependency vite-plugin-commonjs to ^0.6.0 (text#3491) - Prevent dangling debounced extractHeadings function (text#3522) - Only scroll images into view when they’re added (text#3533) - Don’t empty list of headings in onDestroy (text#3537) - Chore(deps): update dependency @cypress/webpack-preprocessor to ^5.15.6 (text#3539) - Chore(deps): update dependency @cypress/webpack-preprocessor to ^5.15.7 (text#3549) - Chore(deps): update dependency vite to ^3.2.5 (text#3553) - Chore(deps): update dependency vite-plugin-commonjs to ^0.6.1 (text#3554) - Fix(deps): update dependency path-normalize to ^6.0.9 (text#3555) - Fix(deps): update tiptap to ^2.0.0-beta.209 (text#3578) - Fix(deps): update dependency @nextcloud/axios to ^2.3.0 (text#3579) - Update nextcloud/ocp dependency (text#3582) - Chore(deps): update dependency @cypress/webpack-preprocessor to ^5.16.0 (text#3590) - Backport missing pieces for outline suport in Collectives (text#3593) - Block file access for secure view (text#3595) - Increase idle timeout to one day 40 minutes) (text#3597) - Fix(deps): update dependency @tiptap/prosemirror-tables to ^1.1.4 (text#3602) - Fix(deps): update dependency @nextcloud/vue to ^7.3.0 (text#3605) - Fix(deps): update dependency @nextcloud/router to ^2.0.1 (text#3612) - Chore(deps): update dependency @cypress/webpack-preprocessor to ^5.16.1 (text#3620) - Treat newlines as linebreaks when pasting as plaintext (text#3625) - Chore(deps): update dependency @nextcloud/eslint-config to ^8.1.5 (text#3629) - Fix: reconnect – reload main container (text#3635) - Npm audit fix (text#3638) - Fix(Images): Update image alt text on blur (text#3641) - Bump webdav from 4.11.0 to 4.11.2 (viewer#1484) - Bump camelcase from 7.0.0 to 7.0.1 (viewer#1493) - Bump @nextcloud/router from 2.0.0 to 2.0.1 (viewer#1508) - Update vue to 7.3 (viewer#1511) OBS-URL: https://build.opensuse.org/request/show/1059306 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=191
2023-01-18 10:39:06 +01:00
%{apache_myserverroot}/%{name}/core/img/filetypes/*
%defattr(660,%{apache_user},%{apache_group},770)
%{apache_myserverroot}/%{name}/config
%{apache_myserverroot}/%{name}/data
%files apache
%config(noreplace) %{apache_confdir}/nextcloud.conf
%changelog