| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
|\
| |
| | |
[stable30] chore: Update code owners
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|/
|
|
|
|
| |
Ref https://github.com/nextcloud/groupware?tab=readme-ov-file#components-and-roles
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
|\ \
| | |
| | | |
[stable30] fix(ShareEntryLinkList): Append new links to the end of list
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently new shares are added to beginning of the share list in the UI
messing up the ordering with the original (first) looking like the most
recent and the most recent looking like the original share. This error
disappears on refresh.
Resolves : https://github.com/nextcloud/server/issues/48415
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|\ \
| | |
| | | |
[stable30] fix(files-external): set password as sensitive
|
|/ /
| |
| | |
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
| |
| |
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \
| | |
| | | |
[stable30] feat(settings): migrate AppAPI ExApps management to settings
|
| | |
| | |
| | |
| | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
# Conflicts:
# apps/settings/lib/Controller/AppSettingsController.php
# Conflicts:
# apps/settings/lib/Controller/AppSettingsController.php
|
|\ \
| | |
| | | |
[stable30] fix(files_sharing): Password field must not be required if already set
|
| | |
| | |
| | |
| | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If there is already a password, there is no need to require the password
in the setting ('newPassword'). It is only required for new shares.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
|\ \ \
| |/ /
|/| | |
[stable30] fix(FileList): Show correct avatar for federated share owner
|
| | |
| | |
| | |
| | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Remove DISTINCT clause to fix PgSQL
- Join user table only if necessary
- Don't show people who never connected in active list
- Add test
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
|\ \ \ |
|