summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check if app is enabled before exporting its dataTom Needham2012-05-101-26/+28
* Prevent any null bytes related exploits, thanks to Lukas ReschkeMichael Gapczynski2012-05-101-1/+1
* Prevent XSS exploit by checking if path-info is set, thanks to Lukas ReschkeMichael Gapczynski2012-05-101-3/+5
* added documentation to OCP namespaceSam Tuke2012-05-101-2/+6
* The log message is not always shown in htmlBart Visscher2012-05-101-1/+1
* Merge commit 'refs/merge-requests/100' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-05-091-1/+1
|\
| * fixed typo in lib/public/util.php:106 (varname to )Philipp Roggan2012-05-091-1/+1
* | also scan new folders when checking for updatesRobin Appelman2012-05-091-1/+1
* | fix bug in public apiGeorg Ehrke2012-05-091-1/+1
|/
* Sanitize redirect urlsMichael Gapczynski2012-05-081-1/+1
* Protect admin from evil log messagesTom Needham2012-05-081-1/+1
* remove commentsGeorg Ehrke2012-05-081-4/+4
* Add protection for non-authorized char in installation formBrice Maron2012-05-071-2/+8
* increase to 4 betav4.0.0betaFrank Karlitschek2012-05-071-2/+2
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-05-075-15/+36
|\
| * Create a function for linking to remote.phpBart Visscher2012-05-072-0/+23
| * make ampache work with remote.phpGeorg Ehrke2012-05-071-4/+4
| * fix validation of getfile parameter - i hate this bloody merge conflictsGeorg Ehrke2012-05-072-6/+4
| * Fix typo.Thomas Tanghus2012-05-071-1/+1
| * Fix updateFolder() in OC_FileCacheMichael Gapczynski2012-05-061-1/+1
| * Provide feedback when user creation failsMichael Gapczynski2012-05-061-3/+3
* | some more docu fixesFrank Karlitschek2012-05-071-7/+16
|/
* ported the oc_template classFrank Karlitschek2012-05-061-2/+46
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-067-78/+79
* first part of documentation update. lot´s more to comeFrank Karlitschek2012-05-061-47/+47
* Merge commit 'refs/merge-requests/109' of git://gitorious.org/owncloud/ownclo...Daniel2012-05-062-3/+3
|\
| * fix bug where users could use wildcards in username to loginDaniel2012-04-152-3/+3
* | Fixed escaping of filename when determining MIME typeJernej Virag2012-04-251-2/+2
* | Fix loading by apptype in webdavBart Visscher2012-05-051-1/+1
* | fixing file headers with copy rightThomas Müller2012-05-055-66/+90
* | fix opening encrypted files from the browserRobin Appelman2012-05-052-4/+3
* | porting the hooks and starting with the templatesFrank Karlitschek2012-05-052-0/+85
* | Escape strings for DB and User creation at setup. Fix oc-124Brice Maron2012-05-041-3/+7
* | implement missing getusers callFrank Karlitschek2012-05-041-0/+10
* | fix filecache for postgresqlRobin Appelman2012-05-031-6/+11
* | ensure the files app is always loadedRobin Appelman2012-05-031-2/+4
* | ported oc_dbFrank Karlitschek2012-05-031-0/+92
* | ported oc_jsonFrank Karlitschek2012-05-031-0/+94
* | port oc_responseFrank Karlitschek2012-05-031-0/+106
* | move archive library to core so we can properly depend on itRobin Appelman2012-05-023-0/+594
* | Fix log viewing bugMichael Gapczynski2012-05-021-1/+1
* | new checkAppEnabled callFrank Karlitschek2012-05-021-1/+14
* | create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-2/+0
* | port oc_preferencesFrank Karlitschek2012-05-021-0/+35
* | port appconfigFrank Karlitschek2012-05-021-0/+28
* | first part of the config stuffFrank Karlitschek2012-05-021-0/+70
* | move all the files stuff into a files classFrank Karlitschek2012-05-022-74/+114
* | files is not internal any more, part IIArthur Schiwon2012-05-021-2/+1
* | files is not internal any moreArthur Schiwon2012-05-021-6/+6
* | send downloadfile piece by piece. saves RAM and is better suited for large fi...Arthur Schiwon2012-05-021-1/+8