| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | catch sessionnotavailable exception if memory session is used | Christoph Wurst | 2016-06-08 | 1 | -5/+10 |
| * | | | | When creating a session token, make sure it's the login password and not a de... | Christoph Wurst | 2016-06-08 | 1 | -5/+28 |
* | | | | | Merge pull request #24826 from owncloud/cors-client-login | Vincent Petry | 2016-06-09 | 1 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | use client login method on CORS routes | Christoph Wurst | 2016-06-08 | 1 | -6/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #25028 from owncloud/scanner-user-not-setup | Vincent Petry | 2016-06-09 | 1 | -1/+6 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | skip scanning for a user when the user is not setup yet | Robin Appelman | 2016-06-08 | 1 | -1/+6 |
| | |/ /
| |/| | |
|
* | | | | Do not log token or challenge with exception stacktrace (#25026) | Joas Schilling | 2016-06-08 | 1 | -1/+27 |
| |/ /
|/| | |
|
* | | | Merge pull request #24899 from owncloud/local-storage-symlinks | Vincent Petry | 2016-06-08 | 3 | -3/+38 |
|\ \ \ |
|
| * | | | Ignore forbidden files while scanning | Robin Appelman | 2016-06-07 | 1 | -1/+6 |
| * | | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 2 | -2/+32 |
| |/ / |
|
* | | | Merge pull request #24983 from owncloud/issue-23776-do-not-allow-boolean-user... | Vincent Petry | 2016-06-08 | 4 | -5/+11 |
|\ \ \ |
|
| * | | | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-06 | 4 | -5/+11 |
* | | | | Merge pull request #24991 from owncloud/2fa-do-not-generate-token | Vincent Petry | 2016-06-08 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -0/+1 |
* | | | | | Merge pull request #24998 from owncloud/issue-24994-allow-decrypting-user-0-only | Vincent Petry | 2016-06-08 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #25005 from owncloud/parent-storage-time-cast | Vincent Petry | 2016-06-08 | 2 | -1/+7 |
|\ \ \ \ \ |
|
| * | | | | | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-07 | 1 | -0/+3 |
| * | | | | | don't update storage mtime if we can't get the modified date | Robin Appelman | 2016-06-07 | 1 | -1/+4 |
| | |_|/ /
| |/| | | |
|
* / | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-08 | 4 | -0/+88 |
|/ / / / |
|
* | | | | Merge pull request #24813 from owncloud/delete-ghost-files | Vincent Petry | 2016-06-07 | 2 | -18/+33 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix warnings when trying to get mtime of non existing files | Robin Appelman | 2016-06-03 | 1 | -3/+3 |
| * | | | return success when deleting ghost files | Robin Appelman | 2016-06-03 | 1 | -1/+3 |
| * | | | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-03 | 1 | -15/+28 |
* | | | | Fix second check for quota size (#24989) | Joas Schilling | 2016-06-06 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-04 | 2 | -2/+38 |
|/ / |
|
* | | Merge pull request #24564 from owncloud/fix_21173_take_2 | Vincent Petry | 2016-06-03 | 1 | -0/+1 |
|\ \ |
|
| * | | normalize path in getInternalPath | Georg Ehrke | 2016-06-02 | 1 | -0/+1 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 28 | -104/+50 |
|/ / |
|
* | | Merge pull request #24940 from owncloud/fix-normalizedcachekey-keepunicode | Vincent Petry | 2016-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Add keepUnicode value in the cache key of normalizedPathCache | Vincent Petry | 2016-06-01 | 1 | -1/+1 |
* | | | Merge pull request #24936 from owncloud/2fa-block-ocs | Vincent Petry | 2016-06-02 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | block OCS if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 1 | -0/+4 |
| |/ |
|
* | | Merge pull request #24946 from owncloud/issue-24943-duplicate-downgrade-unsup... | Vincent Petry | 2016-06-02 | 1 | -0/+5 |
|\ \ |
|
| * | | Do not show the hint when it's the same as the message | Joas Schilling | 2016-06-01 | 1 | -0/+5 |
| |/ |
|
* | | Merge pull request #24947 from owncloud/2fa-remember-redirect-url | Vincent Petry | 2016-06-02 | 1 | -1/+2 |
|\ \ |
|
| * | | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 1 | -1/+2 |
| |/ |
|
* | | Merge pull request #24953 from owncloud/fix-client-download-url | Vincent Petry | 2016-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix URL for client downloads | Joas Schilling | 2016-06-01 | 1 | -1/+1 |
| |/ |
|
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 6 | -10/+74 |
|/ |
|
* | 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 | 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 | Vincent Petry | 2016-05-31 | 1 | -3/+2 |
| |/ |
|
* | | Merge pull request #24907 from owncloud/properly-check-for-mbstring | Vincent Petry | 2016-05-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Properly check for mbstring extension | Lukas Reschke | 2016-05-31 | 1 | -1/+1 |
* | | Merge pull request #24769 from owncloud/issue-24752-no-ui-message-when-integr... | Vincent Petry | 2016-05-31 | 1 | -1/+1 |
|\ \ |
|
| * | | 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 |
|\ \ \ |
|
| * | | | Use isEncrpyted() instead | Vincent Petry | 2016-05-30 | 1 | -1/+1 |