Nextcloud bot
61418e7251
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Edward Ly
553b3d5296
Merge pull request #55180 from nextcloud/fix/comments/display-name-overflow
fix(comments): add inline container size query to comment body
1 month ago
Daniel
7f097bc810
Merge pull request #55185 from nextcloud/chore/update-cal-avail-lib
Update calendar-availability-vue to v2.2.11 (TrashCanOutline)
1 month ago
nextcloud-command
128bf20b74
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 month ago
Edward Ly
51fdece3b1
fix(comments): add inline container size query to comment body
This helps to restore missing overflow behavior to the comments header
when a user's display name exceeds the sidebar width.
Signed-off-by: Edward Ly <contact@edward.ly>
1 month ago
Joas Schilling
2ea126532b
Merge pull request #55183 from nextcloud/bugfix/noid/translate-exception-to-sabre-exception
fix(trashbin): Translate Nextcloud exception to Sabre exception
1 month ago
Daniel Kesselberg
1ae36f9dbe
chore(assets): Recompile assets
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 month ago
Daniel Kesselberg
f5cdaedd31
chore: update @nextcloud/calendar-availability-vue to v2.2.11
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 month ago
Joas Schilling
cb67bcecf0
fix(trashbin): Translate Nextcloud exception to Sabre exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 month ago
Nextcloud bot
0c6e396394
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Christoph Wurst
09eb205fbc
Merge pull request #50605 from nextcloud/fix/49431-automatically-disable-sab
fix: automatically disable sab
1 month ago
SebastianKrupinski
cab9a5deea
fix: automatically disable sab
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
9 months ago
Carl Schwan
809d87c76b
Merge pull request #54788 from nextcloud/feat/sharing-node-api
feat(files_sharing): provide web components based API for sidebar
1 month ago
nextcloud-command
41a46c5909
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 month ago
Ferdinand Thiessen
ee962f3a37
feat(files_sharing): provide web-components based sidebar API
This fixes apps providing vue components, which is invalid and does not
always work - and never work with Vue 3.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months ago
Ferdinand Thiessen
c5a093d842
fix(files): pass Node to FileInfo object
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months ago
Ferdinand Thiessen
931247f972
chore: update `@nextcloud/sharing` to v0.3.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months ago
Marcel Klehr
613bb766d7
Merge pull request #55153 from nextcloud/fix/taskprocessing-task-types-cache-by-language
fix(TaskProcessing): Cache task types by user language
1 month ago
Nextcloud bot
a6567e0519
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Maxence Lange
22c0e76e23
Merge pull request #55139 from nextcloud/fix/noid/index-settings-mail-on-upgrade
fix(userconfig): set 'mail' as indexed
1 month ago
Joas Schilling
4c64e09ecd
Merge pull request #55156 from nextcloud/carl/oracle-nullable-boolean
feat(db): Restaure support for non-nullable boolean column
1 month ago
Maxence Lange
db23ad5188
fix(userconfig): crop configvalue at 64 before index
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 month ago
Carl Schwan
837fe3586d
feat(db): Restaure support for non-nullable boolean column
We disabled them because they are not supported on Oracle DB and it is
still the case for OCI < 23. But instead of disabling the support
completely for every database types, mark non-nullable boolean column as
actually nullable when using Oracle.
This allow to use some slighly lighter schema on normal databases who
support natively booleans wheen we don't need to store 3 states
true|false|null.
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
1 month ago
Marcel Klehr
fe54914ef9
fix(TaskProcessing): Cache task types by
user language
fixes https://github.com/nextcloud/assistant/issues/357
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 month ago
Maxence Lange
70dd0de0ff
fix(userconfig): using api bit functions
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 month ago
Maxence Lange
0249e3a2f5
fix(userconfig): set 'mail' as indexed
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 month ago
Richard Steinmetz
1b7cd008d6
Merge pull request #53919 from nextcloud/fix/default-contact
fix: make sure default contact exists by default
1 month ago
Hamza
fa1dd4a717
fix: make sure default contact exists by default
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
4 months ago
Nextcloud bot
d854252e70
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Côme Chilliet
7e0cda995a
Merge pull request #55142 from nextcloud/fix/allow-hyphen-in-appid
fix: Allow hyphen in appid
1 month ago
Robin Appelman
096be72311
Merge pull request #55141 from nextcloud/artonge/fix/set_deadlock_log_level_to_info
fix(Updater): Lower deadlock log level from warning to info
1 month ago
Louis
3edce64dc7
Merge pull request #55129 from nextcloud/artonge/fix/tagstest_property_rootfolder
1 month ago
Côme Chilliet
ae4d38eb63
fix: Allow hyphen in appid
It’s rare but exists for some apps not in the appstore.
Also added unit tests for cleanAppId and fixed small issues with it.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 month ago
Kate
1f46274c4b
Merge pull request #55136 from nextcloud/test/integration/ocs-permission-check
1 month ago
Joas Schilling
3266387caf
Merge pull request #55144 from nextcloud/update-gitignore-list
build: Update 3rdparty ignorelist
1 month ago
Daniel
30fcdf2987
Merge pull request #54736 from nextcloud/bug/noid/update-vcard-categories
fix: always use english name for recently contacted category
1 month ago
Joas Schilling
b94330ff90
build: Update 3rdparty ignorelist
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 month ago
Louis Chemineau
8c04dbe599
fix(Updater): Lower deadlock log level from warning to info
If this is safe to ignore, then it does not make sense to keep warning the admins.
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 month ago
Kate
ddc272402d
Merge pull request #55135 from nextcloud/chore/remove-oc-cappedmemorycache
1 month ago
Richard Steinmetz
5ed702e4dc
Merge pull request #55133 from nextcloud/fix/handleIMip-undefined-array-key
fix: handleIMip undefined array key
1 month ago
Daniel
7a2e25124c
Merge pull request #55085 from nextcloud/carl/execute-apps
Port away from IQueryBuilder::execute in apps/
1 month ago
Carl Schwan
8555f98e32
refactor: Port External\Manager to the query builder
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2 months ago
Carl Schwan
7e1c49ad9d
refactor: Port away from IQueryBuilder::execute in apps/
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2 months ago
Kate
0baaebd413
Merge pull request #54916 from nextcloud/artonge/feat/run_integration_tests_as_www-data
1 month ago
provokateurin
4a693208b7
test(integration): Check ocs share permission for correct folder
Signed-off-by: provokateurin <kate@provokateurin.de>
2 months ago
provokateurin
b1a398afb0
chore: Remove unused \OC\Cache\CappedMemoryCache
Signed-off-by: provokateurin <kate@provokateurin.de>
5 months ago
Nextcloud bot
9cd458650c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
SebastianKrupinski
4182b1775d
fix: handleIMip undefined array key
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 month ago
Louis Chemineau
e6aa83cddd
fix(TagsTest): Declare `rootFolder` property
It was not caught by the CI on master, but is blocking in the backports.
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 month ago
Daniel Kesselberg
247861d261
fix: always use english name for recently contacted category
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 months ago