- 08 Nov, 2016 5 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Citharel authored
-
Jörn Friedrich Dreyer authored
* use query builder * test no longer needs to mock the dbtype * close cursor early
-
Jenkins for ownCloud authored
-
- 07 Nov, 2016 12 commits
-
-
Vincent Petry authored
* Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks
-
Vincent Petry authored
-
Vincent Petry authored
Kill legacy OC_OCS and OC_L10N
-
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 4 commits
-
-
Michael Jobst authored
-
Michael Jobst authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 04 Nov, 2016 4 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
-
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
-