- 21 May, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 20 May, 2015 13 commits
-
-
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 26 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
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
Fixes returns of group memberships and counting if all members have the ...
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Arthur Schiwon authored
-
Arthur Schiwon authored
Fixes returns of group memberships and counting if all members have the specific groups as primary set.
-
Thomas Müller authored
Remove hard coded limit of 15 from getShareWith
-
Thomas Müller authored
Catch NotFoundException and return no quota information which simply reflects the current state - no file storage has been initialized for the user.
-
Thomas Müller authored
exception class will be logged as well - helps especially in cases where the message contained is empty - e.g. "message":"OCP\\Files\\NotFoundException: at \/home\/deepdiver\/Development\/ownCloud\/core-autotest\/apps\/provisioning_api\/lib\/users.php#354",
-
Morris Jobke authored
Add unit test for migrator with different prefix
-
Thomas Müller authored
Conditional logging
-
Thomas Müller authored
rename to 'Default encryption module'
-
Joas Schilling authored
Show a empty response for GET on non-files instead of the Browser Plugin
-
Vincent Petry authored
-
Morris Jobke authored
catch unallowed anonymous auth attempt and show specific error
-
Morris Jobke authored
Mute XCache error when trying to clear the opcode cache
-