summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25000 from owncloud/fix-email-login-davVincent Petry2016-06-092-5/+16
|\
| * Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-092-5/+16
* | Merge pull request #25014 from owncloud/admin-datadircheck-fixVincent Petry2016-06-091-13/+24
|\ \
| * | Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-13/+24
* | | Merge pull request #24973 from owncloud/token-password-session-tokenVincent Petry2016-06-091-2/+30
|\ \ \
| * | | catch sessionnotavailable exception if memory session is usedChristoph Wurst2016-06-081-5/+10
| * | | When creating a session token, make sure it's the login password and not a de...Christoph Wurst2016-06-081-5/+28
* | | | Merge pull request #24826 from owncloud/cors-client-loginVincent Petry2016-06-091-6/+6
|\ \ \ \
| * | | | use client login method on CORS routesChristoph Wurst2016-06-081-6/+6
| |/ / /
* | | | Merge pull request #25028 from owncloud/scanner-user-not-setupVincent Petry2016-06-091-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | skip scanning for a user when the user is not setup yetRobin Appelman2016-06-081-1/+6
| | |/ | |/|
* | | Do not log token or challenge with exception stacktrace (#25026)Joas Schilling2016-06-081-1/+27
| |/ |/|
* | Merge pull request #24899 from owncloud/local-storage-symlinksVincent Petry2016-06-083-3/+38
|\ \
| * | Ignore forbidden files while scanningRobin Appelman2016-06-071-1/+6
| * | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-072-2/+32
| |/
* | Merge pull request #24983 from owncloud/issue-23776-do-not-allow-boolean-user...Vincent Petry2016-06-082-3/+8
|\ \
| * | Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-062-3/+8
* | | Merge pull request #24991 from owncloud/2fa-do-not-generate-tokenVincent Petry2016-06-081-0/+1
|\ \ \
| * | | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-0/+1
* | | | Merge pull request #24998 from owncloud/issue-24994-allow-decrypting-user-0-onlyVincent Petry2016-06-081-2/+2
|\ \ \ \
| * | | | Allow to decrypt user '0' files onlyJoas Schilling2016-06-071-2/+2
| |/ / /
* | | | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
* | | | don't update storage mtime if we can't get the modified dateRobin Appelman2016-06-071-1/+4
| |_|/ |/| |
* | | Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-072-18/+33
|\ \ \ | |/ / |/| |
| * | Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
| * | return success when deleting ghost filesRobin Appelman2016-06-031-1/+3
| * | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-031-15/+28
| |/
* / Fix second check for quota size (#24989)Joas Schilling2016-06-061-1/+1
|/
* normalize path in getInternalPathGeorg Ehrke2016-06-021-0/+1
* Merge pull request #24940 from owncloud/fix-normalizedcachekey-keepunicodeVincent Petry2016-06-021-1/+1
|\
| * Add keepUnicode value in the cache key of normalizedPathCacheVincent Petry2016-06-011-1/+1
* | Merge pull request #24936 from owncloud/2fa-block-ocsVincent Petry2016-06-021-0/+4
|\ \
| * | block OCS if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-0/+4
| |/
* | Merge pull request #24946 from owncloud/issue-24943-duplicate-downgrade-unsup...Vincent Petry2016-06-021-0/+5
|\ \
| * | Do not show the hint when it's the same as the messageJoas Schilling2016-06-011-0/+5
| |/
* | Merge pull request #24947 from owncloud/2fa-remember-redirect-urlVincent Petry2016-06-021-1/+2
|\ \
| * | remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-1/+2
| |/
* / Fix URL for client downloadsJoas Schilling2016-06-011-1/+1
|/
* Merge pull request #24912 from owncloud/session-tokens-apache-authVincent Petry2016-06-016-9/+59
|\
| * 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 + loggingVincent Petry2016-05-311-3/+2
| |/
* | Merge pull request #24907 from owncloud/properly-check-for-mbstringVincent Petry2016-05-311-1/+1
|\ \ | |/ |/|
| * Properly check for mbstring extensionLukas Reschke2016-05-311-1/+1
* | Merge pull request #24769 from owncloud/issue-24752-no-ui-message-when-integr...Vincent Petry2016-05-311-1/+1
|\ \
| * | 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
|\ \ \
| * | | 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