Accepting request 615262 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/615262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=11
This commit is contained in:
commit
00c11b0b40
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7396f98a1a53a9f4b144f55360d87c89cb6ee899feef1cfbf29a736219f9c47d
|
||||
size 44842305
|
3
nextcloud-13.0.3.tar.bz2
Normal file
3
nextcloud-13.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:183667540800dd045ea57801fedf8ca280de82b91582412aad07d42ed71e93e4
|
||||
size 45128672
|
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 22:12:29 UTC 2018 - ecsos@opensuse.org
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 26 16:45:18 UTC 2018 - ecsos@opensuse.org
|
||||
|
||||
|
@ -49,10 +49,10 @@
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 13.0.2
|
||||
Version: 13.0.3
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0
|
||||
License: AGPL-3.0-only
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Url: http://www.nextcloud.com
|
||||
Source0: https://download.nextcloud.com/server/releases/%{name}-%{version}.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user