summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * intval() of a number seems unnecessaryRobin Appelman2012-02-261-1/+1
| * 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
* | 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
* | 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 l...Robin Appelman2012-02-211-2/+2
* | initial integration of encryptionRobin Appelman2012-02-212-190/+1
* | improve get_temp_dir() implementationRobin Appelman2012-02-211-0/+2
* | no post hooks for fopenRobin Appelman2012-02-211-3/+5
* | use streams instead of temporary files for cross-storage copy and renameRobin Appelman2012-02-211-6/+15
* | add option to dissable fileproxiesRobin Appelman2012-02-211-0/+7
* | encryption proxy wipRobin Appelman2012-02-214-14/+37
* | make documentation reflect reality a bit betterRobin Appelman2012-02-211-1/+1
* | pass paramters to file proxies by reference so they can be modifiedRobin Appelman2012-02-211-2/+2
|/
* Move the redirect_url from linkTo function to the checkLoggedIn functionBart Visscher2012-02-212-13/+8
* restore redirect after checkLoggedInAlessandro Cosentino2012-02-211-1/+1
* ETags must be quoted.Thomas Tanghus2012-02-181-1/+1
* Temporary fix for sharing filesMichael Gapczynski2012-02-171-0/+55
* Move config.php writable test to update pathBart Visscher2012-02-172-4/+7
* Move storing "last updated at" time to the app configBart Visscher2012-02-172-5/+6
* Spelling fix hint textBart Visscher2012-02-171-1/+1
* Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-172-6/+6
* Use separate function to make absolute urlsBart Visscher2012-02-172-9/+20
* Fix parameter of OC_Response::sendFileBart Visscher2012-02-171-1/+1
* Document OC_ResponseBart Visscher2012-02-171-0/+40
* Added method for loading from file handle.Thomas Tanghus2012-02-161-16/+31