- Feb 23, 2016
-
-
Lukas Reschke authored
Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains. This changeset adds the header only once and adds integration tests ensuring the correct header in future. https://github.com/owncloud/core/issues/22577
-
Thomas Müller authored
Throw normal exceptions instead of eating them
-
- Feb 22, 2016
-
-
Thomas Müller authored
since 9.0 we have a additional parameter $position used for integrity…
-
Thomas Müller authored
Make FilesReportPlugin::processFilterRules non-public
-
Björn Schießle authored
-
Joas Schilling authored
-
Thomas Müller authored
Moved set -e option to enable executable checks again
-
Thomas Müller authored
Add integration tests for tags plus fix permissions
-
Thomas Müller authored
Move `-an` after the input arg because it is an output option
-
Thomas Müller authored
We should check for exceptions when trying to get the avatar
-
Thomas Müller authored
Show username when writing "Insufficient storage" into owncloud.log
-
Thomas Müller authored
Fix public page footer position in IE
-
Vincent Petry authored
The content element needs hasLayout, so triggering it with a display attribute. Without this, the #content element's height would be as high as the window's height instead of adjusting itself to its contents' height.
-
Vincent Petry authored
Fixes pagination in IE
-
Roeland Jago Douma authored
Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test
-
Pierre Jochem authored
Show username when writing into owncloud.log
-
Lukas Reschke authored
Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185
-
Joas Schilling authored
-
Morris Jobke authored
* tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares * fixes #20044
-
- Feb 20, 2016
-
-
Thomas Müller authored
Fix error in source language strings
-
- Feb 19, 2016
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/22512
-
Lukas Reschke authored
-
Lukas Reschke authored
Add integration tests for comments
-
Lukas Reschke authored
This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367
-
Thomas Müller authored
improve tags interface styling
-
Thomas Müller authored
When (re-)sharing an incomming federated share set the corrent owner
-
Thomas Müller authored
Check delete permission before attemping copy+delete
-
Thomas Müller authored
Do not copy skeleton on avatar access
-
Jan-Christoph Borchardt authored
-
Andreas Schubert authored
moved set -e after executable checking with which as old position off set -e stopped the script at this point without any error message
-
Thomas Müller authored
Add FilesPlugin
-
Thomas Müller authored
Remove old adapter - mssql is not supported
-
Thomas Müller authored
Fix old calendar dav urls
-
Thomas Müller authored
Add global --no-warnings option to occ…
-
Joas Schilling authored
-
Björn Schießle authored
make sure that the file name doesn't end with a trailing slash. Can for example happen single files shared across servers
-
Vincent Petry authored
Some move operations when cross-storage will be replaced by copy and delete. Before attempting this, first check whether the source storage has delete permissions. This also prevents renaming system-wide external storages.
-
Roeland Jago Douma authored
Incomming federated shares are a special kind. We mount them as normal webdav shares but we do supply owner info with the federated cloud id of the share owner. Since we do not yet have the new resharing behaviour on federated shares we need to set the correct owner. Which will allow sharing and proper mounting for other users. fixes #22500
-
Thomas Müller authored
-