summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
* 5.0.0v5.0.0Frank Karlitschek2013-03-091-2/+2
|
* remove remaining br-tags that do not belong hereArthur Schiwon2013-03-091-2/+2
|
* 5.0.0 RC3v5.0.0RC3Frank Karlitschek2013-03-081-2/+2
|
* Remove <br> from error messages, because they will be escaped and the used ↵Arthur Schiwon2013-03-071-15/+15
| | | | template has it's own <br> already
* ownCloud 5 RC2v5.0.0RC2Frank Karlitschek2013-03-021-2/+2
|
* Escape the data only in the templateLukas Reschke2013-03-021-2/+2
|
* for this self test we don't care if the ssl certificate is self signed and ↵Thomas Mueller2013-03-011-0/+3
| | | | the peer cannot be verified.
* Merge pull request #2008 from owncloud/1999-requesttokenFrank Karlitschek2013-03-011-3/+7
|\ | | | | Check if requesttoken exists in session
| * Check if requesttoken exists in sessionLukas Reschke2013-03-011-0/+4
| | | | | | | | Ref #1999
| * Style fixesLukas Reschke2013-03-011-3/+3
| |
* | 5.0 RC 1v5.0.0RC1Frank Karlitschek2013-03-011-2/+2
|/
* add checks for xml and dom when installingBernhard Posselt2013-02-281-1/+10
|
* Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-6/+6
| | | | Fixes #1925
* Merge pull request #1839 from owncloud/no_recursive_object_walkingLukas Reschke2013-02-251-2/+2
|\ | | | | Don't walk objects with array_walk_recursive()
| * Don't walk objects with array_walk_recursive()Thomas Tanghus2013-02-221-2/+2
| |
* | 5 beta 2v5.0.0beta2Frank Karlitschek2013-02-251-2/+2
| |
* | Merge pull request #1891 from owncloud/set_timeoutBernhard Posselt2013-02-251-1/+9
|\ \ | | | | | | use a 5 sec timeout for the webdav check
| * | use a 5 sec timeout for the webdav checkFrank Karlitschek2013-02-251-1/+9
| | |
* | | remove the check for session data folder - causes trouble on some environmentsThomas Mueller2013-02-251-13/+0
|/ / | | | | | | let's try to find another solution for =C6
* / add a safe_mode checkFrank Karlitschek2013-02-211-0/+5
|/
* Update hint by the internal version number.Bart Visscher2013-02-211-2/+2
| | | | So we don't repeat the 4.5 <=> 4.90 mixup
* WebDAV-Testing:Thomas Mueller2013-02-201-1/+2
| | | | | - write the exception to the log - in case curl is missing we should return true as well
* 5.0.0 beta 1v5.0.0beta1Frank Karlitschek2013-02-201-2/+2
|
* Style-fix: Breakup long linesBart Visscher2013-02-141-28/+62
|
* Whitespace indent fixesBart Visscher2013-02-141-3/+3
|
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-3/+3
|
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-2/+2
|
* alpha 1Frank Karlitschek2013-02-091-2/+2
|
* Merge branch 'master' into fix-shared-linksMichael Gapczynski2013-02-101-1/+1
|\
| * Cache: allow file sizes >2GBRobin Appelman2013-02-101-1/+1
| |
* | Proper fix for shared linksMichael Gapczynski2013-02-101-1/+1
|/
* Merge pull request #1543 from owncloud/utf8-locale-masterThomas Müller2013-02-091-6/+5
|\ | | | | some systems use en_US.UTF8 instead of en_US.UTF-8
| * some systems use en_US.UTF8 instead of en_US.UTF-8Thomas Müller2013-02-081-6/+5
| |
* | Merge pull request #1481 from owncloud/fixing-1354-masterThomas Müller2013-02-091-0/+34
|\ \ | |/ |/| basic WebDAV test in place now
| * in case curl is not present we cannot testThomas Müller2013-02-081-0/+4
| |
| * Merge branch 'master' into fixing-1354-masterThomas Mueller2013-02-071-0/+10
| |\ | | | | | | | | | | | | | | | Conflicts: settings/admin.php settings/templates/admin.php
| * | basic WebDAV test in place nowThomas Mueller2013-02-051-0/+30
| | |
* | | Merge pull request #1451 from eMerzh/fix_1065Thomas Müller2013-02-071-0/+3
|\ \ \ | |_|/ |/| | Add Redirect to getUrlContent fix #1065
| * | Add Redirect to getUrlContent fix #1065Brice Maron2013-02-041-0/+3
| | |
* | | Merge pull request #1443 from owncloud/use-module-file-info-masterLukas Reschke2013-02-061-0/+8
|\ \ \ | | | | | | | | we get best results regarding mime type detection if we use fileinfo - l...
| * | | we get best results regarding mime type detection if we use fileinfo - let's ↵Thomas Mueller2013-02-041-0/+8
| | | | | | | | | | | | | | | | tell the admin about that
* | | | Merge pull request #1357 from owncloud/alternative-loging-masterThomas Müller2013-02-061-0/+2
|\ \ \ \ | |_|_|/ |/| | | add support for apps to register alternative login methods
| * | | add support for apps to register alternative login methodsThomas Mueller2013-01-291-0/+2
| | | | | | | | | | | | | | | | below the standard login a list of icons/button will be displayed
* | | | setlocale test is pointless on WindowsThomas Mueller2013-02-051-0/+5
| | | |
* | | | new function \OC_Util::runningOnWindows()Thomas Mueller2013-02-051-0/+7
| |_|/ |/| |
* | | Merge pull request #1444 from ↵Thomas Müller2013-02-041-0/+11
|\ \ \ | |_|/ |/| | | | | | | | owncloud/writable-temp-folder-for-session-data-master in case file based session handling in enabled - we need to make sure th...
| * | in case file based session handling in enabled - we need to make sure the ↵Thomas Mueller2013-02-041-0/+11
| | | | | | | | | | | | configured folder is writable
* | | Merge pull request #1171 from owncloud/move-datadirectory-checksThomas Müller2013-01-311-30/+28
|\ \ \ | | | | | | | | Move data directory permission checks after data directory existence checks
| * \ \ Merge branch 'master' into move-datadirectory-checksMichael Gapczynski2013-01-181-46/+6
| |\ \ \ | | | |/ | | |/|
| * | | Move permissions check to new function checkDataDirectoryPermissions()Michael Gapczynski2013-01-181-28/+27
| | | |