Joas Schilling
8e1f742355
Print output also with status code
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-03 12:47:58 +07:00
Lee Garrett
fba906e34a
Implement occ status command via return codes ( 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>
2023-01-03 10:58:07 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Nextcloud bot
7284091779
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-22 02:55:56 +07: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 +07: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 +07:00
Daniel Kesselberg
b22e3078cb
Add DESIGN.md to expected files
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-21 18:18:46 +07:00
Simon L
c1a99ca58f
Merge pull request #34623 from nextcloud/enh/update-behat
...
Update behat and friends
2022-12-21 18:16:21 +07:00
Daniel Kesselberg
e2285acd04
Update behat and friends
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-21 15:27:59 +07: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 +07: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 +07: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 +07:00
nextcloud-command
7fe40d5e71
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-12-21 04:12:51 +07:00
Nextcloud bot
78d8723d0c
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-21 02:30:14 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Vincent Petry
1db0ddee3b
Merge pull request #25768 from nextcloud/workflow-use-cache-for-mimetype
...
Use mimetype from cache for workflow checks
2022-12-20 15:56:17 +07:00
John Molakvoæ
c21d3c037e
Merge pull request #35769 from nextcloud/rakekniven-patch-1
...
l10n: Align notification messages for server version and apps
2022-12-20 14:59:15 +07:00
Robin Appelman
cb4648df77
add some tests for mimetype check
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-20 13:28:40 +07:00
Robin Appelman
83cc8202b8
remove file exists check from `cacheAndReturnMimeType`
...
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>
2022-12-20 13:28:40 +07:00
Robin Appelman
c5a8246742
use mimetype from cache for workflow if available
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-20 13:28:33 +07:00
Côme Chilliet
1ac2c74830
Apply a longer TTL of 15min to falling back on backup server
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-20 12:01:25 +07:00
blizzz
4d0403009d
Merge pull request #35229 from nextcloud/feat/user_ldap-specific-server-for-background
...
Use a dedicated LDAP host and port for background jobs if configured
2022-12-20 11:47:31 +07:00
Max
787262be4f
fix: remove other shares from ui when deleted
...
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>
2022-12-20 11:34:08 +07:00
Côme Chilliet
e50efc6f66
Merge pull request #35814 from nextcloud/fix/fix-parameter-type-setreadmarker
...
Fix parameter type for EntityCollection::setReadMarker in comments app
2022-12-20 11:04:18 +07:00
Christoph Wurst
8aca99cd80
Merge pull request #35545 from 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.
2022-12-20 10:59:24 +07:00
julia.kirschenheuter
443206965d
Change focused items behavior that neighbor elements (text and border) have 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>
2022-12-20 10:21:30 +07:00
rakekniven
384d7ec61e
l10n: Align notification messages for server version and apps
...
Solution for #35768
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-12-20 09:19:14 +07:00
Joas Schilling
0af4e9d4fe
Merge pull request #34172 from audriga/add-scim-json-support
...
Add support for application/scim+json
2022-12-20 08:58:33 +07:00
Vincent Petry
fcf5789916
Merge pull request #35828 from nextcloud/fix/fix-oauth2-test-dynamic-property
...
Fix PHP error on PHP >= 8.2 about dynamic property use in tests
2022-12-20 08:45:12 +07:00
Nextcloud bot
7929e6d91d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-20 02:22:09 +07:00
Côme Chilliet
9b26c4a277
Fix PHP error on PHP >= 8.2 about dynamic property use in tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-19 15:58:46 +07:00
Côme Chilliet
f5b833845c
Merge pull request #35813 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.40-in-master
...
Bump phpseclib/phpseclib to 2.0.40 in master
2022-12-19 14:32:21 +07:00
Côme Chilliet
d0fba09fae
Update 3rdparty to master branch
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-19 14:31:31 +07:00
Côme Chilliet
6e22ba832d
Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversion
...
Fix array to string conversion in errorlog writer
2022-12-19 14:17:39 +07:00
Côme Chilliet
6b7ffcd6a8
Fixed backup host logic
...
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>
2022-12-19 14:15:48 +07:00
Côme Chilliet
406750552e
Make code clearer for background host
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-19 14:15:48 +07:00