summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Better place to check caching headersBart Visscher2012-05-161-3/+3
|
* avoid corrupt ZIP files on lighttpd, should fix oc-467Arthur Schiwon2012-05-151-0/+1
|
* removing executable bit - againThomas Mueller2012-05-152-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-142-10/+21
|
* Prevent Clickjacking by adding additional headers:Thomas Mueller2012-05-141-1/+4
| | | | | | | | header('X-Frame-Options: Sameorigin'); header('X-XSS-Protection: 1; mode=block'); header('X-Content-Type-Options: nosniff'); Thanks to Lukas Reschke for reporting this issue (and many more).
* selective app loading for remote/publicRobin Appelman2012-05-141-4/+12
|
* Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.Michael Gapczynski2012-05-131-1/+1
|
* additional logging when db upgrade failsRobin Appelman2012-05-131-1/+2
|
* prevent user creation with empty passwordRobin Appelman2012-05-131-0/+5
|
* VCategories: Made a small check for categories that seems to resolv the ↵Thomas Tanghus2012-05-131-6/+10
| | | | problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc.
* VCategories: Suppress error messages stemming from import from file app.Thomas Tanghus2012-05-131-2/+2
|
* This is RC nowv4.0.0RCFrank Karlitschek2012-05-131-2/+2
|
* update to jquery 1.7.2Robin Appelman2012-05-121-1/+1
|
* Change sqlite escaping of identifier to double quote. Fixing some issuesBrice Maron2012-05-111-1/+1
|
* Make processed css files cachableBart Visscher2012-05-111-1/+6
|
* also set remote/public paths on installing appsRobin Appelman2012-05-111-0/+16
|
* fix sqlite3 driver against updated MDB2Robin Appelman2012-05-111-1/+1
|
* don't do the initial scanning of the users home folder trough the update systemRobin Appelman2012-05-111-2/+5
|
* add temporary filestorage backend for testing purposedRobin Appelman2012-05-112-1/+18
|
* allow clearing hooks and fileproxiesRobin Appelman2012-05-112-0/+21
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-4/+27
| | | | them every time
* the ',last' breaks all other rewrite rules and is also not there in the ↵Michiel de Jong2012-05-111-1/+1
| | | | committed .htaccess, so removing it. anybody know why it was there?
* match setup script to .htaccess from repoMichiel de Jong2012-05-111-2/+0
|
* oops, typo in lib/setup.phpMichiel de Jong2012-05-111-1/+1
|
* add new htaccess things into setup script tooMichiel de Jong2012-05-111-2/+7
|
* make default app choosableGeorg Ehrke2012-05-111-1/+1
|
* 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
| | | | The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html.
* Merge commit 'refs/merge-requests/100' of ↵Michael Gapczynski2012-05-091-1/+1
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100
| * 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
| | | | | | | | it might cause long load times but seems the best for now
* | 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
| | | | And greeting from the Atlanta airport. ;-)