Commit Graph

894 Commits (b3ae2208b1ca5d913326042ca9a79aa4c01f8706)

Author SHA1 Message Date
Bart Visscher 5dcd9e20d0 Small cleanups 13 years ago
Tom Needham 33c5b3a2ef Added replaceDB method in lib/db.php 13 years ago
Robin Appelman 6ecbaf0041 load streamwrappers earlier 13 years ago
Frank Karlitschek d29a02a65a undo the change of the webroot detection. seams to be buggy 13 years ago
Robin Appelman e76e4e7540 add touch() to all storage backands, and make parameter optional 13 years ago
Robin Appelman b23b5aae7f remove debug output 13 years ago
Michael Gapczynski baffa03fa5 Fix opendir for folders aka Google Docs collections 13 years ago
Michael Gapczynski 02f15e9a03 More work on Google Docs storage backend 13 years ago
Bartek Przybylski 2754cac21f dialogs library for apps 13 years ago
Frank Karlitschek 0a9b0ee382 change the detection of the webroot. it is simpler now and also works for app directories outside the owncloud folder. works for me and hopefully for everybody else too 13 years ago
Robin Appelman a829ce69c5 make sure the streamwrappers are registered early 13 years ago
Frank Karlitschek 5e9d268c21 never try to load an non existing template,css,img. 13 years ago
Robin Appelman d1c3aa3112 add test case for getLocalFile 13 years ago
Robin Appelman de37bafa5c use in-memory files for the datase scheme during installation 13 years ago
Robin Appelman 3e0bb3e7c4 use temporary file managment 13 years ago
Robin Appelman a76ff563d6 fix temporary file creation 13 years ago
Robin Appelman 273d7fb4fd fix copy/paste error in common filestorage 13 years ago
Robin Appelman 77b51f03e3 add temporary file managment 13 years ago
Michael Gapczynski d190ebee48 Initial work on Google Docs storage backend 13 years ago
Frank Karlitschek 5943af17e7 spaces -> tabs 13 years ago
Robin Appelman d8d4420f22 some cleanup in filestorage 13 years ago
Robin Appelman cef230c141 extend filestorage common and provide test implementation 13 years ago
Robin Appelman e2721fc93c make OC_FileStorage abstract 13 years ago
Frank Karlitschek ab96fa67c8 first part of the abstraction work of the apps folder. more to come 13 years ago
Robin Appelman 857535403c add more valid fopen modes 13 years ago
Robin Appelman 62cd89da14 improved password hashing based one phpass 13 years ago
Georg Ehrke 92c7b2717d add OC_Geo class 13 years ago
Robin Appelman 6c501f90bb hopefully a fix for webroot detection 13 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 13 years ago
Robin Appelman fe0832746b intval() of a number seems unnecessary 13 years ago
Robin Appelman 797e921b9a improve log browsing 13 years ago
Robin Appelman 4f627c428e some more error reporting during filesystem scan 13 years ago
Robin Appelman dda79a90cf don't limit ourselfs to 32bit integers 13 years ago
Robin Appelman 8b93a9a237 add javascript bindings for OC_AppConfig 13 years ago
Robin Appelman 9dcf29ff51 fix bug in group mangement 13 years ago
Robin Appelman 9f5bce81b0 add a default user quota 13 years ago
Robin Appelman e039015ca1 prevent errors when a user backends gives an invalid result 13 years ago
Arthur Schiwon ca874a3ad7 remove limit from configvalue for long config values 13 years ago
Bartek Przybylski a02d5d1a3d log typo fix 13 years ago
Georg Ehrke 3e756407a0 check if the tempfile was created successfully 13 years ago
Frank Karlitschek a62e109e8c make the location of the 3rdparty folder flexible. 13 years ago
Robin Appelman 2e05bd69f5 add javascript bindings for OC_AppConfig 13 years ago
Robin Appelman c20319d377 fix incorrect information in the filecache when using encryption 13 years ago
Robin Appelman d9c7e4c333 proper mimetypes for encrypted files 13 years ago
Robin Appelman 325858e9e2 add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper 13 years ago
Robin Appelman c121a1a1e7 implement file_put_contents with stream data using fopen 13 years ago
Robin Appelman 95459d068e non existing files can never be updated 13 years ago
Robin Appelman 1cffeefa06 move implementation of from/toTmpFile from the file storage to the filesystem 13 years ago
Robin Appelman 6658f51098 provide early file system when using webdav 13 years ago
Robin Appelman b3a974d8bb only trigger hooks for the default filesystem view 13 years ago