- 28 Nov, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 27 Nov, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 26 Nov, 2014 2 commits
-
-
Lukas Reschke authored
The codepath for generating the favicons iterates through subnodes and if one of those nodes is unavailable is throwing a 503 exception. Since these favicons don't have any use except of "making a tool for developers looking nicer" I consider it feasible to remove them.
-
Jenkins for ownCloud authored
-
- 25 Nov, 2014 6 commits
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
- 24 Nov, 2014 3 commits
-
-
Bjoern Schiessle authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12389
-
Jenkins for ownCloud authored
-
- 22 Nov, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 21 Nov, 2014 5 commits
-
-
Arthur Schiwon authored
make scrutinizer happier and always count users on assisted mode, even with xp'ed mode (would be a regression otherwise)
-
Arthur Schiwon authored
-
Bjoern Schiessle authored
-
Arthur Schiwon authored
-
Jenkins for ownCloud authored
-
- 20 Nov, 2014 13 commits
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
to reassure that selected attributes still work, do not count all matching entries but limit it to 1 in order to make it faster
-
Arthur Schiwon authored
detectors (email, displayname..) are now started in one place, triggered from only 2 places. more reliable structure and flow, saves requests
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Vincent Petry authored
Fixes an issue when uploading files to external storage when recovery keys are enabled The Util class only works with real users, so instantiating it with the virtual recovery key user or public key user can cause issues.
-
Volkan Gezer authored
-
- 19 Nov, 2014 5 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
Whenever a file is shared with others or with link, a delete button used to be visible that triggered a direct deletion. This button has been removed to avoid accidental deletion from people who might believe it was an unshare button. Unsharing is still possible inside the share dropdown.
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- 18 Nov, 2014 3 commits
-
-
Lukas Reschke authored
Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
-
Lukas Reschke authored
-
Lukas Reschke authored
The "dir" key is used within the public sharing template to indicate in which directory the user currently is when sharing a directory with subdirectories. This is needed by the JS scripts. However, when not accessing a directory then "dir" was set to the relative path of the file (from the user's home directory), meaning that for every public shared file the sharee can see the path. (For example if you share the file "foo.txt" from "finances/topsecret/" the sharee would still see the path "finances/topsecret/" from the shared HTML template) This is not the excpected behaviour and can be considered a privacy problem, this patch addresses this by setting "dir" to an empty key.
-