Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only enable compatible apps | Frank Karlitschek | 2012-05-25 | 1 | -2/+10 |
| | |||||
* | 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 |
| | | | | Greetings form Berlin by the way ;-) | ||||
* | 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 |
| | | | | remove it for now and let´s fix this later | ||||
* | 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 ↵ | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
| | | | | | | | | the right code should look like | ||||
| * | 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 ↵ | Robin Appelman | 2012-05-17 | 1 | -2/+6 |
| | | | | checking if a folder is writable instead of the folder | ||||
* | add support for custom ports for mysql/pgsql by adding :portnumber to the ↵ | Robin Appelman | 2012-05-17 | 1 | -2/+15 |
| | | | | database host | ||||
* | 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 |
| | | | | | | | | 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 |
| |