- Sep 08, 2014
-
-
Jörn Friedrich Dreyer authored
w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ̧̕h́o̵r͏̵rors̡ ̶͡͠lį̶e͟͟ ̶͝in͢ ͏t̕h̷̡͟e ͟͟d̛a͜r̕͡k̢̨ ͡h̴e͏a̷̢̡rt́͏ ̴̷͠ò̵̶f̸ u̧͘ní̛͜c͢͏o̷͏d̸͢e̡͝
-
Vincent Petry authored
fix BadRequest error if CONTENT_LENGTH not set
-
- Sep 07, 2014
-
-
Jenkins for ownCloud authored
-
- Sep 06, 2014
-
-
Jenkins for ownCloud authored
-
- Sep 05, 2014
-
-
Lukas Reschke authored
Move trusted domain check to init()
-
Vincent Petry authored
Refactor cache updater to work outside of the users home
-
Clark Tomlinson authored
Scroll to file on search or add
-
Lukas Reschke authored
handleRequest() is not called from remote.php or public.php which made these files party available but all included apps in there produced errors. As the expected behaviour is anyways that a trusted domain warning is shown I moved this to init() Fixes https://github.com/owncloud/core/issues/10064
-
Vincent Petry authored
Added permission check for drag and drop
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Jesus Macias Portela authored
Fix 3rdparty pointer
-
Jenkins for ownCloud authored
-
- Sep 04, 2014
-
-
Jesús Macias authored
-
Vincent Petry authored
When dropping files onto a read-only folder, a notification is now shown instead of attempting to upload. This for both the drag for upload and drag from inside the file list cases.
-
Jesus Macias Portela authored
Solve bug with touch always return true on /lib/private/files/view.php
-
Jörn Friedrich Dreyer authored
-
Lukas Reschke authored
Fix upgrade process when apps enabled for specific groups
-
chli1 authored
If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set.
-
Vincent Petry authored
add utf8 folder test
-
Olivier Paroz authored
-
Vincent Petry authored
When creating a new file from the menu, the list now scrolls to that file.
-
Vincent Petry authored
Now passing the "scrollto" URL argument to the file list class which will also automatically scroll and highlight the matching element. This code is triggered by the search box when in a different folder and also by the activity app.
-
Jenkins for ownCloud authored
-
- Sep 03, 2014
-
-
Lukas Reschke authored
added missing User-Agents
-
Andreas Fischer authored
Use proper RNG * owncloud/UseProperRandomFunction: Use proper RNG generator
-
pdessauw authored
Scroll to uploaded file in file list
-
Lukas Reschke authored
Hiding add to your own cloud if server2server sharing is not enabled
-
Jesús Macias authored
-
Jesús Macias authored
-
Jesús Macias authored
-
Jesús Macias authored
-
Jesús Macias authored
-
cbhp authored
Some providers block connections with missing user-agents. Also user-agents are useful for analyzing requests. I've added a USER_AGENT constant that is used in cURL and in file_get_contents.
-
Lukas Reschke authored
OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset.
-