Arthur Schiwon
05da4cb994
Merge pull request #37781 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
3 years ago
Simon L
da274d18ff
Merge pull request #37948 from nextcloud/artonge/fix/dont_show_tags_action_when_systemtag_is_disabled
Do not show Tags action when systemtag is disabled
3 years ago
Louis Chemineau
f9c427ce63
Do not show Tags action when systemtag is disabled
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago
Joas Schilling
5e96228eb1
Merge pull request #37846 from nextcloud/bump/guzzle-psr7/master
[master] sec(deps): Update guzzlehttp/psr7
3 years ago
Julius Härtl
2646fd5884
Merge pull request #37929 from nextcloud/enh/a11y-create-new-label
Create new file/folder labels
3 years ago
Christopher Ng
966bc06e8d
Create new file/folder labels
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Nextcloud bot
63912cc5c5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
nextcloud-command
de0348abce
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
3 years ago
Simon L
4df145a6bc
Merge pull request #37806 from nextcloud/fix/37410
Fix profile view edit button overlapping status text
3 years ago
Christoph Wurst
defbd23cbf
Merge pull request #37206 from nextcloud/fix-skip-recommended-apps-wrong-url
fix: wrong redirect when skipping recommended apps
3 years ago
Joas Schilling
2a9b69272d
sec(deps): Update guzzlehttp/psr7
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling
4c34be3d50
Merge pull request #37935 from nextcloud/bugfix/noid/fix-title-of-federation-options
Fix title of federation scope options
3 years ago
Marcel Klehr
32219ec880
Merge pull request #37932 from nextcloud/fix/404-page
chore(404): Extend 404 error message to mention possibly missing permissions
3 years ago
Daniel
81e4390e32
Merge pull request #37925 from nextcloud/feat-update-maintenance-mode-hint
fix: change maintenance mode info wording
3 years ago
nextcloud-command
6d95d7b85c
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Ferdinand Thiessen
f79131aea3
fix(core): Fix profile view edit button overlapping status text
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 years ago
Joas Schilling
56c86c0be6
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling
58a4861390
fix(settings): Fix title of profile scope options
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Christoph Wurst
ea67129b64
Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-deprecation-version
fix(ocp): Add deprecation version to ILogFactory::getCustomLogger
3 years ago
Daniel Kesselberg
155ea6a54c
fix: change maintenance mode info wording
In maintenance mode the database is accessible and it's possible to execute other commands then maintenance:mode
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago
Marcel Klehr
73d21c6c47
chore(404): Extend 404 error message to mention possibly missing permissions
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
3 years ago
Christoph Wurst
5d29a96b1c
Merge pull request #35121 from nextcloud/feat/dav-wrap-app-calendars
Feature: Provide access to app generated calendars through CalDAV
3 years ago
Simon L
222d9edc59
Merge pull request #37904 from nextcloud/bugfix/noid/file-widget-click
fix: Use proper link for navigating to files on click handler
3 years ago
Nextcloud bot
278f6413c9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Simon L
9b7c360346
Merge pull request #33161 from vincentdh/master
Fix: External storage - exception for the handler whenSelectAuthMechanism
3 years ago
Ferdinand Thiessen
62c4ae78df
Feature: Provide access to app generated calendars through CalDAV
This adds CalDAV support for app generated calendars,
which are registered to the nextcloud core.
This is done by adding a dav plugin which wraps
all ICalendarProviders into a Sabre plugin (inspired by the deck app).
Add unit test for AppCalendar wrapper plugin and calendar object implementation.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
3 years ago
Joas Schilling
75f17b6094
Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-remaining-security-annotations
feat(security): Add PHP \Attribute for remaining security annotations
3 years ago
Joas Schilling
ecb8b55c5c
feat(security): Add PHP \Attribute for remaining security annotations
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Robin Appelman
d60172567f
Merge pull request #37818 from nextcloud/dav-ext-storage-log
debug log requests made by dav external storage/shares
3 years ago
Côme Chilliet
7250f54ca3
Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runs
feat(BackgroundJobs): Allow preventing parallel runs for a job class
3 years ago
Julius Härtl
b7d574807c
fix: Use proper link for navigating to files on click handler
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Joas Schilling
77bb867ad5
Merge pull request #37868 from nextcloud/bugfix/noid/fix-phpunit-version-check
fix(autotest): Fix PHPUNIT version check in autotest files
3 years ago
Arthur Schiwon
3aa17672a1
Merge pull request #37909 from nextcloud/updateCrl
Update crl after revoke shifts.csr
3 years ago
Joas Schilling
af214b6c13
Merge pull request #36378 from nextcloud/fix/improve-taint-analysis
Add missing taint analysis docblock comments, and improve escaping in…
3 years ago
Nextcloud bot
e9aefb5251
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Pytal
721de348ec
Merge pull request #37780 from nextcloud/enh/a11y-focus-dialog
3 years ago
Christopher Ng
79310bd545
Trap focus in dialogs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
87ae9bbc12
Add focus-trap
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Vitor Mattos
95b7bf38f0
Update crl after revoke shifts.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
3 years ago
Marcel Klehr
06d6cf4ebc
JobListTest: Fix JobList constructor call
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
3 years ago
Carl Schwan
b1ec7ff51f
Add missing taint analysis docblock comments, and improve escaping in some methods
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Marcel Klehr
524d053eb2
JobList: add debug log when hasReservedJob query fails
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
3 years ago
Robin Appelman
6d9f785afb
Merge pull request #37622 from nextcloud/group-list-numeric-userid
fix output for group:list command with numeric user ids
3 years ago
Robin Appelman
05dc96f60d
debug log requests made by dav external storage/shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago
Daniel
2abefff289
Merge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-get
Properly test and log when a group is not found
3 years ago
Robin Appelman
4953296b9e
Merge pull request #36857 from nextcloud/scan-repair-unencrypted-size
fix unencrypted_size for folders when scanning the filesystem with encryption enabled
3 years ago
Côme Chilliet
e8a48b51dc
Merge pull request #37856 from march42/bugfix/ldap_profiledata_removed
removed profile data from LDAP will get removed
3 years ago
Joas Schilling
0f0be52be8
Merge pull request #37864 from nextcloud/feat/noid/ratelimit-with-attributes
feat(ratelimit): Add Attributes support to rate limit middleware
3 years ago
Marcel Klehr
6148c5e0a1
Update tests/lib/BackgroundJob/DummyJobList.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
3 years ago
Joas Schilling
89c3c31402
feat(ratelimit): Add Attributes support to rate limit middleware
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago