Commit Graph

65648 Commits (887c9e05de88f81ed6f0cb88bd185c05b1a22076)
 

Author SHA1 Message Date
John Molakvoæ 887c9e05de
Port Files navigation to vue
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 year ago
Vincent Petry 36b6a7c771
Merge pull request #35975 from nextcloud/updateCrl
Update crl after revoke files_bpm.csr
1 year ago
Vincent Petry e0a572afc3
Merge pull request #35987 from nextcloud/audit-fix-json5
Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3
1 year ago
Joas Schilling a8d637524f
Merge pull request #35941 from nextcloud/CarlSchwan-patch-1
Remove myself from being codeowner of some modules
1 year ago
Vincent Petry 1b4d34f8fd
Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
1 year ago
John Molakvoæ e731a36bb3
Merge pull request #35978 from nextcloud/bugfix/noid/fix-user-status-icon-in-avatar-menu 1 year ago
Vincent Petry 7e58906a85
Merge pull request #35972 from nextcloud/fix/34777/improve-app-sidebar
appsidebar should be compact when opened on small heights
1 year ago
Simon L 926546333c
Merge pull request #35974 from CaptainSifff/master
elaborate on what is required for using the tempdirectory setting of nextcloud
1 year ago
CaptainSifff 328c4cdbb5
Update config/config.sample.php: fix typos.
Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: CaptainSifff <CaptainSifff@gmx.de>
1 year ago
Joas Schilling a4fec95e57
Fix user status icon in avatar menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Simon L 088e9b0feb appsidebar should be compact when opened on small heights
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
Joas Schilling ce50acd9b2
Merge pull request #35965 from nextcloud/bugfix/noid/limit-length-when-reseting-password
Also limit the password length on reset
1 year ago
Joas Schilling c8160a6150
Merge pull request #35873 from leegarrett/35830_lgarrett
Implement occ status command via return codes v2 (Fixes: #35704)
1 year ago
Joas Schilling 348454cb91
Merge pull request #35876 from bennet0496/patch-mail-header
Adding option to set Auto-Submitted email header
1 year ago
Vitor Mattos 4dd41b98f0 Update crl after revoke files_bpm.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 year ago
Florian Goth 1e9e7d6283 elaborate on what is required for using the tempdirectory setting of nextcloud
Signed-off-by: Florian Goth <fgoth@physik.uni-wuerzburg.de>
1 year ago
Simon L b37a4950e4
Merge pull request #35969 from bbx-github/patch-1
fix link to documentation of php function
1 year ago
bbx-github 08f9d71449
fix link to documentation of php function
Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com>
1 year ago
Joas Schilling 9cfaf27142
Also limit the password length on reset
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Bennet Becker c8bde160cd
fix missing class in NewUserMailHelper and static code analysis errors
Signed-off-by: Bennet Becker <dev@bennet.cc>
1 year ago
Joas Schilling 2c1a811e27
No output by default when --exit-code is used
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Bennet Becker 5a1cc8de9b
update usages of AutoSubmittedValue to AutoSubmitted::VALUE_
Signed-off-by: Bennet Becker <dev@bennet.cc>
1 year ago
Bennet Becker bd846df699
updating autoloader files
Signed-off-by: Bennet Becker <dev@bennet.cc>
1 year ago
Bennet Becker 4dc0957164
refactor AutoSubmittedValue to Headers\AutoSubmitted and adding
header name to constants

Signed-off-by: Bennet Becker <dev@bennet.cc>
1 year ago
Côme Chilliet 06da8adcd3
Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997
Code fixes from PR 34997
1 year ago
Vincent Petry 4e877b7ff1
Merge pull request #35957 from nextcloud/bugfix/noid/improve-rate-limit-in-github-actions
chore(CI): Improve rate limit situation when installing phpunit
1 year ago
Joas Schilling b956b0e8c0
Merge pull request #35956 from nextcloud/docs/ipv6-cidr
docs: trusted_proxies support IPv6 ranges
1 year ago
Joas Schilling 48d6000468
chore(CI): Improve rate limit situation when installing phpunit
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 8e1f742355
Print output also with status code
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Daniel Kesselberg a1fef7bbe4
docs: trusted_proxies support IPv6 ranges
Support for IPv6 ranges was added by https://github.com/nextcloud/server/pull/32615

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 year ago
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>
1 year ago
Joas Schilling 961dcdd255
Merge pull request #35939 from nextcloud/bugfix/noid/update-status-dashboard-widget
Update the user status dashboard widget and fix the icon color
1 year ago
Julien Veyssier 67845dd37e
Merge pull request #35820 from nextcloud/enh/noid/wording-new-app-password-activity
Avoid using the word 'password' in the APP_TOKEN_CREATED activity
1 year ago
Côme Chilliet a7740c0ae6
Suppress last psalm error until upstream fix is released and included
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet b843d09810
Fix typing errors in settings tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet 61895e9c79
Fix files_external tests with phpunit 9
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet 3c0b1bdc30
Remove redundant cast to string in user_ldap
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet e4a780127d
Small fix in OC_API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet a372564850
Fix psalm spotted errors with new requirements
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Julius Härtl 8f7996fb1b
Merge pull request #28117 from nextcloud/bugfix/noid/dav-checksum-values
Align checksum dav property with desktop client parsing
1 year ago
Carl Schwan 00b6cf9d2e
Remove myself from being codeowner of some modules
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 year ago
Joas Schilling f998fe0af3
Update the user status dashboard widget and fix the icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Julien Veyssier 64925eca58
avoid using the word 'password' in the APP_TOKEN_CREATED activity
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 year ago
Nextcloud bot e4e20bf40a
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Julius Härtl b8046e2ba4
Align checksum dav property with desktop client parsing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago
John Molakvoæ 21254b02eb
fix(actions): php-lint
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ 0459f58a03
Merge pull request #35911 from nextcloud/fix/workflows-8.0
chore(actions): update php min supported to 8.0
1 year ago
John Molakvoæ 3c23604834
chore(actions): bring back php 8.2 lint
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
Simon L 9cef2c0745
Merge pull request #35913 from nextcloud/revert-35891-fix/34755/disable-setimageformat
Revert "avatar generation - disable setimageformat"
1 year ago
Côme Chilliet 9430899f16
Fix psalm issues related to signature changes from PHP 8.0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago