| Commit message (Expand) | Author | Age | Files | Lines |
* | Add HEAD request management for files ajax/download.php | Brice Maron | 2012-05-24 | 1 | -1/+7 |
* | changed the default from Berlin to UTC. | Frank Karlitschek | 2012-05-24 | 1 | -1/+1 |
* | enable running unit tests from cli | Robin Appelman | 2012-05-22 | 1 | -9/+16 |
* | prevent apps from printing output from app.php | Florian Hülsmann | 2012-05-22 | 1 | -0/+3 |
* | dont throw errors when apps dont have types configured | Robin Appelman | 2012-05-20 | 1 | -1/+5 |
* | files app is always enabled | Robin Appelman | 2012-05-20 | 1 | -1/+1 |
* | this is 5 pre alpha now | Frank Karlitschek | 2012-05-19 | 1 | -2/+2 |
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 2 | -9/+9 |
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 9 | -1/+25 |
* | dont run update scripts for apps that arent enabled | Robin Appelman | 2012-05-19 | 1 | -0/+3 |
* | log upgrades | Robin Appelman | 2012-05-19 | 2 | -1/+2 |
* | strict standards fixes for sqlite3 | Robin Appelman | 2012-05-19 | 1 | -5/+5 |
* | Fix redirect after login, prevent open redirects | Michael Gapczynski | 2012-05-18 | 1 | -2/+2 |
* | "fopen(" interferes with our own classes. | Frank Karlitschek | 2012-05-18 | 1 | -1/+1 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-18 | 1 | -1/+1 |
|\ |
|
| * | this code looks wrong to me but i'm putting it back while we find out what th... | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
| * | make redirect safe by restricting it to current host | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
| * | fix redirect to desired page after login | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
* | | only try to install apps that are compatible with oC4 | Frank Karlitschek | 2012-05-18 | 1 | -1/+10 |
* | | increase to RC2 | Frank Karlitschek | 2012-05-18 | 1 | -2/+2 |
|/ |
|
* | improve tar archive backend | Robin Appelman | 2012-05-18 | 1 | -5/+46 |
* | when scanning a folder that is a mountpoint, use the root of the mount for ch... | Robin Appelman | 2012-05-17 | 1 | -2/+6 |
* | add support for custom ports for mysql/pgsql by adding :portnumber to the dat... | Robin Appelman | 2012-05-17 | 1 | -2/+15 |
* | update documentation of oc_user::checkpassword | Robin Appelman | 2012-05-17 | 4 | -4/+8 |
* | make sure the group exists in the backend before adding a user to it | Robin Appelman | 2012-05-17 | 1 | -1/+5 |
* | Comment spelling fix | Bart Visscher | 2012-05-16 | 1 | -1/+1 |
* | 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 |
* | 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 probl... | Thomas Tanghus | 2012-05-13 | 1 | -6/+10 |
* | 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 |
* | the ',last' breaks all other rewrite rules and is also not there in the commi... | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
* | 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 |