- Feb 18, 2014
-
-
Vincent Petry authored
- added file name check for the put, rename and setNames() methods which throw a "Bad Request" whenever invalid characters are used - replaced \OC\Filesystem usage with $this->getFS() to be able to write unit tests
-
Vincent Petry authored
- added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters
-
Tom Needham authored
User migration fix, and basic unit test
-
Lukas Reschke authored
Some style fixes
-
Tom Needham authored
-
Tom Needham authored
-
Thomas Müller authored
Now using PHP session lifetime as default value for the JS config
-
Thomas Müller authored
add cbr/cbz file type icon, fix #6953
-
- Feb 17, 2014
-
-
Vincent Petry authored
This will fix the heartbeat when the session_lifetime config parameter hasn't been set explicitly.
-
Jan-Christoph Borchardt authored
small change for compatibility
-
Robin Appelman authored
use file icon as fallback instead of application icon, fix #7237
-
Vincent Petry authored
Fit shared videos to viewer, just like images. Issue #1648
-
Jörn Friedrich Dreyer authored
Use the proper content-type
-
Jan-Christoph Borchardt authored
-
Jörn Friedrich Dreyer authored
LDAP: improve wizard strings, fixes #5567
-
Jan-Christoph Borchardt authored
-
Matthew Caron authored
-
David authored
-
Arthur Schiwon authored
-
Lukas Reschke authored
We should use the proper content-type `application/xml` instead of the default `text/html` here. Backport requested.
-
Jan-Christoph Borchardt authored
Do not select input for all text input fields
-
Lukas Reschke authored
Issue template enhancements
-
Vincent Petry authored
-
Tom Needham authored
-
Tom Needham authored
-
Björn Schießle authored
[encryption] improved error handling
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
- Feb 14, 2014
-
-
Thomas Müller authored
Add the background job list to the public server container
-
Morris Jobke authored
Remove the JsonSerializable interface from \OC\Files\FileInfo
-
Matthew Caron authored
-
Thomas Müller authored
Remove duplicate call to groupExists
-
Robin Appelman authored
-
Arthur Schiwon authored
fileinfo is no longer a array
-
Björn Schießle authored
-
Robin Appelman authored
Add a FileInfo class which holds all info of a file ...
-
Robin Appelman authored
-
Vincent Petry authored
don't urldecode get var, php does this automatically
-
Robin Appelman authored
-