- Mar 12, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 11, 2015
-
-
Thomas Müller authored
Fix the avatarcontroller cache needing the cache dir
-
Morris Jobke authored
Run `updateDataDirectory` after Update
-
Roeland Jago Douma authored
This was removed in 82254ad5 and unfortunatly missed by jenkins before mering into master.
-
Lukas Reschke authored
Move AvatarController to AppFramework
-
Morris Jobke authored
Only make sure the cache directory exists when we use it
-
Roeland Jago Douma authored
* Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
-
Lukas Reschke authored
Setting oci as supported database
-
Morris Jobke authored
Add a console command user:add to create users over the console
-
Morris Jobke authored
Add support for font previews
-
Thomas Müller authored
-
Lukas Reschke authored
Allow iframes from same domain in share view
-
Morris Jobke authored
Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown Better finding the remote URL from user input in share dropdown
-
Thomas Müller authored
-
Joas Schilling authored
-
Morris Jobke authored
Do not abort when meeting unfixable legacy storages
-
Lukas Reschke authored
Adding a more meaningful message for sabre dav exception
-
Thomas Müller authored
Correct "one invalid characters" to "one invalid character"
-
Thomas Müller authored
Add an option to include the installed app version in "occ app:list"
-
Thomas Müller authored
-
Bernhard Posselt authored
display app update error messages
-
Thomas Müller authored
Use occ to install ownCloud in autotest.sh
-
Thomas Müller authored
-
cmeh authored
Corrected "one invalid characters" to "one invalid character" in line 1575.
-
Joas Schilling authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Morris Jobke authored
cron.php on cli has no time limitation - fixes #14481
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
- Mar 10, 2015
-
-
Thomas Müller authored
Only rescan versions once in trashbin
-
Morris Jobke authored
-
Morris Jobke authored
update symphony components to 2.6.4
-
Robin Appelman authored
-
Lukas Reschke authored
Clean-up code and use proper exception types
-
Lukas Reschke authored
adding storage specific filename verification
-
Thomas Müller authored
Add support for 'child-src' directive
-
Lukas Reschke authored
This is required because the PDF Viewer itself is embedded using an iframe from the same domain. The default policy is blocking this. Going on further, we have to come up with a solution in the future how to handle previews by applications, one example might be that they call their own endpoint and not the generic share page to allow applications to have full control over how to display previews. Anyways, to test this behaviour use a decent newer browser (such as Chrome 41) and share a PDF file, obviously the PDF viewer needs to be enabled as well. Without this patch publicly shared PDF files should not get previewed and an error is thrown. (if it isn't then your browser is probably not obeying our Content-Security-Policy and you might consider switching to another one ;))
-
Jenkins for ownCloud authored
-