aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bearer must be in the start of the auth headerRoeland Jago Douma2020-11-061-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #23860 from nextcloud/backport/23350/stable19Roeland Jago Douma2020-11-066-11/+109
|\ | | | | [stable19] Inidicate preview availability in share api responses
| * Indicate preview availability in share api responsesRichard Steinmetz2020-11-066-11/+109
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | [tx-robot] updated from transifexNextcloud bot2020-11-0620-0/+26
| |
* | Merge pull request #23777 from nextcloud/backport/23024/stable19Julius Härtl2020-11-058-152/+293
|\ \
| * | Fix testsJulius Härtl2020-11-022-75/+78
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add occ command to set theming valuesJulius Härtl2020-11-026-77/+215
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-0528-14/+26
| | |
* | | Merge pull request #23895 from nextcloud/backport/23799/stable19-minimalJohn Molakvoæ2020-11-041-2/+7
|\ \ \ | | | | | | | | [stable19] fix potentially passing null to events where IUser is expected
| * | | fix potentially passing null to events where IUser is expectedArthur Schiwon2020-11-041-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #23885 from nextcloud/backport/23097/stable19John Molakvoæ2020-11-041-14/+43
|\ \ \ \ | |/ / / |/| | | [stable19] Restrict query when searching for versions of trashbin files
| * | | Restrict query when searching for versions of trashbin filesJulius Härtl2020-11-041-14/+43
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #23875 from nextcloud/backport/23866/stable19Roeland Jago Douma2020-11-041-1/+1
|\ \ \ \ | |/ / / |/| | | [stable19] Fix grid view toggle in tags view
| * | | Fix grid view in tags viewMorris Jobke2020-11-031-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / | [tx-robot] updated from transifexNextcloud bot2020-11-0422-4/+68
|/ /
* | Merge pull request #23847 from nextcloud/backport/23839/stable19Morris Jobke2020-11-031-1/+1
|\ \ | | | | | | [stable19] No need to check if there is an avatar available, because it is gener…
| * | No need to check if there is an avatar available, because it is generated on ↵Morris Jobke2020-11-021-1/+1
| |/ | | | | | | | | | | the fly nowadays Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2020-11-0318-6/+70
|/
* Merge pull request #23806 from ↵John Molakvoæ2020-11-0227-25/+37
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable19/lodash-4.17.20 [Security] Bump lodash from 4.17.15 to 4.17.20
| * [Security] Bump lodash from 4.17.15 to 4.17.20dependabot-preview[bot]2020-10-3127-25/+37
| | | | | | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-11-0212-10/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-0136-62/+106
| |
* | Merge pull request #23795 from nextcloud/backport/23788/stable19Roeland Jago Douma2020-10-313-0/+52
|\ \ | | | | | | [stable19] Only run phpunit when "php" changed
| * | Add script to old versionsMorris Jobke2020-10-301-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Also run for .sh and .json (when not package or package-lock)Joas Schilling2020-10-302-0/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Also run all tests when drone config is modifiedJoas Schilling2020-10-302-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Only run phpunit when php, xml or test files are modifiedJoas Schilling2020-10-303-0/+38
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2020-10-3146-68/+154
|/
* [tx-robot] updated from transifexNextcloud bot2020-10-3042-30/+68
|
* Merge pull request #23755 from nextcloud/backport/22018/stable19Roeland Jago Douma2020-10-296-40/+131
|\ | | | | [stable19] Harden SSE key generation
| * Fix typo in error message Morris Jobke2020-10-281-1/+1
| | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Test for locking state in key generationJulius Härtl2020-10-282-5/+51
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Harden key generationJulius Härtl2020-10-284-35/+80
| | | | | | | | | | | | | | | | | | | | There might be cases where multiple requests trigger the key generation at the same time and the instance ends up with a non-fitting public/private key pair. Therefore the whole key generation should be locked. Other than that this makes sure that user key generation return values are properly validated. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #23760 from nextcloud/backport/23752/stable19Morris Jobke2020-10-293-0/+178
|\ \ | | | | | | [stable19] inform the user when flow config data exceeds thresholds
| * | inform the user when flow config data exceeds thresholdsArthur Schiwon2020-10-283-0/+178
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2020-10-2916-14/+194
|/
* Merge pull request #23734 from nextcloud/backport/23720/stable19Morris Jobke2020-10-281-1/+2
|\ | | | | [stable19] save email as lower case
| * save email as lower caseRobin Appelman2020-10-271-1/+2
| | | | | | | | | | | | email addresses are case insensitive Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-10-2838-18/+112
|/
* Merge pull request #23728 from nextcloud/backport/23722/stable19Roeland Jago Douma2020-10-271-3/+3
|\ | | | | [stable19] Use lib instead if core as l10n module in OC_Files
| * Use lib instead if core as l10n module in OC_FilesMorris Jobke2020-10-271-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #23705 from nextcloud/backport/23680/stable19Roeland Jago Douma2020-10-271-1/+5
|\ \ | |/ |/| [stable19] Enable theming background transparency
| * Enable theming background transparencyJohn Molakvoæ (skjnldsv)2020-10-271-1/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #23714 from nextcloud/backport/23645/stable19Morris Jobke2020-10-271-1/+7
|\ \ | | | | | | [stable19] Check if array elements exist before using them
| * | Check if array elements exist before using themRoeland Jago Douma2020-10-271-1/+7
| |/ | | | | | | | | | | | | | | It seems that in some recent upgrade here. Not always the entries we expect are returned. So we should first check if they exist. As to not spam the log. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #23708 from nextcloud/backport/23702/stable19Morris Jobke2020-10-272-12/+123
|\ \ | |/ |/| [stable19] fix sharer flag on ldap:show-remnants when user owned more than a single share
| * fixes determining whether former user is a share ownerArthur Schiwon2020-10-272-14/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * split instantiation from business logic in OfflineUserArthur Schiwon2020-10-271-1/+24
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add test for active shares flagArthur Schiwon2020-10-271-0/+93
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-10-2750-46/+98
|