| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\
| |
| |
| |
| | |
nextcloud/bugfix/noid/fix-html-validation-of-material-design-icons
Fix html validation of material design icons
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\
| |
| |
| | |
nextcloud/bugfix/noid/fix-translation-of-user-exists-error
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| |/
|/| |
Fix duplicate id "hole"
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\
| |
| | |
Bump sabre/dav to 4.4.0
|
| |
| |
| |
| | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \
| | |
| | | |
Fix settings icon color
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \ \
| | | |
| | | | |
add a link to system requirements for new 64bit setup check
|
|/ / /
| | |
| | |
| | |
| | | |
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
|
|\ \ \
| | | |
| | | | |
add a setup check for 64 bit
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: szaimen <szaimen@e.mail.de>
|
|\ \ \ \
| |_|/ /
|/| | | |
Port encryption admin settings to vue
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|\ \ \
| |/ /
|/| | |
Bump version
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \
| |/ /
|/| | |
document the 64bit requirement in the bug report template
|
| | |
| | |
| | |
| | | |
Signed-off-by: szaimen <szaimen@e.mail.de>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: GitHub <noreply@github.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \
| | |
| | | |
Improve job handling through occ
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \
| | | |
| | | | |
Fix listening for circle events in SetupManager
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
So far, SetupManager listened for deprecated events that are no longer
triggered. Instead, use the circle events that actually get triggered
when adding or removing a circle or circle member. Also, these events
get triggered on each instance of a globalscale setup.
Fixes: #33210
Signed-off-by: Jonas <jonas@freesources.org>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Sort files by deletion time before restoring in RestoreAllFiles
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Restoring in order of most recently deleted preserves nested file paths.
See https://github.com/nextcloud/server/issues/31200#issuecomment-1130358549
Signed-off-by: Carl Csaposs <carl@csaposs.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Add symfony/http-foundation dependency
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|