- 07 Nov, 2016 10 commits
-
-
Vincent Petry authored
404 errors were not properly cached due to catching the wrong exception. Now catching ClientHttpException and checking the error code. In case of 404, adjust the stat cache accordingly.
-
Vincent Petry authored
The Sabre FilesPlugin never uses the view so remove it.
-
Vincent Petry authored
-
Vincent Petry authored
When transferring ownership, only the local files will be transferred during the rename operation. This means that the analyzing code doesn't need to recurse into any mount points. Furthermore this fixes issues where FailedStorage might appear as mount points as a result of inaccessible external storages or shares. So this makes it more robust.
-
Vincent Petry authored
This prevents a validation failure where the code checks whether a file is already shared with another user, but the check disables itself when the owner is the same. Processing the groups first prevents the check to kick in too early when the group share still has the old owner while we try transferring the user share.
-
Vincent Petry authored
The file list UI logic that renders the next page doesn't properly exclude hidden files when not shown. This fix makes sure that only rows that are actually visible are counted when rendering a page, this makes sure that the page will always have enough elements displayed.
-
Vincent Petry authored
Fix user:report command table helper
-
Vincent Petry authored
Hack to prevent warning for read-only wrapper in public links
-
Vincent Petry authored
disabling dropping on dragging objects temporarily
-
Jenkins for ownCloud authored
-
- 06 Nov, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 05 Nov, 2016 3 commits
-
-
Michael Jobst authored
-
Michael Jobst authored
-
Jenkins for ownCloud authored
-
- 04 Nov, 2016 2 commits
-
-
Philipp Schaffrath authored
* added dumb Theme value-object * capsuled theme directory logic and value object creation in ThemeService * registered ThemeService as DI service * getTheme should return the Theme value-object * use value-object to search for defaults.php * pass theme value-object, use value-object directory for template loading * inject theme object into resource locators and use its directory to search for scripts and styles * use theme value-object to look for images * tested value object * injectable default theme directory to make this testable without reflection, fixed bug where empty theme name and non existing default theme would generate a false theme object, tested ThemeService * applied correct code styling * fixed bug where wrong app-name was used * fixed tests which are not skipped anymore since vfsstream is available now, removed check for vfs library * removing accidentally committed restriction :/ * check for `theme` type and enable app as theme if it exists * added mikey179/vfsStream dev dependency * removed accident :/ * removed last unwanted comment :/ * renamed method so, name didn't make much sense in the context before * fixed guideline violation
-
Jenkins for ownCloud authored
-
- 03 Nov, 2016 8 commits
-
-
Vincent Petry authored
Update Makefile
-
Jürgen Weigert authored
-
Jürgen Weigert authored
-
Jürgen Weigert authored
-
Jürgen Weigert authored
-
Jürgen Weigert authored
-
Vincent Petry authored
Fixed disappearing of share info in file view
-
Jenkins for ownCloud authored
-
- 02 Nov, 2016 5 commits
-
-
Michael Jobst authored
-
Michael Jobst authored
* Display changes in file versions tab view and detailsView * versions tab enhancements enhanced js test file removed css superscript attribute for version size * Replaced spaces with tabs
-
Vincent Petry authored
-
Vincent Petry authored
Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
-
Vincent Petry authored
Fixing white screen of death on non existing apps dir path (#25945)
-
- 30 Oct, 2016 1 commit
-
-
neumann authored
-
- 29 Oct, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 28 Oct, 2016 6 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Update composer.lock for updated libs
-
Vincent Petry authored
-
Vincent Petry authored
Since PHP 7.1.0RC4 the DateTime object populates the microsecond part. Since databased usually don't store this, comparing the result with the original date would fail. This fixes the assertions by comparing the dates using a format that doesn't contain the microseconds part.
-
Vincent Petry authored
make object prefix configurable
-
Vincent Petry authored
We need to ensure that the app holding the objectstore implementation is loaded
-
- 27 Oct, 2016 2 commits
-
-
Jenkins for ownCloud authored
-
Jörn Friedrich Dreyer authored
-
- 26 Oct, 2016 1 commit
-
-
Jenkins for ownCloud authored
-