summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
* add function to safely end output bufferingRobin Appelman2012-11-291-3/+12
|
* implement share via link tokenJörn Friedrich Dreyer2012-11-201-1/+1
|
* Fix typo in getUrlContent fix #514Brice Maron2012-11-191-1/+1
|
* Little case fixBrice Maron2012-11-171-1/+1
|
* Add User agent when OC does a requestBrice Maron2012-11-171-1/+1
|
* Merge pull request #375 from tdevos/masterThomas Müller2012-11-171-0/+39
|\ | | | | Use curl to get remote file content
| * Remove parentheses in return, modify description, and fix a mistakethomas2012-11-151-3/+3
| |
| * change and transfert getUrlContentthomas2012-11-141-0/+39
| |
* | Bump version to trigger update.Thomas Tanghus2012-11-131-1/+1
| |
* | Fixed new checkstyle issues in util.php from build #1341.Diederik de Haas2012-11-101-2/+2
| |
* | add a check and a warning if the ownClodu server is not able to establish ↵Frank Karlitschek2012-11-081-0/+27
|/ | | | http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.
* Checkstyle: Fix the last two SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
|
* Merge pull request #238 from fmms/checkstyle04Thomas Müller2012-11-041-19/+19
|\ | | | | Checkstyle fixes
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-19/+19
| |
* | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke2012-11-041-23/+6
|\ \ | |/ |/| Just one CSRF token per session
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-23/+6
| | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear.
* | Checkstyle: many fixesFelix Moeller2012-11-021-3/+3
|/
* Generate only one CSRF tokenLukas Reschke2012-10-291-31/+19
|
* Fix a typoLukas Reschke2012-10-291-1/+1
|
* NoSpaceAfterCommaFelix Moeller2012-10-281-26/+26
| | | | first in new branch
* 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
* remove whitespaces, no code changeArthur Schiwon2012-10-281-4/+4
|
* 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
|
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-2/+2
|
* More Checkstyle cleanupFelix Moeller2012-10-231-4/+4
| | | | This is for all LowerCaseConstant warnings
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-1/+1
| | | | This is BracketsNotRequired
* Disable enhancedauth by defaultLukas Reschke2012-10-221-3/+3
| | | | Admins can still enable it via config.php
* 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 strftime to format date with translated month namesscambra2012-10-161-2/+2
|
* Make enhanced auth configurableLukas Reschke2012-10-161-11/+15
|
* Set a standard value for enhanced auth timeLukas Reschke2012-10-161-1/+1
|
* Make enhanced auth time configurableLukas Reschke2012-10-161-4/+3
|
* Move isUserVerified to OC_UtilLukas Reschke2012-10-161-0/+12
|
* Fix PHP noticeLukas Reschke2012-10-161-1/+1
|
* Use /dev/urandom instead of /dev/randomLukas Reschke2012-10-151-4/+4
| | | | The usage of /dev/urandom is enough secure
* Check if $_PostLukas Reschke2012-10-151-2/+4
|
* Verify password page for usersLukas Reschke2012-10-151-0/+19
|
* Correct formattingLukas Reschke2012-10-151-2/+2
|
* Merge pull request #30 from visit1985/logonpageLukas Reschke2012-10-151-2/+4
|\ | | | | extend logon page to display multiple error messages
| * extend logon page to display multiple error messagesMichael Göhler2012-10-141-2/+4
| |
* | Whitespace cleanupBart Visscher2012-10-141-10/+10
| |
* | 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
|/
* whitespace fixesBart Visscher2012-10-121-1/+1
|
* marks as 5.0 pre alphaFrank Karlitschek2012-10-101-2/+2
|