Commit Graph

65583 Commits

Author SHA1 Message Date
John Molakvoæ
40dc70429d chore(npm): fix lockfile
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-29 09:31:01 +00:00
Nextcloud bot
00e14d0f6a
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-29 03:10:11 +00:00
Simon L
65995ea95a
Merge pull request #35881 from nextcloud/dev/fix-config-template
improve sample.config.php parameter descriptions
2022-12-28 14:17:29 +01:00
Simon L
84cec5b55e
Merge pull request #35897 from nextcloud/fix/35896/fix-video-fullscreen
fix video fullscreen on public page
2022-12-28 14:16:21 +01:00
Christian Wolf
6638185eae Fix comments in sample config to be correctly marked as verbatim
The comments were not marked as verbatim and thus the Sphinx compiler to generate
the online admin manual interpreted backslashes as special chars. They disappeared
from the output.
By adding ``, it is marked as verbatim and the backslashes are not removed.

Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-12-28 09:06:33 +01:00
Simon L
ccf19d67e4
Merge pull request #35870 from quentinguidee/refine-about-files
Refine file comments design
2022-12-28 03:59:50 +01:00
Simon L
6e3bb03733 fix video fullscreen on public page
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-27 15:52:25 +00:00
Simon L
b90ccaac0f
Merge pull request #35891 from nextcloud/fix/34755/disable-setimageformat
avatar generation - disable setimageformat
2022-12-27 16:11:12 +01:00
Louis
30d2088c12
Merge pull request #35889 from nextcloud/artonge/fix/checkout_branch_in_cypress_tests
Checkout current branch in cypress tests in CI
2022-12-27 14:32:46 +01:00
Simon L
a0f21800fe avatar generation - disable setimageformat
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-12-27 13:25:04 +01:00
Louis Chemineau
7a73219412 Checkout current branch in cypress tests in CI
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-12-27 11:44:46 +01:00
Christian Wolf
6ae6615e1d Fix some issues that were not yet introduced in changes to sample config
This should not change anything but fix some documentation issues.
This change should not change anything in the implemenetation.

Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-12-27 11:26:52 +01:00
Christian Wolf
7e46f033b6
Reorder the sample config file in order to have a cleaner structure and better sectioning in the online manual
The change should only affect the conmments and reorder the config lines

Copy modifications from https://github.com/nextcloud/documentation/pull/9166 into sample config file

Signed-off-by: Christian Wolf <github@christianwolf.email>
2022-12-27 10:01:05 +01:00
Nextcloud bot
c31e0e3f45
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-27 02:47:03 +00:00
Nextcloud bot
9d5dd77747
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-26 02:43:28 +00:00
Nextcloud bot
6765c3e0de
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-25 02:48:52 +00:00
Nextcloud bot
5256ba0f2d
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-24 03:02:27 +00:00
Julia Kirschenheuter
f176b3b3dd
Merge pull request #35795 from nextcloud/enh/35770-Replace_custom_tooltips_with_native_one_for_files
Replace custom tooltips with native ones in files
2022-12-23 11:54:25 +01:00
Julia Kirschenheuter
99382a094c
Merge pull request #35785 from nextcloud/enh/35654-js-files/replace_custom_tooltips_with_native_one_for_files_sharing
Replace custom tooltips with native one for files sharing
2022-12-23 10:07:46 +01:00
Nextcloud bot
945afd4432
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-23 03:04:48 +00:00
Quentin Guidée
d5d804b47f
Refine file comments design
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2022-12-22 11:04:35 -05:00
Julius Härtl
5b64b8119f
Merge pull request #35866 from nextcloud/bugfix/noid/session-setup-followup
fix(session): Always setup the session if a session cookie is passed
2022-12-22 15:44:20 +01:00
Julius Härtl
628b0d8fc4
Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissions
Honor permissions of new link share via OCS API
2022-12-22 15:42:42 +01:00
julia.kirschenheuter
3485450b20 Replace custom tooltips with native ones in files
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-12-22 14:43:26 +01:00
julia.kirschenheuter
a67c53af2b Replace custom tooltips with native ones in files_sharing
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-12-22 13:58:44 +01:00
Julius Härtl
ff2b8ca8f5
Merge pull request #33708 from nextcloud/enh/guest-scss
Move guest.css to scss
2022-12-22 13:26:43 +01:00
Julius Härtl
842f4d530f
fix(session): Always setup the session if a session cookie is passed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-22 11:33:23 +01:00
Julius Härtl
d8ff113550
build(guests): update bundled css files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-22 10:48:41 +01:00
Julius Härtl
6ce89e1fac
style(guests): move plain css to scss
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-22 10:48:41 +01:00
Julius Härtl
6a82e6528c
style(guests): Rename guest.css to scss
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-22 10:48:21 +01:00
Simon L
5c4b4bde1b
Merge pull request #35856 from nextcloud/enh/31284/improve-preview-max-memory
increase preview_max_memory and make it easier to debug
2022-12-22 10:24:09 +01:00
Julius Härtl
65a98f6349
Merge pull request #35761 from nextcloud/fix/remove-guests-comments
Remove comment and guests option from Invitations UI
2022-12-22 10:03:37 +01:00
Simon L
d6070475b3
Merge pull request #35855 from nextcloud/debt/noid/hello-design-md
Add DESIGN.md to expected files
2022-12-22 09:54:32 +01:00
Simon L
bfb3b2af9f increase preview_max_memory and make it easier to debug
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-12-22 09:52:46 +01:00
Nextcloud bot
7284091779
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-22 02:55:56 +00:00
Julius Härtl
d56ee818cc
Merge pull request #28311 from nextcloud/enh/http-auth-session
Do not setup a session when not required on API requests
2022-12-21 22:57:31 +01:00
Julius Härtl
6abb37317f
Do not setup a session when not required on WebDAV requests
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>
2022-12-21 21:17:16 +01:00
Daniel Kesselberg
b22e3078cb
Add DESIGN.md to expected files
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-21 18:18:46 +01:00
Simon L
c1a99ca58f
Merge pull request #34623 from nextcloud/enh/update-behat
Update behat and friends
2022-12-21 18:16:21 +01:00
Daniel Kesselberg
e2285acd04 Update behat and friends
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-21 15:27:59 +00:00
Julius Härtl
cb086a02a9
Merge pull request #35846 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2022-12-21 16:00:15 +01:00
Vincent Petry
fc22acba8e
Merge pull request #35656 from fivenp/docs/add-design-contribution-guidelines
docs: add design contribution guidelines
2022-12-21 10:34:15 +01:00
Julius Härtl
f562fc716a
Merge pull request #35836 from nextcloud/fix/remove-other-share-when-deleted
fix: remove other shares from ui when deleted
2022-12-21 09:10:53 +01:00
nextcloud-command
7fe40d5e71 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-12-21 04:12:51 +00:00
Nextcloud bot
78d8723d0c
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-21 02:30:14 +00:00
Anna Larch
e6f23f50df Remove comment and guests option from Invitations UI
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-12-20 16:31:06 +00:00
Vincent Petry
761221bc80
Merge pull request #35723 from nextcloud/bugfix/35708
fix: Make sure to reopen session before cleaning
2022-12-20 17:25:09 +01:00
Vincent Petry
13d5426893
Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallback
Apply a longer TTL of 15min to falling back on backup server
2022-12-20 17:19:56 +01:00
Vincent Petry
3bcbc4701a
Merge pull request #34724 from nextcloud/encryption-read-before-cache
fix reading newly written encrypted files before their cache entry is written
2022-12-20 17:16:12 +01:00
Côme Chilliet
f6ff717b56
Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usage
Make sure to use AccessFactory to create Access instances and use DI
2022-12-20 16:48:07 +01:00