| Commit message (Expand) | Author | Age | Files | Lines |
* | use to_char when comparing clob to string on oracle, use execute audited | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -2/+2 |
* | small typo in the comments | Alessandro Cosentino | 2013-05-23 | 1 | -1/+1 |
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -4/+8 |
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
* | Dav: update etag in filecache when doing a PROPSET | Robin Appelman | 2013-02-02 | 1 | -1/+3 |
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -3/+3 |
|\ |
|
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -3/+3 |
* | | Wrap the etag in double quotes | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 |
* | | Remove old etag code | Michael Gapczynski | 2012-12-30 | 1 | -24/+0 |
* | | Use etags from file cache in SabreDAV connector | Michael Gapczynski | 2012-12-30 | 1 | -7/+5 |
* | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -19/+13 |
|\| |
|
| * | Cleaned up docblock comments | Sam Tuke | 2012-11-28 | 1 | -21/+15 |
* | | move ETag generation to storage backends | Robin Appelman | 2012-11-08 | 1 | -15/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -2/+14 |
|\| |
|
| * | Allow changing the way etags are generated | Robin Appelman | 2012-11-07 | 1 | -2/+14 |
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -2/+2 |
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -4/+4 |
|/ |
|
* | fix create folder and upload file issue on win, fixes oc-1747, solution follo... | Arthur Schiwon | 2012-10-02 | 1 | -2/+2 |
* | move back to "lastmodified" property since "getlastmodified" is protected by ... | Björn Schießle | 2012-09-28 | 1 | -5/+3 |
* | prepare server for move of property name "lastmodified" to "getlastmodified" ... | Björn Schießle | 2012-09-26 | 1 | -4/+6 |
* | - take webdav namespace for properties into account | Björn Schießle | 2012-09-26 | 1 | -2/+2 |
* | dirname can also return '.' for empty path | Bart Visscher | 2012-09-13 | 1 | -1/+1 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -4/+4 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -5/+5 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -20/+95 |
|\ |
|
| * | Smarter remove of etag properties for path | Bart Visscher | 2012-07-26 | 1 | -2/+18 |
| * | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 1 | -1/+10 |
| * | Rename functions | Bart Visscher | 2012-07-25 | 1 | -2/+2 |
| * | fix broken properties in the database | Bjoern Schiessle | 2012-07-23 | 1 | -1/+1 |
| * | quick fix for broken properties | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 |
| * | Add missing public to function definition | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| * | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 1 | -0/+26 |
| * | Optimize WebDav access by preloading dav custom properties | Bart Visscher | 2012-06-15 | 1 | -9/+21 |
| * | Fix webdav property name compare | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| * | Use setter for FileinfoCache | Bart Visscher | 2012-06-15 | 1 | -5/+7 |
| * | Optimize WebDav access using OC_FileCache | Bart Visscher | 2012-06-15 | 1 | -7/+15 |
| * | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-08 | 1 | -3/+15 |
| * | Comment layout and spelling fixes | Bart Visscher | 2012-06-08 | 1 | -2/+4 |
* | | escape all identifiers with backticks | jfd | 2012-07-31 | 1 | -5/+5 |
* | | - remove namespace from file property name (webdav) | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 |
* | | Fix webdav property name compare | Bart Visscher | 2012-06-19 | 1 | -1/+1 |
* | | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-19 | 1 | -3/+15 |
|/ |
|
* | fixing file headers with copy right | Thomas Müller | 2012-05-05 | 1 | -18/+16 |
* | allow to set a files mtime through a PROPPATCH request on resource | Klaas Freitag | 2012-02-14 | 1 | -8/+4 |
* | - Added the ability to change a files mtime via webdavs propset. | Klaas Freitag | 2012-02-10 | 1 | -7/+23 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -7/+7 |
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -1/+0 |
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+158 |