Re: [owncloud-user] Problems with Apple Suite iWorks

2014-02-23 Thread Vincent Petry
Hi Pierre, Providing an icon for those magic folders of Apple was requested already in the bug tracker: https://github.com/owncloud/core/issues/7103 I still wonder what kind of file format is used inside those directories and what makes the sync client ignore them. That one specific issue

Re: [owncloud-user] change trusted_domains from an app

2014-04-10 Thread Vincent Petry
You might be able to use \OCP\Config API from the PHP code,. Cheers, Vincent On 04/01/2014 10:33 PM, Boris Ribalkin wrote: Hi, Is it possible to change trusted_domains setting from the app code? I am developing an app which automates the registration of dyndns public name for the

Re: [owncloud-user] Bug?

2014-04-10 Thread Vincent Petry
Could be a bug in the Android client that somehow didn't notice that the share was gone. You might want to report it in the https://github.com/owncloud/android repository. Please make sure you tried the latest version of the client, I believe there has been an update related to sharing recently.

Re: [owncloud-user] Syncing big file with the client

2014-04-28 Thread Vincent Petry
Hello Pierre, I assume your server is also Ubuntu ? You might want to try upgrading both the sync client and the server first (at least to 5.0.15 or even to 6.0.2). I'm not sure what could be causing this. If the problem persist with the newer versions, please write a bug report on GitHub using

Re: [owncloud-user] Upgrade from 6.0.1 to 6.0.2/3

2014-04-29 Thread Vincent Petry
If you get a blank page it is likely that the base/core hasn't been able to initialize for some reason. It can happens sometimes when deps are missing, but I doubt it. Still, in such cases the Apache's error log might contain useful info about what's wrong, probably an exception occurring very

Re: [owncloud-user] Upgrade from 6.0.1 to 6.0.2/3

2014-04-30 Thread Vincent Petry
to be no errors related to owncloud. I've put back 6.0.1 and it works again, so it's definitely something that was introduced in 6.0.2. Next step, replace one file a time? [?] Duarte 2014-04-29 18:23 GMT+02:00 Vincent Petry pvinc...@owncloud.com: If you get a blank page it is likely

Re: [owncloud-user] Upgrade from 6.0.1 to 6.0.2/3

2014-04-30 Thread Vincent Petry
Grilo wrote: I didn't. What are the correct permissions? Right now, the data directory is 750. How can this work in 6.0.1 and not work in 6.0.2? Thanks! Duarte 2014-04-30 11:30 GMT+02:00 Vincent Petry pvinc...@owncloud.com: While testing I also got the blank page, it was because the data

Re: [owncloud-user] Upgrade from 6.0.1 to 6.0.2/3

2014-04-30 Thread Vincent Petry
Strange. The upgrade process is supposed to create that file. I'll have a look at that forum post. Maybe there are some specific setups where it doesn't happen. On 04/30/2014 12:20 PM, Chris wrote: Hi, Can you also check whether the data directory contains a hidden file called .ocdata ? If

Re: [owncloud-user] Upgrade from 6.0.1 to 6.0.2/3

2014-04-30 Thread Vincent Petry
On 04/30/2014 12:37 PM, Duarte Velez Grilo wrote: Well, this started for me in 6.0.2, is that file needed on that version? 2014-04-30 12:24 GMT+02:00 Vincent Petry pvinc...@owncloud.com: Strange. The upgrade process is supposed to create that file. I'll have a look at that forum post. Maybe

Re: [owncloud-user] Cannot create new folders or files

2014-05-22 Thread Vincent Petry
Have a look at owncloud.log and the web server error log. Also make sure to have loglevel set to 0 in the config at this time as it might provide more useful info. Please also check the browser console for JS errors, especially if the issue only happens in the web UI. Cheers, Vincent On

Re: [owncloud-user] ownCloud Server to Server Sync?

2014-06-06 Thread Vincent Petry
Hi Edmund, Server to server sync is currently not possible. But mounting one server in another using a public link will be possible in OC 7. See: https://github.com/owncloud/core/issues/7221 Cheers, Vincent On 06/06/2014 03:34 PM, Urbani, Edmund wrote: Hello all, consider this scenario: -

Re: [owncloud-user] Exclusive access to custom mounts

2014-06-26 Thread Vincent Petry
Hello, It is possible to mount a SMB share in ownCloud and also use it externally. Note however that ownCloud might not always be able to find out what has been changed remotely (files changes without going through ownCloud), especially when it's very deep in the folder hierarchy. You might

Re: [owncloud-user] Debug slow webinterface (OC 6.0.0a)

2014-07-08 Thread Vincent Petry
Is it only the admin page that is that slow or all pages ? Maybe there's an app that is trying to do something that is blocking the page. This is the page where many apps have their settings and some might try to connect to remote sources for some reason. Does the admin page load eventually ?

Re: [owncloud-user] thumbnails

2014-07-10 Thread Vincent Petry
And if you mean the thumbnails of pictures that appear in ownCloud, these should be cached and not generated every time. The thumbnails are stored in the data dir under data/$user/thumbnails. If you believe that the thumbnails are generated again and again then either it's a bug or could be an

Re: [owncloud-user] thumbnails

2014-07-10 Thread Vincent Petry
Ok thanks. Can you post the link to the github issue ? Thanks, Vincent On 07/10/2014 10:11 AM, hermann wrote: @Henk I don't mean the thumbs.db @Vincent the thumbnails are generated again and again. I create a ticket on github. Am 2014-07-10 09:51, schrieb Vincent Petry

Re: [owncloud-user] Can't write into config directory! ownCloud 7 CentOS 7

2014-08-29 Thread Vincent Petry
06:11:18 PM Vincent Petry wrote: Did you also make the config.php file accessible for the web server user ? I chown-ed the owncloud directory to the apache user as follows. Directory permissions chown -R apache:apache /var/www/html/owncloud/ chmod 777 /var/www/html/owncloud/config/ chmod 750

Re: [owncloud-user] Can't write into config directory! ownCloud 7 CentOS 7

2014-08-30 Thread Vincent Petry
Strange. If I remember well, last time I set up ownCloud 6 on CentOS 6.5 (a while ago) it did properly set the SELinux permissions. It could be a packaging issue with CentOS 7. On 08/30/2014 08:30 AM, Sudhir Khanger wrote: On Friday, August 29, 2014 10:11:37 PM Tornóci László wrote: Yes, in

Re: [owncloud-user] How to push data from client to server ?

2014-09-02 Thread Vincent Petry
“ (no deletes), I delete .csync_journal.db from the client’s sync directory first. -Marcel Am 02.09.2014 um 12:03 schrieb Vincent Petry pvinc...@owncloud.com: Hello, Usually if the data folder is empty, the sync clients should show a warning dialog do you really want to delete all files

Re: [owncloud-user] [owncloud-devel] FOSDEM!!!

2014-09-23 Thread Vincent Petry
I think I'll attend the FOSDEM as well. But no presentations this time ;-) On 09/23/2014 01:43 PM, Jan-Christoph Borchardt wrote: I’ll likely also be around. We applied for an Open Source Design devroom. If that goes through I’m there for sure and can also be at an ownCloud booth if there is

Re: [owncloud-user] Does Owncloud's file synchronisation work with symbolic links?

2014-10-24 Thread Vincent Petry
Hi, Let me explain. In the sync client version 1.6.x, when you set up your account, it will automatically download the whole remote home folder (which means the contents of your OC account). If you wish to NOT use the WHOLE remote home folder, then you need to edit the config of the sync client

Re: [owncloud-user] Corrupted files get encrypted

2014-12-04 Thread Vincent Petry
Hello, When you say not OK do you mean the files are still encrypted ? Are you downloading them from the web UI or with the sync client ? An encrypted files contains a lot of ASCII letters. Cheers, Vincent On 12/04/2014 01:33 PM, Sergi wrote: Hello, We have some files (pdf, but checking

Re: [owncloud-user] external storage questions

2014-12-10 Thread Vincent Petry
Hi, 1) Probably a bug. Where are you renaming the folders ? In the admin page ? 2) Not supported yet. See https://github.com/owncloud/core/issues/10198 Cheers, Vincent On 12/10/2014 03:28 PM, heupink wrote: Hi, We just upgraded to 7.0.4, upgrade went very smoothly, thanks! Two things:

Re: [owncloud-user] external storage questions

2014-12-10 Thread Vincent Petry
Hi, 1) Please raise a ticket using the issue template: https://raw.github.com/owncloud/core/master/issue_template.md 2) If I understand well, the situation is as follows, from the point of view of a user user1: Have several external storage mount points: /mount1 /mount2 /mount3 /mount4 Use is

Re: [owncloud-user] external storage questions

2014-12-10 Thread Vincent Petry
membership, etc, ect) (anyway: like you say: that's not owncloud's concern) Is this clearer..? MJ On 12/10/2014 15:53, Vincent Petry wrote: Hi, 1) Please raise a ticket using the issue template: https://raw.github.com/owncloud/core/master/issue_template.md 2) If I understand well

Re: [owncloud-user] Many requests when browsing folder or file - S3 - external storage

2014-12-11 Thread Vincent Petry
Hi, Yes, many calls aren't cached and might be repeated. There was a fix for SWIFT in this PR https://github.com/owncloud/core/pull/7897 but the same should be done for S3 at some point. Cheers, Vincent On 12/11/2014 09:23 AM, Michael Lukzak wrote: Hi, I downloaded ownCloud 7 and

Re: [owncloud-user] Urgent BUG-OC 7.0.4: ReadOnly file is deleted from the owner folder over Web-GUI.

2014-12-11 Thread Vincent Petry
Hi, Should be the same as https://github.com/owncloud/core/issues/12161 Cheers, Vincent On 12/11/2014 05:00 PM, Arman Khalatyan wrote: Hello, I was testing released OC 7.0.4. Here is the tests: A and B in the group AB Simple test: user A: testFolder share with group AB User B: can see

Re: [owncloud-user] Urgent BUG-OC 7.0.4: ReadOnly file is deleted from the owner folder over Web-GUI.

2014-12-11 Thread Vincent Petry
? *** Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany *** On Thu, Dec 11, 2014 at 5:03 PM, Vincent Petry pvinc

Re: [owncloud-user] share the file only preview, can not download

2015-01-26 Thread Vincent Petry
Hello Deng Jinquan, This is not possible. Whenever a file is shared with public link, the download will always be possible. Even if you remove the download button and block download, the user can always do right click on the displayed preview and download that. (but the preview might be smaller

Re: [owncloud-user] Command line access to OwnCloud (i.e. CalDav) calendars

2015-02-04 Thread Vincent Petry
Hi, You could extend pyocclient with CalDav functions: https://github.com/PVince81/pyocclient Cheers, Vincent On 02/04/2015 11:46 AM, Chris Green wrote: I have a remote OwnCloud server that runs on a virtual server. I use Thunderbird Lightning on my laptop an desktop to access the

Re: [owncloud-user] App development: How to change the order of inclusion of js files?

2015-01-19 Thread Vincent Petry
Hi Arman, It is not possible to directly influence the loading order of apps. There is a way to load apps after the files app by using a technique like the favorites plugin: https://github.com/owncloud/core/blob/master/apps/files/js/favoritesplugin.js#L115 But in your case you want it after the

Re: [owncloud-user] The default storage change also swift to the local file system

2015-01-26 Thread Vincent Petry
Hello Deng Jinquan, Are you using the configuration from config.sample.php ? If yes, please don't use that file directly. If you remove the SWIFT configuration from config.php it will automatically use a local home configuration, no need to add it explicitly. Hope it helps. Cheers, Vincent

Re: [owncloud-user] desktop client - reconnect after time out

2015-01-12 Thread Vincent Petry
Hi Simon, Are you by any chance using KDE 4 with kwallet ? I had such an issue before when switching networks but it wasn't limited to the OC client. I also had to restart Firefox. Possibly some bug in the network stack. Cheers, Vincent On 01/12/2015 11:22 AM, Simon Körner wrote: Hello

Re: [owncloud-user] owncloud 8 : after upgrade page stuck at currently being updated

2015-02-10 Thread Vincent Petry
Hello, The error message alone isn't helpful. Can you raise a ticket on github and post the matching logs? (see issue template: https://raw.githubusercontent.com/owncloud/core/master/issue_template.md) With those details it will hopefully be possible to find out what went wrong. Thanks,

Re: [owncloud-user] files_external 401 error when accessing Dropbox

2015-03-23 Thread Vincent Petry
Hello, There is already a fix, see https://github.com/owncloud/core/pull/14946 Will be in 8.0.4 and 8.1. You might want to patch your install if needed. Cheers, Vincent On 23.03.2015 14:05, Sylvain CHANELET wrote: Hello all, I often have some problems of synchronization between my Dropbox

Re: [owncloud-user] Annoying dial box window remove all files from ownCloud Client

2015-04-22 Thread Vincent Petry
How many files do you have that are being synced ? Do you only have a single file ? This isn't normal behavior, possibly a bug. The message shouldn't appear every time. Cheers, Vincent On 22.04.2015 16:12, Eric Kom wrote: Hi all, First of all thank you for owncloud project for providing great

Re: [owncloud-user] File sharing disappears after upgrade from 7 to 8.0.2

2015-04-27 Thread Vincent Petry
Hi, Please NEVER truncate the file cache, it will lose all references to shares, tags, favorites, etc. You said you had duplicate entries in oc_storages (possibly like https://github.com/owncloud/core/issues/13980#issuecomment-73511661) Maybe you removed the wrong home ? You can check the

Re: [owncloud-user] External storage damn slow

2015-05-11 Thread Vincent Petry
Hi, SMB should be ok (at least the one in the upcoming OC 8.1 which uses native libsmbclient) From my experience the Google Drive one isn't very fast especially with lots of files. Some of the external storage backends need a stat cache to be implemented to avoid redoing the same queries several

Re: [owncloud-user] Refresh google drive token

2015-05-26 Thread Vincent Petry
Known issue: https://github.com/owncloud/core/issues/15768 On 25.05.2015 15:26, Henrique Tschannerl wrote: I'm having problem with Google Drive external storage. After some time stop to work. I saw at log the information about that cannot refresh the token. Hown can I configure to refresh the

Re: [owncloud-user] Google Drive Storage token Refresh

2015-07-30 Thread Vincent Petry
update to 8.1 the first time work but stop when I update to owncloud-8.1.0-16.1 stop? Em seg, 27 de jul de 2015 às 05:47, Vincent Petry pvinc...@owncloud.com escreveu: Known bug: https://github.com/owncloud/core/issues/15768 On 20.07.2015 20:33, Henrique Tschannerl wrote: Hello, I'm using

Re: [owncloud-user] Google Drive Storage token Refresh

2015-07-27 Thread Vincent Petry
Known bug: https://github.com/owncloud/core/issues/15768 On 20.07.2015 20:33, Henrique Tschannerl wrote: Hello, I'm using Owncloud on CentOS 7, and after update to 8.1 resolve the problem with Google Drive refresh token, bu today I updated to owncloud-8.1.0-16.1 stop again. Someone can

Re: [owncloud-user] Db Migration

2015-07-16 Thread Vincent Petry
the following error: *Could not open input file: occ* Is there perhaps another way? *From:* user-boun...@owncloud.org [mailto:user-boun...@owncloud.org] *On Behalf Of *Vincent Petry *Sent:* 16 July 2015 10:08 AM *To:* For users of ownCloud *Subject:* Re: [owncloud-user] Db Migration Hi

Re: [owncloud-user] Db Migration

2015-07-16 Thread Vincent Petry
Hi, You mean SQLite. Here is how to convert to MySQL: https://doc.owncloud.org/server/8.1/admin_manual/configuration_database/db_conversion.html Cheers, Vincent On 16.07.2015 09:19, Brendon Lines wrote: Hi there guys The owncloud I have setup is not performing as I was expected, I

Re: [owncloud-user] install issues

2015-11-09 Thread Vincent Petry
Do you have XDebug enabled and PHP >= 5.6 ? I just saw that error today with these. If yes please disable XDebug. Cheers, Vincent On 09.11.2015 18:09, Joseph Hogan wrote: > Hello, > > I am reinstalling OC and for some reason, on the 2-3 tries I have done > it, I get the following error: > >

Re: [owncloud-user] 8.1.3 sharing not working

2015-11-10 Thread Vincent Petry
Hello, Best would be to raise a ticket on github https://github.com/owncloud/core using the issue template https://raw.githubusercontent.com/owncloud/core/master/issue_template.md. Make sure to include the Javascript/Browser log and owncloud server log in case they contain errors when you click

Re: [owncloud-user] install issues

2015-11-10 Thread Vincent Petry
h file? > > Is it a setting from within OC? If so, where? > > Thanks > > Joseph > > On 11-09-15 12:28 PM, Vincent Petry wrote: >> Do you have XDebug enabled and PHP >= 5.6 ? >> I just saw that error today with these. If yes please disable XDebug. >>

Re: [owncloud-user] Error while sharing

2015-11-09 Thread Vincent Petry
Google Drive refresh token issue: https://github.com/owncloud/core/issues/15768 The workaround is revoking the app's permission in the Google account and then re-authorizing it. Cheers, Vincent On 09.11.2015 11:26, Henrique Tschannerl wrote: > Hello, > > I'm having this problem but few days

Re: [owncloud-user] OC has been gone

2015-10-30 Thread Vincent Petry
On 30.10.2015 11:42, Szládovics Péter wrote: > Dear Guys, > > My OC client in the Ubuntu 12.04 (32b) is updated this morning to > 2.0.2-1, and all of services went wrong... > There is no owncloud-* binary on my system. > Find the owncloud-client_23.0.2-1_i386.deb in the > /var/cache/apt/archives

Re: [owncloud-user] Unstable encryption with "occ encryption:encrypt-all"

2016-07-12 Thread Vincent Petry
Hi Björn, A bug report would be nice. If you have a PR that goes with it, then you can also submit one. I'm not sure about the solution and why yet but best would be to discuss this in the bug report instead. Thanks, Vincent On 11.07.2016 22:18, Bjoern Voigt wrote: > Bjoern Voigt wrote: >> I

Re: [owncloud-user] ownCloud server 9.1 released

2016-07-21 Thread Vincent Petry
> Y. > I now unshared with group, and re-shared everything by single user. (still > some ghosts there but I guess can fix manually) > > I thought this sharing issue was supposed to be fixed in 9.0 (a similar > problem existed in 8.X if I recall) > > Cheers, > &

Re: [owncloud-user] ownCloud Server 8.2.7 owncloud-files RPM not found on YUM repository.

2016-07-21 Thread Vincent Petry
Hello, Thanks for the notice. I forwarded it to the packager. There was an issue with the repo server yesterday so maybe this is a side effect. They'll have a look. Cheers, Vincent On 21.07.2016 10:27, ynt wrote: > Hello, > Thank you for your hardwork. > > But ,We could not find an RPM on

Re: [owncloud-user] owncloud 9.1: package missing in stable repo for opensuse Leap 42.1

2016-07-21 Thread Vincent Petry
Can you post a link to the repo ? @Juergen can you double check the repo ? Cheers, Vincent On 21.07.2016 15:43, Thomas Bühlmann wrote: > Hello! > > While upgrading, my system complains about not finding > "xowncloud-files >= 9.1.0". > Indeed, looking directly into this directory on the

[owncloud-user] ownCloud server 9.1 released

2016-07-21 Thread Vincent Petry
Hello, ownCloud server version 9.1.0 has been released today: https://owncloud.org/blog/new-in-owncloud-9-1/. You can also find a more detailed feature list here https://github.com/owncloud/core/wiki/ownCloud-9.1-Features The archives can be downloaded from here: -

Re: [owncloud-user] ownCloud server 9.1 released

2016-07-21 Thread Vincent Petry
, Christophe TREFOIS wrote: > Since sharing broke completely and utterly since I upgraded to 9.0.4 (from > 9.0.2) I am very scared to upgrade owncloud at all anymore. > > https://github.com/owncloud/core/issues/24575 > > >> On 21 Jul 2016, at 12:47, Vincent Petry <p

[owncloud-user] ownCloud Server maintenance releases 8.0.14, 8.1.9, 8.2.7 and 9.0.4

2016-07-19 Thread Vincent Petry
Hello, We are happy to announce that the maintenance releases for 8.0.14, 8.1.9, 8.2.7 and 9.0.4 have been released. Please note that these contain many bug fixes and also some security fixes, so it is recommended to upgrade as soon as possible. See blog post for details:

Re: [owncloud-user] Show user who last modified a file/directory

2016-07-07 Thread Vincent Petry
You can check the activity tab in the sidebar or activity app. It will show a history of who did what with the file. Cheers, Vincent On 07.07.2016 16:41, Tom Fernandes wrote: > Hi everybody, > > at work we share files a lot with other OC-users. That's what it's all > about, right? :-) > > When

Re: [owncloud-user] Unstable encryption with "occ encryption:encrypt-all"

2016-07-07 Thread Vincent Petry
Hello Björn, You might want to wait for 9.0.4 later to redo your test run. Or have a try with the daily stable9 build (upcoming 9.0.4): https://download.owncloud.org/community/daily/owncloud-daily-stable9.tar.bz2 It was found that for long running processes like cron jobs or OCC commands the

Re: [owncloud-user] ownCloud Server maintenance releases 8.2.6 and 9.0.3

2016-07-11 Thread Vincent Petry
Hello, I posted in https://github.com/owncloud/updater/issues/360 about the update issues with 9.0.3. As 8.2.6 isn't affected it should be possible to enable auto-update soon once update testing is done. Cheers, Vincent On 09.07.2016 07:33, Chris wrote: > Hi, > >> An update for these

[owncloud-user] ownCloud Server maintenance releases 8.2.6 and 9.0.3

2016-06-30 Thread Vincent Petry
Hello, Here are the archives for ownCloud server maintenance release 8.2.6: - http://download.owncloud.org/community/owncloud-8.2.6.zip - http://download.owncloud.org/community/owncloud-8.2.6.tar.bz2 And the ones for the ownCloud server maintenance release 9.0.3: -

Re: [owncloud-user] Webdav as web host root?

2016-06-28 Thread Vincent Petry
Hello, I don't think this is possible. In many places, the clients and also the web UI, the URL parts "remote.php/webdav" are hard-coded so it will always look there. Also you need to consider that there is not only webdav but also carddav, caldav and possibly other sub-protocols in the future.

Re: [owncloud-user] ownCloud Server maintenance releases 9.1.4, 9.0.8, 8.2.10, 8.1.12

2017-02-03 Thread Vincent Petry
tly running 7.1.1-1+deb.sury.org~trusty+1. Please > use at least ownCloud 10.0.0". > > Is there any such thing as OwnCloud 10.0.0? Or is there anything I can > do other than downgrading php? > > Thank you. > > Andrea. > > On 02.02.2017 16:05, Vincent Petry wrote:

Re: [owncloud-user] ownCloud Server 9.1.1

2016-10-05 Thread Vincent Petry
; Also, i get the update from 9.0.4 > > ---> Package owncloud-files.noarch 0:9.0.4-1.1 will be updated > ---> Package owncloud-files.noarch 0:9.1.1-1.2 will be an update > > >> On 4 Oct 2016, at 08:37, Vincent Petry <pvinc...@owncloud.com> wrote: >> >>

[owncloud-user] ownCloud Server maintenance releases 8.0.15, 8.1.10, 8.2.8 and 9.0.5

2016-09-20 Thread Vincent Petry
Hello, We are happy to announce that the maintenance releases for 8.0.15, 8.1.10, 8.2.8 and 9.0.5 have been released. Changelogs are here: https://owncloud.org/changelog/ You can download the tarballs at the following links: * 8.0.15: -

[owncloud-user] ownCloud Server 9.1.1

2016-09-20 Thread Vincent Petry
Hello, ownCloud Server 9.1.1 is out as well. If you're running 9.1.0 please make sure to upgrade soon as there were some critical issues that were fixed there, especially regarding sharing. Changelogs are here: https://owncloud.org/changelog/#latest9.1 You can download the tarballs at the

Re: [owncloud-user] Same image in different albums without duplicates

2016-09-27 Thread Vincent Petry
Hello, Unfortunately this isn't possible because ownCloud doesn't support hard links or symbolic links. Cheers, Vincent On 24.09.2016 21:22, Tom Fernandes wrote: > Hi everybody, > > is there a way to have an image in e.g. 3 different albums without > duplicating (copying) it? > > Warm

Re: [owncloud-user] ownCloud Server 9.1.1

2016-10-04 Thread Vincent Petry
Best Jan > > > Von: user-boun...@owncloud.org [mailto:user-boun...@owncloud.org] Im Auftrag > von Vincent Petry > Gesendet: Dienstag, 20. September 2016 15:23 > An: List for Developers of ownCloud <de...@owncloud.org>; > announceme...@owncloud.org; For users of ownC

[owncloud-user] Update server deployed for 8.0.15, 8.1.10, 8.2.8, 9.0.5, 9.1.1

2016-10-26 Thread Vincent Petry
Hello, Updates have been enabled for 8.0.15, 8.1.10, 8.2.8, 9.0.5, 9.1.1 in the update server for those who use the updater app (see Admin section). There are known issues that can happen on some environments when updating from 9.0.4, 9.0.5, 9.1.0 or 9.1.1. Here are patches to help fix these:

Re: [owncloud-user] Lots of LDAP Queries

2016-10-20 Thread Vincent Petry
Possibly related ? https://github.com/owncloud/core/issues/26065 On 20.10.2016 12:14, Jan Martens wrote: > Hi, > > we use ownCloud 9.1.1 with the ldap_user APP and have a LDAP server > with about 11,000 user entries. We investigated that our ownCloud test > server (only two syncclients

Re: [owncloud-user] Announcements list has gone quiet

2016-12-15 Thread Vincent Petry
Hi, I've sent the announcements to that mailing list but they seem to be stuck in moderation queue. Will try and get these unstuck... Cheers, Vincent On 15.12.2016 14:00, Markus Goetz wrote: > Hi Anton, > > On 15/12/16 12:01, Anton Eliasson wrote: >> Hi all! >> There have been several

[owncloud-user] ownCloud Server maintenance releases 9.0.7 and 9.1.3

2016-12-14 Thread Vincent Petry
Hello, Here are the archives for the maintenance releases of the ownCloud Server: You can download the tarballs at the following links: * 9.0.7: - http://download.owncloud.org/community/owncloud-9.0.7.zip - http://download.owncloud.org/community/owncloud-9.0.7.tar.bz2 * 9.1.3:

Re: [owncloud-user] correction of oc_storage entries

2017-03-22 Thread Vincent Petry
Hi, > Would it be possible to substitute every "home::" with the > corresponding "local::/path/to/data..." ?. Yes but it's better to change numeric_id instead. Please keep in mind that "home::$userId" is the new and correct id format and the old one isn't and will be deprecated in the future.

[owncloud-user] Web updater updates published for 8.1.12, 8.2.10, 9.0.8 and 9.1.4

2017-03-15 Thread Vincent Petry
Hello, The web updater updates for 8.1.12, 8.2.10, 9.0.8 and 9.1.4 were published. Note that if you are updating from 9.1.3 to 9.1.4 you might get integrity check errors related to a stray extra file "updater/.gitignore". You can safely delete it then click "Rescan" in the admin page to solve

Re: [owncloud-user] (no subject)

2017-03-21 Thread Vincent Petry
Hello, If the shares are gone it means you deleted the wrong entry. Usually only one of the "local::" or "home::" has the shares, you need to figure out which to keep. If you only delete the oc_storages entry you should be able to find the old "numeric_id" from your old SQL dump. Then change

Re: [owncloud-user] problem after owncloud-files update 9.1.6 > 10.0.3 / db upgrade error

2017-09-19 Thread Vincent Petry
Hello, Seems you got unlucky. See https://github.com/owncloud/core/issues/28695 The reason for this issue is still unknown and being investigated. Cheers, Vincent On 09/19/2017 09:08 PM, Fabian A. Santiago wrote: > hello, > > using: > > centos 7.4.1708 > mariadb 10.2.8 > php 7.0.23 > nginx

Re: [owncloud-user] Owncloud 10.0.5

2018-01-26 Thread Vincent Petry
Hello, See https://central.owncloud.org/t/owncloud-server-10-0-5/11543/1 10.0.5 contains a critical bug. We'll publish the release next week as 10.0.6 with a hotfix. In case you did upgrade from packages, see https://github.com/owncloud/core/issues/30246#issuecomment-360539411 and upgrade to