- 25 May, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 May, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 23 May, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 22 May, 2015 7 commits
-
-
Bernhard Posselt authored
Unit tests for #16511
-
Vincent Petry authored
remove part file extension before we read a filekey
-
Roeland Jago Douma authored
Make sure that password is updated on focusout of the password field or on pressing enter in the password field.
-
Bjoern Schiessle authored
remove part file extension before we read a filekey to reuse a existing key if possible, otherwise stuff like versioning will break
-
Vincent Petry authored
Get correct mimetype when moving and changing extension
-
Joas Schilling authored
Fix PHPDoc
-
Jenkins for ownCloud authored
-
- 21 May, 2015 6 commits
-
-
Lukas Reschke authored
Use correct parameters
-
Lukas Reschke authored
Fix PHPDoc
🙈 -
Lukas Reschke authored
*sigh*
-
Vincent Petry authored
Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension.
-
Joas Schilling authored
occ option to update all third party apps without disable
-
Jenkins for ownCloud authored
-
- 20 May, 2015 14 commits
-
-
Steffen Lindner authored
-
Vincent Petry authored
Restore min-height for single previews
-
Morris Jobke authored
dont go trough the view when moving to trash
-
Morris Jobke authored
Return 401 when accessing public webdav and s2s is disabled
-
Olivier Paroz authored
-
Vincent Petry authored
wait with copying the skeleton untill login and setupfs are done
-
Jan-Christoph Borchardt authored
Add support for disallowing domains to the ContentSecurityPolicy
-
Vincent Petry authored
-
Morris Jobke authored
include base dn test in functionality test
-
Lukas Reschke authored
For enhanced security it is important that there is also a way to disallow domains, including the default ones. With this commit every method gets added a new "disallow" function.
-
Jan-Christoph Borchardt authored
Closes "New" dropdown when switching category
-
Morris Jobke authored
Clean-up of orthography, grammar
-
Lukas Reschke authored
Fix URL generation
-
Jenkins for ownCloud authored
-
- 19 May, 2015 10 commits
-
-
Thomas Müller authored
Scrutinizer Auto-Fixes
-
Christian Hoffmann authored
* Changed "instead to" to "instead of". * Changed "setup" to "set up" (past participle).
-
Vincent Petry authored
-
Robin Appelman authored
-
Thomas Müller authored
Fix unexisting class and broken doc
-
Morris Jobke authored
-
Joas Schilling authored
-
Lukas Reschke authored
`params` in the `OC.generateUrl` function call only replaces all specified occurences of a key just like the l10n PHP functionality does. This means that to build a query string we have to use `OC.buildQueryString` instead of the params parameters. Fixes https://github.com/owncloud/core/issues/16336 which is a regression introduced with https://github.com/owncloud/core/commit/58a87d0babcb91aab75b45e630d2fc2fee15691e of https://github.com/owncloud/core/pull/15652. Without this fix downloading single files from a public shared folder is not possible.
-
Thomas Müller authored
Reduce the complexity of the search queries in the user/group backends to a minimum
-
Morris Jobke authored
* fixes #16394 * return false - stops all following event callbacks
-