Commit Graph

23 Commits

Author SHA256 Message Date
ae8a6bcaa8 Accepting request 573414 from home:ecsos:server
- update to 13.0.0

OBS-URL: https://build.opensuse.org/request/show/573414
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=30
2018-02-06 17:32:42 +00:00
223e2e2372 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 17:27:47 +00:00
aa403af507 Accepting request 558695 from home:ecsos:server
- Nextcloud 12 is not compatible with php ≥ 7.2,
  so php < 7.2 is needed.

OBS-URL: https://build.opensuse.org/request/show/558695
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=27
2017-12-19 23:48:43 +00:00
50cbbdfbbf Accepting request 548209 from home:ecsos:server
- 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)

OBS-URL: https://build.opensuse.org/request/show/548209
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=25
2017-12-04 18:31:45 +00:00
fa8a98d1f1 Accepting request 527586 from home:ecsos:server
- 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

OBS-URL: https://build.opensuse.org/request/show/527586
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=23
2017-09-20 17:09:36 +00:00
7a03e870aa Accepting request 516977 from home:ecsos:server
update to 12.0.2

OBS-URL: https://build.opensuse.org/request/show/516977
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=21
2017-08-15 10:03:42 +00:00
2c9d1ef8da Accepting request 516175 from home:ecsos:server
update to 12.0.1

OBS-URL: https://build.opensuse.org/request/show/516175
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=20
2017-08-11 15:29:00 +00:00
d24faa2277 Accepting request 498186 from home:ecsos:server
Some other litle changes for 12.0

OBS-URL: https://build.opensuse.org/request/show/498186
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=18
2017-05-24 20:59:15 +00:00
9eae794eea Accepting request 497381 from home:ecsos:server
another simple failure fix for update to 12.0.0

OBS-URL: https://build.opensuse.org/request/show/497381
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=17
2017-05-22 20:01:49 +00:00
fc540ae91e Accepting request 497378 from home:ecsos:server
minimal correction for update to 12.0.0

OBS-URL: https://build.opensuse.org/request/show/497378
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=16
2017-05-22 19:16:16 +00:00
65916946be Accepting request 497369 from home:ecsos:server
Update to 12.0.0 and fix boo#1036756

OBS-URL: https://build.opensuse.org/request/show/497369
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=15
2017-05-22 17:45:53 +00:00
e9c461ada6 Accepting request 490839 from home:kajla:branches:server:php:applications
Updated to 11.0.3

OBS-URL: https://build.opensuse.org/request/show/490839
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=13
2017-04-25 06:13:20 +00:00
Johannes Weberhofer
e58b8954f4 Accepting request 461824 from home:jengelh:branches:server:php:applications
- Remove empty %postun and redundant %clean.
- Ensure summary/description is neutral.

OBS-URL: https://build.opensuse.org/request/show/461824
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=11
2017-03-02 09:38:51 +00:00
Johannes Weberhofer
83f1fa4fc4 Accepting request 461144 from home:ecsos:server
update to 11.0.2

OBS-URL: https://build.opensuse.org/request/show/461144
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=10
2017-03-01 11:50:57 +00:00
Johannes Weberhofer
135ec6e57c Accepting request 452909 from home:guoyunhebrave:branches:server:php:applications
Add php-openssl dependency. Without php-openssl, nextcloud could not be installed.

OBS-URL: https://build.opensuse.org/request/show/452909
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=9
2017-02-20 11:02:35 +00:00
Andrej Semen
cdb0a00e8b Accepting request 452031 from home:ecsos:server
update to 11.0.1

OBS-URL: https://build.opensuse.org/request/show/452031
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=8
2017-01-25 08:01:33 +00:00
Lars Vogdt
a2ef2d8662 Accepting request 446886 from home:ecsos:server
update to 11.0.0

OBS-URL: https://build.opensuse.org/request/show/446886
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=7
2017-01-04 23:30:55 +00:00
04fbaf8479 Accepting request 432085 from home:ecsos:server
update to 10.0.1

OBS-URL: https://build.opensuse.org/request/show/432085
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=6
2016-10-01 15:36:12 +00:00
Andrej Semen
1c4e50526e Removing comment line in spec file "download"
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=5
2016-09-15 11:12:33 +00:00
Dirk Stoecker
0402b5c7a6 Accepting request 423399 from home:ecsos:server
update to 10.0.0

OBS-URL: https://build.opensuse.org/request/show/423399
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=4
2016-09-01 11:50:09 +00:00
Christian Wittmer
f5a0298837 Accepting request 417388 from home:computersalat:devel:php
update spec, simplify deps

OBS-URL: https://build.opensuse.org/request/show/417388
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=3
2016-08-07 19:19:39 +00:00
Andrej Semen
8c7990a768 Accepting request 415038 from home:asemen
- enable HSTS to prevent the warning "The Strict-Transport-Security
  HTTP header is not configured" in admin-page
- turn maintenance:mode off after upgrade

OBS-URL: https://build.opensuse.org/request/show/415038
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=2
2016-07-25 11:45:04 +00:00
Andrej Semen
3e2b8ac376 Accepting request 412567 from home:asemen
new package main fork of owncloud

OBS-URL: https://build.opensuse.org/request/show/412567
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=1
2016-07-21 13:39:03 +00:00