| Commit message (Expand) | Author | Age | Files | Lines |
* | 4.5.2v4.5.2 | Frank Karlitschek | 2012-11-13 | 1 | -2/+2 |
* | check if RUNTIME_NOAPPS is set before using it | Arthur Schiwon | 2012-10-28 | 1 | -1/+1 |
* | make sure all filesystem apps are loaded when setupFS is proceeded, to make s... | Arthur Schiwon | 2012-10-28 | 1 | -0/+5 |
* | possible fix for bombarding the server with the htaccess test during setup | Robin Appelman | 2012-10-26 | 1 | -16/+21 |
* | Check for iconv | Lukas Reschke | 2012-10-25 | 1 | -1/+4 |
* | let´s do a 4.5.1av4.5.1a | Frank Karlitschek | 2012-10-24 | 1 | -2/+2 |
* | 4.5.1v4.5.1 | Frank Karlitschek | 2012-10-23 | 1 | -2/+2 |
* | add parameter to specify user for which OC_Filesystem should be initialized. | Björn Schießle | 2012-10-22 | 1 | -1/+1 |
* | load system wide configured mount points before accessing shared files | Björn Schießle | 2012-10-18 | 1 | -2/+2 |
* | check for mount points if file was shared from a different user | Björn Schießle | 2012-10-18 | 1 | -15/+22 |
* | Use /dev/urandom instead of /dev/random | Lukas Reschke | 2012-10-15 | 1 | -4/+4 |
* | Show a warning in the installer if no secure RNG is available | Lukas Reschke | 2012-10-14 | 1 | -0/+24 |
* | Fallback to /dev/random if openssl_random_pseudo_bytes not available | Lukas Reschke | 2012-10-14 | 1 | -6/+14 |
* | check if directory already exist before executing mkdir | Björn Schießle | 2012-10-12 | 1 | -0/+2 |
* | 4.5 final | Frank Karlitschek | 2012-10-09 | 1 | -3/+3 |
* | RC 3v4.5.0RC3 | Frank Karlitschek | 2012-10-08 | 1 | -2/+2 |
* | check for SimpleXML which seems to bw non default on Free BSD | Frank Karlitschek | 2012-10-06 | 1 | -0/+5 |
* | RC2v4.5.0RC2 | Frank Karlitschek | 2012-10-03 | 1 | -2/+2 |
* | automatically remove and prevent installation of apps with a require version ... | Frank Karlitschek | 2012-10-02 | 1 | -2/+2 |
* | update the filecache by setting mtimes to 0 when the mount configuration has ... | Robin Appelman | 2012-09-30 | 1 | -2/+2 |
* | Fallback for systems without openssl | Lukas Reschke | 2012-09-29 | 1 | -4/+28 |
* | Removed sectoken | Lukas Reschke | 2012-09-29 | 1 | -3/+0 |
* | mt_rand() is not secure from a security point of view and predictable. Let's ... | Lukas Reschke | 2012-09-29 | 1 | -1/+3 |
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/owncloud/core | Christian Reiner | 2012-09-28 | 1 | -2/+2 |
|\ |
|
| * | some more sane column sizes for appconfig and preferences | Robin Appelman | 2012-09-27 | 1 | -1/+1 |
| * | RC 1v4.5.0RC1 | Frank Karlitschek | 2012-09-27 | 1 | -2/+2 |
* | | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -10/+26 |
|/ |
|
* | db indexes for appconfig and preferences | Robin Appelman | 2012-09-20 | 1 | -1/+1 |
* | beta 4v4.5.0beta4 | Frank Karlitschek | 2012-09-19 | 1 | -2/+2 |
* | set configuvalue in table appconfig back to clob. Likely to break LDAP settin... | Arthur Schiwon | 2012-09-19 | 1 | -1/+1 |
* | i just learned that we also have to check if directories are readable. it sea... | Frank Karlitschek | 2012-09-16 | 1 | -3/+3 |
* | mark as an updated beta 3 with some more fixes | Frank Karlitschek | 2012-09-13 | 1 | -1/+1 |
* | this is now 4.5 beta 3 | Frank Karlitschek | 2012-09-12 | 1 | -2/+2 |
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 1 | -80/+103 |
|\ |
|
| * | added hint to restart the web server in case recetly installed php modules ar... | Thomas Mueller | 2012-09-11 | 1 | -0/+14 |
| * | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -58/+58 |
| * | add check for zlib | Frank Karlitschek | 2012-09-07 | 1 | -0/+3 |
| * | clear user filecache after the user mount configuration has changed | Robin Appelman | 2012-09-06 | 1 | -0/+7 |
| * | Add url-params to url with new parameter in linkTo function | Bart Visscher | 2012-09-03 | 1 | -1/+1 |
| * | 4.5 beta 2v4.5.0beta2 | Frank Karlitschek | 2012-09-03 | 1 | -2/+2 |
| * | Fix filesystem setup for shared public link with logged in user | Bart Visscher | 2012-08-29 | 1 | -6/+12 |
| * | Fix shared storage working with user backend defined data directories | Michael Gapczynski | 2012-08-29 | 1 | -9/+1 |
| * | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| * | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -9/+9 |
| * | Allow share_with column to be null for links | Michael Gapczynski | 2012-08-28 | 1 | -1/+1 |
| * | beta 1 | Frank Karlitschek | 2012-08-28 | 1 | -2/+3 |
* | | Add expiration column to share table and bump version number | Michael Gapczynski | 2012-09-12 | 1 | -1/+1 |
|/ |
|
* | only mount every single homefolder when using sharing app | Georg Ehrke | 2012-08-27 | 1 | -3/+6 |
* | fix filesharing for multiple data directories | Georg Ehrke | 2012-08-27 | 1 | -2/+6 |