aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-238-27/+26
* | | | Merge pull request #21628 from nextcloud/external-to-s3-trashbin-fixMorris Jobke2020-07-235-27/+40
|\ \ \ \
| * | | | fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-231-7/+10
| * | | | use exceptions for error signaling in writeStreamRobin Appelman2020-07-233-6/+19
| * | | | rollback cache rename if trashbin move failsRobin Appelman2020-07-232-7/+7
| * | | | fix moving files from external storage to object store trashbinRobin Appelman2020-07-232-11/+8
* | | | | Merge pull request #21747 from simonspa/fix_mail_logosizeMorris Jobke2020-07-235-14/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Adjust tests to new e-mail layoutSimon Spannagel2020-07-234-12/+12
| * | | | Fix header logo size in notification mailsSimon Spannagel2020-07-231-2/+3
|/ / / /
* | | | Merge pull request #21973 from nextcloud/techdebt/noid/fix-risky-2fa-backup-c...Morris Jobke2020-07-231-0/+5
|\ \ \ \
| * | | | Fix risky test in twofactor_backupcodesMorris Jobke2020-07-231-0/+5
| | |/ / | |/| |
* | | | Merge pull request #21970 from nextcloud/dependageorg/npm_and_yarn/nextcloud/...Georg Ehrke2020-07-2326-47/+229
|\ \ \ \
| * | | | Bump @nextcloud/vue from 2.2.1 to 2.3.0Georg Ehrke2020-07-2326-47/+229
| | |/ / | |/| |
* | | | Merge pull request #21966 from nextcloud/enh/userbackend/custom_logoutMorris Jobke2020-07-234-0/+53
|\ \ \ \ | |/ / / |/| | |
| * | | Allow user backends to specify a custom logout urlRoeland Jago Douma2020-07-234-0/+53
| |/ /
* | | Merge pull request #21963 from nextcloud/fix/sharing/respect_default_share_pe...Roeland Jago Douma2020-07-233-3/+3
|\ \ \
| * | | Respect default share permissionsRoeland Jago Douma2020-07-233-3/+3
| |/ /
* | | Merge pull request #21957 from nextcloud/techdebt/noid/bootstrap-testingJulius Härtl2020-07-232-35/+15
|\ \ \ | |/ / |/| |
| * | Use IBootstrap for the testing appMorris Jobke2020-07-222-35/+15
* | | [tx-robot] updated from transifexNextcloud bot2020-07-2320-14/+56
* | | Merge pull request #21946 from nextcloud/fix/webauthn/windows_helloRoeland Jago Douma2020-07-223-3/+7
|\ \ \
| * | | Do not double encode the userid in webauthn loginRoeland Jago Douma2020-07-223-3/+7
| |/ /
* | | Merge pull request #21949 from nextcloud/smb-3.2.6Roeland Jago Douma2020-07-227-30/+31
|\ \ \
| * | | update icewind/smb to 3.2.6Robin Appelman2020-07-227-30/+31
* | | | Merge pull request #21950 from nextcloud/bugfix/noid/wipe-translationRoeland Jago Douma2020-07-223-5/+5
|\ \ \ \
| * | | | Compile assetsnpmbuildbot[bot]2020-07-222-3/+3
| * | | | Properly fetch translation for remote wipe confirmation dialogJulius Härtl2020-07-221-2/+2
| | |/ / | |/| |
* | | | Merge pull request #21870 from nextcloud/fix/bootstrap-context-container-inte...Morris Jobke2020-07-2217-216/+236
|\ \ \ \ | |/ / / |/| | |
| * | | Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-219-70/+62
| * | | Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-2114-190/+217
| * | | Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-214-15/+16
* | | | Merge pull request #21948 from nextcloud/bugfix/noid/accesibilityocaJohn Molakvoæ2020-07-221-0/+1
|\ \ \ \
| * | | | Load accessibilityoca scriptJulius Härtl2020-07-221-0/+1
| | |/ / | |/| |
* | | | Merge pull request #21867 from nextcloud/dependageorg/npm_and_yarn/nextcloud/...John Molakvoæ2020-07-2263-181/+227
|\ \ \ \ | |/ / / |/| | |
| * | | Hide share link menu before copying the share link in acceptance testsDaniel Calviño Sánchez2020-07-221-0/+11
| * | | Recompile JS assetsGeorg Ehrke2020-07-2250-59/+59
| * | | Fix breaking changes of nc/vue updateGeorg Ehrke2020-07-229-88/+90
| * | | Bump @nextcloud/vue from 1.5.0 to 2.2.1Georg Ehrke2020-07-223-34/+67
|/ / /
* | | Merge pull request #21905 from nextcloud/dependabot/npm_and_yarn/babel/core-7...Roeland Jago Douma2020-07-222-186/+69
|\ \ \
| * | | Bump @babel/core from 7.10.4 to 7.10.5dependabot-preview[bot]2020-07-222-186/+69
|/ / /
* | | Merge pull request #21904 from nextcloud/dependabot/npm_and_yarn/nextcloud/ax...Roeland Jago Douma2020-07-2264-136/+378
|\ \ \
| * | | Bump @nextcloud/axios from 1.3.2 to 1.3.3dependabot-preview[bot]2020-07-2064-136/+378
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-2218-14/+118
* | | | Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke2020-07-216-1/+162
|\ \ \ \ | |_|/ / |/| | |
| * | | allow admin to configure the max trashbin sizeRobin Appelman2020-07-076-1/+162
* | | | Merge pull request #21941 from nextcloud/design/font-ubuntu-cantarellkesselb2020-07-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setupsJan C. Borchardt2020-07-211-1/+1
|/ / /
* | | Merge pull request #21934 from nextcloud/tests/noid/disable-fragile-comments-...Morris Jobke2020-07-211-30/+30
|\ \ \
| * | | Disable fragile comments testsMorris Jobke2020-07-211-30/+30
* | | | Merge pull request #21929 from nextcloud/bugfix/noid/encryption-transfer-userMorris Jobke2020-07-211-0/+3
|\ \ \ \ | |/ / / |/| | |