Thomas Müller
Thomas Müller
The OBS package represent the official recommended configuration - which is apache. But from my understanding if nginx is installed we do not pull in apache - but furthermore nginx...
we do that already: ``` Depends: ${misc:Depends}, apache2 | httpd ``` but we don't supply configs for other web servers
You also might want to try to use the owncloud js client which was developed during GSoC 2017: https://github.com/noveens/js-owncloud-client
Would be good to get some acceptance test coverage on this ..... @phil-davis THX
> The permissions handling seems a bit strange: This behavior did not really change in this PR. Before this change when requesting 3 one would only get 1 in the...
> But when I browse in a private window to a Download/View/Edit public link I just get a page that lets me download. I can upload with a `curl` command....
> The only code change that I need to make was [430abcb](https://github.com/owncloud/core/commit/430abcbeb8fe4d8018a7b348e87702a25a337ba9) - please have a look. After that, all tests pass. look good - thx
> Can I rebase this PR and cherry-pick the test code into here? > > Or you can do it. As you wish - I have only limited time available...
From my pov this code exists for a reason ... removing is kind of scary ... The critical path here is that getToken and createToken are not atomic operations on...
> This just fixes and internal cache problem? This is a pure PHP API fix from my understanding - it was discovered while working on some other app which used...