Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge pull request #13707 from ↵ | Morris Jobke | 2019-01-25 | 1 | -0/+3 |
|\ | | | | | | | | | nextcloud/backport/13473/dont-log-parameters-on-user-creation-in-case-of-error [stable13] Don't log parameters on user creation in case of error/exception | ||||
| * | Don't log parameters on user creation in case of error/exception | Joas Schilling | 2019-01-21 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | 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 |
| | |||||
* | [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 |
| | |||||
* | [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 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-10 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-05 | 2 | -4/+4 |
| | |||||
* | [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 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-28 | 2 | -2/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-27 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-17 | 2 | -0/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-16 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-15 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-06 | 2 | -2/+2 |
| | |||||
* | Only execute query in propagateChange once | Roeland Jago Douma | 2018-12-05 | 1 | -2/+2 |
| | | | | | | | The second execute statement should be inside the if block. Else it gets executed twice which makes no sense. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #12835 from nextcloud/backport/12831/stable13 | Morris Jobke | 2018-12-05 | 1 | -0/+1 |
|\ | | | | | [stable13] Do not update child all child shares on group share update | ||||
| * | Do not update child all child shares on group share update | Roeland Jago Douma | 2018-12-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Else we overwrite the whole share for link shares. Basically breaking them. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-05 | 2 | -2/+2 |
|/ | |||||
* | PHP module is named mbstring | Morris Jobke | 2018-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-30 | 2 | -2/+48 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-29 | 2 | -0/+412 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-27 | 2 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-25 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-23 | 106 | -984/+162 |
| | |||||
* | Bearer tokens are app token | Roeland Jago Douma | 2018-11-20 | 1 | -0/+4 |
| | | | | | | | | | | Fixes #12498 This means that we set that it is a proper app token once it is validated. This will allow the 2FA middleware to just run the same check. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | forward object not found error in swift as dav 404 | Robin Appelman | 2018-11-19 | 2 | -8/+22 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-16 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-15 | 2 | -0/+2 |
| | |||||
* | Merge pull request #12376 from nextcloud/backport/12284/stable13 | Roeland Jago Douma | 2018-11-13 | 1 | -1/+1 |
|\ | | | | | [13] Properly search the root of a shared external storage | ||||
| * | Properly search the root of a shared external storage | Roeland Jago Douma | 2018-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #1020 When an external storage is shared with you in full the root is '' (empty). This adds an extra check for an empty jail basically. Because if the jail is on the empty string. It matches all paths. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix UniqueConstraintViolationException while insert into oc_file_locks | Morris Jobke | 2018-11-13 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | * fixes #9305 by not being prone to the race condition in insertIfNotExists * fixes #6899 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix UniqueConstraintViolationException while insert into oc_filecache | Morris Jobke | 2018-11-13 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | * fixes #6160 by not being prone to the race condition in insertIfNotExists * fixes #12228 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-13 | 4 | -2/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-12 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-11 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-06 | 4 | -2/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-05 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-04 | 2 | -2/+2 |
| | |||||
* | Error out early on an expired token | Roeland Jago Douma | 2018-11-02 | 1 | -1/+11 |
| | | | | | | | | | | | | | Fixes #12131 If we hit an expired token there is no need to continue checking. Since we know it is a token. We also should not register this with the bruteforce throttler as it is actually a valid token. Just expired. Instead the authentication should fail. And buisness continues as usual. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |