Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4.0.2v4.0.2 | Frank Karlitschek | 2012-06-10 | 1 | -2/+2 |
| | |||||
* | 4.0.1v4.0.1 | Frank Karlitschek | 2012-06-03 | 1 | -2/+2 |
| | |||||
* | add a pdo check | Frank Karlitschek | 2012-06-01 | 1 | -0/+3 |
| | |||||
* | add check if apps folder is writable. needed to install 3rd party apps | Frank Karlitschek | 2012-06-01 | 1 | -2/+11 |
| | |||||
* | mark as 4.0.1 pre | Frank Karlitschek | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | 4 | Frank Karlitschek | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | Fix redirect after login, prevent open redirects | Michael Gapczynski | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | |||||
* | | increase to RC2 | Frank Karlitschek | 2012-05-18 | 1 | -2/+2 |
|/ | |||||
* | This is RC nowv4.0.0RC | Frank Karlitschek | 2012-05-13 | 1 | -2/+2 |
| | |||||
* | Sanitize redirect urls | Michael Gapczynski | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | increase to 4 betav4.0.0beta | Frank Karlitschek | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -2/+4 |
| | |||||
* | Checks if config folder is writable on begin of the installation. | Marvin Thomas Rabe | 2012-05-01 | 1 | -2/+10 |
| | |||||
* | we require php 5.3 now. so please notify the user if an old version is in use | Frank Karlitschek | 2012-04-30 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into movable_apps_2 | Georg Ehrke | 2012-04-27 | 1 | -0/+3 |
|\ | |||||
| * | some more csrf fixes | Frank Karlitschek | 2012-04-26 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-18 | 1 | -17/+23 |
|\| | |||||
| * | check if PHP mod GD is installed | Arthur Schiwon | 2012-04-17 | 1 | -0/+3 |
| | | |||||
| * | check if PHP mod JSON is installed | Arthur Schiwon | 2012-04-17 | 1 | -0/+3 |
| | | |||||
| * | merge log into admin | Robin Appelman | 2012-04-16 | 1 | -17/+17 |
| | | |||||
* | | open app thru index.php | Georg Ehrke | 2012-04-18 | 1 | -1/+1 |
|/ | |||||
* | improved installation instructions | Jan-Christoph Borchardt | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | increase version to show that we are not the same as stable | Frank Karlitschek | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | Show the different editions to the user. Used in the status call, on the ↵ | Frank Karlitschek | 2012-04-01 | 1 | -0/+8 |
| | | | | personal settings page and in the updater to update to the next available version from the same edition. | ||||
* | add path_hash to the filesystem cache | Robin Appelman | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -1/+1 |
|\ | |||||
| * | don't limit ourselfs to 32bit integers | Robin Appelman | 2012-02-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -1/+1 |
|\| | |||||
| * | remove limit from configvalue for long config values | Arthur Schiwon | 2012-02-24 | 1 | -1/+1 |
| | | |||||
* | | provide early file system when using webdav | Robin Appelman | 2012-02-21 | 1 | -1/+5 |
| | | |||||
* | | always mount the root filesystem, sometimes we need the filesystem when not ↵ | Robin Appelman | 2012-02-21 | 1 | -2/+2 |
|/ | | | | logged in | ||||
* | Move the redirect_url from linkTo function to the checkLoggedIn function | Bart Visscher | 2012-02-21 | 1 | -3/+4 |
| | |||||
* | restore redirect after checkLoggedIn | Alessandro Cosentino | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Move config.php writable test to update path | Bart Visscher | 2012-02-17 | 1 | -4/+0 |
| | | | | This should make it possible to use owncloud with a read-only config.php | ||||
* | Use separate function to make absolute urls | Bart Visscher | 2012-02-17 | 1 | -3/+3 |
| | |||||
* | Change gallery thumbnail generation to OC_Image | Bart Visscher | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -2/+2 |
|\ | |||||
| * | increase version number to 3. YeeHaw party!! | Frank Karlitschek | 2012-01-27 | 1 | -2/+2 |
| | | |||||
| * | bump version numberv3.0RC1 | Frank Karlitschek | 2012-01-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-01-20 | 1 | -1/+1 |
|\| | |||||
| * | dont complain about non existing config files | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | initial work on filesystemview | Robin Appelman | 2012-01-20 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -0/+4 |
|\| | |||||
| * | properly check for write permissions to the config file | Robin Appelman | 2012-01-15 | 1 | -0/+4 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -2/+2 |
|\| |