| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|
|
|
|
|
| |
resolve with opengraph link provider
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
|\
| |
| | |
PublickKeyTokenProvider: Fix password update routine with password hash
|
| |
| |
| |
| | |
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/followup/35965/const-for-max-password-length
Add a const for the max user password length
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/feature/talk-4657/show-local-time-in-avatar-menu
Show local time in avatar menu
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \
| | |
| | | |
Implement occ status command via return codes v2 (Fixes: #35704)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Running `./occ status -e` will produce any output. However, it will:
exit 0 during normal operation,
exit 1 when in maintenance mode,
exit 2 when `./occ upgrade` is needed.
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
|
|\ \ \
| |_|/
|/| | |
Adding option to set Auto-Submitted email header
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
| | |
| | |
| | |
| | |
| | |
| | | |
header name to constants
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3.
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
| | |
| | |
| | |
| | |
| | | |
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Bennet B <bennet0496@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
|
| | |
| | |
| | |
| | |
| | |
| | | |
and implementation in OC\Mail\Message
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
|
| | |
| | |
| | | |
Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com>
|
|\ \ \
| | | |
| | | | |
Code fixes from PR 34997
|
| | | |
| | | |
| | | |
| | | | |
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: Julius Härtl <jus@bitgrid.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|/
|
|
| |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\
| |
| | |
increase preview_max_memory and make it easier to debug
|
| |
| |
| |
| | |
Signed-off-by: Simon L <szaimen@e.mail.de>
|
|/
|
|
|
|
|
|
|
|
| |
If basic auth is used on WebDAV endpoints, we will not setup a session
by default but instead set a test cookie. Clients which handle session
cookies properly will send back the cookie then on the second request
and a session will be initialized which can be resued for
authentication.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\
| |
| | |
fix: Make sure to reopen session before cleaning
|
| |
| |
| |
| |
| |
| |
| | |
Otherwise restoring the requesttoken would reopen and read the existing
session data and restore it instead of clearing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \
| | |
| | | |
fix reading newly written encrypted files before their cache entry is written
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \
| | | |
| | | | |
Make sure to use AccessFactory to create Access instances and use DI
|
| |\ \ \
| | | | |
| | | | | |
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add support for application/scim+json
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
|