summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move Job to a better class nameJoas Schilling2016-05-251-0/+4
* Move background job to PSR-4Joas Schilling2016-05-251-0/+2
* Merge pull request #24812 from owncloud/fkammer-enhancement-cache-folder-gc-ttlVincent Petry2016-05-251-1/+9
|\
| * Changed labels of chunk TTL to mention chunksVincent Petry2016-05-241-1/+1
| * Move cache chunk TTL value to FileChunking classVincent Petry2016-05-242-2/+10
| * Add config value for cache gc ttlFrederik Kammer2016-05-241-1/+1
* | Merge pull request #24444 from owncloud/update-notifications-for-core-and-appsVincent Petry2016-05-251-0/+4
|\ \
| * | Add a background job that generates notifications when an update is availableJoas Schilling2016-05-241-0/+4
| |/
* | Merge pull request #24798 from owncloud/fix-class-name-in-hookVincent Petry2016-05-251-1/+1
|\ \
| * | Fix class name in hook registrationJoas Schilling2016-05-241-1/+1
| |/
* | Merge pull request #24811 from owncloud/client-login-token-2faVincent Petry2016-05-252-6/+69
|\ \
| * | add default token auth config on install, upgrade and add it to sample configChristoph Wurst2016-05-241-0/+3
| * | do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-242-6/+66
* | | Merge pull request #24804 from owncloud/move-search-to-psr4Vincent Petry2016-05-253-0/+0
|\ \ \
| * | | Move public search namespace to PSR-4Joas Schilling2016-05-243-0/+0
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-246-4/+44
| |/ |/|
* | Merge pull request #24748 from owncloud/login-explicitlyVincent Petry2016-05-247-18/+43
|\ \
| * | when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-247-10/+37
| * | login explicitlyChristoph Wurst2016-05-242-9/+7
* | | Merge pull request #24760 from owncloud/objectstore_multibucketVincent Petry2016-05-242-2/+115
|\ \ \ | |_|/ |/| |
| * | Store user bucket in preferencesRoeland Jago Douma2016-05-231-8/+16
| * | Fix NameRoeland Jago Douma2016-05-231-4/+4
| * | Allow multibucket in objectstoreRoeland Jago Douma2016-05-232-2/+107
* | | Merge pull request #24787 from owncloud/fix-update-issue-on-masterVincent Petry2016-05-241-2/+7
|\ \ \
| * | | Add the background jobs after the table was updatedJoas Schilling2016-05-231-2/+7
* | | | Merge pull request #23395 from owncloud/mysql-check-speedupVincent Petry2016-05-241-0/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | Speedup schema cloning for MySQLVictor Dubiniuk2016-05-231-0/+23
| | |/ | |/|
* | | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request...Vincent Petry2016-05-233-12/+200
|\ \ \
| * | | Code style and doc fixPiotr Filiciak2016-05-233-10/+11
| * | | Http Range requests support in downloadsPiotr Filiciak2016-05-203-12/+199
* | | | Merge pull request #24729 from owncloud/try-token-login-firstVincent Petry2016-05-231-5/+13
|\ \ \ \
| * | | | try token login firstChristoph Wurst2016-05-201-5/+13
* | | | | Merge pull request #24658 from owncloud/invalidate-disabled-user-sessionVincent Petry2016-05-231-3/+4
|\ \ \ \ \
| * | | | | invalidate user session if the user is disabledChristoph Wurst2016-05-231-3/+4
* | | | | | Merge pull request #24559 from owncloud/2faVincent Petry2016-05-2310-3/+376
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-232-3/+28
| * | | | | Add two factor auth to coreChristoph Wurst2016-05-2310-3/+351
| |/ / / /
* | | | | Merge pull request #24777 from owncloud/scanner-dont-propagateVincent Petry2016-05-231-2/+4
|\ \ \ \ \
| * | | | | dont needlessly triger the propgator in the scannerRobin Appelman2016-05-231-2/+4
* | | | | | Merge pull request #24699 from owncloud/background-scan-recursionVincent Petry2016-05-232-3/+7
|\ \ \ \ \ \
| * | | | | | Only recurse into incomplete folders during background scansRobin Appelman2016-05-232-3/+7
* | | | | | | Merge pull request #24695 from owncloud/background-scan-propagateVincent Petry2016-05-231-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Trigger propagation from the background scannerRobin Appelman2016-05-181-1/+13
* | | | | | | | Merge pull request #24765 from owncloud/boolean-installed-configVincent Petry2016-05-231-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Make sure that installed is a booleanJoas Schilling2016-05-231-0/+1
* | | | | | | | Merge pull request #24703 from owncloud/personal-settings-auth-tokensVincent Petry2016-05-236-6/+51
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-235-6/+37
| * | | | | | | add button to add new device tokensChristoph Wurst2016-05-232-1/+4
| * | | | | | | list user's auth tokens on the personal settings pageChristoph Wurst2016-05-232-2/+13
| |/ / / / / /
* | | | | | | Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-233-1/+541
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |