Commit Graph

698 Commits (089c24e650caec8a950eb36cc8007dc74057455f)

Author SHA1 Message Date
Frank Karlitschek ab96fa67c8 first part of the abstraction work of the apps folder. more to come 14 years ago
Robin Appelman 857535403c add more valid fopen modes 14 years ago
Robin Appelman 62cd89da14 improved password hashing based one phpass 14 years ago
Georg Ehrke 92c7b2717d add OC_Geo class 14 years ago
Robin Appelman 6c501f90bb hopefully a fix for webroot detection 14 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 14 years ago
Robin Appelman fe0832746b intval() of a number seems unnecessary 14 years ago
Robin Appelman 797e921b9a improve log browsing 14 years ago
Robin Appelman 4f627c428e some more error reporting during filesystem scan 14 years ago
Robin Appelman dda79a90cf don't limit ourselfs to 32bit integers 14 years ago
Robin Appelman 8b93a9a237 add javascript bindings for OC_AppConfig 14 years ago
Robin Appelman 9dcf29ff51 fix bug in group mangement 14 years ago
Robin Appelman 9f5bce81b0 add a default user quota 14 years ago
Robin Appelman e039015ca1 prevent errors when a user backends gives an invalid result 14 years ago
Arthur Schiwon ca874a3ad7 remove limit from configvalue for long config values 14 years ago
Bartek Przybylski a02d5d1a3d log typo fix 14 years ago
Georg Ehrke 3e756407a0 check if the tempfile was created successfully 14 years ago
Frank Karlitschek a62e109e8c make the location of the 3rdparty folder flexible. 14 years ago
Robin Appelman 2e05bd69f5 add javascript bindings for OC_AppConfig 14 years ago
Robin Appelman c20319d377 fix incorrect information in the filecache when using encryption 14 years ago
Robin Appelman d9c7e4c333 proper mimetypes for encrypted files 14 years ago
Robin Appelman 325858e9e2 add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper 14 years ago
Robin Appelman c121a1a1e7 implement file_put_contents with stream data using fopen 14 years ago
Robin Appelman 95459d068e non existing files can never be updated 14 years ago
Robin Appelman 1cffeefa06 move implementation of from/toTmpFile from the file storage to the filesystem 14 years ago
Robin Appelman 6658f51098 provide early file system when using webdav 14 years ago
Robin Appelman b3a974d8bb only trigger hooks for the default filesystem view 14 years ago
Robin Appelman 501678f981 always mount the root filesystem, sometimes we need the filesystem when not logged in 14 years ago
Robin Appelman f1cbb9effc initial integration of encryption 14 years ago
Robin Appelman e53e7990c4 improve get_temp_dir() implementation 14 years ago
Robin Appelman fd4b30ac6f no post hooks for fopen 14 years ago
Robin Appelman e9af218562 use streams instead of temporary files for cross-storage copy and rename 14 years ago
Robin Appelman 82394f9527 add option to dissable fileproxies 14 years ago
Robin Appelman 3d67cd51c2 encryption proxy wip 14 years ago
Robin Appelman abc749feeb make documentation reflect reality a bit better 14 years ago
Robin Appelman b6ed61eab2 pass paramters to file proxies by reference so they can be modified 14 years ago
Bart Visscher 987845c312 Move the redirect_url from linkTo function to the checkLoggedIn function 14 years ago
Alessandro Cosentino 36b7d819e5 restore redirect after checkLoggedIn 14 years ago
Thomas Tanghus 71aa36c3f1 ETags must be quoted. 14 years ago
Michael Gapczynski 6f1ed85f0b Temporary fix for sharing files 14 years ago
Bart Visscher 1fa05894d5 Move config.php writable test to update path 14 years ago
Bart Visscher 45cff7b737 Move storing "last updated at" time to the app config 14 years ago
Bart Visscher bd7227bb93 Spelling fix hint text 14 years ago
Bart Visscher e8b69d45a3 Fixup use of OC_Helper::linkTo function 14 years ago
Bart Visscher f47444e1f7 Use separate function to make absolute urls 14 years ago
Bart Visscher f54c767d72 Fix parameter of OC_Response::sendFile 14 years ago
Bart Visscher bcbebe390b Document OC_Response 14 years ago
Thomas Tanghus 0e2531ba57 Added method for loading from file handle. 14 years ago
Robin Appelman c2fb5fed02 use cached size for getting the size of a moved file 14 years ago
Frank Karlitschek d53ed4b40b make it possible to override every image and logo with a new version from within a theme. I think we have a very cool theming here. *self-praise* 14 years ago