aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35580 from nextcloud/enh/noid/fix-CIblizzz2022-12-052-2/+2
|\ | | | | downgrade ubuntu in order to fix CI
| * downgrade ubuntu in order to fix CISimon L2022-12-032-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2022-12-0522-100/+186
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35560 from J0WI/rm-obsolete-gdSimon L2022-12-045-409/+100
|\ \ | | | | | | Remove obsolete GD function overwrites
| * | Fix test image default qualityJ0WI2022-12-041-1/+1
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | Cleanup test exclusionsJ0WI2022-12-041-17/+0
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | Allow empty mimeTypeJ0WI2022-12-043-13/+12
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | Add type hintsJ0WI2022-12-043-101/+90
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | Fix redundant conditionJ0WI2022-12-041-1/+1
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | Remove obsolete GD function overwritesJ0WI2022-12-041-281/+1
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | Merge pull request #35119 from ↵MichaIng2022-12-042-10/+10
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.0 bump sass-loader from 12.6.0 to 13.2.0
| * | bump sass-loader from 12.6.0 to 13.2.0dependabot[bot]2022-11-122-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-0424-100/+296
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35345 from nextcloud/feat/add_event_for_failed_loginsSimon L2022-12-037-6/+78
|\ \ | | | | | | feat: add event for failed logins
| * | feat: add event for failed loginsRoeland Jago Douma2022-11-247-6/+78
| | | | | | | | | | | | | | | | | | | | | | | | Apps might also like to know about failed logins. This adds that event. The private interface changes are backwards compatible so all should be fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #35271 from nextcloud/enh/a11y-share-successSimon L2022-12-034-4/+12
|\ \ \ | | | | | | | | Show success on share actions
| * | | Show success on share actionsChristopher Ng2022-12-034-4/+12
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflictSimon L2022-12-034-5/+38
|\ \ \ \ | | | | | | | | | | compare cached filesize on download
| * | | | compare cached filesize on downloadMaxence Lange2022-12-014-5/+38
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #35563 from nextcloud/revert/35315Simon L2022-12-034-17/+17
|\ \ \ \ \ | | | | | | | | | | | | Revert "Fix border color contrast"
| * | | | | Revert "Fix border color contrast"Christopher Ng2022-12-034-17/+17
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | This reverts commit a0266d1b1668fb2751c78057ffcfacca6f4b2ae8. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #35442 from Zyclotrop-j/patch-1Simon L2022-12-033-3/+3
|\ \ \ \ \ | | | | | | | | | | | | fix multiline-format-error in file-conflict modal
| * | | | | add build css filesZyc2022-12-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zyc <zyclotrop.j@gmail.com>
| * | | | | fix multiline-format-error in file-conflict modalZyc2022-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when multiple files have conflicts, a scrollbar is shown in the file-conflict modal. due to the scrollbar the width of original/existing is to large, so that instead of being next to each other they flow into the next line. this change fixes this Signed-off-by: Zyc <Zyclotrop-j@users.noreply.github.com>
* | | | | | Merge pull request #35385 from pulsejet/patch-previewtypeSimon L2022-12-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix type of PreviewController::$userId
| * | | | | | Fix type of PreviewController::$userIdVarun Patil2022-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can be null if not logged in; currently crashes Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | | | | Merge pull request #34920 from ibpl/master-IB#1126265Simon L2022-12-031-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added parameter to disallow calendar subscription via link
| * | | | | | | Added parameter to disallow calendar subscription via linkPawel Boguslawski2022-11-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added calendar application config parameter `dav.allow_calendar_link_subscriptions` to disallow calendar subscription via link (i.e. for internal Nextcloud setups). Use ``` occ config:app:set dav allow_calendar_link_subscriptions --value 'yes' ``` to allow (default if not set) and ``` occ config:app:set dav allow_calendar_link_subscriptions --value 'no' ``` to disallow calendar subscription via link. Author-Change-Id: IB#1126265 Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
* | | | | | | | Merge pull request #35566 from pulsejet/patch-imaginarySimon L2022-12-031-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | preview: respect quality in Imaginary
| * | | | | | | | preview: respect quality in ImaginaryVarun Patil2022-12-031-0/+3
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | | | | | Merge pull request #35556 from nextcloud/revert/unrelated-changeSimon L2022-12-031-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert unrelated change from #34940
| * | | | | | | | Revert unrelated change from #34940Carl Schwan2022-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably a left over from an experience that I added by mistake in the change Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-0312-6/+48
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #35550 from ↵John Molakvoæ2022-12-023-9/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/decode-uri-component-0.2.2 Bump decode-uri-component from 0.2.0 to 0.2.2
| * | | | | | | | Bump decode-uri-component from 0.2.0 to 0.2.2dependabot[bot]2022-12-023-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-0216-12/+50
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #35530 from nextcloud/deps/nextcloud/vue-7.1.0Pytal2022-12-014-196/+29
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Bump @nextcloud/vue to 7.1.0Christopher Ng2022-12-024-196/+29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #35525 from nextcloud/fix/theming-follow-defaultJohn Molakvoæ2022-12-0116-109/+258
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Faster theming tests, better colours comparison and properly follow admin theming changes
| * | | | | | | Bump cypress runnersJohn Molakvoæ2022-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | | Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-3015-108/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-0168-30/+276
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primaryRobin Appelman2022-11-301-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Run s3 primary tests sequential
| * | | | | | | Run s3 primary tests sequentialDaniel Kesselberg2022-11-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid casual test failures. Concurrent jobs may try to use the same port forwarding for the minio container. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeoutblizzz2022-11-302-0/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow to set a custom timeout for ldap connections
| * | | | | | | | Allow to set a custom timeout for ldap connectionsLouis Chemineau2022-11-232-0/+7
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | Merge pull request #35484 from nextcloud/fix/34653/fix-popover-menuSimon L2022-11-308-81/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix the popovermenu
| * | | | | | | | try to fix the popovermenuSimon L2022-11-298-81/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | Merge pull request #35502 from andyxheli/patch-1Carl Schwan2022-11-301-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix SQL comparison with int array during external storage deletion
| * | | | | | | | | Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Fix https://github.com/nextcloud/server/issues/32007#issuecomment-1329405245 Signed-off-by: Andy Xheli <axheli@axtsolutions.com>