- Apr 13, 2016
-
-
Robin McCorkell authored
All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
-
Thomas Müller authored
Initial implementation of the new chunked upload
-
Thomas Müller authored
Document an example wait timeout for MySQL in case the web hoster is …
-
Thomas Müller authored
Move files in \OC\Activity to PSR-4
-
Christoph Wurst authored
restore selection after re-rendering file rows
-
Joas Schilling authored
Add LazyRootFolder
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
Christoph Wurst authored
-
Thomas Müller authored
Use 6 months as SSL STS header threshold
-
Thomas Müller authored
misc: Fix some typos
-
Thomas Müller authored
Show tooltip if the app is downloaded from a remote server
-
Roeland Jago Douma authored
-
Joas Schilling authored
always return the complete permissions the file was shared with
-
Morris Jobke authored
* this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000) * old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000) * fixes #23957
-
Jenkins for ownCloud authored
-
- Apr 12, 2016
-
-
Lukas Reschke authored
set $share to null if getShareByToken() failed
-
Lukas Reschke authored
-
Stefan Weil authored
Some of them were found by codespell. Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
Björn Schießle authored
-
Björn Schießle authored
-
Thomas Müller authored
-
Thomas Müller authored
Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407 This reverts commit e9a9af34.
-
Thomas Müller authored
Revert "Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407" This reverts commit acad7b30.
-
Thomas Müller authored
Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407
-
Thomas Müller authored
-
Stefan Weil authored
Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
Thomas Müller authored
Add unit testing capabilities for templates
-
Roeland Jago Douma authored
The same intergration tests as for the old endpoint. But now using the new chunking. We upload 3 chunks in different order and the result should be the same in all three.
-
Thomas Müller authored
Initial implementation of the new chunked upload - as specified in https://dragotin.wordpress.com/2015/06/22/owncloud-chunking-ng/
-
Lukas Reschke authored
Composer 1.1 has since yesterday a new performance improvement that will be automatically used for PHP >= 5.6, however this file is incompatible with older PHP versions and thus we need to exclude it from the checks. Note that this performance improvement is only used on >= 5.6 so ownCloud will still run fine on older PHP versions as well.
-
Hendrik Leppelsack authored
* remove ie8 fixes for checkboxes * add indeterminate style to checkboxes * add styles for radio inputs * add missing checkbox-mixed-disabled icon * fix white radios * remove unnecessary png file
-
Roeland Jago Douma authored
The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code
-
Roeland Jago Douma authored
There is no need to calculate the permissions twice. Saves some is_dir and file_exists calls.
-
Christoph Wurst authored
fixes #14405
-
Jenkins for ownCloud authored
-
- Apr 11, 2016
-
-
Joas Schilling authored
Remove pre/post_addToGroup hooks for shares
-
Morris Jobke authored
* same as #18839 for legacy jobs * avoids spamming the log with useless entries
-
josh4trunks authored
* To be safe don't unload until end * unlink needs to be before return to actually do anything
-
Morris Jobke authored
re-try to send unshare notification if remote server is not available
-