summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | |
| * | | Move data directory permission checks after data directory existence checksMichael Gapczynski2013-01-121-29/+28
| | | |
* | | | add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions.
* | | Bumb version number for displayname db upgradeRobin Appelman2013-01-301-1/+1
| | |
* | | merge master into filesystemRobin Appelman2013-01-301-1/+1
|\ \ \
| * | | version dump to trigger db updateBjörn Schießle2013-01-291-1/+1
| | |/ | |/|
* | | Cache: add database indexes for mimetype and mimepartRobin Appelman2013-01-211-1/+1
| | |
* | | merge master into filesystemRobin Appelman2013-01-151-46/+6
|\| |
| * | Move { to same lineLukas Reschke2013-01-141-2/+1
| | |
| * | Expand if to multiple linesLukas Reschke2013-01-141-2/+6
| | | | | | | | | Oneliners are ugly.
| * | Enhanced auth is totally unmaintained and brokenLukas Reschke2013-01-141-34/+0
| | | | | | | | | | | | | | | | | | Let's remove it, it's also not secure anymore with the introduction of our API etc... (And doesn't work with ldap etc…)
| * | Check if user is admin - boolLukas Reschke2013-01-141-10/+1
| |/ | | | | | | | | | | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
* | Bump versionMichael Gapczynski2013-01-111-1/+1
| |
* | Change length of mimetypes to 255, the maximum length according to RFC 4288Michael Gapczynski2013-01-091-1/+1
| |
* | Cache: normalize mimetypesRobin Appelman2013-01-071-1/+1
| |
* | merge master into filesystemRobin Appelman2013-01-031-81/+94
|\|
| * fixing indentThomas Mueller2013-01-031-94/+94
| |
| * Update lib/util.phpirgsmirx2012-12-201-8/+21
| | | | | | getUrlContent should take proxy setting into consideration when not using curl, as well
* | Fix shared foldersMichael Gapczynski2012-12-281-1/+0
| |
* | merge master into filesystemRobin Appelman2012-12-251-57/+45
|\|
| * call it "proxy" instead of "curlproxy"root2012-12-191-4/+4
| | | | | | | | | | Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-)
| * make it more readable as deepdiver suggestedFrank Karlitschek2012-12-191-2/+6
| |
| * add curl proxy support. Fixes #504Frank Karlitschek2012-12-191-27/+28
| | | | | | | | https://github.com/owncloud/core/issues/504
| * Merge pull request #961 from owncloud/check_localeFrank Karlitschek2012-12-191-0/+12
| |\ | | | | | | add a check and a warning if setlocale is working
| | * add a check and a warning if setlocale is workingFrank Karlitschek2012-12-191-0/+12
| | |
| * | Merge pull request #868 from owncloud/new_doc_systemFrank Karlitschek2012-12-191-30/+1
| |\ \ | | |/ | |/| New doc system