Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24912 from owncloud/session-tokens-apache-auth | Vincent Petry | 2016-06-01 | 6 | -9/+59 |
|\ | | | | | Create session tokens for apache auth users | ||||
| * | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 6 | -9/+59 |
| | | |||||
* | | Merge pull request #24851 from owncloud/ldap-static-method-log | Vincent Petry | 2016-05-31 | 1 | -3/+2 |
|\ \ | | | | | | | Hack to prevent infinite loop with LDAP + logging | ||||
| * | | Hack to prevent infinite loop with LDAP + logging | Vincent Petry | 2016-05-31 | 1 | -3/+2 |
| |/ | | | | | | | Forward port of a50619200c6a08929dbe802118a6afadb376b866 to 9.1/master | ||||
* | | Merge pull request #24907 from owncloud/properly-check-for-mbstring | Vincent Petry | 2016-05-31 | 1 | -1/+1 |
|\ \ | |/ |/| | Properly check for mbstring extension | ||||
| * | Properly check for mbstring extension | Lukas Reschke | 2016-05-31 | 1 | -1/+1 |
| | | | | | | | | mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break. | ||||
* | | Merge pull request #24769 from ↵ | Vincent Petry | 2016-05-31 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | owncloud/issue-24752-no-ui-message-when-integrity-disabled Only show message in the UI when the checker is enabled | ||||
| * | | Only show message in the UI when the checker is enabled | Joas Schilling | 2016-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #24628 from owncloud/decryptall-checkifneedsprocessing | Vincent Petry | 2016-05-31 | 1 | -3/+9 |
|\ \ \ | | | | | | | | | [decrypt_all] Check if file needs to decrypted or not for speed up large oc setups. | ||||
| * | | | Use isEncrpyted() instead | Vincent Petry | 2016-05-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Respect oc coding style guide. | Christian Jürges | 2016-05-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Check if file needs to decrypted or not for speed up large oc setups. | Christian Jürges | 2016-05-30 | 1 | -3/+9 |
| | | | | |||||
* | | | | Merge pull request #16688 from owncloud/tests-dockerapachewebdav | Vincent Petry | 2016-05-31 | 1 | -7/+33 |
|\ \ \ \ | |_|_|/ |/| | | | Add morrisjobke/webdav docker container for external storage tests | ||||
| * | | | Check whether remote DAV server accepted the mtime on touch | Vincent Petry | 2016-05-30 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ownCloud as remote DAV always accepts the mtime on touch, but other servers like Apache's DAV server doesn't. The latter doesn't give any visible hint in its response to detect this case, so this fix does a subsequent PROPFIND to check whether the mtime was actually set. Since a touch() operation seldom happens (only on uploads), the minor performance loss should hopefully be acceptable. | ||||
| * | | | Fix webdav destination header when overwriting folders | Vincent Petry | 2016-05-30 | 1 | -6/+23 |
| |/ / | | | | | | | | | | The trailing slash is needed when talking to Apache's mod_dav server | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-31 | 2 | -0/+6 |
| | | | |||||
* | | | Fix for #23066 (#24689) | Torben Dannhauer | 2016-05-31 | 1 | -1/+1 |
|/ / | |||||
* | | trigger size calculation after scanning (#24875) | Robin Appelman | 2016-05-30 | 1 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-29 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-28 | 4 | -38/+46 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-27 | 2 | -2/+6 |
| | | |||||
* | | Update license headers | Lukas Reschke | 2016-05-26 | 311 | -433/+570 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-26 | 2 | -2/+12 |
| | | |||||
* | | Move Job to a better class name | Joas Schilling | 2016-05-25 | 1 | -0/+4 |
| | | |||||
* | | Move background job to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #24812 from owncloud/fkammer-enhancement-cache-folder-gc-ttl | Vincent Petry | 2016-05-25 | 1 | -1/+9 |
|\ \ | | | | | | | Make chunk cache ttl configurable | ||||
| * | | Changed labels of chunk TTL to mention chunks | Vincent Petry | 2016-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | Move cache chunk TTL value to FileChunking class | Vincent Petry | 2016-05-24 | 2 | -2/+10 |
| | | | | | | | | | | | | This makes it less generic and only used for actual file chunking | ||||
| * | | Add config value for cache gc ttl | Frederik Kammer | 2016-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #24444 from owncloud/update-notifications-for-core-and-apps | Vincent Petry | 2016-05-25 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Update notifications for core and apps | ||||
| * | | | Add a background job that generates notifications when an update is available | Joas Schilling | 2016-05-24 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge pull request #24798 from owncloud/fix-class-name-in-hook | Vincent Petry | 2016-05-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix class name in hook registration | ||||
| * | | | Fix class name in hook registration | Joas Schilling | 2016-05-24 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #24811 from owncloud/client-login-token-2fa | Vincent Petry | 2016-05-25 | 2 | -6/+69 |
|\ \ \ | | | | | | | | | do not allow client password logins if token auth is enforced or 2FA … | ||||
| * | | | add default token auth config on install, upgrade and add it to sample config | Christoph Wurst | 2016-05-24 | 1 | -0/+3 |
| | | | | |||||
| * | | | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 2 | -6/+66 |
| | | | | |||||
* | | | | Merge pull request #24804 from owncloud/move-search-to-psr4 | Vincent Petry | 2016-05-25 | 3 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Move public search namespace to PSR-4 | ||||
| * | | | | Move public search namespace to PSR-4 | Joas Schilling | 2016-05-24 | 3 | -0/+0 |
| | |/ / | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-24 | 6 | -4/+44 |
| |/ / |/| | | |||||
* | | | Merge pull request #24748 from owncloud/login-explicitly | Vincent Petry | 2016-05-24 | 7 | -18/+43 |
|\ \ \ | | | | | | | | | Log in explicitly, save login name when generating browser/device tokens | ||||
| * | | | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 7 | -10/+37 |
| | | | | | | | | | | | | | | | | checks | ||||
| * | | | login explicitly | Christoph Wurst | 2016-05-24 | 2 | -9/+7 |
| | | | | |||||
* | | | | Merge pull request #24760 from owncloud/objectstore_multibucket | Vincent Petry | 2016-05-24 | 2 | -2/+115 |
|\ \ \ \ | |_|/ / |/| | | | Objectstore multibucket | ||||
| * | | | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+16 |
| | | | | |||||
| * | | | Fix Name | Roeland Jago Douma | 2016-05-23 | 1 | -4/+4 |
| | | | | |||||
| * | | | Allow multibucket in objectstore | Roeland Jago Douma | 2016-05-23 | 2 | -2/+107 |
| | | | | |||||
* | | | | Merge pull request #24787 from owncloud/fix-update-issue-on-master | Vincent Petry | 2016-05-24 | 1 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | Add the background jobs after the table was updated | ||||
| * | | | | Add the background jobs after the table was updated | Joas Schilling | 2016-05-23 | 1 | -2/+7 |
| | | | | | |||||
* | | | | | Merge pull request #23395 from owncloud/mysql-check-speedup | Vincent Petry | 2016-05-24 | 1 | -0/+23 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Speedup schema cloning for MySQL | ||||
| * | | | | Speedup schema cloning for MySQL | Victor Dubiniuk | 2016-05-23 | 1 | -0/+23 |
| | |/ / | |/| | |