summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* remove debug outputRobin Appelman2012-02-291-2/+0
|
* Fix opendir for folders aka Google Docs collectionsMichael Gapczynski2012-02-291-2/+1
|
* More work on Google Docs storage backendMichael Gapczynski2012-02-281-104/+175
|
* dialogs library for appsBartek Przybylski2012-02-281-0/+1
|
* change the detection of the webroot. it is simpler now and also works for ↵Frank Karlitschek2012-02-281-18/+20
| | | | app directories outside the owncloud folder. works for me and hopefully for everybody else too
* make sure the streamwrappers are registered earlyRobin Appelman2012-02-282-7/+5
|
* never try to load an non existing template,css,img.Frank Karlitschek2012-02-282-4/+18
| | | | do propper checking, error reporting and motivate the developerto fix it ;-)
* add test case for getLocalFileRobin Appelman2012-02-281-2/+2
|
* use in-memory files for the datase scheme during installationRobin Appelman2012-02-281-6/+6
|
* use temporary file managmentRobin Appelman2012-02-283-7/+7
|
* fix temporary file creationRobin Appelman2012-02-281-1/+5
|
* fix copy/paste error in common filestorageRobin Appelman2012-02-281-1/+1
|
* add temporary file managmentRobin Appelman2012-02-282-0/+28
|
* Initial work on Google Docs storage backendMichael Gapczynski2012-02-271-22/+238
|
* spaces -> tabsFrank Karlitschek2012-02-272-50/+50
| | | | Thanks to Jakob for reminding me
* some cleanup in filestorageRobin Appelman2012-02-272-15/+5
|
* extend filestorage common and provide test implementationRobin Appelman2012-02-275-77/+216
|
* make OC_FileStorage abstractRobin Appelman2012-02-271-25/+25
|
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-266-66/+91
|
* add more valid fopen modesRobin Appelman2012-02-261-0/+8
|
* merge master into encryptionRobin Appelman2012-02-2612-40/+146
|\
| * improved password hashing based one phpassRobin Appelman2012-02-261-7/+42
| | | | | | | | old passwords are automatically upgraded on login
| * add OC_Geo classGeorg Ehrke2012-02-261-0/+31
| |
| * hopefully a fix for webroot detectionRobin Appelman2012-02-261-0/+7
| |
| * chunked implementation for readfileRobin Appelman2012-02-264-13/+8
| | | | | | | | prevents memory issues when downloading large files
| * intval() of a number seems unnecessaryRobin Appelman2012-02-261-1/+1
| | | | | | | | and it could cause 32bit integer overflow issues
| * improve log browsingRobin Appelman2012-02-261-11/+15
| |
| * some more error reporting during filesystem scanRobin Appelman2012-02-252-8/+41
| |
| * don't limit ourselfs to 32bit integersRobin Appelman2012-02-251-1/+1
| |
* | Merge branch 'master' into encryptionRobin Appelman2012-02-258-10/+89
|\|
| * add javascript bindings for OC_AppConfigRobin Appelman2012-02-251-0/+1
| |
| * fix bug in group mangementRobin Appelman2012-02-241-1/+1
| |
| * add a default user quotaRobin Appelman2012-02-241-2/+28
| |
| * prevent errors when a user backends gives an invalid resultRobin Appelman2012-02-241-1/+4
| |
| * remove limit from configvalue for long config valuesArthur Schiwon2012-02-241-1/+1
| |
| * log typo fixBartek Przybylski2012-02-231-1/+1
| |
| * check if the tempfile was created successfullyGeorg Ehrke2012-02-231-0/+3
| |
| * make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-232-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_AppConfigRobin Appelman2012-02-221-0/+1
| |
* | fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-212-5/+41
| |
* | proper mimetypes for encrypted filesRobin Appelman2012-02-212-44/+61
| |
* | add stream wrapper for in-memory files and dont use global variables for the ↵Robin Appelman2012-02-213-46/+224
| | | | | | | | fakedir stream wrapper
* | implement file_put_contents with stream data using fopenRobin Appelman2012-02-211-1/+15
| |
* | non existing files can never be updatedRobin Appelman2012-02-211-0/+3
| |
* | move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman2012-02-213-43/+15
| |
* | provide early file system when using webdavRobin Appelman2012-02-212-1/+6
| |
* | only trigger hooks for the default filesystem viewRobin Appelman2012-02-212-10/+15
| |
* | always mount the root filesystem, sometimes we need the filesystem when not ↵Robin Appelman2012-02-211-2/+2
| | | | | | | | logged in
* | initial integration of encryptionRobin Appelman2012-02-212-190/+1
| |
* | improve get_temp_dir() implementationRobin Appelman2012-02-211-0/+2
| |