- Apr 12, 2014
-
-
Volkan Gezer authored
-
Volkan Gezer authored
-
Jenkins for ownCloud authored
-
- Apr 11, 2014
-
-
Lukas Reschke authored
Only encode dangerous dangerous characters
-
Lukas Reschke authored
There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded. This may fix issues like https://github.com/owncloud/calendar/pull/394
-
Lukas Reschke authored
Update crypt.php
-
Björn Schießle authored
Fix some localization issues with file encryption/decryption strings
-
Volkan Gezer authored
-
Jenkins for ownCloud authored
-
- Apr 10, 2014
-
-
Thomas Müller authored
introduce auto completion on share email - integrated with the contactsm...
-
Lukas Reschke authored
Re-enable the sabredav browser plugin to fix sync client setup
-
Bernhard Posselt authored
register middleware as string to not force request to be instantiated to...
-
Thomas Müller authored
Fixed Sabre Node implementation to correctly return timestamps as int
-
Thomas Müller authored
Enable autowatch for karma
-
Thomas Müller authored
add requirements to routing
-
Thomas Müller authored
To isolate the variable scope used inside the $file it is required in it...
-
Tom Needham authored
Load all routes when matching an ocs route
-
Vincent Petry authored
OC_OCS_Result Class, Only accept 100 code as success
-
Vincent Petry authored
Use streams when generating hashes of remote files
-
Vincent Petry authored
Pass the correct root to the preview on post_write
-
Jenkins for ownCloud authored
-
- Apr 09, 2014
-
-
Bernhard Posselt authored
register middleware as string to not force request to be instantiated too early and thus not having url parameters
-
Thomas Müller authored
-
Bernhard Posselt authored
-
Thomas Tanghus authored
Moved SVGSupport call to use OC.Util.SVGSupport()
-
Joas Schilling authored
Fix Undefined index: storage in share.php
-
Vincent Petry authored
Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined.
-
Vincent Petry authored
-
Joas Schilling authored
There parameter was removed when the code was cleaned up: {"app":"PHP","message":"Undefined index: storage at E:\\ownCloud\\owncloud\\lib\\private\\share\\share.php#1160", "level":0,"time":"2014-04-09T12:56:23+00:00"}
-
Morris Jobke authored
Fix file picker SVG issues
-
Vincent Petry authored
remove obsolete code
-
Arthur Schiwon authored
LDAP: fix determining objectclasses takes long
-
Arthur Schiwon authored
-
Jörn Friedrich Dreyer authored
-
Joas Schilling authored
Always define sendmail_is_available in settings/admin.php
-
Joas Schilling authored
Fix #8048
-
Jenkins for ownCloud authored
-
- Apr 08, 2014
-
-
Thomas Müller authored
Make hardcoded exception messages translatable
-
Thomas Müller authored
Chainable Response in AppFramework
-
Vincent Petry authored
Disable sharing in trashbin app
-