Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -1019/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Merge pull request #5012 from owncloud/check_keyfiles_exists | Morris Jobke | 2013-09-30 | 1 | -8/+12 |
|\ | | | | | check not only if the keyfile folder exists but also if it contains keyfiles | ||||
| * | check not only if the keyfile folder exists but also if it contains keyfiles | Bjoern Schiessle | 2013-09-27 | 1 | -8/+12 |
| | | |||||
* | | cURL does not honour default_socket_timeout | Evgeni Golov | 2013-09-30 | 1 | -9/+0 |
|/ | | | | | | | | | | | | | SabreDAV uses cURL for the requests and as this does not honour default_socket_timeout, setting it is useless and confusing as people will expect the request to timeout faster than it actually will do. One has to use curl_setopt($curl, CURLOPT_TIMEOUT, x) or curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, x) but there is currently no way to make SabreDAV pass this to cURL. | ||||
* | no further comment - which dev did not test this BEFORE submitting the pull ↵ | Thomas Müller | 2013-09-11 | 1 | -3/+3 |
| | | | | | | request? which reviewer did not test the pull request? | ||||
* | Merge branch 'master' into clean_up_util | kondou | 2013-09-02 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/base.php | ||||
| * | Merge branch 'master' into oc_preview | Georg Ehrke | 2013-08-23 | 1 | -2/+22 |
| |\ | |||||
| * \ | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 1 | -0/+24 |
| |\ \ | |||||
| * | | | update indexes of oc_permissions | Georg Ehrke | 2013-08-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | allow permissions.user to be null as suggested by @butonic | Georg Ehrke | 2013-08-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix some phpdoc and camelcase | kondou | 2013-08-23 | 1 | -15/+17 |
| | | | | |||||
* | | | | fixing typos | Thomas Müller | 2013-08-22 | 1 | -9/+10 |
| | | | | |||||
* | | | | Merge branch 'master' into clean_up_util | kondou | 2013-08-20 | 1 | -2/+39 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: lib/util.php | ||||
| * | | | Merge pull request #4467 from owncloud/storage-wrapper-quota | icewind1991 | 2013-08-19 | 1 | -2/+22 |
| |\ \ \ | | |_|/ | |/| | | Move quota logic from filesystem proxy to storage wrapper | ||||
| | * | | merge master in storage-wrapper-quota | Robin Appelman | 2013-08-18 | 1 | -0/+18 |
| | |\ \ | |||||
| | * | | | use storage wrapper for quota instead of a filesystem proxy | Robin Appelman | 2013-07-25 | 1 | -2/+22 |
| | | | | | |||||
| * | | | | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1 | -0/+18 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| * | | | | check if some encrypted files are left after the app was disabled and warn ↵ | Bjoern Schiessle | 2013-08-12 | 1 | -0/+17 |
| | |/ / | |/| | | | | | | | | | | the user | ||||
* | | | | Fix some naming and spacing in lib/util.php | kondou | 2013-08-18 | 1 | -10/+15 |
| | | | | |||||
* | | | | Clean up \OC\Util | kondou | 2013-08-15 | 1 | -195/+263 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | - Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing | ||||
* | | | Cache OC_Util::checkServer() result in session | Markus Goetz | 2013-08-15 | 1 | -0/+7 |
| |/ |/| | | | | | | | The return value almost never changes but this function is called for every request. | ||||
* | | Merge branch 'master' into fixing-testGetById-master | Thomas Müller | 2013-07-30 | 1 | -2/+4 |
|\ \ | |||||
| * | | Also clean PHP 5.5 opcache | kondou | 2013-07-28 | 1 | -0/+4 |
| |/ | |||||
| * | Use autoloader for Patchwork/PHP/Shim/Normalizer | Bart Visscher | 2013-07-16 | 1 | -2/+0 |
| | | |||||
* | | adding unit tests for OC_Util::basename | Thomas Müller | 2013-07-29 | 1 | -0/+1 |
| | | |||||
* | | implement a platform independent version of basename | Thomas Mueller | 2013-07-29 | 1 | -0/+6 |
|/ | |||||
* | Implement encodePath | Victor Dubiniuk | 2013-07-09 | 1 | -1/+16 |
| | |||||
* | Merge https://github.com/owncloud/core/pull/3827 | Björn Schießle | 2013-07-08 | 1 | -12/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit eed4b49cebcbcc252a75ed85097730b73213b0da Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:03:23 2013 +0200 initialize OC_Defaults only once commit bf6f07ccc8fb87535a069ca341789a590cb187ee Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:02:48 2013 +0200 link to doc in error messages commit ea61ee60e06ee98f2671aec1fdaff666c50f47c2 Merge: e41af3d 3c1308f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:56 2013 +0200 Merge branch 'master' into better-messages commit e41af3d7bad26aa5ca9ab21ec7dcbadd3cfe5d4f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:41 2013 +0200 move to non-static defaults.php commit 9e4258b1905244bdf34943a825421f041cbed43d Author: Björn Schießle <schiessle@owncloud.com> Date: Tue Jul 2 10:32:13 2013 +0200 no sprintf here, lets t() handle it commit fe1df349e248667a137f70d78b04225e5b42a111 Merge: d8f6859 cb5811b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:13:38 2013 +0200 Merge branch 'master' into better-messages commit d8f68595df2dc0e0917d916cbde511ec5333010b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:10:57 2013 +0200 use document base url from defaults.php commit 6c5403748a45717125a2aa375550f05646317d72 Merge: bea6b1c 7b0e3e6 Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:00:15 2013 +0200 Merge branch 'master' into better-messages commit bea6b1c8a0968846065b9153e0a3f46a4e3245ee Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:21:12 2013 +0200 link to docs in WebDAV message, ref #3791 commit 3119b364a1094769e711283d1ce9014505f64ab9 Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:10:21 2013 +0200 link to docs in error messages, fix #3819 | ||||
* | eddition string should be empty by default | Björn Schießle | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -1/+1 |
| | | | | | | Conflicts: lib/mail.php | ||||
* | also use the default theme if the theme is set to an empty string in the ↵ | Björn Schießle | 2013-06-19 | 1 | -2/+2 |
| | | | | config.php | ||||
* | Merge branch 'master' into move-maint-start | Thomas Mueller | 2013-06-14 | 1 | -14/+41 |
|\ | | | | | | | | | Conflicts: lib/util.php | ||||
| * | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 1 | -28/+82 |
| |\ | |||||
| | * | Merge pull request #3454 from owncloud/fix_hasInternetConnection | Thomas Müller | 2013-05-31 | 1 | -5/+11 |
| | |\ | | | | | | | | | isinternetconnectionworking should return false if OC_Config::getValue("has_internet_connection") is false | ||||
| | | * | fix method naming | Thomas Mueller | 2013-05-31 | 1 | -3/+3 |
| | | | | |||||
| | | * | make method names camelCase | Georg Ehrke | 2013-05-27 | 1 | -3/+3 |
| | | | | |||||
| | | * | update comment | Georg Ehrke | 2013-05-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | move check if internet connection is disabled on purpose to a dedicated method | Georg Ehrke | 2013-05-27 | 1 | -2/+8 |
| | | | | |||||
| | | * | fix return value of OC_Util::isinternetconnectionworking() | Georg Ehrke | 2013-05-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 1 | -0/+19 |
| | |\ \ | | | | | | | | | | | fix problems with german "Umlaut" in folder name | ||||
| | | * \ | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * | | | prevent for returning while false normalize string | Florin Peter | 2013-05-25 | 1 | -1/+6 |
| | | | | | | |||||
| | | * | | | added normalizeUnicode() method to OC_Util | Florin Peter | 2013-05-24 | 1 | -0/+14 |
| | | | | | | |||||
| | * | | | | Use the new session wrapper | Robin Appelman | 2013-05-28 | 1 | -7/+7 |
| | | |/ / | | |/| | | |||||
| | * | | | Bump version for files_encryption changes | Michael Gapczynski | 2013-05-25 | 1 | -1/+1 |
| | |/ / | |||||
| | * / | allow install when only oracle is available | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -1/+2 |
| | |/ | |||||
| | * | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 1 | -34/+71 |
| | |\ | |||||
| | * \ | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 1 | -44/+61 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php | ||||
| | * \ \ | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 1 | -39/+73 |
| | |\ \ \ | |||||
| | * | | | | Cache: add seccond mtime field | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
| | | | | | |