Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove debug output | Robin Appelman | 2012-02-29 | 1 | -2/+0 |
| | |||||
* | Fix opendir for folders aka Google Docs collections | Michael Gapczynski | 2012-02-29 | 1 | -2/+1 |
| | |||||
* | More work on Google Docs storage backend | Michael Gapczynski | 2012-02-28 | 1 | -104/+175 |
| | |||||
* | dialogs library for apps | Bartek Przybylski | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | change the detection of the webroot. it is simpler now and also works for ↵ | Frank Karlitschek | 2012-02-28 | 1 | -18/+20 |
| | | | | app directories outside the owncloud folder. works for me and hopefully for everybody else too | ||||
* | make sure the streamwrappers are registered early | Robin Appelman | 2012-02-28 | 2 | -7/+5 |
| | |||||
* | never try to load an non existing template,css,img. | Frank Karlitschek | 2012-02-28 | 2 | -4/+18 |
| | | | | do propper checking, error reporting and motivate the developerto fix it ;-) | ||||
* | add test case for getLocalFile | Robin Appelman | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | use in-memory files for the datase scheme during installation | Robin Appelman | 2012-02-28 | 1 | -6/+6 |
| | |||||
* | use temporary file managment | Robin Appelman | 2012-02-28 | 3 | -7/+7 |
| | |||||
* | fix temporary file creation | Robin Appelman | 2012-02-28 | 1 | -1/+5 |
| | |||||
* | fix copy/paste error in common filestorage | Robin Appelman | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | add temporary file managment | Robin Appelman | 2012-02-28 | 2 | -0/+28 |
| | |||||
* | Initial work on Google Docs storage backend | Michael Gapczynski | 2012-02-27 | 1 | -22/+238 |
| | |||||
* | spaces -> tabs | Frank Karlitschek | 2012-02-27 | 2 | -50/+50 |
| | | | | Thanks to Jakob for reminding me | ||||
* | some cleanup in filestorage | Robin Appelman | 2012-02-27 | 2 | -15/+5 |
| | |||||
* | extend filestorage common and provide test implementation | Robin Appelman | 2012-02-27 | 5 | -77/+216 |
| | |||||
* | make OC_FileStorage abstract | Robin Appelman | 2012-02-27 | 1 | -25/+25 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 6 | -66/+91 |
| | |||||
* | add more valid fopen modes | Robin Appelman | 2012-02-26 | 1 | -0/+8 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 12 | -40/+146 |
|\ | |||||
| * | improved password hashing based one phpass | Robin Appelman | 2012-02-26 | 1 | -7/+42 |
| | | | | | | | | old passwords are automatically upgraded on login | ||||
| * | add OC_Geo class | Georg Ehrke | 2012-02-26 | 1 | -0/+31 |
| | | |||||
| * | hopefully a fix for webroot detection | Robin Appelman | 2012-02-26 | 1 | -0/+7 |
| | | |||||
| * | chunked implementation for readfile | Robin Appelman | 2012-02-26 | 4 | -13/+8 |
| | | | | | | | | prevents memory issues when downloading large files | ||||
| * | intval() of a number seems unnecessary | Robin Appelman | 2012-02-26 | 1 | -1/+1 |
| | | | | | | | | and it could cause 32bit integer overflow issues | ||||
| * | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -11/+15 |
| | | |||||
| * | some more error reporting during filesystem scan | Robin Appelman | 2012-02-25 | 2 | -8/+41 |
| | | |||||
| * | don't limit ourselfs to 32bit integers | Robin Appelman | 2012-02-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 8 | -10/+89 |
|\| | |||||
| * | add javascript bindings for OC_AppConfig | Robin Appelman | 2012-02-25 | 1 | -0/+1 |
| | | |||||
| * | fix bug in group mangement | Robin Appelman | 2012-02-24 | 1 | -1/+1 |
| | | |||||
| * | add a default user quota | Robin Appelman | 2012-02-24 | 1 | -2/+28 |
| | | |||||
| * | prevent errors when a user backends gives an invalid result | Robin Appelman | 2012-02-24 | 1 | -1/+4 |
| | | |||||
| * | remove limit from configvalue for long config values | Arthur Schiwon | 2012-02-24 | 1 | -1/+1 |
| | | |||||
| * | log typo fix | Bartek Przybylski | 2012-02-23 | 1 | -1/+1 |
| | | |||||
| * | check if the tempfile was created successfully | Georg Ehrke | 2012-02-23 | 1 | -0/+3 |
| | | |||||
| * | make the location of the 3rdparty folder flexible. | Frank Karlitschek | 2012-02-23 | 2 | -4/+51 |
| | | | | | | | | | | It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible | ||||
* | | add javascript bindings for OC_AppConfig | Robin Appelman | 2012-02-22 | 1 | -0/+1 |
| | | |||||
* | | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 2 | -5/+41 |
| | | |||||
* | | proper mimetypes for encrypted files | Robin Appelman | 2012-02-21 | 2 | -44/+61 |
| | | |||||
* | | add stream wrapper for in-memory files and dont use global variables for the ↵ | Robin Appelman | 2012-02-21 | 3 | -46/+224 |
| | | | | | | | | fakedir stream wrapper | ||||
* | | implement file_put_contents with stream data using fopen | Robin Appelman | 2012-02-21 | 1 | -1/+15 |
| | | |||||
* | | non existing files can never be updated | Robin Appelman | 2012-02-21 | 1 | -0/+3 |
| | | |||||
* | | move implementation of from/toTmpFile from the file storage to the filesystem | Robin Appelman | 2012-02-21 | 3 | -43/+15 |
| | | |||||
* | | provide early file system when using webdav | Robin Appelman | 2012-02-21 | 2 | -1/+6 |
| | | |||||
* | | only trigger hooks for the default filesystem view | Robin Appelman | 2012-02-21 | 2 | -10/+15 |
| | | |||||
* | | always mount the root filesystem, sometimes we need the filesystem when not ↵ | Robin Appelman | 2012-02-21 | 1 | -2/+2 |
| | | | | | | | | logged in | ||||
* | | initial integration of encryption | Robin Appelman | 2012-02-21 | 2 | -190/+1 |
| | | |||||
* | | improve get_temp_dir() implementation | Robin Appelman | 2012-02-21 | 1 | -0/+2 |
| | |