summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33708 from nextcloud/enh/guest-scssJulius Härtl2022-12-226-482/+1526
|\ | | | | Move guest.css to scss
| * build(guests): update bundled css filesJulius Härtl2022-12-222-0/+940
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * style(guests): move plain css to scssJulius Härtl2022-12-221-152/+171
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * style(guests): Rename guest.css to scssJulius Härtl2022-12-224-0/+85
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #35856 from nextcloud/enh/31284/improve-preview-max-memorySimon L2022-12-223-7/+7
|\ | | | | increase preview_max_memory and make it easier to debug
| * increase preview_max_memory and make it easier to debugSimon L2022-12-223-7/+7
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #35761 from nextcloud/fix/remove-guests-commentsJulius Härtl2022-12-223-33/+4
|\ \ | | | | | | Remove comment and guests option from Invitations UI
| * | Remove comment and guests option from Invitations UIAnna Larch2022-12-203-33/+4
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #35855 from nextcloud/debt/noid/hello-design-mdSimon L2022-12-221-11/+12
|\ \ \ | | | | | | | | Add DESIGN.md to expected files
| * | | Add DESIGN.md to expected filesDaniel Kesselberg2022-12-211-11/+12
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2218-12/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28311 from nextcloud/enh/http-auth-sessionJulius Härtl2022-12-213-6/+18
|\ \ \ \ | |_|_|/ |/| | | Do not setup a session when not required on API requests
| * | | Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-213-6/+18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #34623 from nextcloud/enh/update-behatSimon L2022-12-212-160/+177
|\ \ \ | |/ / |/| | Update behat and friends
| * | Update behat and friendsDaniel Kesselberg2022-12-212-160/+177
|/ / | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #35846 from ↵Julius Härtl2022-12-211-11/+0
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2022-12-211-11/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #35656 from fivenp/docs/add-design-contribution-guidelinesVincent Petry2022-12-212-0/+25
|\ \ \ | | | | | | | | docs: add design contribution guidelines
| * | | docs(design): add design contribution badgefivenp2022-12-071-0/+1
| | | | | | | | | | | | Signed-off-by: fivenp <mh@fivenp.com>
| * | | docs(design): add basic design contribution guidelinesfivenp2022-12-071-0/+24
| | | | | | | | | | | | Signed-off-by: fivenp <mh@fivenp.com>
* | | | Merge pull request #35836 from nextcloud/fix/remove-other-share-when-deletedJulius Härtl2022-12-213-4/+15
|\ \ \ \ | |_|/ / |/| | | fix: remove other shares from ui when deleted
| * | | fix: remove other shares from ui when deletedMax2022-12-203-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the share entry in question when unsharing a folder from within the `others with access` section of a file within that folder. Using the code from the ShareList view here as well. Just copying the code here as this is a bugfix that will need to be backported. Signed-off-by: Max <max@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-211128-5788/+1370
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35723 from nextcloud/bugfix/35708Vincent Petry2022-12-201-0/+4
|\ \ \ | | | | | | | | fix: Make sure to reopen session before cleaning
| * | | fix: Make sure to reopen session before cleaningJulius Härtl2022-12-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallbackVincent Petry2022-12-201-4/+5
|\ \ \ \ | | | | | | | | | | Apply a longer TTL of 15min to falling back on backup server
| * | | | Apply a longer TTL of 15min to falling back on backup serverCôme Chilliet2022-12-201-4/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-202-4/+24
|\ \ \ \ \ | | | | | | | | | | | | fix reading newly written encrypted files before their cache entry is written
| * | | | | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-012-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-2012-109/+85
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make sure to use AccessFactory to create Access instances and use DI
| * \ \ \ \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-211463-12366/+14059
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | | | | Adapt test to User_Proxy constructorCôme Chilliet2022-10-251-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Fix return type for countUsers methodCôme Chilliet2022-10-256-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-256-81/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #25768 from nextcloud/workflow-use-cache-for-mimetypeVincent Petry2022-12-202-6/+202
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use mimetype from cache for workflow checks
| * | | | | | | | add some tests for mimetype checkRobin Appelman2022-12-201-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the method is only called if the file exists already a check against storing the fallback mimetype is added as a safety instead Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #35769 from nextcloud/rakekniven-patch-1John Molakvoæ2022-12-201-1/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | l10n: Align notification messages for server version and apps
| * | | | | | | l10n: Align notification messages for server version and appsrakekniven2022-12-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solution for #35768 Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | | | | Merge pull request #35229 from ↵blizzz2022-12-203-28/+38
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/user_ldap-specific-server-for-background Use a dedicated LDAP host and port for background jobs if configured
| * | | | | | | Fixed backup host logicCôme Chilliet2022-12-192-27/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now forcing backup host applies to both main and background. And background will fallback to backup if not responding. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Make code clearer for background hostCôme Chilliet2022-12-191-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Use a dedicated LDAP host and port for background jobs if configuredCôme Chilliet2022-12-192-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #35814 from nextcloud/fix/fix-parameter-type-setreadmarkerCôme Chilliet2022-12-201-5/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix parameter type for EntityCollection::setReadMarker in comments app
| * | | | | | | | Fix parameter type for EntityCollection::setReadMarker in comments appCôme Chilliet2022-12-191-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | Merge pull request #35545 from ↵Christoph Wurst2022-12-205-8/+85
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/enh-fix-styles-for-33741-Focused_item_overlaps_neighbor_elements_with_text_and_border Add styles for #33741. Remove boards and add underlines.
| * | | | | | | | | Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-205-8/+85
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-203-2/+191
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add support for application/scim+json