summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24912 from owncloud/session-tokens-apache-authVincent Petry2016-06-016-9/+59
|\ | | | | Create session tokens for apache auth users
| * Create session tokens for apache auth usersChristoph Wurst2016-05-316-9/+59
| |
* | Merge pull request #24851 from owncloud/ldap-static-method-logVincent Petry2016-05-311-3/+2
|\ \ | | | | | | Hack to prevent infinite loop with LDAP + logging
| * | Hack to prevent infinite loop with LDAP + loggingVincent Petry2016-05-311-3/+2
| |/ | | | | | | Forward port of a50619200c6a08929dbe802118a6afadb376b866 to 9.1/master
* | Merge pull request #24907 from owncloud/properly-check-for-mbstringVincent Petry2016-05-311-1/+1
|\ \ | |/ |/| Properly check for mbstring extension
| * Properly check for mbstring extensionLukas Reschke2016-05-311-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 Petry2016-05-311-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 enabledJoas Schilling2016-05-231-1/+1
| | |
* | | Merge pull request #24628 from owncloud/decryptall-checkifneedsprocessingVincent Petry2016-05-311-3/+9
|\ \ \ | | | | | | | | [decrypt_all] Check if file needs to decrypted or not for speed up large oc setups.
| * | | Use isEncrpyted() insteadVincent Petry2016-05-301-1/+1
| | | |
| * | | Respect oc coding style guide.Christian Jürges2016-05-301-1/+1
| | | |
| * | | Check if file needs to decrypted or not for speed up large oc setups.Christian Jürges2016-05-301-3/+9
| | | |
* | | | Merge pull request #16688 from owncloud/tests-dockerapachewebdavVincent Petry2016-05-311-7/+33
|\ \ \ \ | |_|_|/ |/| | | Add morrisjobke/webdav docker container for external storage tests
| * | | Check whether remote DAV server accepted the mtime on touchVincent Petry2016-05-301-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 foldersVincent Petry2016-05-301-6/+23
| |/ / | | | | | | | | | The trailing slash is needed when talking to Apache's mod_dav server
* / / Fix for #23066 (#24689)Torben Dannhauer2016-05-311-1/+1
|/ /
* | trigger size calculation after scanning (#24875)Robin Appelman2016-05-301-0/+6
| |
* | Update license headersLukas Reschke2016-05-26230-332/+359
| |
* | 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
|\ \ | | | | | | Make chunk cache ttl configurable
| * | 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
| | | | | | | | | | | | This makes it less generic and only used for actual file chunking
| * | 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
|\ \ \ | | | | | | | | Update notifications for core and apps
| * | | Add a background job that generates notifications when an update is availableJoas Schilling2016-05-241-0/+4
| |/ /
* | | 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 #24748 from owncloud/login-explicitlyVincent Petry2016-05-247-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 Wurst2016-05-247-10/+37
| | | | | | | | | | | | | | | | checks
| * | | login explicitlyChristoph Wurst2016-05-242-9/+7
| | | |
* | | | Merge pull request #24760 from owncloud/objectstore_multibucketVincent Petry2016-05-242-2/+115
|\ \ \ \ | |_|/ / |/| | | Objectstore multibucket
| * | | 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 updated
| * | | | 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 MySQL
| * | | | Speedup schema cloning for MySQLVictor Dubiniuk2016-05-231-0/+23
| | |/ / | |/| |
* | | | Merge pull request #24750 from ↵Vincent Petry2016-05-232-12/+165
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * | | | Code style and doc fixPiotr Filiciak2016-05-232-10/+10
| | | | |
| * | | | Http Range requests support in downloadsPiotr Filiciak2016-05-202-12/+165
| | | | | | | | | | | | | | | | | | | | Http range requests support is required for video preview
* | | | | Merge pull request #24729 from owncloud/try-token-login-firstVincent Petry2016-05-231-5/+13
|\ \ \ \ \ | | | | | | | | | | | | try token login first
| * | | | | 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 was disabled
| * | | | | | invalidate user session if the user is disabledChristoph Wurst2016-05-231-3/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #24559 from owncloud/2faVincent Petry2016-05-239-3/+283
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | two factor auth
| * | | | | add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-232-3/+28
| | | | | |
| * | | | | Add two factor auth to coreChristoph Wurst2016-05-239-3/+258
| |/ / / /
* | | | | Merge pull request #24777 from owncloud/scanner-dont-propagateVincent Petry2016-05-231-2/+4
|\ \ \ \ \ | | | | | | | | | | | | dont needlessly triger the propgator in the scanner