summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): đź”  Update translations from TransifexNextcloud bot2022-12-2724-22/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): đź”  Update translations from TransifexNextcloud bot2022-12-2620-4/+80
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): đź”  Update translations from TransifexNextcloud bot2022-12-2514-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): đź”  Update translations from TransifexNextcloud bot2022-12-24156-302/+304
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35795 from ↵Julia Kirschenheuter2022-12-238-49/+10
|\ | | | | | | | | nextcloud/enh/35770-Replace_custom_tooltips_with_native_one_for_files Replace custom tooltips with native ones in files
| * Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-229-51/+11
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #35785 from ↵Julia Kirschenheuter2022-12-2310-21/+14
|\ \ | | | | | | | | | | | | nextcloud/enh/35654-js-files/replace_custom_tooltips_with_native_one_for_files_sharing Replace custom tooltips with native one for files sharing
| * | Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-2210-21/+14
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Fix(l10n): đź”  Update translations from TransifexNextcloud bot2022-12-2376-212/+212
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35866 from nextcloud/bugfix/noid/session-setup-followupJulius Härtl2022-12-221-1/+1
|\ \ \ | | | | | | | | fix(session): Always setup the session if a session cookie is passed
| * | | fix(session): Always setup the session if a session cookie is passedJulius Härtl2022-12-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissionsJulius Härtl2022-12-223-9/+13
|\ \ \ \ | |_|_|/ |/| | | Honor permissions of new link share via OCS API
| * | | Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-063-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API currently overrides the supplied permissions with "read only" when a file is shared via link. It allows to update the permissions later, however. This keeps the default to "read only" but honors the permissions supplied by API call if any. Signed-off-by: Jan-Philipp Litza <jpl@plutex.de>
* | | | 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>