Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-26 | 2 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-21 | 2 | -0/+32 |
| | |||||
* | Correctly determinate the owner in case of shared external storages | Joas Schilling | 2019-02-19 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-17 | 2 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-16 | 2 | -0/+2 |
| | |||||
* | Merge pull request #14196 from nextcloud/backport/14185/stable14 | Roeland Jago Douma | 2019-02-14 | 1 | -3/+32 |
|\ | | | | | [stable14] Fix recent files | ||||
| * | Filter out versions and trashbin | Roeland Jago Douma | 2019-02-14 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Loop for the recent search | Roeland Jago Douma | 2019-02-14 | 1 | -3/+26 |
| | | | | | | | | | | | | Else it might happen that less entries than requested are returned Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | We need to initialize the storage else the jailed path is always null | Roeland Jago Douma | 2019-02-14 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #14086 from nextcloud/backport/14023/stable14 | Roeland Jago Douma | 2019-02-14 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable14] Fix: Check if `$this->params['user']` is an array | ||||
| * | Fix: Check if `$this->params['user']` is an array | William Pain | 2019-02-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: William Pain <pain.william@gmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-14 | 6 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-13 | 18 | -52/+222 |
| | | |||||
* | | Fix the thorrtler whitelist bitmask | Roeland Jago Douma | 2019-02-12 | 1 | -2/+4 |
| | | | | | | | | | | | | Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-12 | 2 | -20/+58 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-09 | 2 | -0/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-08 | 4 | -6/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-06 | 10 | -44/+282 |
| | |||||
* | Fix typos and unused return values | Christoph Wurst | 2019-01-30 | 1 | -9/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix typo | Bjoern Schiessle | 2019-01-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | log full exception | Bjoern Schiessle | 2019-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | handle mail send error gracefully | Bjoern Schiessle | 2019-01-30 | 1 | -2/+13 |
| | | | | | | | log the error in case a notification mail of a new share couldn't be send to the recipient and finish the share operation successfully Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Clean pending 2FA authentication on password reset | Roeland Jago Douma | 2019-01-30 | 1 | -0/+9 |
| | | | | | | | | | | | When a password is reste we should make sure that all users are properly logged in. Pending states should be cleared. For example a session where the 2FA code is not entered yet should be cleared. The token is now removed so the session will be killed the next time this is checked (within 5 minutes). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-26 | 4 | -8/+8 |
| | |||||
* | Show proper default locale | Morris Jobke | 2019-01-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #13741 from nextcloud/backport/13140/stable14 | Morris Jobke | 2019-01-23 | 4 | -17/+88 |
|\ | | | | | [stable14] Cache tokens when using swift's v2 authentication | ||||
| * | Bump autoloader | Roeland Jago Douma | 2019-01-22 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Cache tokens when using swift's v2 authentication | Robin Appelman | 2019-01-22 | 2 | -17/+86 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | cleanup shared lock if changing to exclusive lock failed | Robin Appelman | 2019-01-22 | 1 | -1/+7 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-22 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-20 | 2 | -2/+2 |
| | |||||
* | [stable15] Fix colorizeSvg with transformations that contain a comma (,) | John Molakvoæ | 2019-01-17 | 1 | -1/+1 |
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-17 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-16 | 4 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-15 | 2 | -20/+20 |
| | |||||
* | Merge pull request #13035 from nextcloud/objectstore-write-exists-14 | Roeland Jago Douma | 2019-01-14 | 6 | -3/+47 |
|\ | | | | | [14] upload new files in objectstore to a .part path first | ||||
| * | upload new files in objectstore to a .part path first | Robin Appelman | 2018-12-12 | 1 | -3/+15 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Add objectExists to objectstore interface | Robin Appelman | 2018-12-12 | 5 | -0/+32 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-14 | 2 | -112/+112 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-12 | 2 | -4/+4 |
| | | |||||
* | | Don't log parameters on user creation in case of error/exception | Joas Schilling | 2019-01-10 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-10 | 2 | -2/+2 |
| | | |||||
* | | HttpClient getHeader can return empty string | Roeland Jago Douma | 2019-01-08 | 1 | -1/+7 |
| | | | | | | | | | | | | Fixes #11999 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-05 | 2 | -4/+4 |
| | | |||||
* | | Throttle with correct metadata | Roeland Jago Douma | 2019-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #13202 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-04 | 2 | -30/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-03 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-01 | 2 | -6/+130 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-31 | 2 | -2/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-30 | 4 | -2/+10 |
| | |