summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-1544-44/+124
|
* [tx-robot] updated from transifexNextcloud bot2018-09-14132-116/+358
|
* Merge pull request #11151 from nextcloud/davclient-js-decodeJoas Schilling2018-09-131-1/+1
|\ | | | | fix js files client for user names with spaces
| * fix js files client for user names with spacesRobin Appelman2018-09-101-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10743 from ↵blizzz2018-09-132-9/+96
|\ \ | | | | | | | | | | | | danielkesselberg/bugfix/noid/allow-password-reset-for-duplicate-email Enable password reset for user with same email address when only one is active
| * | Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-192-9/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | When two or more user share the same email address its not possible to reset password by email. Even when only one account is active. This pr reduce list of users returned by getByEmail by disabled users. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwdblizzz2018-09-131-4/+4
|\ \ \ | | | | | | | | Remove posix_getpwuid and compare only userid
| * | | Add int-typehintDaniel Kesselberg2018-09-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Remove posix_getpwuid and compare only useridDaniel Kesselberg2018-09-061-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #11036 from ↵Joas Schilling2018-09-132-71/+224
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/10903/users-undefined-maxautocompleteresults fix check for more users in sharing dialogue
| * | | | adjust and extend js unit testsArthur Schiwon2018-09-121-63/+203
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | don't user a higher paging size than max autocomplete entries are setArthur Schiwon2018-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix check for more usersArthur Schiwon2018-09-101-6/+19
| | |_|/ | |/| | | | | | | | | | | | | | | | | | after a refactor users et al were undefined. The check condition was moved. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #11042 from ↵Joas Schilling2018-09-132-5/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/10894/php73-filter_var-deprecation Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894
| * | | | Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock2018-09-042-5/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | | | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-134-31/+39
|\ \ \ \ \ | | | | | | | | | | | | Refactor secure randomness check
| * | | | | Allow any Random generator that implements ISecureRandom for setupCheckTimo Förster2018-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
| * | | | | Change check if secure randomness is possible.Timo Förster2018-08-244-31/+39
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-09-1354-200/+372
| | | | | |
* | | | | | Merge pull request #11183 from ↵blizzz2018-09-122-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/10765/fix-link-for-update-notifications Fix the link and anchor for the update notifications
| * | | | | | Fix the link and anchor for the update notificationsJoas Schilling2018-09-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #11181 from ↵blizzz2018-09-123-16/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/11178/user-list-broken-with-integer-only-users Fix user and group listing with users that have an integer user id
| * | | | | | Fix user and group listing with users that have an integer user idJoas Schilling2018-09-123-16/+18
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-09-1226-12/+88
| | | | | |
* | | | | | Merge pull request #11139 from ↵blizzz2018-09-114-0/+106
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/2fa-provider-activatable-deactivatable [Mandatory 2FA] Add public interfaces for activable/deactivable 2FA providers
| * | | | | | Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-104-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/11018. Required for https://github.com/nextcloud/server/issues/11019. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-09-114-0/+34
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #11133 from nextcloud/bugfix/noid/invalid-exceptionblizzz2018-09-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix exception class
| * | | | | Fix exception classJoas Schilling2018-09-101-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-09-1024-40/+80
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-09-0916-2/+76
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-09-0816-106/+110
| | | | |
* | | | | Merge pull request #11096 from nextcloud/bugfix/11080/set-cookie-null-argumentRoeland Jago Douma2018-09-072-2/+2
|\ \ \ \ \ | | | | | | | | | | | | replace setcookie value with '' instead of null.
| * | | | | replace setcookie value with '' instead of null.MartB2018-09-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The php documentation states that an empty string should be used for a cookie when it has no real value. null leads to the following error: expects parameter 2 to be string, null given Signed-off-by: Martin Böh <mart.b@outlook.de>
* | | | | | Merge pull request #11104 from nextcloud/fix/token_expire_hardeningRoeland Jago Douma2018-09-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expire tokens hardening
| * | | | | | Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just to be sure that the field is also not 0 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #11100 from nextcloud/enhancement/generated-migrationsblizzz2018-09-071-6/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve class import and strict typing for generated migration class
| * | | | | | Improve class import and strict typing for generated migration classChristoph Wurst2018-09-071-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #11098 from nextcloud/3rdparty/id3parser/0.0.3blizzz2018-09-071-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [3rdparty] Bump id3parser to 0.0.3
| * | | | | | [3rdparty] Bump id3parser to 0.0.3Roeland Jago Douma2018-09-061-0/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / / [tx-robot] updated from transifexNextcloud bot2018-09-076-10/+10
|/ / / / /
* | | | | Merge pull request #11081 from ↵Roeland Jago Douma2018-09-061-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/3rdparty/symfony-console-completion/0.8.0 [3rdparty] Bump symfony-console-completion to 0.8.0
| * | | | | [3rdparty] Bump symfony-console-completion to 0.8.0Roeland Jago Douma2018-09-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #11082 from nextcloud/fix/10584/no_invalidate_token_oauthRoeland Jago Douma2018-09-061-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Do not invalidate main token on OAuth
| * | | | | | Do not invalidate main token on OAuthRoeland Jago Douma2018-09-061-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10584 We deleted the main token when using the login flow else mutliple tokens would show up for a single user. However in the case of OAuth this is perfectly fine as the authentication happens really in your browser: 1. You are already logged in, no need to log you out 2. You are not logged in yet, but since you log in into the exact same browser the expected behavior is to stay logged in. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #10973 from nextcloud/feature/crash-report-breadcrumbsRoeland Jago Douma2018-09-067-0/+93
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add breadcrumb support to crash reporters
| * | | | | Update autoloaderRoeland Jago Douma2018-09-052-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Fix @since version on new APIChristoph Wurst2018-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Add breadcrumb support to crash reportersChristoph Wurst2018-09-055-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #11076 from nextcloud/3rdpart/scssphp/0.7.7Roeland Jago Douma2018-09-061-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [3rdparty] Bump scssphp to 0.7.7