summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
* 4.5.6v4.5.6Frank Karlitschek2013-01-211-2/+2
|
* ownCloud 4.5.5v4.5.5Frank Karlitschek2012-12-191-2/+2
|
* 4.5.4Frank Karlitschek2012-12-021-2/+2
|
* add function to safly end output bufferingRobin Appelman2012-11-291-1/+11
|
* 4.5.3v4.5.3Frank Karlitschek2012-11-261-2/+2
|
* 4.5.2v4.5.2Frank Karlitschek2012-11-131-2/+2
|
* check if RUNTIME_NOAPPS is set before using itArthur Schiwon2012-10-281-1/+1
|
* make sure all filesystem apps are loaded when setupFS is proceeded, to make ↵Arthur Schiwon2012-10-281-0/+5
| | | | sure the emmited setup-hook is received. Fixes #89
* possible fix for bombarding the server with the htaccess test during setupRobin Appelman2012-10-261-16/+21
|
* Check for iconvLukas Reschke2012-10-251-1/+4
|
* let´s do a 4.5.1av4.5.1aFrank Karlitschek2012-10-241-2/+2
|
* 4.5.1v4.5.1Frank Karlitschek2012-10-231-2/+2
|
* add parameter to specify user for which OC_Filesystem should be initialized.Björn Schießle2012-10-221-1/+1
| | | | (needed to share files via public links where no user is logged in)
* load system wide configured mount points before accessing shared filesBjörn Schießle2012-10-181-2/+2
|
* check for mount points if file was shared from a different userBjörn Schießle2012-10-181-15/+22
|
* Use /dev/urandom instead of /dev/randomLukas Reschke2012-10-151-4/+4
| | | | The usage of /dev/urandom is enough secure
* Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-141-0/+24
|
* Fallback to /dev/random if openssl_random_pseudo_bytes not availableLukas Reschke2012-10-141-6/+14
|
* check if directory already exist before executing mkdirBjörn Schießle2012-10-121-0/+2
|
* 4.5 finalFrank Karlitschek2012-10-091-3/+3
|
* RC 3v4.5.0RC3Frank Karlitschek2012-10-081-2/+2
|
* check for SimpleXML which seems to bw non default on Free BSDFrank Karlitschek2012-10-061-0/+5
|
* RC2v4.5.0RC2Frank Karlitschek2012-10-031-2/+2
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-2/+2
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* update the filecache by setting mtimes to 0 when the mount configuration has ↵Robin Appelman2012-09-301-2/+2
| | | | changed instead of clearing the cache
* Fallback for systems without opensslLukas Reschke2012-09-291-4/+28
|
* Removed sectokenLukas Reschke2012-09-291-3/+0
| | | | | This token is completly useless since an attacker can easily extract it from the page.
* mt_rand() is not secure from a security point of view and predictable. Let's ↵Lukas Reschke2012-09-291-1/+3
| | | | | | | use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy
* Do urlencoding in linkTo functionsBart Visscher2012-09-281-1/+1
|
* Merge branch 'master' of git://github.com/owncloud/coreChristian Reiner2012-09-281-2/+2
|\
| * some more sane column sizes for appconfig and preferencesRobin Appelman2012-09-271-1/+1
| |
| * RC 1v4.5.0RC1Frank Karlitschek2012-09-271-2/+2
| |
* | Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-10/+26
|/
* db indexes for appconfig and preferencesRobin Appelman2012-09-201-1/+1
|
* beta 4v4.5.0beta4Frank Karlitschek2012-09-191-2/+2
|
* set configuvalue in table appconfig back to clob. Likely to break LDAP ↵Arthur Schiwon2012-09-191-1/+1
| | | | settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob
* i just learned that we also have to check if directories are readable. it ↵Frank Karlitschek2012-09-161-3/+3
| | | | seams that is_readable also checks for 'x' right.
* mark as an updated beta 3 with some more fixesFrank Karlitschek2012-09-131-1/+1
|
* this is now 4.5 beta 3Frank Karlitschek2012-09-121-2/+2
|
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-80/+103
|\ | | | | | | | | | | Conflicts: core/js/share.js lib/util.php
| * added hint to restart the web server in case recetly installed php modules ↵Thomas Mueller2012-09-111-0/+14
| | | | | | | | are still not available
| * adding space between) and {Thomas Mueller2012-09-071-58/+58
| |
| * add check for zlibFrank Karlitschek2012-09-071-0/+3
| |
| * clear user filecache after the user mount configuration has changedRobin Appelman2012-09-061-0/+7
| |
| * Add url-params to url with new parameter in linkTo functionBart Visscher2012-09-031-1/+1
| |
| * 4.5 beta 2v4.5.0beta2Frank Karlitschek2012-09-031-2/+2
| |
| * Fix filesystem setup for shared public link with logged in userBart Visscher2012-08-291-6/+12
| |
| * Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-9/+1
| |
| * Space before tab fixesBart Visscher2012-08-291-1/+1
| |
| * Whitespace fixes in libBart Visscher2012-08-291-9/+9
| |