Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-02 | 545 | -1093/+1118 |
* | Merge pull request #3573 from owncloud/octemplate_speedup | Kondou | 2013-06-01 | 1 | -4/+4 |
|\ | |||||
| * | Forgot typeof condition | Thomas Tanghus | 2013-06-01 | 1 | -1/+3 |
| * | Speed up octemplate rendering. | Thomas Tanghus | 2013-06-01 | 1 | -5/+3 |
* | | Merge pull request #3454 from owncloud/fix_hasInternetConnection | Thomas Müller | 2013-05-31 | 2 | -6/+12 |
|\ \ | |||||
| * | | fix method naming | Thomas Mueller | 2013-05-31 | 2 | -4/+4 |
| * | | use false instead of 0 | Georg Ehrke | 2013-05-27 | 1 | -1/+1 |
| * | | make method names camelCase | Georg Ehrke | 2013-05-27 | 2 | -4/+4 |
| * | | update comment | Georg Ehrke | 2013-05-27 | 1 | -1/+1 |
| * | | don't show a warning if internet connection is disabled on purpose | 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 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-01 | 552 | -1105/+1133 |
* | | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 6 | -4/+148 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 939 | -4924/+10566 |
| |\ \ \ | |||||
| * | | | | improved tests to check if database layer normalize folder names | Florin Peter | 2013-05-25 | 1 | -11/+29 |
| * | | | | we should also normalize on update and search because the database layer will... | Florin Peter | 2013-05-25 | 1 | -0/+15 |
| * | | | | added more places where normalization is needed | Florin Peter | 2013-05-25 | 1 | -0/+7 |
| * | | | | prevent for returning while false normalize string | Florin Peter | 2013-05-25 | 1 | -1/+6 |
| * | | | | submodule 3rdparty updated | Thomas Mueller | 2013-05-24 | 1 | -0/+0 |
| * | | | | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-24 | 733 | -6873/+12278 |
| |\ \ \ \ | |||||
| * | | | | | changed tests for using new normalizer | Florin Peter | 2013-05-24 | 2 | -3/+3 |
| * | | | | | changed builtin normalizer to \OC_Util::normalizeUnicode | Florin Peter | 2013-05-24 | 2 | -9/+3 |
| * | | | | | added normalizeUnicode() method to OC_Util | Florin Peter | 2013-05-24 | 1 | -0/+14 |
| * | | | | | revert previous fix and added normalizer to cache class | Florin Peter | 2013-05-23 | 3 | -1/+92 |
| * | | | | | fix problems with german "Umlaut" in folder name | Florin Peter | 2013-05-23 | 1 | -1/+1 |
* | | | | | | Merge pull request #3565 from owncloud/fix_ldap_sqlite_n_js | blizzz | 2013-05-31 | 2 | -2/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | LDAP: sqlite compatibility for emptyiing tables | Arthur Schiwon | 2013-05-31 | 1 | -1/+7 |
| * | | | | | | LDAP: fix setting value of checkbox after loading configuration | Arthur Schiwon | 2013-05-31 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #3562 from owncloud/fix_ldap_offline_host_handling | blizzz | 2013-05-31 | 1 | -3/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | LDAP: fix possible recursion | Arthur Schiwon | 2013-05-25 | 1 | -0/+7 |
| * | | | | | | LDAP: fix handling when LDAP Host is offline | Arthur Schiwon | 2013-05-25 | 1 | -3/+2 |
* | | | | | | | Merge pull request #3554 from owncloud/files_encryption_fs_loaded_fix | FlorinPeter | 2013-05-31 | 2 | -0/+11 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | also fix login errors while filesystem is not loaded in app.php | Florin Peter | 2013-05-31 | 1 | -0/+6 |
| * | | | | | | Merge branch 'master' into files_encryption_fs_loaded_fix | Florin Peter | 2013-05-31 | 8 | -177/+194 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #3527 from owncloud/file_encryption_external_storage_fixes | FlorinPeter | 2013-05-31 | 8 | -177/+194 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | added our own file extension .part will not work here if we use file_get_cont... | Florin Peter | 2013-05-30 | 2 | -5/+5 |
| * | | | | | | | prevent files_versions from calling file proxy which calls files_encryption a... | Florin Peter | 2013-05-30 | 1 | -0/+17 |
| * | | | | | | | fix share and un-share for single file | Florin Peter | 2013-05-30 | 1 | -23/+13 |
| * | | | | | | | fixed problems with file_get_contents and file_put_contents this problem was ... | Florin Peter | 2013-05-30 | 3 | -127/+92 |
| * | | | | | | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-30 | 18 | -725/+767 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | fixes for pgsql | Florin Peter | 2013-05-29 | 1 | -4/+4 |
| * | | | | | | | | changed deprecated class | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| * | | | | | | | | fixed typo | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| * | | | | | | | | fixes if cache returns false | Florin Peter | 2013-05-29 | 1 | -6/+16 |
| * | | | | | | | | fix $parent/$source typo | Florin Peter | 2013-05-29 | 1 | -2/+1 |
| * | | | | | | | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-29 | 573 | -2123/+2248 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fix for share folder on external storage | Florin Peter | 2013-05-29 | 2 | -2/+33 |
| * | | | | | | | | | fix indention | Björn Schießle | 2013-05-29 | 1 | -5/+5 |
| * | | | | | | | | | remove unnecessary variable | Björn Schießle | 2013-05-29 | 1 | -2/+1 |