Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |/ | |/| | |||||
* | | | Merge pull request #24750 from ↵ | Vincent Petry | 2016-05-23 | 3 | -12/+200 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads | ||||
| * | | | Code style and doc fix | Piotr Filiciak | 2016-05-23 | 3 | -10/+11 |
| | | | | |||||
| * | | | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 3 | -12/+199 |
| | | | | | | | | | | | | | | | | Http range requests support is required for video preview | ||||
* | | | | Merge pull request #24729 from owncloud/try-token-login-first | Vincent Petry | 2016-05-23 | 1 | -5/+13 |
|\ \ \ \ | | | | | | | | | | | try token login first | ||||
| * | | | | try token login first | Christoph Wurst | 2016-05-20 | 1 | -5/+13 |
| | | | | | |||||
* | | | | | Merge pull request #24658 from owncloud/invalidate-disabled-user-session | Vincent Petry | 2016-05-23 | 1 | -3/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | invalidate user session if the user was disabled | ||||
| * | | | | | invalidate user session if the user is disabled | Christoph Wurst | 2016-05-23 | 1 | -3/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 10 | -3/+376 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | two factor auth | ||||
| * | | | | | add OCC command to enable/disable 2FA for a user | Christoph Wurst | 2016-05-23 | 2 | -3/+28 |
| | | | | | | |||||
| * | | | | | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 10 | -3/+351 |
| |/ / / / | |||||
* | | | | | Merge pull request #24777 from owncloud/scanner-dont-propagate | Vincent Petry | 2016-05-23 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | dont needlessly triger the propgator in the scanner | ||||
| * | | | | | dont needlessly triger the propgator in the scanner | Robin Appelman | 2016-05-23 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #24699 from owncloud/background-scan-recursion | Vincent Petry | 2016-05-23 | 2 | -3/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only recurse into incomplete folders during background scans | ||||
| * | | | | | | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 2 | -3/+7 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #24695 from owncloud/background-scan-propagate | Vincent Petry | 2016-05-23 | 1 | -1/+13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Trigger propagation from the background scanner | ||||
| * | | | | | | | Trigger propagation from the background scanner | Robin Appelman | 2016-05-18 | 1 | -1/+13 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #24765 from owncloud/boolean-installed-config | Vincent Petry | 2016-05-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Make sure we evaluate installed everywhere as a boolean | ||||
| * | | | | | | | Make sure that installed is a boolean | Joas Schilling | 2016-05-23 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #24703 from owncloud/personal-settings-auth-tokens | Vincent Petry | 2016-05-23 | 6 | -6/+51 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Personal settings auth tokens | ||||
| * | | | | | | | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 5 | -6/+37 |
| | | | | | | | | |||||
| * | | | | | | | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 2 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 2 | -2/+13 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #24349 from owncloud/nfd-storagewrapper | Vincent Petry | 2016-05-23 | 3 | -1/+541 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Add wrapper for NFD encoding workaround |