Côme Chilliet
f676076482
Throw on missing type of rich subject parameter
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-08 17:17:58 +01:00
Stanimir Bozhilov
b44befa881
Move JSON content type regex to IRequest and make it a const
2022-12-08 15:11:23 +01:00
Thomas Citharel
34ce53355a
Catch NotFoundException as well in JSCombiner
...
Follow-up to #35576
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-12-08 11:50:50 +01:00
Côme Chilliet
04b2803e02
Merge pull request #35662 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-12-08 11:09:18 +01:00
John Molakvoæ
2d5fe7ec23
Revert "Disable style override on vue-select elements"
2022-12-08 11:02:07 +01:00
Vincent Petry
424836eb79
Updte handlebars-loader to 1.7.3
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-12-08 10:41:33 +01:00
Julia Kirschenheuter
11d7cd0974
Merge pull request #35071 from nextcloud/fix/384-missing_alt_text_for_logo_on_multiple_pages
...
Add alt to the logo, adapt css for logo
2022-12-08 10:36:34 +01:00
Julius Härtl
fa7364ed17
Merge pull request #35223 from nextcloud/perf/container-autoload
...
Smaller performance optimizations
2022-12-08 10:35:57 +01:00
Joas Schilling
f1cc6cdf01
Merge pull request #35534 from nextcloud/bugfix/noid/language-fixes
...
Language fixes in example config
2022-12-08 09:40:36 +01:00
julia.kirschenheuter
bba5ab0532
Add alt to the logo, adapt css for logo
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-08 09:28:25 +01:00
Joas Schilling
d230fd145a
Language fixes in example config
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-08 09:02:47 +01:00
nextcloud-command
c0f821ae30
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-12-08 04:29:04 +00:00
Nextcloud bot
fabcd68a5e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-08 02:19:29 +00:00
Christopher Ng
9158a7d484
Improve verbosity of search description
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-08 02:05:03 +00:00
dependabot[bot]
02db3b552e
Merge pull request #34984 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.2
2022-12-08 00:39:02 +00:00
Christopher Ng
20da75f5ab
Increase default input field border contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-08 00:28:15 +00:00
dependabot[bot]
30e677666e
Bump bamarni/composer-bin-plugin from 1.8.1 to 1.8.2
...
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases )
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.8.1...1.8.2 )
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 00:01:36 +00:00
Julius Härtl
4bcaeb6c2c
Drop 3rdparty root since it is unused and adjust tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 23:55:32 +01:00
Simon L
65988beaf0
Merge pull request #35586 from J0WI/public.systemvalue
...
Replace getSystemValue with getSystemValueString in Util.php
2022-12-07 23:49:01 +01:00
Julius Härtl
f0a0bfaaee
Move to str_starts_with
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:06 +01:00
Julius Härtl
306d7829b5
Cache available languages locally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:06 +01:00
Julius Härtl
be4c061b75
Set apcu prefix for composer
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:06 +01:00
Julius Härtl
3e5838198c
Use single resource locator instance
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:05 +01:00
Julius Härtl
b2af916872
Take some shortcut when setting up the application class
...
When getting the application class we can ask the app container directly
and skip the server container as it won't find a match and fallback to
the app container anyways
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:05 +01:00
Julius Härtl
3899de12b7
Skip querying the app container for server namespace
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:05 +01:00
Julius Härtl
d7ecbe32d2
Avoid container dance for appName
...
Sicne the appName is always passed for the DIContainer we can avoid
using the container query logic and instead store and use a property
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 22:32:04 +01:00
Julius Härtl
87e638b1f8
Merge pull request #35649 from nextcloud/bugfix/object-storage-master-key-enc
...
Update the unencrypted file size when closing streams
2022-12-07 22:03:13 +01:00
Julius Härtl
0012787f73
Merge pull request #35590 from J0WI/encryption.getsysvalue
...
Replace getSystemValue in encryption app
2022-12-07 21:31:42 +01:00
Simon L
50faf9e1e8
Merge pull request #35653 from nextcloud/bug/noid/update-minio-image
...
ci: update minio image for s3 primary storage tests
2022-12-07 21:29:17 +01:00
Carl Schwan
7ac2d310a7
Merge pull request #35176 from bjornfor/add-asciidoc-mime-type
...
Add text/asciidoc mimetype
2022-12-07 21:22:08 +01:00
Julius Härtl
3c8fb59fa4
Merge pull request #35620 from nextcloud/fix/fix-calendar-imip-tests
2022-12-07 20:39:41 +01:00
Julius Härtl
59ae6e9dd6
Also update the unencrypted size of files when creating them with empty content
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 19:12:06 +01:00
John Molakvoæ
744126aed7
Merge pull request #35603 from nextcloud/doc/compile-frontend-styles
...
Document frontend sass compilation
2022-12-07 18:55:34 +01:00
Daniel Kesselberg
1aad491676
ci: update minio image for s3 primary storage tests
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-07 17:39:41 +01:00
fivenp
71cfcc7498
docs(design): add design contribution badge
...
Signed-off-by: fivenp <mh@fivenp.com>
2022-12-07 17:33:38 +01:00
fivenp
a97ee57745
docs(design): add basic design contribution guidelines
...
Signed-off-by: fivenp <mh@fivenp.com>
2022-12-07 17:31:57 +01:00
Julius Härtl
77edd36583
Update the unencrypted file size when closing streams
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-07 16:26:31 +01:00
Julien Veyssier
1357cf6191
Merge pull request #35057 from nextcloud/enh/noid/rate-limit-public-share-endpoints
...
Add brute force protection on all methods wrapped by PublicShareMiddleware
2022-12-07 14:08:40 +01:00
Julien Veyssier
4a3f3beb0b
use bruteforce protection on all methods wrapped by PublicShareMiddleware
...
if an invalid token is provided or when share password is wrong
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2022-12-07 13:24:50 +01:00
MichaIng
3f6415d713
Merge pull request #34879 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.2
...
Bump @nextcloud/event-bus from 2.1.1 to 3.0.2
2022-12-07 11:48:37 +01:00
Carl Schwan
33c2c3d030
Merge pull request #35635 from nextcloud/ci/update-psalm-baseline/stable25
...
Update update-psalm-baseline workflow for NC25
2022-12-07 11:14:46 +01:00
John Molakvoæ
741f32ed5d
Merge pull request #35622 from nextcloud/feat/auto-build-icons-sass-on-build
...
Automatically build sass and sass:icons after build
2022-12-07 10:10:29 +01:00
Nextcloud bot
172aade011
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-07 02:19:48 +00:00
dependabot[bot]
d7e093be12
Bump @nextcloud/event-bus from 2.1.1 to 3.0.2
...
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus ) from 2.1.1 to 3.0.2.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-07 01:17:44 +00:00
Pytal
9e8545edfb
Merge pull request #35222 from nextcloud/fix/a11y-search-heading
...
Fix contrast of global search headings
2022-12-06 14:45:24 -08:00
MichaIng
35d67bdcf0
Update update-psalm-baseline workflow for NC25
...
and also update Psalm OCP baseline.
Additionally update the checkout action.
Signed-off-by: MichaIng <micha@dietpi.com>
2022-12-06 22:53:40 +01:00
MichaIng
c685c22aca
Merge pull request #35571 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] Update ca-cert bundle
2022-12-06 20:43:43 +01:00
Carl Schwan
308330c18d
Merge pull request #35628 from nextcloud/fix/profile-visibility
...
Fix profile visibility not appearing
2022-12-06 20:38:17 +01:00
MichaIng
5f6b8e478e
Merge pull request #33410 from nextcloud/dependabot/npm_and_yarn/clipboard-2.0.11
...
Bump clipboard from 2.0.10 to 2.0.11
2022-12-06 20:36:26 +01:00
Simon L
2e0d262864
Merge pull request #35576 from nextcloud/handle-possible-null-value-in-new-simple-file
...
Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFile
2022-12-06 19:52:55 +01:00