Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better place to check caching headers | Bart Visscher | 2012-05-16 | 1 | -3/+3 |
| | |||||
* | avoid corrupt ZIP files on lighttpd, should fix oc-467 | Arthur Schiwon | 2012-05-15 | 1 | -0/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 2 | -0/+0 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 2 | -10/+21 |
| | |||||
* | Prevent Clickjacking by adding additional headers: | Thomas Mueller | 2012-05-14 | 1 | -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/public | Robin Appelman | 2012-05-14 | 1 | -4/+12 |
| | |||||
* | Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2. | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | additional logging when db upgrade fails | Robin Appelman | 2012-05-13 | 1 | -1/+2 |
| | |||||
* | prevent user creation with empty password | Robin Appelman | 2012-05-13 | 1 | -0/+5 |
| | |||||
* | VCategories: Made a small check for categories that seems to resolv the ↵ | Thomas Tanghus | 2012-05-13 | 1 | -6/+10 |
| | | | | problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc. | ||||
* | VCategories: Suppress error messages stemming from import from file app. | Thomas Tanghus | 2012-05-13 | 1 | -2/+2 |
| | |||||
* | This is RC nowv4.0.0RC | Frank Karlitschek | 2012-05-13 | 1 | -2/+2 |
| | |||||
* | update to jquery 1.7.2 | Robin Appelman | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | Change sqlite escaping of identifier to double quote. Fixing some issues | Brice Maron | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Make processed css files cachable | Bart Visscher | 2012-05-11 | 1 | -1/+6 |
| | |||||
* | also set remote/public paths on installing apps | Robin Appelman | 2012-05-11 | 1 | -0/+16 |
| | |||||
* | fix sqlite3 driver against updated MDB2 | Robin Appelman | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | don't do the initial scanning of the users home folder trough the update system | Robin Appelman | 2012-05-11 | 1 | -2/+5 |
| | |||||
* | add temporary filestorage backend for testing purposed | Robin Appelman | 2012-05-11 | 2 | -1/+18 |
| | |||||
* | allow clearing hooks and fileproxies | Robin Appelman | 2012-05-11 | 2 | -0/+21 |
| | |||||
* | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 1 | -4/+27 |
| | | | | them every time | ||||
* | the ',last' breaks all other rewrite rules and is also not there in the ↵ | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
| | | | | committed .htaccess, so removing it. anybody know why it was there? | ||||
* | match setup script to .htaccess from repo | Michiel de Jong | 2012-05-11 | 1 | -2/+0 |
| | |||||
* | oops, typo in lib/setup.php | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | add new htaccess things into setup script too | Michiel de Jong | 2012-05-11 | 1 | -2/+7 |
| | |||||
* | make default app choosable | Georg Ehrke | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Check if app is enabled before exporting its data | Tom Needham | 2012-05-10 | 1 | -26/+28 |
| | |||||
* | Prevent any null bytes related exploits, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Prevent XSS exploit by checking if path-info is set, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-10 | 1 | -3/+5 |
| | |||||
* | added documentation to OCP namespace | Sam Tuke | 2012-05-10 | 1 | -2/+6 |
| | |||||
* | The log message is not always shown in html | Bart Visscher | 2012-05-10 | 1 | -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 Gapczynski | 2012-05-09 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100 | ||||
| * | fixed typo in lib/public/util.php:106 (varname to ) | Philipp Roggan | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | also scan new folders when checking for updates | Robin Appelman | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | it might cause long load times but seems the best for now | ||||
* | | fix bug in public api | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
|/ | |||||
* | Sanitize redirect urls | Michael Gapczynski | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Protect admin from evil log messages | Tom Needham | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | remove comments | Georg Ehrke | 2012-05-08 | 1 | -4/+4 |
| | |||||
* | Add protection for non-authorized char in installation form | Brice Maron | 2012-05-07 | 1 | -2/+8 |
| | |||||
* | increase to 4 betav4.0.0beta | Frank Karlitschek | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-07 | 5 | -15/+36 |
|\ | |||||
| * | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 2 | -0/+23 |
| | | |||||
| * | make ampache work with remote.php | Georg Ehrke | 2012-05-07 | 1 | -4/+4 |
| | | |||||
| * | fix validation of getfile parameter - i hate this bloody merge conflicts | Georg Ehrke | 2012-05-07 | 2 | -6/+4 |
| | | |||||
| * | Fix typo. | Thomas Tanghus | 2012-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix updateFolder() in OC_FileCache | Michael Gapczynski | 2012-05-06 | 1 | -1/+1 |
| | | |||||
| * | Provide feedback when user creation fails | Michael Gapczynski | 2012-05-06 | 1 | -3/+3 |
| | | |||||
* | | some more docu fixes | Frank Karlitschek | 2012-05-07 | 1 | -7/+16 |
|/ | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -2/+46 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 7 | -78/+79 |
| | | | | And greeting from the Atlanta airport. ;-) |