aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Make sure we just check for the keysRoeland Jago Douma2020-12-071-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Do not run image tests on php8Roeland Jago Douma2020-12-071-0/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Do not run on php8Roeland Jago Douma2020-12-072-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move to new phpunitRoeland Jago Douma2020-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Don't check on php8Roeland Jago Douma2020-12-072-0/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Avatar fixesRoeland Jago Douma2020-12-071-2/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix test traits for phpunit 9Roeland Jago Douma2020-12-072-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add php8 CIRoeland Jago Douma2020-12-071-10/+10
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | [tx-robot] updated from transifexNextcloud bot2020-12-0824-6/+82
|/ / /
* | | Merge pull request #24581 from nextcloud/bugfix/noid/setup-jsJohn Molakvoæ2020-12-071-1/+0
|\ \ \ | | | | | | | | Do not load nonexisting setup.js
| * | | Do not load nonexisting setup.jsJulius Härtl2020-12-071-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #24578 from nextcloud/add-integration-tests-for-avatarsJohn Molakvoæ2020-12-076-9/+499
|\ \ \ \ | |_|/ / |/| | |
| * | | Add integration tests for getting guest avatarsDaniel Calviño Sánchez2020-12-072-0/+30
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add integration tests for resized user avatarsDaniel Calviño Sánchez2020-12-072-7/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even on solid color images the resizing can cause some small artifacts that slightly modify the color of certain pixels. Due to this now the color comparison is no longer strict but fuzzy. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add integration tests for user avatarsDaniel Calviño Sánchez2020-12-076-0/+369
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Make possible to set body in requesttoken requests in integration testsDaniel Calviño Sánchez2020-12-071-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sendingAToWithRequesttoken" needs to be used to test some non OCS endpoints which require the request token to be sent in the request. Now it is possible to specify the body (or, rather, additional contents beside the cookies and the request token) for those requests, as it will be needed for example to upload an avatar. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Make possible to send requests as anonymous users in integration testsDaniel Calviño Sánchez2020-12-071-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Until now requests always had "auth" headers either for an admin or a regular user, depending on the value of "currentUser". Now, if "currentUser" starts by "anonymous" no "auth" header is sent, which makes possible to also test requests with users not logged in. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-0728-42/+104
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-0632-22/+84
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-0530-6/+48
| |/ |/|
* | Merge pull request #24552 from nextcloud/enh/remember_me_is_not_app_passwordRoeland Jago Douma2020-12-041-2/+12
|\ \ | | | | | | Remember me is not an app_password
| * | Fix typo Morris Jobke2020-12-041-1/+1
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Remember me is not an app_passwordRoeland Jago Douma2020-12-041-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | While technically they are stored the same. This session variable is used to indicate that a user is using an app password to authenticate. Like from a client. Or when having it generated automatically. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24550 from nextcloud/enh/fix/new_session_id_if_decrypt_failsMorris Jobke2020-12-041-0/+1
|\ \ \ | | | | | | | | Generate a new session id if the decrypting the session data fails
| * | | Generate a new session id if the decrypting the session data failsRoeland Jago Douma2020-12-041-0/+1
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24545 from nextcloud/bugfix/noid/force-composerv2Joas Schilling2020-12-041-1/+1
|\ \ \ | | | | | | | | Always install composer v2
| * | | Always install composer v2Julius Härtl2020-12-041-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #24543 from nextcloud/bugfix/noid/dont-log-image-as-stringMorris Jobke2020-12-041-0/+3
|\ \ \ | |/ / |/| | Don't log params of imagecreatefromstring
| * | Don't log params of imagecreatefromstringVincent Petry2020-12-041-0/+3
|/ / | | | | | | | | | | To prevent flooding the log with actual image data. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #24474 from ↵Christoph Wurst2020-12-042-1/+25
|\ \ | | | | | | | | | | | | nextcloud/enhancement/unified-search-result-attributes Allow unified search results to have attributes
| * | Add attributes to file search resultsChristoph Wurst2020-12-031-1/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Allow unified search results to have attributesChristoph Wurst2020-12-031-0/+21
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-0434-0/+34
| | |
* | | Merge pull request #24535 from nextcloud/fix/multiple_file_downloadRoeland Jago Douma2020-12-031-0/+1
|\ \ \ | |/ / |/| | Fix the download of multiple files from the webUI
| * | Fix the download of multiple files from the webUIRoeland Jago Douma2020-12-031-0/+1
| |/ | | | | | | | | | | needed a setupFS call Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24358 from nextcloud/dav-storage-copyMorris Jobke2020-12-031-2/+24
|\ \ | |/ |/| use storage copy implementation when doing dav copy
| * use storage copy implementation when doing dav copyRobin Appelman2020-11-241-2/+24
| | | | | | | | | | | | | | | | instead of using the sabredav fallback (which does a read+write stream copy) this greatly speeds up dav copies Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #24498 from nextcloud/enhancement/nextcloud-log-normalizerJoas Schilling2020-12-032-2/+1
|\ \ | | | | | | Replace abandoned log normalizer with our fork
| * | Replace abandoned log normalizer with our forkChristoph Wurst2020-12-032-2/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #24409 from nextcloud/bugfix/24399Morris Jobke2020-12-032-2/+4
|\ \ \ | | | | | | | | Also run repair steps when encryption is disabled but a legacy key is present
| * | | Also handle legacy cipher support when encryption is disabled but an old ↵Julius Härtl2020-12-032-2/+4
| |/ / | | | | | | | | | | | | | | | master key is present Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #24516 from nextcloud/enh/23278/add-icon-for-notificationChristoph Wurst2020-12-031-3/+8
|\ \ \ | |/ / |/| | Add icon to user limit notification
| * | Improve wordingMorris Jobke2020-12-021-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add icon to user limit notificationMorris Jobke2020-12-021-1/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #24519 from nextcloud/fix/bug/emailtemplateMorris Jobke2020-12-032-2/+2
|\ \ \ | | | | | | | | Fix vsprint parameter
| * | | Fix vsprint parameterRoeland Jago Douma2020-12-032-2/+2
| |/ / | | | | | | | | | | | | | | | | | | %2\$; is not valid. On php7 this is just ignored but on php8 it gives an error. %2\$s; works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24429 from nextcloud/3rdparty/closureChristoph Wurst2020-12-035-8/+19
|\ \ \ | | | | | | | | [3rdparty] Migrate to Opis/Closure
| * | | Update psalm-baseline.xmlMorris Jobke2020-12-021-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | [3rdparty] Migrate to Opis/ClosureRoeland Jago Douma2020-12-024-8/+4
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24524 from ↵Morris Jobke2020-12-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml