Thomas Citharel
79adeb8b08
feat(dav): Directly access shared calendars by URI
...
Each time we access a shared calendar details (with getChild), this loads every user's calendars and iterates until the correct one is found.
Now we lookup from the shared calendars which ones has the correct URI, just iterating on the possible shares (for instance a calendar can be shared directly through user-to-user share or through user-to-group share).
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-02-13 09:27:29 +01:00
Julius Härtl
8f0849a317
Merge pull request #36568 from nextcloud/perf/flow-events
...
perf(workflowengine): Cache query that is performed on every request
2023-02-13 08:01:18 +01:00
Nextcloud bot
c3d00095c0
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-13 02:25:07 +00:00
Simon L
5912e8378b
Merge pull request #36673 from nextcloud/rakekniven-patch-1
...
l10n: Fixed grammar
2023-02-12 11:20:58 +01:00
Nextcloud bot
4774637b5f
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-12 02:25:57 +00:00
rakekniven
9d10607551
l10n: Fixed grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2023-02-11 21:54:06 +01:00
Pytal
b59b8fd808
Merge pull request #36232 from nextcloud/enh/a11y-user-menu
...
Port user menu to Vue
2023-02-10 19:22:45 -08:00
Nextcloud bot
fd2d91a77d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-11 02:26:15 +00:00
Julius Härtl
aebf654214
perf(workflowengine): Cache query that is performed on every request
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-02-10 14:33:07 +01:00
Julius Härtl
e0946a1608
Merge pull request #36608 from nextcloud/storageinfo-no-explicit-setup
2023-02-10 12:18:39 +01:00
Julius Härtl
d9cd8b1d37
Merge pull request #36610 from nextcloud/folder-lazy-submounts
2023-02-10 09:09:08 +01:00
Nextcloud bot
524db1c6dc
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-10 02:26:36 +00:00
Christopher Ng
c77998209f
Port user menu to Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-02-09 17:54:59 -08:00
Joas Schilling
e47d56ac36
Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-it-can-actually-be
...
fix(performance): Only search for auth tokens when the provided login…
2023-02-10 01:29:30 +01:00
Joas Schilling
f0b6a6f307
Merge pull request #36637 from nextcloud/fix/noid/file-ref-provider-safer-match
2023-02-09 22:42:58 +01:00
Julius Härtl
6d77a53dfd
Merge pull request #36469 from nextcloud/perf/autoloading/files-external-authoritative-autoloader
2023-02-09 20:49:23 +01:00
Christoph Wurst
7aa78680bf
Merge pull request #36192 from nextcloud/fix/caldav-reminders/fix-timezone-drift-all-day-reminders
...
fix(caldav): Fix reminder timezone drift for all-day events
2023-02-09 19:28:42 +01:00
Joas Schilling
a81d8ecef5
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-09 16:15:47 +01:00
Julius Härtl
674f4e85e1
Merge pull request #36562 from nextcloud/debug/session-hash-slowdown
2023-02-09 16:08:07 +01:00
Christoph Wurst
a208cdebe0
perf(autoloading): Add authoritative autoloader for files_external
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-02-09 15:04:10 +00:00
Christoph Wurst
b5f7afd0fb
fix(caldav): Fix reminder timezone drift for all-day events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-02-09 15:19:00 +01:00
Daniel
d4a9da0ffd
Merge pull request #36625 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-02-09 15:09:59 +01:00
Julien Veyssier
4ef2b27a47
safer URL match in FileReferenceProvider
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-02-09 14:33:19 +01:00
blizzz
2c05c2479e
Merge pull request #36629 from nextcloud/release/26.0.0_beta_3
...
26.0.0 beta 3
2023-02-09 14:06:20 +01:00
Julius Härtl
580feecdbf
fix(authtoken): Store only one hash for authtokens with the current password per user
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-02-09 13:44:00 +01:00
Julius Härtl
dd891e7e81
Merge pull request #36626 from nextcloud/perf/dav-auth-setupfs
2023-02-09 13:41:13 +01:00
Côme Chilliet
06f0da6d46
Merge pull request #36590 from nextcloud/enh/load-app-once
...
Make sure application are only loaded once
2023-02-09 13:09:10 +01:00
Robin Appelman
5bcf37b7ff
only fetch the data for mounts inside a folder when needed
...
for most operations we don't actually care about any mounts inside a folder, only for metadata that needs to propagate across storage boundaries (size, etag, mtime) do we need all the submount info.
By only loading this data when needed we can save a bunch of storage setup in a number of cases
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-02-09 11:39:00 +01:00
Côme Chilliet
d0eeb279b7
Merge pull request #36587 from nextcloud/revert/34906
...
Revert "update 64-bit check wording"
2023-02-09 11:19:14 +01:00
Arthur Schiwon
efe787aa38
26.0.0 beta 3
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-02-09 10:32:11 +01:00
Julius Härtl
7b413a41eb
perf(dav): Do not call general setupFS on ever dav auth
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-02-09 10:19:37 +01:00
dependabot[bot]
d5c40a66fc
Merge pull request #36627 from nextcloud/dependabot/npm_and_yarn/sideway/formula-3.0.1
2023-02-09 09:10:17 +00:00
Joas Schilling
7a85a1596e
fix(authentication): Check minimum length when creating app tokens
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-09 09:58:35 +01:00
dependabot[bot]
1ce56815cc
chore(deps): Bump @sideway/formula from 3.0.0 to 3.0.1
...
Bumps [@sideway/formula](https://github.com/sideway/formula ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases )
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-09 08:33:34 +00:00
nextcloud-command
259094897f
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2023-02-09 04:27:54 +00:00
Nextcloud bot
c10317f7f9
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-09 02:25:43 +00:00
Joas Schilling
03a585ab4f
fix(performance): Only search for auth tokens when the provided login is long enough
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-08 22:45:23 +01:00
Julius Härtl
08802ad13f
Merge pull request #36566 from nextcloud/mount-find-by-numeric-id
2023-02-08 20:04:57 +01:00
Robin Appelman
4532e52787
remove explicit setup when getting storage info
...
the implicit setup gets enough data without having to do a full setup.
Saves having to do a full fs setup for the files webui template
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-02-08 13:47:55 +01:00
Daniel
7341d339eb
Merge pull request #36598 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-02-08 13:01:54 +01:00
Louis
57c974f421
Merge pull request #36583 from nextcloud/artonge/fix/dont_scroll_hover_files-controls
...
Prevent scrolling hover .files-controls
2023-02-08 12:00:12 +01:00
Louis
df664ed073
Merge pull request #36564 from nextcloud/artonge/fix/restore_copy_button_text_on_error
...
Restore copy button text on directory fetch error
2023-02-08 12:00:05 +01:00
Anna
6236235d23
Merge pull request #36546 from nextcloud/enh/36543/allow-further-previews
...
imaginary - fix generation of heif, pdf, illustrator and svg thumbnails
2023-02-08 11:18:36 +01:00
Louis Chemineau
a547aff7a4
Restore copy button text on directory fetch error
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-02-08 10:54:17 +01:00
Louis Chemineau
47f406bda7
Prevent scrolling hover .files-controls
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-02-08 10:51:16 +01:00
Christoph Wurst
ee05e01cf4
Merge pull request #29010 from mattian/fix/19218/birthday-leap-day
...
dav: fix birthday calendar event generation for leap days
2023-02-08 08:55:22 +01:00
nextcloud-command
287f47da9d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2023-02-08 04:29:11 +00:00
Nextcloud bot
1c7374ac58
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-08 02:25:16 +00:00
Simon L
112d516f27
imaginary - allow to generate heif, pdf and svg thumbnails
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-02-08 00:25:18 +01:00
Pytal
b765a22705
Merge pull request #36570 from nextcloud/enh/a11y-profile-visibility-select
...
Port profile visibility select
2023-02-07 15:00:18 -08:00
Joas Schilling
dcfc96f0cc
Merge pull request #36417 from nextcloud/fix/psr-container
...
Make the container fully fulfill PSR container interface
2023-02-07 20:38:19 +01:00
blizzz
6077003899
Merge pull request #36588 from nextcloud/revert/34908
...
Revert #34908 to allow 32bit setups to upgrade to 26
2023-02-07 17:50:40 +01:00
Ferdinand Thiessen
3b2d01fe8b
Update autoloaders
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-02-07 17:50:03 +01:00
Côme Chilliet
2a4ab201b7
Make sure application are only loaded once
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 16:06:32 +01:00
Joas Schilling
82498bc50f
Merge pull request #36524 from nextcloud/bugfix/36510/fix-uploading-to-public-shares
...
fix(sharing): Remove casting to int from INF
2023-02-07 15:59:01 +01:00
Robin Appelman
9f3dbb699a
fix tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-02-07 15:50:10 +01:00
Côme Chilliet
e586700982
Revert "disable upgrades to 26 for 32-bit"
...
This reverts commit faa747e445 .
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 15:14:15 +01:00
Côme Chilliet
d4ed1a13fd
Revert "update 64-bit check wording"
...
This reverts commit f5ad282418 .
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 15:02:54 +01:00
Joas Schilling
80071bd8b9
fix(sharing): Remove casting to int from INF
...
Regression from nextcloud/server#35736
INF is a the float INF, casting it to integer will make it 0
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-07 14:13:39 +01:00
Côme Chilliet
4e969ef8a2
Merge pull request #36120 from nextcloud/enh/32bits-support
...
Fix 32bit support and add workflow for 32bits testing
2023-02-07 14:08:08 +01:00
Côme Chilliet
6e276ad2e1
Show logs on smb-kerberos CI failure
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:36 +01:00
Côme Chilliet
308fcf4526
Respect OCP interface in private classes
...
Because the parameter type was moved to phpdoc it needs to be removed
from implementations
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:35 +01:00
Côme Chilliet
09a97ad39c
Move back typing to phpdoc to keep backward compatibility in OCP
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:35 +01:00
Côme Chilliet
c4d90f3e81
Removed catch of ValueError as we cannot know if it’s >2038 or <1970
...
Also fixed numericToString to correctly convert float to int if it fits
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:35 +01:00
Côme Chilliet
1765908c03
Document that size may be a float in new class VersionEntity
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:34 +01:00
Côme Chilliet
33b52077ff
Only run 32bit CI once a day
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:34 +01:00
Côme Chilliet
476d5dceb2
Skip tests that cannot succeed on 32bits
...
For some reason a timestamp in the past also triggers the PHP error
about not being able to represent it as an int, so skipping that test
on 32bits.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:34 +01:00
Côme Chilliet
892e6c642a
Skip buggy tests for 32bits CI
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:33 +01:00
Côme Chilliet
885e54e7e0
Psalm easy fixes in apps/files/appinfo/routes.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:33 +01:00
Côme Chilliet
1994554b44
Fix Sabre connector test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:33 +01:00
Côme Chilliet
028c225d96
Fix psalm errors
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:32 +01:00
Côme Chilliet
db80ac02b0
Fix name of skip method for phpunit
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:32 +01:00
Côme Chilliet
b7d9e43e25
Put back string in $includeMounts as it actually does something
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:32 +01:00
Côme Chilliet
d315bce300
Improve behavior with dates on 32bits and fix tests or skip them
...
We do not support events after 2038 on 32bits but still behave better
when date range start/end is after 2038.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:32 +01:00
Côme Chilliet
110fc79918
Silence errors of return type mismatch from Sabre for now
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:31 +01:00
Côme Chilliet
77c8c9c805
Improve error output on failed Router test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:31 +01:00
Côme Chilliet
cd885b5705
Type sizes as int|float throughout the code base
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:31 +01:00
Côme Chilliet
5c1a0e0307
Allow float sizes in FileInfo for 32bits
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:31 +01:00
Côme Chilliet
5aed587e25
Fix setQuota on User on 32bits
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:30 +01:00
Côme Chilliet
d00422b812
Fix computerFileSize when called with a string without unit
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:30 +01:00
Côme Chilliet
0753be3ff2
Fix a few tests that were using too big int values for 32bits
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:30 +01:00
Côme Chilliet
7a628c0361
Fix 32bits bigint support in Util/OC_Helper
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:30 +01:00
Côme Chilliet
94ecae4ade
Add helper to cast to int|float, fix MemoryInfo on 32bits
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:29 +01:00
Côme Chilliet
0f8c34cdc6
Fix filesize return type error in ViewTest
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:29 +01:00
Côme Chilliet
255f230a87
Fix bigsize support on 32bits in OC_Helper
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:29 +01:00
Côme Chilliet
5cfab229db
Improve test failure output for RouterTest.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:29 +01:00
Côme Chilliet
d9dbed9105
Fix psalm errors related to filesizes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:29 +01:00
Côme Chilliet
ff776a90b1
Strong type filesize related methods to ease 32bits problem findings
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:28 +01:00
Côme Chilliet
2d8e696c24
Add apcu and ffmpeg to have less skipped tests
...
Also exclude test groups which rely on a service
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:28 +01:00
Côme Chilliet
b370fdb1e7
Running all tests on 32bits to see what happens
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:28 +01:00
Côme Chilliet
e156f8339c
Revert "remove 32-bit workarounds"
...
This reverts commit dd8774389e .
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:28 +01:00
Côme Chilliet
3885818ab6
Add workflow for 32bits testing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-07 11:23:10 +01:00
Côme Chilliet
17ed023be2
Merge pull request #36314 from nextcloud/sso-kerberos-fix
...
Update kerberos sso test setup to use new user_saml config system
2023-02-07 11:16:08 +01:00
Daniel
36347cb2cb
Merge pull request #36286 from nextcloud/bugfix/noid/fix-sending-state-token-in-flowv1
...
Fix event listener race condition on login-form
2023-02-07 11:02:04 +01:00
Côme Chilliet
5a48768603
Merge pull request #36451 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-02-07 08:55:35 +01:00
nextcloud-command
69211472f4
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2023-02-07 04:27:15 +00:00
Nextcloud bot
24ebc19e10
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-07 02:26:01 +00:00
Christopher Ng
4b867bb7bb
Port profile visibility select
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-02-06 17:34:12 -08:00
Joas Schilling
59578817f5
Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-password-reset
...
Add bruteforce protection to password reset page
2023-02-06 22:12:25 +01:00
Joas Schilling
fa1d50ccce
Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder
...
Don't reuse query builder object with populated parameters in FederatedShareProvider
2023-02-06 21:14:31 +01:00
Mattia Narducci
b55c62c6c2
dav: fix birthday calendar event generation for leap days
...
Fix generation of birthday calendar events for the 29th of February.
A recurring event for the 29th of February in the (default) Gregorian
calendar system would only generate instances in leap years. Fix this
behaviour by generating recurring events for the last day of February,
the 29th on leap years and the 28th otherwise.
Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com >
2023-02-06 19:11:46 +01:00
Robin Appelman
e3bafcc7a8
cache numeric id in mountpoint
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-02-06 18:20:08 +01:00
Robin Appelman
9281359fa4
deduplicate getStorage() logic in Mount\Manager
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-02-06 18:17:40 +01:00
Robin Appelman
43589312cc
dont delegate Mount\Manager::getByNumericId to getByStorageId
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-02-06 18:16:23 +01:00
Christoph Wurst
eca7ab3221
Merge pull request #36552 from nextcloud/fix/client-login-flow/missing-state-token
...
fix(client-login-flow): Handle missing stateToken gracefully
2023-02-06 16:51:25 +01:00
Ferdinand Thiessen
ba8a50c059
fix: Throw NotFoundExceptionInterface to fulfill PSR container interface if class not found
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2023-02-06 14:16:35 +01:00
Joas Schilling
875e6cf7e6
fix(CI): Adjust expected result
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-06 11:26:38 +01:00
Christoph Wurst
3473b69ad2
Merge pull request #36509 from nextcloud/fix/user-management/delete-user-hidden-group
...
fix(user-management): Fix deleting user in hidden group(s)
2023-02-06 10:52:37 +01:00
Christoph Wurst
88d116ba84
fix(client-login-flow): Handle missing stateToken gracefully
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-02-06 09:42:15 +01:00
Nextcloud bot
87b53dfed3
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-06 02:24:44 +00:00
Nextcloud bot
2ddd7f52bf
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-05 02:25:05 +00:00
Nextcloud bot
1f26731c1d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-04 02:25:17 +00:00
Vincent Petry
1fed799826
Merge pull request #36452 from nextcloud/perf/share-availability-check
...
perf(federation): Only request root share info for checking availability
2023-02-03 13:34:35 +01:00
Joas Schilling
7cff390b56
Merge pull request #36508 from nextcloud/enh/allow-no-route
...
Allow settings navigation items with no route entry
2023-02-03 12:53:59 +01:00
Joas Schilling
7ddb042f9d
Merge pull request #36511 from nextcloud/opt-out-of-phpunit-10
...
chore(CI): Opt-out of PHPUnit 10 for now
2023-02-03 10:23:20 +01:00
Simon L
a579b36113
Merge pull request #36409 from nextcloud/enh/noid/dont-automatically-open-sidebar-on-mobile
...
Do not open the sidebar automatically on small widths
2023-02-03 10:08:29 +01:00
Joas Schilling
bb34476b68
chore(CI): Opt-out of PHPUnit 10 for now
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-03 10:02:02 +01:00
Joas Schilling
bf7fe04c4b
fix(appinfo): navigation type is optional
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-03 09:52:37 +01:00
Joas Schilling
08bfe64b49
Merge pull request #36504 from nextcloud/bugfix/noid/remove-failing-test
...
Remove failing test that works with mocks only anyway
2023-02-03 09:28:34 +01:00
Christoph Wurst
84780ffd33
fix(user-management): Fix deleting user in hidden group(s)
...
E.g. guest_users
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-02-03 09:24:48 +01:00
Nextcloud bot
94767112dd
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-03 02:27:22 +00:00
Christopher Ng
c610d0d99b
Remove extraneous user status route entry
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-02-02 17:11:17 -08:00
Christopher Ng
70651c3ab1
Allow zero occurences of route in XML schemas
...
- For xmllint
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-02-02 17:11:17 -08:00
Christopher Ng
62b7bb7395
Allow settings navigation items with no route entry
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-02-02 17:11:17 -08:00
Julius Härtl
e81cb6eaf0
Merge pull request #36498 from nextcloud/bug/dashboard-widgets
...
Some Dashboard widgets are larger than others
2023-02-02 21:51:53 +01:00
Simon L
7fa42a2f03
Do not open the sidebar automatically on small widths
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-02-02 19:01:19 +01:00
blizzz
07b9dbab3b
Merge pull request #36484 from nextcloud/release/26.0.0_beta_2
...
26.0.0 beta 2
2023-02-02 18:10:52 +01:00
blizzz
58e4a831c0
Merge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-email
...
Include more information in iMIP email and show diff information on updating an event
2023-02-02 18:09:08 +01:00
Joas Schilling
47880b143d
Remove failing test that works with mocks only anyway
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-02 18:06:31 +01:00
blizzz
39f202581b
Merge pull request #36497 from nextcloud/techdebt/noid/fix-autotest-execution
...
Fix autotest.sh execution
2023-02-02 17:36:54 +01:00
blizzz
d83ea282c4
Merge pull request #35736 from nextcloud/pluggable-share-display
...
Allow to register public share template provider
2023-02-02 17:33:34 +01:00
Anna Larch
38e9cb6a05
Use recurrence instance to build iMip email
...
instead of the main VEVENT of a repeating event
Fixes part of https://github.com/nextcloud/calendar/issues/3919
Signed-off-by: Anna Larch <anna@nextcloud.com >
2023-02-02 16:25:59 +01:00
Simon L
6f3c4f2255
Merge pull request #36450 from nextcloud/fix/clipboard-copy
...
Drop vue-clipboard2 in favour of native Clipboard API to fix copy to clipboard
2023-02-02 16:05:13 +01:00
dependabot[bot]
db30974348
Merge pull request #36499 from nextcloud/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
2023-02-02 14:42:31 +00:00
Louis Chemineau
4ab3c16403
Pluggable share provider
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-02-02 15:41:26 +01:00
Joas Schilling
e4f050568e
Merge pull request #36393 from nextcloud/3rdparty-drop-php-parser
...
chore: drop depedency php-parser
2023-02-02 14:25:25 +01:00
hamza221
2eae7791bb
adding compiled files
...
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com >
2023-02-02 13:58:25 +01:00
dependabot[bot]
0d6982d7c5
chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 12:48:46 +00:00
blizzz
970f3937e5
Merge pull request #36375 from nextcloud/enh/allow-php-8.2
...
Allow php 8.2
2023-02-02 13:47:16 +01:00
hamza221
8358311568
Some Dashboard widgets are larger than others
...
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com >
2023-02-02 13:34:41 +01:00
Daniel Kesselberg
d9235658f8
chore: drop depedency php-parser
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-02-02 12:42:48 +01:00
Joas Schilling
4bdc5834fa
Make sure name and path are strings
...
Otherwise Oracle returns NULL for empty strings and PHP 8.2
throws on null in string functions like trim() and md5()
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-02 12:05:22 +01:00
Joas Schilling
c27c9fac98
Try fixing Oracle
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-02 12:05:21 +01:00
Côme Chilliet
ac5df8e94f
Catch deprecation warnings in oci tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-02 12:05:21 +01:00
Côme Chilliet
0925709c62
Add 8.2 to oci tests
...
This is the only test suite testing 8.1, so adding 8.2 as well
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-02 12:05:20 +01:00
Côme Chilliet
1fec8c07e0
Allow 8.2 in versioncheck
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-02 12:05:20 +01:00
Joas Schilling
5096d4f5cb
Align version number of PHPUnit and give a helping install hint
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-02 12:03:09 +01:00
Joas Schilling
5d068ff534
Fix autotest.sh execution
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-02 11:58:55 +01:00
blizzz
bbd3e2b04a
Merge pull request #30349 from nextcloud/enhancement/migrate_to_symfony_mailer
...
Migrate to Symfony Mailer
2023-02-02 11:42:07 +01:00
Arthur Schiwon
e123d270fc
remove depraction of validateEmailAddress
...
for there are legit use cases to validate an email address without
sending there to
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-02-02 10:30:06 +01:00
Côme Chilliet
dde5c46a3e
Migrate to Symfony Mailer
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-02 10:30:06 +01:00
Joas Schilling
fc4e87a2df
Merge pull request #36487 from nextcloud/bugfix/noid/fix-query-builder-usage-in-dav-account-deletion
...
Do not reuse query builder objects in DAV account deletion
2023-02-02 06:54:28 +01:00
Joas Schilling
704eb3aa6c
Add bruteforce protection to password reset page
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-02 06:13:49 +01:00
Nextcloud bot
129803d036
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-02 02:25:46 +00:00
Christopher Ng
edcf675e6e
Drop vue-clipboard2 to fix copy to clipboard
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-02-01 15:40:13 -08:00
Joas Schilling
1a31ddb56d
Do not reuse query builder objects in DAV account deletion
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-02-01 21:49:34 +01:00
Arthur Schiwon
7df18f18bc
26.0.0 beta 2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-02-01 17:39:09 +01:00
Simon L
41148acf83
Merge pull request #36257 from nextcloud/fix/noid/single-upgrade-on-custom-apps
...
non-static app_dir
2023-02-01 17:07:23 +01:00
Maxence Lange
4cac49c797
refresh cached app folder on install/upgrade
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2023-02-01 11:07:31 -01:00
Christoph Wurst
0c5eba3786
Merge pull request #36444 from nextcloud/perf/autoloading/weather-status-authoritative-autoloader
...
perf(autoloading): Add authoritative autoloader for weather-status
2023-02-01 11:56:03 +01:00
Christoph Wurst
d7bd7639c2
Merge pull request #36407 from nextcloud/enh/31710/migration-safeguard
...
add a safeguard for Version23000Date20210721100600.php
2023-02-01 08:50:23 +01:00
Nextcloud bot
03a6d1a985
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-02-01 02:25:23 +00:00
Maxence Lange
d2df81a969
Merge pull request #36458 from nextcloud/fix/noid/run-tests-php-8.0
...
test runs with php8.0 images
2023-01-31 21:49:15 -01:00
John Molakvoæ
873501a141
Merge pull request #36455 from nextcloud/artonge/e2e/reset_theming
...
Reset theming in cypress test
2023-01-31 19:53:39 +01:00
Maxence Lange
1a655e88d9
use php8.0 images
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2023-01-31 15:44:12 -01:00
Julius Härtl
ca3f53ab88
Merge pull request #36453 from nextcloud/bugfix/noid/oci-longtext
...
Fix MigrateBackgroundImages on oracle
2023-01-31 15:27:19 +01:00
Louis
3ff568342b
Merge pull request #36331 from tpayen/fix/globalNewButton
...
fix(files) Call .action of local element instead of global page
2023-01-31 14:23:16 +01:00
Louis Chemineau
fc1a16283e
Reset theming in cypress test
...
The test in admin-settings does not reset the theming.
So when it is run before user-background, the "Default cloud background is not rendered" test fails.
This makes sure that the theming is reset before running "User default background settings"
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-31 14:18:26 +01:00
Julius Härtl
ecccff8bd2
fix(theming): Fix query for configvalue as CLOB on OCI
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-31 11:57:54 +01:00
Julius Härtl
c246edece6
tests(oci): Test where statement on longtext column
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
test: try with just passing the type to eq which should also cast
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-31 11:57:54 +01:00
Julius Härtl
7e3ea019d1
chore: Add return types
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-31 11:42:33 +01:00
Julius Härtl
7cc9ba28a7
perf(federation): Only request root share info for checking availability
...
Otherwise this would request a full recursive dirctory listing while the result is never being used
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-31 11:41:34 +01:00
John Molakvoæ
e7c9fdb1ac
Merge pull request #36445 from nextcloud/Valdnet-patch-4
...
l10n: Change admin to administrator
2023-01-31 10:35:45 +01:00
Richard Steinmetz
825a067ed7
Merge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative-autoloader
...
perf(autoloading): Add authoritative autoloader for dashboard
2023-01-31 10:35:03 +01:00
Julius Härtl
9f2495cc09
Merge pull request #35474 from nextcloud/feature/rich-workspace-visibility
...
Update rich-workspace visibility
2023-01-31 09:54:57 +01:00
Nextcloud bot
9035be6b81
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-31 02:25:42 +00:00
Joas Schilling
e4fadcf02a
Merge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap
...
Drop bootstrap
2023-01-30 23:13:22 +01:00
Luka Trovic
cacffecba5
feat: update newfilemenu.js for rich-workspace
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2023-01-30 20:27:16 +01:00
Valdnet
928f62610b
l10n: Change administrator to administration
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2023-01-30 18:40:29 +01:00
Valdnet
927821e363
l10n: Change admin to administrator
...
Spelling unification.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2023-01-30 18:21:33 +01:00
Christoph Wurst
ba4e46d341
perf(autoloading): Add authoritative autoloader for weather-status
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-30 18:10:58 +01:00
Christoph Wurst
ca67a9451d
perf(autoloading): Add authoritative autoloader for dashboard
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-30 16:38:52 +01:00
Louis
3bfc5a4d95
Merge pull request #36420 from nextcloud/enh/34958/fix-exif-log
...
fix the exif_read_data issue
2023-01-30 15:41:47 +01:00
Robin Appelman
7251ed1cc3
Merge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-fails
...
fix(encryption): don't throw on missing file
2023-01-30 15:40:25 +01:00
Thomas P
87887d7837
fix(files) Call .action of local element
...
When calling .action from the global page, newButton may conflict with other app-content which is similar to app-content-files
Signed-off-by: Thomas Payen <thomas.payen@i-carre.net >
2023-01-30 15:27:00 +01:00
Joas Schilling
5b5bc7170a
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-30 13:51:36 +01:00
Joas Schilling
04e1e2f83e
Remove usages of bootstrap
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-30 13:48:15 +01:00
Joas Schilling
b4f4e19335
Remove bootstrap dependency
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-30 13:47:54 +01:00
dependabot[bot]
7d337566c6
Merge pull request #36332 from nextcloud/dependabot/npm_and_yarn/ua-parser-js-0.7.33
2023-01-30 10:35:01 +00:00
dependabot[bot]
e84775bf49
chore(deps): Bump ua-parser-js from 0.7.31 to 0.7.33
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-30 09:45:08 +00:00
Louis
2f3007205d
Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backend
...
Allow to name a version
2023-01-30 10:40:49 +01:00
Richard Steinmetz
f0a3b77d0f
fix(encryption): don't throw on missing file
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2023-01-30 10:07:01 +01:00
Joas Schilling
de415fbb15
Merge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-in-emails-and-federation
...
Fix primary color usage in emails and federation
2023-01-30 09:56:36 +01:00
Joas Schilling
959e2aaa17
fix(tests): Fix method name in unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-30 09:12:50 +01:00
Joas Schilling
79b8c68592
Use the default primary color instead of "randomly" the color of the user triggering the email
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-30 09:12:50 +01:00
Joas Schilling
a192641808
Use the default color and matching text color for the federation invite
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-30 09:12:49 +01:00
Nextcloud bot
97e6fe4b46
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-30 02:25:59 +00:00
Nextcloud bot
41b2e17cd1
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-29 02:26:57 +00:00
Simon L
a704619ea4
try to fix the exif_read_data issue
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-28 11:23:59 +01:00
Nextcloud bot
4ae17a04eb
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-28 02:26:02 +00:00
Christoph Wurst
7269766e05
Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute
...
feat(app-framework): Add UseSession attribute to replace annotation
2023-01-27 16:59:14 +01:00
Christoph Wurst
df0bb9165d
Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable-calendar-data
...
fix(caldav): Fix wrong Psalm report for nullable calendar data
2023-01-27 15:43:33 +01:00
Simon L
96500cf5a4
add a safeguard for Version23000Date20210721100600.php
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-27 13:10:44 +01:00
Julius Härtl
a63b557568
Merge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-frontend-picker
2023-01-27 12:35:44 +01:00
Simon L
8744029e14
Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair
...
FIX: This fill finish -> This will finish
2023-01-27 11:55:38 +01:00
Julius Härtl
81c2122ff8
style: Fix php-cs and psalm
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-27 11:10:56 +01:00
Julius Härtl
699e5fe7f6
chore(composer): Update autoloader
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-27 11:10:56 +01:00
Julien Veyssier
0e6d5f8240
improve getUserProviderTimestamps
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-27 11:10:56 +01:00
Julien Veyssier
b22d4e6306
use array_filter instead of array_map + array_search
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-27 11:10:56 +01:00
Julien Veyssier
8766e4f242
handle and return touchProvider errors
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-27 11:10:56 +01:00
Julien Veyssier
48f34736cd
ADiscoverableReferenceProvider implements JsonSerializable
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-27 11:10:56 +01:00
Julien Veyssier
946a1af9fd
add 'last used timestamp' management for reference providers
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-27 11:10:56 +01:00
Julien Veyssier
6431c5a559
extend the reference API for the new link picker
...
- add 2 interfaces for discoverable and searchable reference providers
- new OCS route to get info on discoverable/searchable reference providers
- new abstract ADiscoverableReferenceProvider that only implements jsonSerialize
- listen to RenderReferenceEvent to inject provider list with initial state
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-27 11:10:55 +01:00
Joas Schilling
aee6b37f3f
Merge pull request #36402 from nextcloud/nickvergessen-patch-2
...
ci(psalm): Generate base analysis on pushes so we can compare to upda…
2023-01-27 10:29:38 +01:00
Joas Schilling
af5910be68
Merge pull request #36389 from nextcloud/nickvergessen-patch-1
...
fix(CI): Install composer dependencies of Talk
2023-01-27 10:29:14 +01:00
Joas Schilling
664c7113ae
ci(psalm): Generate base analysis on pushes so we can compare to updated reports
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2023-01-27 10:08:53 +01:00
Christoph Wurst
20e00cdf17
feat(app-framework): Add UseSession attribute to replace annotation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-27 09:40:35 +01:00
Joas Schilling
783f4be6b3
fix(CI): Install composer dependencies of Talk
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2023-01-27 07:16:53 +01:00
Nextcloud bot
be1de30a4f
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-27 02:28:03 +00:00
Pytal
6d35424668
Merge pull request #36370 from nextcloud/fix/search-focus
2023-01-26 15:40:12 -08:00
Pytal
c9dcc0f683
Merge pull request #36371 from nextcloud/compiled-css-gitattr
...
Mark compiled CSS as binary
2023-01-26 15:38:24 -08:00
sodimel
5e18ffa89d
FIX: This fill finish -> This will finish
...
Signed-off-by: sodimel <corentin@244466666.xyz >
2023-01-26 21:05:01 +01:00
Christoph Wurst
ad00a149ea
Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares
...
feat(app-framework): Add support for global middlewares
2023-01-26 15:17:38 +01:00
Daniel
0a548175c0
Merge pull request #36210 from nextcloud/fix/4811/principal-email
...
fix(dav): check if principal has email address before accessing it
2023-01-26 14:15:47 +01:00
Christoph Wurst
033b03def0
Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controller-returns-void
...
fix(app-framework): Specify return type of Middleware::beforeController
2023-01-26 13:18:19 +01:00
Christoph Wurst
8d9af3e262
feat(app-framework): Add support for global middlewares
...
This allows apps to register middlewares that always register, not just
for the app's own requests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-26 11:54:28 +01:00
Christoph Wurst
954284f8cd
fix(caldav): Fix wrong Psalm report for nullable calendar data
...
> Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy
^ is a lie
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-26 11:24:53 +01:00
Louis Chemineau
552f5b0171
Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
96002651ce
Handle undefined label in front-end
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
fd9937a171
Add cypress tests
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
305b1b6d21
Forward branch env var to the cypress container
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
88abb2d97c
Fix versions restoring with S3
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
3da63f4148
Use node's owner if no user is connected
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
84e5b9c5f7
Prevent storing versions with the same mtime
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
6dcfb29cfc
Fix renaming files_versions
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
c88328e68e
Handle empty files in version creation logic
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
d8b479752d
Fix hookconnector tests
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
53d736207c
Adapt files_versions tests to modernized hooks
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
2ce4ac4aa4
User rootFolder instead of userFolder in FileEventsListener
...
Requesting userFolder fails during NC installation phase.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
8f23cc8259
Rename Hooks.php to FileEventsListener.php
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
ad469969bf
Prevent expiration of named versions
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
1adc9d2aab
Delete file versions entries in DB when node is deleted
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
6a2f8bc599
Allow to delete a version through DAV
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
629de6c8c9
Support getting and patching version-label
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:23 +00:00
Louis Chemineau
e82bfba114
Create files_versions table
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:22 +00:00
Louis Chemineau
1ade482797
Modernise hook listener of files_versions
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-26 10:12:22 +00:00
blizzz
3eb73d0a3d
Merge pull request #36362 from nextcloud/release/26.0.0_beta_1
...
26.0.0 beta 1
2023-01-26 11:07:38 +01:00
Vincent Petry
9ecec2fd75
Merge pull request #35894 from nextcloud/move-from-encryption
...
fix moving files of encrypted local storage to unencrypted local storage
2023-01-26 09:45:12 +01:00
Christoph Wurst
40425035d2
Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader-files
...
chore(autoloaders): Update autoloader files for Composer 2.5.1
2023-01-26 09:17:52 +01:00
Christopher Ng
045bc32b1d
Mark compiled CSS as binary
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-25 18:29:11 -08:00
Nextcloud bot
4caa90dfb6
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-26 02:25:08 +00:00
Christopher Ng
f6f4c62936
Fix focus not returning to search icon
...
- Remove programmatic focusing already handled by focus-trap
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-25 17:02:51 -08:00
Simon L
352bd7ecea
Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff
...
imaginary - add tiff to supported formats
2023-01-25 21:06:11 +01:00
Arthur Schiwon
9eccafc3b6
26.0.0 beta 1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-01-25 18:21:04 +01:00
Christoph Wurst
b58d4f7d22
Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration
...
perf(app-framework): Make app middleware registration even lazier
2023-01-25 17:37:56 +01:00
Julius Härtl
919a840f34
Merge pull request #32798 from nextcloud/enh/sse-c
...
[S3] Add option to specify an SSE-C customer provided key
2023-01-25 15:59:26 +01:00
Daniel
75e8636ef2
Merge pull request #36187 from nextcloud/psalm-ocp-since-checker
...
ci: migrate ocp since checker to psalm
2023-01-25 12:44:01 +01:00
Julius Härtl
a249c633a0
Merge pull request #35759 from nextcloud/add-app-config-for-default-template-path
2023-01-25 12:35:24 +01:00
Simon L
9a64d95676
imaginary - add tiff to supported formats
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-25 11:53:16 +01:00
Christoph Wurst
aee9941fed
chore(autoloaders): Update autoloader files for Composer 2.5.1
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-25 10:42:34 +01:00
Christoph Wurst
6d7339b0ff
fix(app-framework): Specify return type of Middleware::beforeController
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-25 09:30:58 +01:00
Christoph Wurst
907ff68bfc
perf(app-framework): Make the app middleware registration lazy
...
Before this patch, app middlewares were registered on the dispatcher for
every app loaded in a Nextcloud process. With the patch, only
middlewares belonging to the same app of a dispatcher instance are
loaded.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-25 09:27:24 +01:00
Joas Schilling
d51429a472
Merge pull request #36216 from nextcloud/fix/user_status-heartbeat-response
...
Fix user_status heartbeat response
2023-01-25 08:51:55 +01:00
jld3103
1f49a56a98
Fix user_status heartbeat response
...
Signed-off-by: jld3103 <jld3103yt@gmail.com >
2023-01-25 07:16:26 +01:00
Nextcloud bot
d66bf39de5
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-25 02:44:17 +00:00
Pytal
96a21056c4
Merge pull request #36055 from nextcloud/enh/a11y-sharing-select
...
Port files sharing selector
2023-01-24 18:25:33 -08:00
Christopher Ng
0236c9e8cd
Port files sharing selector
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-24 17:40:17 -08:00
Daniel
75d7203f57
Merge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default
...
Fix default value for files_no_background_scan
2023-01-24 21:23:28 +01:00
max-nextcloud
a635674d27
Fix default value for files_no_background_scan
...
The value is read in https://github.com/nextcloud/server/blob/b888c6146327d842e21988b0d90d6ade4f3a9435/apps/files/lib/BackgroundJob/ScanFiles.php#L105 and the default value is false.
Signed-off-by: max-nextcloud <max@nextcloud.com >
2023-01-24 18:02:12 +01:00
Pytal
44af64c138
Merge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0
2023-01-24 08:41:12 -08:00
Robin Appelman
33b90d28f8
fix moving files of encrypted local storage to unencrypted local storage
...
for example when moving encrypted files to a groupfolder
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-24 16:40:41 +00:00
Simon L
0be897bdfe
Merge pull request #36326 from nextcloud/enh/29584/fix-translation
...
don't translate a variable
2023-01-24 14:15:36 +01:00
Simon L
e46daa8540
don't translate a variable
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-24 10:31:07 +00:00
Côme Chilliet
486e1dff40
Merge pull request #32572 from nextcloud/phpunit-deprecation-core
...
Fix a bunch of deprecation in the phpunit for core
2023-01-24 11:28:19 +01:00
Thomas Citharel
00d9d49303
Add app config for default template path
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-01-24 09:39:31 +00:00
Julius Härtl
159a0c8411
feat(s3): Add option to specify an SSE-C customer provided key
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-24 10:36:03 +01:00
Daniel Kesselberg
258c919b3c
ci: migrate ocp since checker to psalm
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-01-24 10:02:41 +01:00
Côme Chilliet
003cc2b45a
Fix tests failures (number of calls differed with last rebase)
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-24 09:38:20 +01:00
Carl Schwan
5b0f7f7501
Use phpunit from composer if available
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2023-01-24 09:34:17 +01:00
Carl Schwan
a23cd7b961
Fix a bunch of deprecation in the phpunit for core
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2023-01-24 09:34:09 +01:00
Richard Steinmetz
bbda231e18
fix(dav): check if principal has email address before accessing it
...
Ref https://github.com/nextcloud/calendar/issues/4811
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2023-01-24 09:27:53 +01:00
Nextcloud bot
f867a2d65e
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-24 02:25:20 +00:00
Christopher Ng
2f8fb24828
Bump @nextcloud/vue to v7.5.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-23 15:53:18 -08:00
John Molakvoæ
a3aa81d2ca
Merge pull request #36277 from nextcloud/backport/36272/master
...
[master] fix(theming): fix admin images migration
2023-01-23 21:26:12 +01:00
Marcel Müller
bbb490de5e
Fix event listener race condition on login-form
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2023-01-23 19:51:10 +01:00
Joas Schilling
ecad09b38a
Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs
...
fix(querybuilder): Log a warning if where() is called again on a quer…
2023-01-23 18:47:25 +01:00
Joas Schilling
c817981d7a
Merge pull request #36268 from nextcloud/bugfix/noid/fix-double-where-usage-in-resource-manager
...
Fix double where() usage in resource manager
2023-01-23 18:45:52 +01:00
Robin Appelman
3b577aa5b2
Update kerberos sso test setup to use new user_saml config system
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-23 18:21:47 +01:00
Robin Appelman
54973c3cf9
run kerberos sso test when the action is changed
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-23 18:21:39 +01:00
Simon L
078203afea
Merge pull request #35935 from EWouters/patch-1
...
[Fix]: scan-app-data conversion
2023-01-23 17:43:14 +01:00
Joas Schilling
3eda055c68
Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-selection
...
Fix WHERE condition when selecting user's availability for the status…
2023-01-23 15:59:39 +01:00
MichaIng
ba97587b85
Merge pull request #36279 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.28
...
chore(deps-dev): Bump phpunit/phpunit from 9.5.27 to 9.5.28 in /build/integration
2023-01-23 12:55:50 +01:00
Christoph Wurst
83711e9267
Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode
...
chore(dav): Make json_encode and json_decode throw on error
2023-01-23 12:52:22 +01:00
Joas Schilling
03e3458a84
Merge pull request #36258 from nextcloud/fix/user-status-input
...
Fix user status message input
2023-01-23 12:25:01 +01:00
Joas Schilling
151523917d
Merge pull request #36250 from nextcloud/fix/add-success-message-to-personal-settings-button
...
Add success message to personal settings clipboard button
2023-01-23 12:11:48 +01:00
Joas Schilling
13846ac2a8
Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-custom-property-test
...
Fix double where in CustomProperiesBackendTest
2023-01-23 11:37:18 +01:00
MichaIng
279c7d18ef
Merge pull request #36278 from nextcloud/fix/opcache/check
...
Fix interned strings buffer check if 0 free bytes
2023-01-23 10:36:43 +01:00
rakekniven
34824e2f8d
fix(l10n): fix admin images migration
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2023-01-23 09:09:46 +00:00
John Molakvoæ (skjnldsv)
e5977a19ab
fix(theming): fix admin images migration
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2023-01-23 09:09:46 +00:00
MichaIng
03390ee791
Fix interned strings buffer check if 0 free bytes
...
With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.
This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.
Signed-off-by: MichaIng <micha@dietpi.com >
2023-01-23 08:55:35 +00:00
Joas Schilling
f565cacaf3
Fix double where() usage in resource manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-23 08:48:01 +01:00
Joas Schilling
20190534ee
Merge pull request #36269 from nextcloud/bugfix/noid/fix-broken-unit-test
...
Fix broken user:setting command unit test
2023-01-23 07:40:50 +01:00
Joas Schilling
f99642b0bc
Merge pull request #36262 from nextcloud/chore/dav/void-test-methods
...
chore(dav): Add void return type to test methods
2023-01-23 07:08:02 +01:00
Joas Schilling
f717219490
Don't reuse query builder object with populated parameters
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-23 07:04:57 +01:00
Joas Schilling
ad5a1abfaa
Merge pull request #36247 from nextcloud/bugfix/noid/bump-profiler-version
...
Specify the profiler app branch to test with
2023-01-23 07:02:39 +01:00
Joas Schilling
1c099c7f17
Fix broken user:setting command unit test
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-23 07:01:22 +01:00
Nextcloud bot
cfc93d8b0a
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-23 02:25:26 +00:00
Nextcloud bot
2ff877f105
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-22 02:25:24 +00:00
Daniel
023f91911a
Merge pull request #36280 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-01-21 21:47:58 +01:00
nextcloud-command
fb901b0d93
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2023-01-21 05:45:00 +00:00
dependabot[bot]
210de391d9
chore(deps-dev): Bump phpunit/phpunit in /build/integration
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.27 to 9.5.28.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.5.28/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-21 03:57:37 +00:00
Nextcloud bot
b7d884355b
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-21 02:24:42 +00:00
Christopher Ng
5ab35aaa7a
Fix user status message input
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-20 16:24:15 -08:00
Joas Schilling
793424ab79
Specify the profiler app branch to test with
...
So we can test in stable25 with a matching profiler version instead of master
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-20 16:36:34 +01:00
Côme Chilliet
3f231d68d7
Merge pull request #36271 from nextcloud/fix/fix-codestyle
...
Fix codestyle using codesniffer
2023-01-20 15:26:17 +01:00
Christoph Wurst
473c546b5c
Merge pull request #36264 from nextcloud/fix/occ/repair-command-comment-formatting
...
fix(occ): Fix comment formatting of maintenance:repair command
2023-01-20 13:12:43 +01:00
Côme Chilliet
f5c361cf44
composer run cs:fix
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:45:08 +01:00
Côme Chilliet
37bb33c579
Merge pull request #34997 from nextcloud/fix/drop-php-7.4
...
Drop PHP 7.4 on master
2023-01-20 11:43:24 +01:00
Côme Chilliet
f32d18d4ea
Bump 3rdparty to master branch
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:24 +01:00
Côme Chilliet
d2204a71c6
Always show the psalm baseline change, even on failure
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:13 +01:00
Côme Chilliet
83d2655844
Show failure of SAML login in kerberos workflow
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:13 +01:00
Côme Chilliet
55baa7b586
Fixing samba test and adding details to kerberos job
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:12 +01:00
Côme Chilliet
7b93a143c8
Fix check in integration tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:12 +01:00
Côme Chilliet
f8d222d42d
Fix Samba test failure details output
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:12 +01:00
Côme Chilliet
7e0a0240c9
Remove PHP version matrix from kerberos test
...
It runs on a docker image on which we cannot control which PHP version runs.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:11 +01:00
Joas Schilling
89dbc629ff
Fix integrity check
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-20 11:22:11 +01:00
Côme Chilliet
de68fc6347
Update test file for mimetypes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:11 +01:00
Côme Chilliet
b22b6431d2
Fix gzip mimetype mapping
...
PHP now detects it as application/gzip and not application/x-gzip anymore
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:11 +01:00
Côme Chilliet
9acb982333
Prettify static-code-analysis.yml
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:10 +01:00
Côme Chilliet
f6ed727b3f
Always upload psalm result to github
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:10 +01:00
Côme Chilliet
e8299d4826
Merge back the two static analysis workflows together
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:10 +01:00
Côme Chilliet
90b955b1e9
Attempt to fix errors in Repair command tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:09 +01:00
Côme Chilliet
2a5e18b67a
Fix types in OCS json answer (status code is an int)
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:09 +01:00
Côme Chilliet
f2cdc4f47d
Fix crash in OCS when getting info about an application
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:09 +01:00
Côme Chilliet
0c466b7ff5
Attempt at reducing psalm errors
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:09 +01:00
Côme Chilliet
e91457d9cd
Improve typing in Entity.php
...
Removing @method in Entity brings even more errors.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:09 +01:00
Côme Chilliet
87ebf28eb4
Fix kerberos step name
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:08 +01:00
Côme Chilliet
a1af3572a4
Move all drone steps to PHP 8.0
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:08 +01:00
Côme Chilliet
f27c3d0a04
composer update php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:08 +01:00
Côme Chilliet
53cdd1ebff
Attempt at bumping psalm version
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:08 +01:00
Côme Chilliet
7ebbb6b2ca
Remove workarounds specific to 7.4
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:08 +01:00
Côme Chilliet
9369b67df3
Drop PHP 7.4 support for master (26)
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-20 11:22:07 +01:00
Joas Schilling
ab96942d92
Fix double where in CustomProperiesBackendTest
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-20 10:44:50 +01:00
Christoph Wurst
a8bad3a98f
fix(occ): Fix comment formatting of maintenance:repair command
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-20 10:00:41 +01:00
Christoph Wurst
fce87f8ddb
Merge pull request #36253 from nextcloud/chore/dav/remove-useless-var-tag
...
chore(dav): Remove useless var tag
2023-01-20 09:19:35 +01:00
Christoph Wurst
898d2923cc
chore(dav): Add void return type to test methods
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-20 08:38:43 +01:00
Joas Schilling
7f0a54c558
fix(querybuilder): Log a warning if where() is called again on a query builder object
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-20 07:41:19 +01:00
Joas Schilling
1aba0e22ba
Fix WHERE condition when selecting user's availability for the status automation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-20 07:21:22 +01:00
Nextcloud bot
5e3a3c0c8f
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-20 02:29:40 +00:00
Christoph Wurst
afd1ddb0ea
chore(dav): Make json_encode and json_decode throw on error
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-19 19:19:22 +01:00
Christoph Wurst
3c9ceffa7c
chore(dav): Remove useless var tag
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-19 19:05:23 +01:00
Christoph Wurst
d42d8b79e0
Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolation
...
fix(PHP8.2): Fix deprecated string interpolation syntax
2023-01-19 18:05:44 +01:00
Vincent Petry
aded13c61f
Merge pull request #35632 from nextcloud/debt/document-types-search-flag
...
docs: document types flag for search options
2023-01-19 17:45:30 +01:00
Vincent Petry
a25645648e
Merge pull request #36123 from nextcloud/user-settings-normalize-uid
...
normalize userid in user:setting
2023-01-19 17:45:01 +01:00
julia.kirschenheuter
f0b98d6469
Add success message to personal settings button
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2023-01-19 17:09:46 +01:00
Christoph Wurst
2e66acfab8
fix(PHP8.2): Fix deprecated string interpolation syntax
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-19 13:10:02 +01:00
Vincent Petry
6be58756f4
Merge pull request #36237 from nextcloud/bugfix/noid/disable-unreliable-tests
...
Disable unreliable acceptance tests
2023-01-19 11:33:42 +01:00
Daniel Kesselberg
ffb76d5475
docs: document types flag for search options
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-01-19 09:33:53 +00:00
Joas Schilling
1e2441ff6b
Disable unreliable acceptance tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-19 09:21:33 +01:00
Vincent Petry
e447530c29
Merge pull request #36223 from nextcloud/artonge/fix/allow_interaction_with_encrypted_folders
...
Allow interaction with encrypted folders
2023-01-19 09:20:35 +01:00
John Molakvoæ
eb40c069e1
Merge pull request #36203 from nextcloud/enh/a11y-search-menu
...
Port global search menu to focus trapped NcHeaderMenu
2023-01-19 08:25:22 +01:00
Nextcloud bot
aaf759bbb0
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-19 02:27:03 +00:00
Simon L
752f3a39f9
Merge pull request #36225 from Jachhj-sc/patch-1
...
Add check config.php for ffmpeg_path in PreviewManager.php. fix for snap no video preview
2023-01-18 22:14:22 +01:00
Anna
444f11b857
Merge pull request #36211 from nextcloud/enh/catch-recurrence-exception
...
fix(dav): catch MaxInstancesExceededException for recurring events without end date
2023-01-18 21:39:15 +01:00
William
fa12219629
Update lib/private/PreviewManager.php
...
fix lint issue
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: William <william.hak57@gmail.com >
2023-01-18 20:32:09 +01:00
William
81ec99ae33
Update config/config.sample.php
...
add better description
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: William <william.hak57@gmail.com >
2023-01-18 20:13:34 +01:00
Joas Schilling
950b71c6ae
Merge pull request #36219 from nextcloud/fix/correction-35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings
...
Correct title for button on federation actions button
2023-01-18 20:05:36 +01:00
Christopher Ng
966872f23b
Port global search menu to focus trapped NcHeaderMenu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-18 11:04:25 -08:00
Simon L
06a572ff55
Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-on-occ-maintenance-install
...
Remove the CAN_INSTALL file when occ maintenance:install is complete
2023-01-18 19:53:02 +01:00
William
138814f964
Merge pull request #1 from Jachhj-sc/patch-2
...
add documentation preview_ffmpeg_path
2023-01-18 19:35:52 +01:00
William
57a3a17db7
Merge branch 'nextcloud:master' into patch-1
2023-01-18 19:31:39 +01:00
William
2c4afdcdd1
add documentation preview_ffmpeg_path
...
add preview_ffmpeg_path documentation.
document custom path for ffmpeg so it can be used by the previewprovider to create video previews with the snap package of nextcloud.
Signed-off-by: William <william.hak57@gmail.com >
2023-01-18 19:26:48 +01:00
Joas Schilling
c5a01695d1
Merge pull request #36205 from nextcloud/bugfix/noid/fix-settings-section-icon-color
...
fix(search): Fix settings section icon color
2023-01-18 19:13:10 +01:00
John Molakvoæ
cd72bef78b
Merge pull request #36221 from nextcloud/artonge/feat/cypress_git_branch
...
Use current git branch by default when setting up cypress container
2023-01-18 19:01:58 +01:00
Louis Chemineau
15cf029d0d
Allow interaction with encrypted folders
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-18 17:03:18 +00:00
Louis Chemineau
535c228d57
Use current git branch by default when setting up cypress container
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-18 17:17:06 +01:00
Christoph Wurst
46dcbd3b77
Merge pull request #35783 from nextcloud/feat/inject-controller-services-into-methods
...
Inject services into controller methods
2023-01-18 17:00:54 +01:00
William
1409a7cc92
Update PreviewManager.php
...
add a check in config.php for a configured movieBinary path.
so now it first checks in config.php if preview_ffmpeg_path is configured.
Signed-off-by: William <william.hak57@gmail.com >
2023-01-18 16:30:41 +01:00
julia.kirschenheuter
6d13916a5f
Correct title for button on federation actions button
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2023-01-18 15:45:07 +01:00
Anna Larch
a9264b007f
fix(dav): catch MaxInstancesExceedeException for recurring events without end date
...
Ref https://github.com/nextcloud/calendar/issues/4811
Signed-off-by: Anna Larch <anna@nextcloud.com >
2023-01-18 15:40:36 +01:00
Christoph Wurst
20fcfb5739
feat(app framework)!: Inject services into controller methods
...
Usually Nextcloud DI goes through constructor injection. This has the
implication that each instance of a class builds the full DI tree. That
is the injected services, their services, etc. Occasionally there is a
service that is only needed for one controller method. Then the DI tree
is build regardless if used or not.
If services are injected into the method, we only build the DI tree if
that method gets executed.
This is also how Laravel allows injection.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-18 14:00:38 +01:00
Christoph Wurst
9e08e49998
Merge pull request #35419 from nextcloud/fix/login-csrf-not-logged-in-clear-cookies
...
Fix login loop if login CSRF fails and user is not logged in
2023-01-18 11:55:24 +01:00
Daniel
dfa1a7b33b
Merge pull request #36204 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-01-18 11:32:22 +01:00
Christoph Wurst
f22101d421
Fix login loop if login CSRF fails and user is not logged in
...
If CSRF fails but the user is logged in that they probably logged in in
another tab. This is fine. We can just redirect.
If CSRF fails and the user is also not logged in then something is
fishy. E.g. because Nextcloud contantly regenrates the session and the
CSRF token and the user is stuck in an endless login loop.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-18 09:39:17 +01:00
Joas Schilling
c35d82aece
Merge pull request #36198 from nextcloud/3rdparty-remove-ds
...
chore: drop dependency php-ds
2023-01-18 09:37:37 +01:00
John Molakvoæ
1a0f9b57be
Merge pull request #36002 from nextcloud/feat/files2vue-quota
...
feat(files): Quota in navigation
2023-01-18 08:05:04 +01:00
Joas Schilling
ab8b54f2f6
fix(search): Fix settings section icon color
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-18 07:18:42 +01:00
Joas Schilling
de5fb80478
chore: drop dependency php-ds
...
The dependency is not used.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-18 07:14:34 +01:00
Joas Schilling
634f5a17d9
Merge pull request #36194 from nextcloud/revert/35071
...
Fix failed revert for #35071
2023-01-18 07:01:05 +01:00
nextcloud-command
0d48e3c98c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2023-01-18 04:45:48 +00:00
Nextcloud bot
4dc3f4dcac
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-18 02:25:23 +00:00
Joas Schilling
184d57c843
Merge pull request #36190 from nextcloud/3rdparty-guzzle
...
chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and egulias/email-validator from 3.2.1 to 3.2.5
2023-01-17 21:55:09 +01:00
John Molakvoæ
b9906fb21e
feat(files): Quota in navigation
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-17 18:30:41 +01:00
Christoph Wurst
312f19d6a4
Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-application-property
...
fix(PHP8.2): Declare Symfony Application property in console application
2023-01-17 18:25:56 +01:00
John Molakvoæ
61446933e0
Fix failed revert for #35071
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-17 14:21:11 +01:00
John Molakvoæ
9af7ee8d11
Revert "Add alt to the logo, adapt css for logo"
...
This reverts commit bba5ab0532 .
2023-01-17 14:19:23 +01:00
John Molakvoæ
6e53aacd86
chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and
...
egulias/email-validator from 3.2.1 to 3.2.5
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-17 11:33:30 +01:00
Nextcloud bot
7ab34eefc5
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-17 02:26:53 +00:00
Joas Schilling
614e3e2969
Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-storage
...
Only expose storage location to admins
2023-01-16 22:27:37 +01:00
Joas Schilling
7f81ce5547
Merge pull request #36093 from nextcloud/techdebt/noid/improve-share-pw-generation
...
Improve password generation for link shares
2023-01-16 22:26:42 +01:00
Vincent Petry
018a597d9b
Merge pull request #36161 from nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target
...
still include the share target in the cache key for validating share mount
2023-01-16 15:25:12 +01:00
Vincent Petry
bfcb2690a4
Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storage
...
Improve saving applicable users in ext storage
2023-01-16 15:08:19 +01:00
Christoph Wurst
e2f4110a3f
fix(PHP8.2): Declare Symfony Application property in console application
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-01-16 14:55:16 +01:00
Vincent Petry
e9f7ea11bb
Improve password generation for link shares
...
Use web crypto when generating password for link shares
whenever the password policy app is disabled.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-16 14:35:08 +01:00
Vincent Petry
f0b9b6ebaa
Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-values
...
Ext storage configs default value support + enable SSL by default
2023-01-16 14:22:16 +01:00
Vincent Petry
60eac3fec5
Merge pull request #36113 from nextcloud/bugfix/noid/viewonly-versions
...
Extend ViewOnly DAV plugin to versions endpoint
2023-01-16 14:09:55 +01:00
Julius Härtl
8557c61389
Merge pull request #35970 from nextcloud/perf/noid/exception-serializer
2023-01-16 14:00:57 +01:00
Robin Appelman
c105b6a85d
still include the share target in the cache key for validating share mount
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-16 13:09:50 +01:00
Côme Chilliet
052f09633b
Merge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_api
...
Catch Exceptions when loading storage data of users
2023-01-16 11:40:51 +01:00
blizzz
dbfe7b1816
Merge pull request #36073 from nextcloud/fix/fix-background-job-list
...
Use a Generator for job list to fix background-job:list command
2023-01-16 11:10:10 +01:00
Julius Härtl
cf1bd0eb70
chore: Add typings to Log properties
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-16 09:47:31 +01:00
Julius Härtl
7daa20d309
fix(ExceptionSerializer): encode arguments before filtering the trace
...
This will avoid running into a Nesting level too deep error as the
encodeArg calls will limit potential recursive calls on the arguments to
a nesting level of 5
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-16 09:47:31 +01:00
Julius Härtl
00b7575c89
perf(logging): Return early when log level does not match before serializing an exception
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-16 09:47:31 +01:00
Côme Chilliet
5e090d044d
Merge pull request #36075 from fmenabe/s3-storage-class
...
Add support for s3 storage classes
2023-01-16 09:43:53 +01:00
Nextcloud bot
269bcdc17a
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-16 02:24:58 +00:00
Nextcloud bot
4267698115
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-15 02:24:46 +00:00
Nextcloud bot
5866418098
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-14 02:26:37 +00:00
Pytal
72fa249778
Merge pull request #35637 from nextcloud/enh/a11y-contacts-menu
2023-01-13 15:57:49 -08:00
Christopher Ng
f6aa5224c4
Focus trap contacts menu with NcHeaderMenu port
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-13 23:19:28 +00:00
Daniel
f7ff54860b
Merge pull request #36137 from nextcloud/dependabot/composer/nikic/php-parser-4.15.2
...
chore: bump nikic/php-parser from 4.10.5 to 4.15.2
2023-01-13 16:29:42 +01:00
Daniel Kesselberg
6f8ea702b9
chore: bump nikic/php-parser from 4.10.5 to 4.15.2
...
- [ ] Merge https://github.com/nextcloud/3rdparty/pull/1275
- [ ] Rebase
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-01-13 15:07:14 +01:00
Joas Schilling
ea85fea194
Merge pull request #36136 from nextcloud/bugfix/noid/add-color-to-acceptance-tests-output
...
feat(CI): Enforce colored output for acceptance tests on drone CI
2023-01-13 14:26:50 +01:00
Joas Schilling
238e9cf3a8
feat(CI): Enforce colored output for acceptance tests on drone CI
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-13 11:31:13 +01:00
Vincent Petry
6d0f80c253
Merge pull request #36124 from nextcloud/bugfix/noid/add-color-to-integration-tests-output
...
feat(CI): Enforce colored output for behat on drone CI
2023-01-13 11:30:13 +01:00
blizzz
2db1e75be2
Merge pull request #36067 from nextcloud/enh/noid/spaces-are-allowed-in-userids
...
spaces are allowed in userids
2023-01-13 10:45:27 +01:00
Vincent Petry
c24884d014
Only expose storage location to admins
...
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-13 10:31:19 +01:00
Vincent Petry
4e179e0e07
Enable SSL by default in ext storage configs
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-13 10:27:17 +01:00
Vincent Petry
a0f70988f4
Extend ext storage params to contain default value
...
Extend the external storage configuration parameters definition to allow
to specify a default value
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-13 10:27:17 +01:00
Vincent Petry
ecf6b7667b
Extend ViewOnly DAV plugin to versions endpoint
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-13 09:27:16 +00:00
Vincent Petry
b88864b899
Merge pull request #36130 from nextcloud/enh/a11y-share-link-label
...
Add always visible share label
2023-01-13 10:22:12 +01:00
Joas Schilling
97e83c31b4
Merge pull request #36131 from nextcloud/revert/32057
...
Revert "Fix sync errors for card creation with the same uri from different sources"
2023-01-13 09:08:35 +01:00
John Molakvoæ
62476a3691
Merge pull request #36121 from nextcloud/bugfix/noid/allow-keyup-enter-in-user-status
...
Allow keyup enter in user status
2023-01-13 07:34:09 +01:00
Nextcloud bot
9c01fed263
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-13 02:26:35 +00:00
Christopher Ng
e6f4705920
Revert "Fix sync errors for duplicate cards with the same UID for different backends"
...
This reverts commit ddcee3dbab .
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-13 02:11:09 +00:00
Christopher Ng
41d7f9dff2
Add visible share label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-12 22:42:40 +00:00
Pytal
bec52be8ed
Merge pull request #36056 from nextcloud/enh/a11y-share-link-index
...
Differentiate share links
2023-01-12 14:33:30 -08:00
Simon L
cc54a81b16
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-12 23:02:59 +01:00
Christopher Ng
f09300b343
Differentiate share links
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-12 17:23:47 +00:00
Côme Chilliet
1de26c84dd
Tear down in catch of an Exception
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-12 17:54:55 +01:00
Joas Schilling
c1e500b0e0
feat(CI): Enforce colored output for behat on drone CI
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-12 17:39:06 +01:00
Robin Appelman
975becb22e
normalize userid in user:setting
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-12 17:33:03 +01:00
Côme Chilliet
d74044f634
Fix API breakage by using a new method instead
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-12 17:18:59 +01:00
Côme Chilliet
e74f464662
Remove deprecated method getAll instead of breaking API on deprecated method
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-12 17:13:08 +01:00
Joas Schilling
19aa254bb9
chore(js): Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-12 17:04:51 +01:00
Joas Schilling
5506229d76
fix(user_status): Allow to use enter to complete characters without automatically closing the modal
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-12 16:57:37 +01:00
François Ménabé
710f3fd405
Support of s3 storage class in External Storage application
...
Signed-off-by: François Ménabé <francois.menabe@gmail.com >
2023-01-12 14:59:13 +01:00
François Ménabé
cf9bdc0274
Manage s3 storage class in objectstore
...
Signed-off-by: François Ménabé <francois.menabe@gmail.com >
2023-01-12 14:58:27 +01:00
Côme Chilliet
4edb96080d
Catch Exceptions when loading storage data of users
...
This avoids having the whole userlist crashing because a user external
storage fails to load. With this change only the problematic user
storage/quota information will be empty.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-12 12:01:21 +01:00
John Molakvoæ
d389b54e2a
Merge pull request #36109 from nextcloud/deps/nextcloud/vue-7.4.0-beta.1
...
Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability
2023-01-12 11:44:09 +01:00
Côme Chilliet
75fca38e66
Fix BackgroundJob list tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-12 11:40:18 +01:00
Julius Härtl
19e521e3cc
Merge pull request #35844 from nextcloud/debt/noid/add-explanation-for-get-new-preview-locations
...
doc: add description how BackgroundCleanupJob.getNewPreviewLocations works
2023-01-12 11:19:04 +01:00
Christopher Ng
3d7a027ad8
Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vue
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-12 10:22:25 +01:00
Vincent Petry
4f35cd5ebf
Improve saving applicable users in ext storage
...
Added a checkbox to prevent saving "All users" by mistake and giving
access to everyone when not wanted.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-12 10:13:12 +01:00
Nextcloud bot
dc7e2fbe48
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-12 02:24:43 +00:00
Simon L
69ef1bc7aa
Merge pull request #36054 from nextcloud/Valdnet-patch-4
...
l10n: Change to uppercase
2023-01-12 00:01:37 +01:00
Pytal
e532e035a4
Merge pull request #36108 from nextcloud/deps/nextcloud/logger-2.5.0
...
Bump @nextcloud/logger to 2.5.0
2023-01-11 13:32:28 -08:00
Christopher Ng
38a313d9e1
Bump @nextcloud/logger to 2.5.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-11 19:51:38 +00:00
Vincent Petry
c2165b84e6
Merge pull request #36001 from nextcloud/validate-user-tz
...
Validate user timezone given from login data before saving it
2023-01-11 19:53:37 +01:00
Vincent Petry
dc4c3bc8bc
Merge pull request #36095 from nextcloud/bugfix/noid/theming-limit-key
...
Limit key names when uploading theme images
2023-01-11 19:49:17 +01:00
Julius Härtl
72e8e36545
Merge pull request #35739 from nextcloud/logical-operators
...
Switch logical operators
2023-01-11 19:10:49 +01:00
John Molakvoæ
1e8c901f91
Merge pull request #36077 from nextcloud/enh/compress-sass-output
...
Compress SASS output
2023-01-11 19:04:29 +01:00
Christopher Ng
8700730204
Compress SASS output
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-11 17:46:32 +00:00
Git'Fellow
e855298b3c
Switch logical operators
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2023-01-11 16:27:33 +00:00
Vincent Petry
6e75931412
Limit key names when uploading theme images
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2023-01-11 16:16:44 +01:00
Julia Kirschenheuter
8393ae2777
Merge pull request #35901 from nextcloud/fix/35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings
...
Replace custom tooltips with native tooltips in personal and administration settings
2023-01-11 15:22:37 +01:00
julia.kirschenheuter
087f445499
Replace custom tooltips with native tooltips
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2023-01-11 14:22:47 +01:00
Julia Kirschenheuter
9bddc38f19
Merge pull request #35893 from nextcloud/fix/35888-Replace_custom_tooltips_with_native_one_for_Users_page
...
Replace custom tooltips with native ones in users page
2023-01-11 13:05:19 +01:00
Daniel
8af0c99ce4
Merge pull request #36006 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-01-11 12:47:20 +01:00
Julien Veyssier
b82db5fd5f
Merge pull request #36071 from nextcloud/enh/36043/improve-link-reference-content-type-check
...
improve link reference content-type check
2023-01-11 11:02:38 +01:00
julia.kirschenheuter
1935828941
Replace custom tooltips with native ones in users page
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2023-01-11 10:07:22 +01:00
Vincent Petry
afa2953e67
Merge pull request #36074 from nextcloud/fix/share-password
...
Fix inability to re-enter share password after invalid input
2023-01-11 09:26:29 +01:00
Vincent Petry
a9f92b69d9
Merge pull request #36069 from nextcloud/fix/fix-theming-repair-step
...
Fix theming migration repair step by passing correct type for argument
2023-01-11 09:15:01 +01:00
Vincent Petry
06b1adf9bb
Merge pull request #35903 from nextcloud/fix/35887-Replace_custom_tooltips_with_native_one_for_Apps_page
...
Replace custom tooltips with native ones in apps page
2023-01-11 09:12:21 +01:00
Joas Schilling
7f1e7815e9
Merge pull request #36058 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] Update ca-cert bundle
2023-01-11 08:31:42 +01:00
nextcloud-command
d4a98ecc43
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2023-01-11 04:30:35 +00:00
nextcloud-command
3d8e0a18b4
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com >
2023-01-11 04:30:21 +00:00
Nextcloud bot
380e5a4ee1
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-11 02:24:41 +00:00
Simon L
4014d4d0ff
Merge pull request #36065 from nextcloud/enh/noid/login-remove-js-nav
...
Remove js navigation on alternative login click
2023-01-11 00:41:57 +01:00
Christopher Ng
de7b7d3313
Fix inability to re-enter share password after invalid input
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-10 19:51:14 +00:00
Côme Chilliet
679682c186
Use a Generator for job list to fix background-job:list command
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-10 18:20:31 +01:00
Julien Veyssier
f0589523c8
improve link reference content-type check, accept 'text/html;*'
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-10 16:17:52 +01:00
Joas Schilling
fc096ae9db
Merge pull request #36048 from nextcloud/bugfix/36046/only-verify-the-same-hash-once
...
fix(authentication): Only verify each hash once
2023-01-10 15:40:11 +01:00
Côme Chilliet
09099cfaec
Fix theming migration repair step by passing correct type for argument
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-10 14:59:43 +01:00
Simon L
65fd24d5ae
Merge pull request #36063 from nextcloud/rakekniven-patch-1
...
l10n: Fixed typo
2023-01-10 14:57:23 +01:00
julia.kirschenheuter
36b2f6c12e
Replace custom tooltips with native ones in apps page
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2023-01-10 14:25:05 +01:00
zorn-v
2bcf94a88a
Remove js navigation on alternative login click
...
Signed-off-by: zorn-v <zorn7@yandex.ru >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-10 12:52:10 +00:00
Simon L
7271ec7acf
spaces are allowed in userids
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-10 13:25:27 +01:00
Alex Harpin
644df591b1
Rename canInstallExists method and add new method for removal
...
Rename canInstallExists to shouldRemoveCanInstallFile to cover removal of this file for non-git channels and logging any failure to remove it.
Add new method to detect if this file exists during web based installation.
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk >
2023-01-10 11:59:06 +00:00
Alex Harpin
d5b52ddd21
Log a warning to CLI install command if CAN_INSTALL is not removed
...
Log a warning for the CLI install command if the CAN_INSTALL file still exists at the end of the installation. This matches the warning logged by the web installer.
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk >
2023-01-10 11:59:06 +00:00
Alex Harpin
72af140723
Move CAN_INSTALL check to method and remove unlink from SetupController
...
Move the check for the CAN_INSTALL file in the config directory to a method in the Setup class and remove the call to unlink from the SetupController as this in now handled in the Setup class.
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk >
2023-01-10 11:59:06 +00:00
Alex Harpin
467c8a9d78
Remove the CAN_INSTALL file when occ maintenance:install is complete
...
When occ maintenance:install is run from the CLI, the CAN_INSTALL in the config directory is left in place when installed is set to true, whereas this file is removed when the web installer is used. Removing this file in the CLI command maintains consistency between the two. This allows automation tools an easier way to determine if this process has been completed.
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk >
2023-01-10 11:59:05 +00:00
Vincent Petry
10cca65ba6
Merge pull request #36052 from nextcloud/share-mount-check-cache-key-test
...
add test for shared mount conflict resolution
2023-01-10 12:39:53 +01:00
Vincent Petry
0c37d059dc
Merge pull request #35964 from nextcloud/IMigrationStep-fix
...
IMigrationStep progress bar fix
2023-01-10 12:39:31 +01:00
Julius Härtl
32e691f2f6
Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboard
2023-01-10 12:08:52 +01:00
rakekniven
17e5d0b985
l10n: Fixed typo
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-10 11:00:02 +00:00
Vincent Petry
4ecf4b4642
Merge pull request #35980 from nextcloud/remove-legacy-ajax-list
...
Remove unused legacy ajax/list.php in files app
2023-01-10 10:41:04 +01:00
Côme Chilliet
95520bc467
Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-dav
...
Get rid of deprecated at matcher in dav application tests
2023-01-10 10:18:50 +01:00
Nextcloud bot
1cfea13e94
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-10 02:24:52 +00:00
Valdnet
27b4b7346c
l10n: Change to uppercase
...
This is the application name, which should be capitalized.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-09 20:58:34 +00:00
Joas Schilling
2fb4dac7ad
fix(authentication): Update the token when the hash is null or can not be verified
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-09 16:32:36 +01:00
Joas Schilling
28b18d561c
fix(authentication): Only hash the new password when needed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-09 15:58:26 +01:00
Robin Appelman
6fcc1f5684
add test for shared mount conflict resolution
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-09 15:30:45 +01:00
Vincent Petry
42d9e087fb
Remove unused legacy ajax/list.php in files app
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-09 15:18:37 +01:00
Vincent Petry
79f1c30a31
Merge pull request #36043 from nextcloud/fix/36042/link-reference-less-strict-content-type-check
...
Link reference provider: Improve content-type check
2023-01-09 15:13:29 +01:00
Joas Schilling
c5bb19641c
fix(authentication): Invert the logic to the original intention
...
We need to store the new authentication details when the hash did **not** verify
the old password.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-09 15:13:08 +01:00
Vincent Petry
10ab0f2280
Merge pull request #36047 from nextcloud/share-mount-check-cache-key
...
fix cache key used to verify shared mountpoints
2023-01-09 15:11:47 +01:00
Joas Schilling
55d8aec759
fix(authentication): Only verify each hash once
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-09 14:53:12 +01:00
Robin Appelman
927174e325
fix cache key used to verify shared mountpoints
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2023-01-09 13:48:44 +01:00
Julia Kirschenheuter
3892c3edc9
Merge pull request #35655 from nextcloud/enh/35654-Replace_custom_tooltips_with_native_one_for_files_sharing
...
Replace custom tooltips with native one in vue components and views
2023-01-09 11:21:09 +01:00
Julien Veyssier
b07adddf39
in the link reference provider, check if the link content type begins with text/html
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-09 11:08:56 +01:00
Nextcloud bot
ff0a32f70f
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-09 02:24:48 +00:00
Nextcloud bot
0489921f3f
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-08 02:24:44 +00:00
Nextcloud bot
484f2fd5cc
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-07 02:24:09 +00:00
Simon L
0a85829138
Merge pull request #36027 from nextcloud/bug/noid/toggle-grid-invisible-sidebar-open
...
fix: show toggle grid view button with open sidebar
2023-01-06 11:14:02 +01:00
Nextcloud bot
d4a8cce174
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-06 02:24:57 +00:00
Louis
c16f59379b
Merge pull request #36024 from nextcloud/artonge/fix/file_list_scroll_while_dragging
...
Fix scrolling while dragging in file list view
2023-01-05 21:35:09 +01:00
Daniel Kesselberg
2a24c05b7b
fix: show toggle grid view button with open sidebar
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-01-05 19:42:52 +01:00
Côme Chilliet
574c6770d1
Get rid of deprecated at matcher in dav application tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-05 18:28:07 +01:00
Louis Chemineau
4236ee2485
Fix scrolling while dragging in file list view
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2023-01-05 17:20:18 +01:00
Simon L
a36848ce7f
Merge pull request #36016 from nextcloud/enh/noid/opengraph-link-reference-limits
...
Add restrictions when downloading to resolve with opengraph link provider
2023-01-05 16:01:14 +01:00
John Molakvoæ
c2b6922c33
Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycle
...
Hook into sabre event lifecycle for iMip Messages
2023-01-05 15:47:29 +01:00
John Molakvoæ
4cda13255d
Merge pull request #32057 from nextcloud/fix/make-UID-more-unique-for-systemaddressbook
...
Fix sync errors for card creation with the same uri from different sources
2023-01-05 15:44:37 +01:00
Joas Schilling
adef2b85c8
Merge pull request #36015 from nextcloud/techdebt/36014/fix-image-optimization
...
fix(CI): Check for the image-optimization binaries we want to use
2023-01-05 13:21:12 +01:00
Anna Larch
ddcee3dbab
Fix sync errors for duplicate cards with the same UID for different backends
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2023-01-05 12:19:51 +00:00
Joas Schilling
2171e37b7d
Merge pull request #36011 from nextcloud/bugfix/noid/fix-mail-icon
...
fix(ui): Fix SVG mail icon missing width/height
2023-01-05 12:54:26 +01:00
Julien Veyssier
552611d341
add restrictions on content-type and content-size when downloading to resolve with opengraph link provider
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-05 12:36:11 +01:00
Anna Larch
d58ecdcfad
Hook into sabre event lifecycle for iMip Messages
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2023-01-05 11:55:26 +01:00
Joas Schilling
e035c659a5
fix(CI): Check for the binaries we want to use
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-05 11:37:49 +01:00
Joas Schilling
7b47b85551
fix(ui): Fix and optimize more SVGs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-05 11:01:14 +01:00
Joas Schilling
d056fcb978
fix(ui): Fix SVG mail icon missing width and height
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-05 10:41:15 +01:00
John Molakvoæ
0e6a8d72f8
Merge pull request #36008 from nextcloud/bugfix/noid/files-routes
2023-01-05 10:31:33 +01:00
Simon L
b3b941b136
Merge pull request #36005 from nextcloud/fix/default-phone-region
...
Fix default phone region validation
2023-01-05 10:10:03 +01:00
julia.kirschenheuter
1063fbcb10
Replace custom tooltips with native one in vue components and views
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2023-01-05 08:57:58 +01:00
Julius Härtl
dbf6f4c81b
fix(files): Make sure that static routes on /apps/files still work
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-05 08:10:33 +01:00
Julius Härtl
18164ae516
Merge pull request #33898 from nextcloud/fix/authtoken-password-update
...
PublickKeyTokenProvider: Fix password update routine with password hash
2023-01-05 08:01:47 +01:00
Joas Schilling
77c016b9eb
Merge pull request #35667 from nextcloud/allow-target-blank-in-app-navigation
...
Allow target="_blank" in apps navigation items
2023-01-05 07:39:00 +01:00
Joas Schilling
5bcc277c86
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-05 07:14:20 +01:00
Thomas Citharel
56c5273206
Allow target="_blank" in app navigation items
...
Which was removed in the Vue rewrite in #33728 . This breaks things like https://github.com/nextcloud/external/issues/79
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-01-05 07:13:50 +01:00
Joas Schilling
4670c5b38f
Merge pull request #35981 from nextcloud/followup/35965/const-for-max-password-length
...
Add a const for the max user password length
2023-01-05 06:31:32 +01:00
Joas Schilling
411754a12a
Merge pull request #35979 from nextcloud/feature/talk-4657/show-local-time-in-avatar-menu
...
Show local time in avatar menu
2023-01-05 06:30:44 +01:00
Nextcloud bot
8162008672
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2023-01-05 02:24:26 +00:00
Pytal
8112c3d31a
Merge pull request #35996 from nextcloud/update-nc-vue-7.3.0
...
Bump @nextcloud/vue from 7.2.0 to 7.3.0
2023-01-04 17:59:23 -08:00
Vincent Petry
6f5b8a41a2
Bump @nextcloud/vue from 7.2.0 to 7.3.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-05 00:40:02 +00:00
Christopher Ng
4c111845e8
Fix default phone region validation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-01-05 00:26:34 +00:00
Anna
74a0ac8854
Merge pull request #34865 from nextcloud/enh/log-log-itip-message-response
...
Add logging to Scheduling Plugin
2023-01-04 23:20:56 +01:00
Simon L
fec5735fa0
Merge pull request #36000 from nextcloud/remove-jstz
...
Remove jstz usage from server
2023-01-04 22:40:34 +01:00
Thomas Citharel
ab6e7d33f8
Remove jstz usage from server
...
Every proper browser has this kind of data now, with more up-to-date
data than what's inside this package, which hasn't been updated in 3
years.
https://github.com/pellepim/jstimezonedetect/issues/6
https://github.com/pellepim/jstimezonedetect/issues/9
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2023-01-04 17:40:40 +00:00
Thomas Citharel
6b7da88b0b
Validate user timezone given from login data before saving it
...
Follow-up to #36000
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-01-04 18:13:25 +01:00
John Molakvoæ
e235c6438c
Merge pull request #35772 from nextcloud/feat/files2vue-navigation
...
Port Files navigation to vue
2023-01-04 17:54:08 +01:00
Anna Larch
05f2dc68fc
[WIP] Add logging to Scheduling Plugin
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2023-01-04 16:58:00 +01:00
John Molakvoæ
62497323ed
feat(files): Add clipboard copy to webdav url in files settings
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:17 +01:00
John Molakvoæ
811ba0bd3b
fix(files): Settings & cypress fixes
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:17 +01:00
John Molakvoæ
b9d3e17bce
Hide settings when empty
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:17 +01:00
John Molakvoæ
7339355dde
Fix favourite opening
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:16 +01:00
John Molakvoæ
e2da30a0c5
Add component testing workflow
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:16 +01:00
John Molakvoæ
0a3ef8b74b
Fixing tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:16 +01:00
John Molakvoæ
5b9a8f0407
Add component testing
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:46:14 +01:00
John Molakvoæ
8f1bf13ae3
Fix preview crop
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:45:54 +01:00
John Molakvoæ
5c987a0ff4
Port settings to Modal
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:45:52 +01:00
John Molakvoæ
887c9e05de
Port Files navigation to vue
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2023-01-04 16:45:41 +01:00
Vincent Petry
36b6a7c771
Merge pull request #35975 from nextcloud/updateCrl
...
Update crl after revoke files_bpm.csr
2023-01-04 16:28:11 +01:00
Joas Schilling
97e33c2bd4
Fix unit tests of the ActionProviderStore
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-04 16:17:43 +01:00
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
2023-01-04 16:16:21 +01:00
Joas Schilling
a8d637524f
Merge pull request #35941 from nextcloud/CarlSchwan-patch-1
...
Remove myself from being codeowner of some modules
2023-01-04 16:08:11 +01:00
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 >
2023-01-04 14:08:55 +01:00
John Molakvoæ
e731a36bb3
Merge pull request #35978 from nextcloud/bugfix/noid/fix-user-status-icon-in-avatar-menu
2023-01-04 13:25:37 +01:00
Vincent Petry
7e58906a85
Merge pull request #35972 from nextcloud/fix/34777/improve-app-sidebar
...
appsidebar should be compact when opened on small heights
2023-01-04 12:46:35 +01:00
Simon L
926546333c
Merge pull request #35974 from CaptainSifff/master
...
elaborate on what is required for using the tempdirectory setting of nextcloud
2023-01-04 12:14:08 +01:00
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 >
2023-01-04 11:41:00 +01:00
Joas Schilling
b4a29644cc
Add a const for the max user password length
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-04 11:23:43 +01:00
Joas Schilling
a4fec95e57
Fix user status icon in avatar menu
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-04 11:13:06 +01:00
Joas Schilling
8eca26012f
Show local time in avatar menu
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-04 11:09:58 +01:00
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 >
2023-01-04 09:17:30 +00:00
Joas Schilling
ce50acd9b2
Merge pull request #35965 from nextcloud/bugfix/noid/limit-length-when-reseting-password
...
Also limit the password length on reset
2023-01-04 09:51:54 +01:00
Joas Schilling
c8160a6150
Merge pull request #35873 from leegarrett/35830_lgarrett
...
Implement occ status command via return codes v2 (Fixes : #35704 )
2023-01-04 09:51:12 +01:00
Joas Schilling
348454cb91
Merge pull request #35876 from bennet0496/patch-mail-header
...
Adding option to set Auto-Submitted email header
2023-01-04 09:34:14 +01:00
Julius Härtl
bd6ac2841d
chore(version): Bump dev version to trigger database migration
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-04 08:30:53 +01:00
Marcel Klehr
adfe367106
PublickKeyTokenProvider: Fix password update routine with password hash
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2023-01-04 08:30:53 +01:00
Vitor Mattos
4dd41b98f0
Update crl after revoke files_bpm.csr
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2023-01-04 02:48:28 +00:00
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 >
2023-01-04 01:14:40 +01:00
Simon L
b37a4950e4
Merge pull request #35969 from bbx-github/patch-1
...
fix link to documentation of php function
2023-01-03 20:32:49 +01:00
Julius Härtl
5b67b92f73
chore(OCP): Remove deprecated dashboard interfaces and classes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-01-03 20:18:23 +01:00
bbx-github
08f9d71449
fix link to documentation of php function
...
Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com >
2023-01-03 18:31:05 +01:00
Joas Schilling
9cfaf27142
Also limit the password length on reset
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-03 16:36:01 +01:00
Git'Fellow
8eda4ddc9e
IMigrationStep progress bar fix
...
Context here: https://github.com/nextcloud/server/issues/35960
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2023-01-03 16:32:44 +01:00
Bennet Becker
c8bde160cd
fix missing class in NewUserMailHelper and static code analysis errors
...
Signed-off-by: Bennet Becker <dev@bennet.cc >
2023-01-03 16:23:41 +01:00
Daniel Kesselberg
71a6030706
docs: add description how BackgroundCleanupJob.getNewPreviewLocations works
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-01-03 16:03:02 +01:00
Joas Schilling
2c1a811e27
No output by default when --exit-code is used
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-03 15:43:25 +01:00
Bennet Becker
5a1cc8de9b
update usages of AutoSubmittedValue to AutoSubmitted::VALUE_
...
Signed-off-by: Bennet Becker <dev@bennet.cc >
2023-01-03 15:28:43 +01:00
Bennet Becker
bd846df699
updating autoloader files
...
Signed-off-by: Bennet Becker <dev@bennet.cc >
2023-01-03 15:16:05 +01:00
Bennet Becker
4dc0957164
refactor AutoSubmittedValue to Headers\AutoSubmitted and adding
...
header name to constants
Signed-off-by: Bennet Becker <dev@bennet.cc >
2023-01-03 15:15:35 +01:00
Côme Chilliet
06da8adcd3
Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997
...
Code fixes from PR 34997
2023-01-03 14:32:31 +01:00
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
2023-01-03 14:14:36 +01:00
Joas Schilling
b956b0e8c0
Merge pull request #35956 from nextcloud/docs/ipv6-cidr
...
docs: trusted_proxies support IPv6 ranges
2023-01-03 14:05:25 +01:00
EWouters
3a9173cbac
[Fix]: scan-app-data conversion
...
Adapted from sugestions by @Hiyoal in #34283 and @st3iny in #35935 .
See https://github.com/nextcloud/server/issues/34283#issuecomment-1288075064
and https://github.com/nextcloud/server/pull/35935#discussion_r1059905594 .
Closes #34283 .
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud >
Signed-off-by: EWouters <6179932+EWouters@users.noreply.github.com >
2023-01-03 13:52:34 +01:00
Joas Schilling
48d6000468
chore(CI): Improve rate limit situation when installing phpunit
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-03 13:33:49 +01:00
Joas Schilling
8e1f742355
Print output also with status code
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-03 12:47:58 +01:00
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 >
2023-01-03 12:17:21 +01: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 +01:00
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
2023-01-02 16:38:05 +01:00
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
2023-01-02 16:31:28 +01:00
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 >
2023-01-02 15:17:38 +01:00
Côme Chilliet
b843d09810
Fix typing errors in settings tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-02 15:13:00 +01:00
Côme Chilliet
61895e9c79
Fix files_external tests with phpunit 9
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-02 15:12:01 +01:00
Côme Chilliet
3c0b1bdc30
Remove redundant cast to string in user_ldap
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-02 15:11:13 +01:00
Côme Chilliet
e4a780127d
Small fix in OC_API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-02 15:05:18 +01:00
Côme Chilliet
a372564850
Fix psalm spotted errors with new requirements
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-01-02 15:02:28 +01:00
Julius Härtl
8f7996fb1b
Merge pull request #28117 from nextcloud/bugfix/noid/dav-checksum-values
...
Align checksum dav property with desktop client parsing
2023-01-02 13:38:04 +01:00
Carl Schwan
00b6cf9d2e
Remove myself from being codeowner of some modules
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2023-01-02 12:37:30 +01:00
Joas Schilling
f998fe0af3
Update the user status dashboard widget and fix the icon color
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-01-02 11:38:27 +01:00
Julien Veyssier
64925eca58
avoid using the word 'password' in the APP_TOKEN_CREATED activity
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2023-01-02 10:40:08 +01:00
Nextcloud bot
e4e20bf40a
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-31 02:50:54 +00:00
Julius Härtl
b8046e2ba4
Align checksum dav property with desktop client parsing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-30 16:55:35 +01:00
John Molakvoæ
21254b02eb
fix(actions): php-lint
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2022-12-30 11:05:32 +01:00
John Molakvoæ
0459f58a03
Merge pull request #35911 from nextcloud/fix/workflows-8.0
...
chore(actions): update php min supported to 8.0
2022-12-30 11:03:38 +01:00
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 >
2022-12-30 10:30:49 +01:00
Simon L
9cef2c0745
Merge pull request #35913 from nextcloud/revert-35891-fix/34755/disable-setimageformat
...
Revert "avatar generation - disable setimageformat"
2022-12-29 13:53:24 +01:00
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 >
2022-12-29 12:36:34 +01:00
Simon L
f57a810276
Revert "avatar generation - disable setimageformat"
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-12-29 11:06:22 +01:00
John Molakvoæ
e6b56a425b
8.2 is not supported yet
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-12-29 10:51:07 +01:00
John Molakvoæ
eab9ed6e09
fix(actions): Update psalm github action
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-12-29 10:46:48 +01:00
John Molakvoæ
0dc1aef292
chore(actions): update php min supported to 8.0
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-12-29 10:37:27 +01:00
John Molakvoæ
0558f4cb26
Merge pull request #35912 from nextcloud/fix/lockfile
...
chore(npm): fix lockfile
2022-12-29 10:36:26 +01:00
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
Bennet Becker
9d9a0b7e06
use constant as default value in value getter
...
Signed-off-by: Bennet Becker <dev@bennet.cc >
2022-12-26 23:20:15 +01: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
Bennet Becker
04c3c87946
Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"
...
This reverts commit 77569bae45 .
Signed-off-by: Bennet Becker <dev@bennet.cc >
2022-12-24 14:56:32 +01: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
Bennet Becker
f5bf2517ca
revert .htaccess to commit previous to PR
...
(was changed by autoloaderchecker.sh or composer?)
Signed-off-by: Bennet Becker <dev@bennet.cc >
2022-12-23 22:27:33 +01:00
Bennet Becker
411467af57
fix static-analysis error and formatting code
...
Signed-off-by: Bennet Becker <dev@bennet.cc >
2022-12-23 21:48:52 +01:00
Bennet B
4b992cdf7f
Update PHPDoc annotation in lib/public/Mail/IMessage.php
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com >
Signed-off-by: Bennet B <bennet0496@users.noreply.github.com >
2022-12-23 19:27:18 +01:00
Bennet Becker
eec1ebb848
Updating unit test for NewUserMailHelper, to test for autosumbitted
...
header
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de >
2022-12-23 19:27:09 +01:00
Bennet Becker
77569bae45
ran build/autoloaderchecker.sh after adding AutoSubmittedValue class
...
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de >
2022-12-23 19:26:58 +01:00
Bennet Becker
c1c6d215c7
fix getAutoSubmitted return type and adding unit tests
...
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de >
2022-12-23 19:26:49 +01:00
Bennet Becker
7a9f4fbbbe
Setting Auto-Submitted header for calendar events and new user mail
...
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de >
2022-12-23 19:26:38 +01:00
Bennet Becker
b3d9b57815
Adding API method to set the Auto-Submitted header to OCP\Mail\IMessage
...
and implementation in OC\Mail\Message
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de >
2022-12-23 19:26:20 +01: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
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 +01: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 +01:00
Robin Appelman
cb4648df77
add some tests for mimetype check
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-12-20 13:28:40 +01: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01:00
Nextcloud bot
7929e6d91d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-20 02:22:09 +00: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 +01: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 +01: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 +01: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 +01: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 +01: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 +01:00
Côme Chilliet
4758bdc476
Use a dedicated LDAP host and port for background jobs if configured
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 14:15:46 +01:00
Côme Chilliet
75e369d306
Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-groups
...
Cache the fetched list of groups
2022-12-19 12:34:05 +01:00
Vincent Petry
1bae41ccec
Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfo
...
Use display name cache on getStorageInfo
2022-12-19 12:07:43 +01:00
Côme Chilliet
723c1b8adc
Fix user_ldap tests now that list of groups gets cached
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 11:59:45 +01:00
Côme Chilliet
1bc51a059b
Fix parameter type for EntityCollection::setReadMarker in comments app
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 11:44:27 +01:00
Côme Chilliet
2d14bd828f
Bump phpseclib/phpseclib to 2.0.40 in master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 11:22:46 +01:00
Julius Härtl
26e413b78d
Merge pull request #35496 from nextcloud/fix/strict-typing-in-base
2022-12-19 11:05:02 +01:00
Côme Chilliet
cbbb0712db
Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subject
...
Compute notification parsed subject from rich subject when possible
2022-12-19 10:46:39 +01:00
Côme Chilliet
585cf0022c
Put back baseline for the enableAppForGroups type mismatch
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:41 +00:00
Côme Chilliet
a1301de7fa
Revert "Just use string for groups in enableAppForGroups"
...
This reverts commit e17244e92fb316d2f2e3fd1ae343bd47b54395b8.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:41 +00:00
Côme Chilliet
3cce9aa547
Just use string for groups in enableAppForGroups
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:41 +00:00
Côme Chilliet
7996a12aef
Silence false-positive from psalm in lib/public/Log/functions.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:41 +00:00
Côme Chilliet
a529aa79d8
Strong type singletons from lib/base.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:41 +00:00
Côme Chilliet
e1d324f7eb
Migrate lib/base.php to LoggerInterface
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:40 +00:00
Côme Chilliet
26d75add8f
Put back cast to string now that timelimit is an int
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:40 +00:00
Côme Chilliet
7372da6c6d
Fixing more psalm errors from lib/base.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:40 +00:00
Côme Chilliet
444811b0fe
Use Server::get some more
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:40 +00:00
Côme Chilliet
cf508c1e47
Use strict typing in base.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:10:40 +00:00
Côme Chilliet
e553cd1bb9
Fix comments and dav tests with Notifications and Activity changes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-19 09:57:32 +01:00
Julius Härtl
884da19198
Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-back
2022-12-19 09:50:25 +01:00
Christoph Wurst
58a0740794
fix(logging): Fix array to string conversion in errorlog writer
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-12-19 09:31:55 +01:00
Stanimir Bozhilov
7dcd6eb561
Merge branch 'master' into add-scim-json-support
...
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com >
2022-12-19 09:07:38 +01:00
Nextcloud bot
e12aaa2988
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-19 02:21:31 +00:00
Nextcloud bot
82ef0affa7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-18 02:19:47 +00:00
Nextcloud bot
5044161a80
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-17 02:19:40 +00:00
Vincent Petry
346f990e8d
Merge pull request #34629 from nextcloud/fix/case-sensitivity-email-ldap
...
Fix case sensitivity of email when saving settings
2022-12-16 22:46:22 +01:00
Julius Härtl
1746344481
Use display name cache on getStorageInfo
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Adapt test to also run isolated
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-16 17:15:21 +00:00
Vincent Petry
f9ea078e27
Add unit test for case insensitive email saving
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-12-16 17:47:42 +01:00
Carl Schwan
7f44a66296
Fix case sensitivity of email when saving settings
...
Otherwise we detect a email change all the time and since email are
immutable in ldap this prevent updating other fields.
Related: https://github.com/nextcloud/server/pull/33813
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-12-16 17:47:42 +01:00
Vincent Petry
3b7cc31f64
Merge pull request #34924 from nextcloud/cache-jail-path-prefix
...
escape path prefix when doing cache jail search
2022-12-16 17:27:15 +01:00
Vincent Petry
4f2923862a
Merge pull request #35108 from nextcloud/encryption-fix-versions-all
...
allow running encryption:fix-encrypted-version for all users
2022-12-16 17:20:40 +01:00
Vincent Petry
7adfdf5248
Merge pull request #35537 from nextcloud/fix/dependency-injection-error
...
Improve dependency injection error message
2022-12-16 16:49:23 +01:00
Vincent Petry
d33f707bfd
Merge pull request #35609 from nextcloud/add-data-section-id
...
Add section-id and section-type data attributes to settings <li> navigation items
2022-12-16 16:38:15 +01:00
Vincent Petry
4322fc3a0d
Merge pull request #35679 from nextcloud/catch-not-found-exception-in-jscombiner
...
Catch NotFoundException as well in JSCombiner
2022-12-16 16:28:47 +01:00
Vincent Petry
c3c8b5f368
Merge pull request #35718 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.5
...
Bump @testing-library/jest-dom from 5.16.4 to 5.16.5
2022-12-16 16:23:18 +01:00
Vincent Petry
ae6fe874ed
Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter-cast
...
Fix missing cast of double controller parameters
2022-12-16 16:18:35 +01:00
Vincent Petry
6737deabbf
Merge pull request #35784 from nextcloud/chore/strict-login-controller
...
Make the LoginController strict
2022-12-16 16:16:31 +01:00
Vincent Petry
2881a2f6dd
Merge pull request #35779 from nextcloud/catchTypeError
...
[PHP8] check if params given to API are really an array
2022-12-16 11:41:36 +01:00
Vincent Petry
8a0add4ecb
Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-event
...
Rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent
2022-12-16 11:40:13 +01:00
Nextcloud bot
a0fe76fbd2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-16 02:19:51 +00:00
Julien Veyssier
73f2876d64
rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2022-12-15 17:37:34 +01:00
Christoph Wurst
138deec333
chore: Make the LoginController strict
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-12-15 10:52:28 +01:00
John Molakvoæ
c9dcf3988a
Merge pull request #35717 from nextcloud/deps/nextcloud/vue-7.2.0
...
Bump @nextcloud/vue to 7.2.0
2022-12-15 10:48:05 +01:00
Christopher Ng
b3afa74848
Bump @nextcloud/vue to 7.2.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-15 09:51:28 +01:00
Christoph Wurst
b6dd1a1d7b
fix(app framework): Fix missing cast of double controller parameters
...
``settype`` allows 'double' as alias of 'float'.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-12-15 09:33:52 +01:00
Artur Neumann
81f2857f34
check if params given to API are really an array
...
Signed-off-by: Artur Neumann <artur@jankaritech.com >
2022-12-15 13:45:22 +05:45
Nextcloud bot
0d6a706bc0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-15 02:18:48 +00:00
John Molakvoæ
04f68622cc
Merge pull request #35533 from nextcloud/revert-35240-enh/a11y-share-button
...
Revert "Copy to clipboard with button instead of link"
2022-12-14 08:23:37 +01:00
Nextcloud bot
e1aa6a2bf5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-14 02:21:56 +00:00
Christopher Ng
fb2fb0d2d5
Revert "Copy to clipboard with button instead of link"
...
This reverts commit 4ffc022c8b .
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-14 00:57:57 +00:00
John Molakvoæ
8a1a32fb09
Merge pull request #35745 from nextcloud/screenshot
...
Update README main screenshot
2022-12-13 14:53:45 +01:00
Julien Veyssier
104a1097b5
Merge pull request #35621 from nextcloud/enh/noid/sabre-plugin-publicwebdav
...
Allow additional Sabre plugins in publicwebdav.php
2022-12-13 11:20:17 +01:00
Git'Fellow
fd4f8fac2d
Typo in URL
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2022-12-13 10:01:50 +01:00
Git'Fellow
6969ede861
Update README main screenshot
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2022-12-13 09:56:00 +01:00
Nextcloud bot
32ef1f5932
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-13 02:32:57 +00:00
Nextcloud bot
4994b73169
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-13 02:21:37 +00:00
Simon L
c8072b215f
Merge pull request #35562 from nextcloud/bug/33187/read-userid-from-token
...
Read loginName from token
2022-12-12 23:53:37 +01:00
Pytal
f503712d31
Merge pull request #35714 from nextcloud/fix/vue-select-styles-the-sequel
2022-12-12 12:06:42 -08:00
Daniel Kesselberg
b5f6ecfb00
Fix GH-33187
...
$this->userId is null when loggedin via app password.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-12-12 19:12:18 +00:00
dependabot[bot]
da8e335e74
Merge pull request #35719 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.27
2022-12-12 15:10:49 +00:00
dependabot[bot]
3c63bd1cfa
Bump phpunit/phpunit from 9.5.26 to 9.5.27 in /build/integration
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.26 to 9.5.27.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 14:32:16 +00:00
Julien Veyssier
2d860d2c39
use modern event dispatch
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2022-12-12 14:04:11 +01:00
Julien Veyssier
da9ffe4efc
allow additional Sabre plugins in publicwebdav.php
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2022-12-12 13:56:40 +01:00
Nextcloud bot
96128192b5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-12 02:19:53 +00:00
Stanimir Bozhilov
ed902d58b6
Remove type doc for regex const
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com >
2022-12-11 16:07:44 +02:00
John Molakvoæ
4aafba68b4
Merge pull request #35689 from pulsejet/patch-heicrotate
...
preview: fix HEIC orientation
2022-12-11 11:18:34 +01:00
Nextcloud bot
87602dfd50
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-11 02:31:09 +00:00
Julius Härtl
a6761d76ea
fix: Make sure to reopen session before cleaning
...
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 >
2022-12-10 13:37:55 +01:00
dependabot[bot]
be78a84092
Bump @testing-library/jest-dom from 5.16.4 to 5.16.5
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.16.4 to 5.16.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-10 03:31:57 +00:00
Nextcloud bot
8d1142cfb9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-10 02:20:51 +00:00
Christopher Ng
9012e89431
Fix vue-select styles
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-10 01:35:14 +00:00
Simon L
51f8b9c591
Merge pull request #35097 from nextcloud/bugfix/noid/improve-email-results
...
Improve email results for sharing
2022-12-09 23:45:13 +01:00
Joas Schilling
8295c7bf53
Merge pull request #35389 from nextcloud/bugfix/noid/fix-app-icons-in-dark-mode
2022-12-09 23:16:24 +01:00
Joas Schilling
269df904a3
Improve email search results
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-12-09 22:40:47 +01:00
Joas Schilling
256fbe9d77
Validate if the user part of a "cloud id" can even be a valid user id
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-12-09 22:40:46 +01:00
Joas Schilling
2f7a1fca5f
Merge pull request #34477 from nextcloud/bugfix/noid/sharee-recommendations-show-group-id
...
Show group name instead of group id as recommendation
2022-12-09 22:39:28 +01:00
Joas Schilling
43918fa802
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-12-09 22:38:53 +01:00
Joas Schilling
3e3eaa4282
Use correct filter for app icons in the right sidebar of app management
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-12-09 22:36:52 +01:00
Vincent Petry
21576ff271
Merge pull request #35705 from nextcloud/bugfix/noid/update-sensitive-config-list
...
Update sensitive config list of Talk
2022-12-09 17:47:52 +01:00
Joas Schilling
cf34aa557b
Update sensitive config list of Talk
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-12-09 16:41:59 +01:00
MichaIng
bbf0f6ad0d
Merge pull request #35672 from nextcloud/audit-fix-handlerbars-loader
...
Updte handlebars-loader to 1.7.3
2022-12-09 16:27:17 +01:00
John Molakvoæ
5ede6c736f
Merge pull request #35700 from nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.3
...
Bump handlebars-loader from 1.7.2 to 1.7.3
2022-12-09 09:19:13 +01:00
dependabot[bot]
51243ed672
Merge pull request #35695 from nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.35
2022-12-09 08:08:01 +00:00
dependabot[bot]
e7a4bb5742
Merge pull request #35693 from nextcloud/dependabot/npm_and_yarn/jsdoc-4.0.0
2022-12-09 08:00:32 +00:00
Varun Patil
7004c1e9f8
preview: fix HEIC orientation
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu >
2022-12-08 23:14:13 -08:00
dependabot[bot]
7d75bacc48
Bump handlebars-loader from 1.7.2 to 1.7.3
...
Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/pcardune/handlebars-loader/releases )
- [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: handlebars-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-09 06:46:30 +00:00
dependabot[bot]
a6eb2e6688
Bump karma-spec-reporter from 0.0.34 to 0.0.35
...
Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter ) from 0.0.34 to 0.0.35.
- [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases )
- [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.34...v0.0.35 )
---
updated-dependencies:
- dependency-name: karma-spec-reporter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-09 06:43:58 +00:00
dependabot[bot]
42eea94bb7
Bump jsdoc from 3.6.10 to 4.0.0
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.6.10 to 4.0.0.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.10...4.0.0 )
---
updated-dependencies:
- dependency-name: jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-09 06:43:04 +00:00
John Molakvoæ
d2bc064928
Merge pull request #35686 from nextcloud/tooling/noid/dependabot-stable-branches
...
take out stable23 from dependabot config
2022-12-09 07:41:45 +01:00
Nextcloud bot
409098c45f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-09 02:22:58 +00:00
dependabot[bot]
82a192e1cc
Merge pull request #35120 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.3.3
2022-12-09 01:22:05 +00:00
dependabot[bot]
c1c553c2a3
Bump @vue/test-utils from 1.3.0 to 1.3.3
...
Bumps [@vue/test-utils](https://github.com/vuejs/test-utils ) from 1.3.0 to 1.3.3.
- [Release notes](https://github.com/vuejs/test-utils/releases )
- [Commits](https://github.com/vuejs/test-utils/commits )
---
updated-dependencies:
- dependency-name: "@vue/test-utils"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-09 00:49:47 +00:00
Pytal
8650aff718
Merge pull request #35529 from nextcloud/enh/a11y-search-describedby
2022-12-08 14:58:56 -08:00
Arthur Schiwon
d8d6bc302e
take out stable23 from dependabot
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-12-08 22:29:56 +01:00
John Molakvoæ
0dd128b981
Merge pull request #35666 from nextcloud/fix/header-bright-no-bg
...
Invert header if primary is bright and background disabled
2022-12-08 22:28:10 +01:00
John Molakvoæ
dcd0878458
Merge pull request #35665 from nextcloud/revert-35165-fix/vue-select-styles
2022-12-08 18:47:29 +01:00
Stanimir Bozhilov
ca39261342
Update phpDoc of the content type JSON regex and fix the regex delimiter
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com >
2022-12-08 18:16:59 +01:00
John Molakvoæ
1acd42e10c
Invert header if primary is bright and background disabled
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-12-08 17:52:50 +01:00
Vincent Petry
26052bf32c
Merge pull request #35660 from nextcloud/enh/a11y-input-border
...
Increase default global input field border contrast
2022-12-08 17:37:45 +01:00
Côme Chilliet
f7cd7047a2
Merge pull request #24574 from zenlord/ldapi-unix-socket-support
...
Ldapi unix socket support
2022-12-08 17:25:00 +01:00
Côme Chilliet
f676076482
Throw on missing type of rich subject parameter
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-08 17:17:58 +01:00
Stanimir Bozhilov
b44befa881
Move JSON content type regex to IRequest and make it a const
2022-12-08 15:11:23 +01:00
Thomas Citharel
34ce53355a
Catch NotFoundException as well in JSCombiner
...
Follow-up to #35576
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-12-08 11:50:50 +01:00
Côme Chilliet
04b2803e02
Merge pull request #35662 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-12-08 11:09:18 +01:00
John Molakvoæ
2d5fe7ec23
Revert "Disable style override on vue-select elements"
2022-12-08 11:02:07 +01:00
Vincent Petry
424836eb79
Updte handlebars-loader to 1.7.3
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-12-08 10:41:33 +01:00
Julia Kirschenheuter
11d7cd0974
Merge pull request #35071 from nextcloud/fix/384-missing_alt_text_for_logo_on_multiple_pages
...
Add alt to the logo, adapt css for logo
2022-12-08 10:36:34 +01:00
Julius Härtl
fa7364ed17
Merge pull request #35223 from nextcloud/perf/container-autoload
...
Smaller performance optimizations
2022-12-08 10:35:57 +01:00
Joas Schilling
f1cc6cdf01
Merge pull request #35534 from nextcloud/bugfix/noid/language-fixes
...
Language fixes in example config
2022-12-08 09:40:36 +01:00
julia.kirschenheuter
bba5ab0532
Add alt to the logo, adapt css for logo
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-08 09:28:25 +01:00
Joas Schilling
d230fd145a
Language fixes in example config
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-12-08 09:02:47 +01:00
nextcloud-command
c0f821ae30
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-12-08 04:29:04 +00:00
Nextcloud bot
fabcd68a5e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-08 02:19:29 +00:00
Christopher Ng
9158a7d484
Improve verbosity of search description
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-08 02:05:03 +00:00
dependabot[bot]
02db3b552e
Merge pull request #34984 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.2
2022-12-08 00:39:02 +00:00
Christopher Ng
20da75f5ab
Increase default input field border contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-08 00:28:15 +00:00
dependabot[bot]
30e677666e
Bump bamarni/composer-bin-plugin from 1.8.1 to 1.8.2
...
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases )
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.8.1...1.8.2 )
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 00:01:36 +00:00
Julius Härtl
4bcaeb6c2c
Drop 3rdparty root since it is unused and adjust tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 23:55:32 +01:00
Simon L
65988beaf0
Merge pull request #35586 from J0WI/public.systemvalue
...
Replace getSystemValue with getSystemValueString in Util.php
2022-12-07 23:49:01 +01:00
Julius Härtl
f0a0bfaaee
Move to str_starts_with
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:06 +01:00
Julius Härtl
306d7829b5
Cache available languages locally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:06 +01:00
Julius Härtl
be4c061b75
Set apcu prefix for composer
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:06 +01:00
Julius Härtl
3e5838198c
Use single resource locator instance
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:05 +01:00
Julius Härtl
b2af916872
Take some shortcut when setting up the application class
...
When getting the application class we can ask the app container directly
and skip the server container as it won't find a match and fallback to
the app container anyways
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:05 +01:00
Julius Härtl
3899de12b7
Skip querying the app container for server namespace
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:05 +01:00
Julius Härtl
d7ecbe32d2
Avoid container dance for appName
...
Sicne the appName is always passed for the DIContainer we can avoid
using the container query logic and instead store and use a property
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 22:32:04 +01:00
Julius Härtl
87e638b1f8
Merge pull request #35649 from nextcloud/bugfix/object-storage-master-key-enc
...
Update the unencrypted file size when closing streams
2022-12-07 22:03:13 +01:00
Julius Härtl
0012787f73
Merge pull request #35590 from J0WI/encryption.getsysvalue
...
Replace getSystemValue in encryption app
2022-12-07 21:31:42 +01:00
Simon L
50faf9e1e8
Merge pull request #35653 from nextcloud/bug/noid/update-minio-image
...
ci: update minio image for s3 primary storage tests
2022-12-07 21:29:17 +01:00
Carl Schwan
7ac2d310a7
Merge pull request #35176 from bjornfor/add-asciidoc-mime-type
...
Add text/asciidoc mimetype
2022-12-07 21:22:08 +01:00
Julius Härtl
3c8fb59fa4
Merge pull request #35620 from nextcloud/fix/fix-calendar-imip-tests
2022-12-07 20:39:41 +01:00
Julius Härtl
59ae6e9dd6
Also update the unencrypted size of files when creating them with empty content
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 19:12:06 +01:00
John Molakvoæ
744126aed7
Merge pull request #35603 from nextcloud/doc/compile-frontend-styles
...
Document frontend sass compilation
2022-12-07 18:55:34 +01:00
Daniel Kesselberg
1aad491676
ci: update minio image for s3 primary storage tests
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-12-07 17:39:41 +01:00
fivenp
71cfcc7498
docs(design): add design contribution badge
...
Signed-off-by: fivenp <mh@fivenp.com >
2022-12-07 17:33:38 +01:00
fivenp
a97ee57745
docs(design): add basic design contribution guidelines
...
Signed-off-by: fivenp <mh@fivenp.com >
2022-12-07 17:31:57 +01:00
Julius Härtl
77edd36583
Update the unencrypted file size when closing streams
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-12-07 16:26:31 +01:00
Julien Veyssier
1357cf6191
Merge pull request #35057 from nextcloud/enh/noid/rate-limit-public-share-endpoints
...
Add brute force protection on all methods wrapped by PublicShareMiddleware
2022-12-07 14:08:40 +01:00
Julien Veyssier
4a3f3beb0b
use bruteforce protection on all methods wrapped by PublicShareMiddleware
...
if an invalid token is provided or when share password is wrong
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2022-12-07 13:24:50 +01:00
MichaIng
3f6415d713
Merge pull request #34879 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.2
...
Bump @nextcloud/event-bus from 2.1.1 to 3.0.2
2022-12-07 11:48:37 +01:00
Carl Schwan
33c2c3d030
Merge pull request #35635 from nextcloud/ci/update-psalm-baseline/stable25
...
Update update-psalm-baseline workflow for NC25
2022-12-07 11:14:46 +01:00
John Molakvoæ
741f32ed5d
Merge pull request #35622 from nextcloud/feat/auto-build-icons-sass-on-build
...
Automatically build sass and sass:icons after build
2022-12-07 10:10:29 +01:00
Nextcloud bot
172aade011
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-07 02:19:48 +00:00
dependabot[bot]
d7e093be12
Bump @nextcloud/event-bus from 2.1.1 to 3.0.2
...
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus ) from 2.1.1 to 3.0.2.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-07 01:17:44 +00:00
Pytal
9e8545edfb
Merge pull request #35222 from nextcloud/fix/a11y-search-heading
...
Fix contrast of global search headings
2022-12-06 14:45:24 -08:00
MichaIng
35d67bdcf0
Update update-psalm-baseline workflow for NC25
...
and also update Psalm OCP baseline.
Additionally update the checkout action.
Signed-off-by: MichaIng <micha@dietpi.com >
2022-12-06 22:53:40 +01:00
MichaIng
c685c22aca
Merge pull request #35571 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] Update ca-cert bundle
2022-12-06 20:43:43 +01:00
Carl Schwan
308330c18d
Merge pull request #35628 from nextcloud/fix/profile-visibility
...
Fix profile visibility not appearing
2022-12-06 20:38:17 +01:00
MichaIng
5f6b8e478e
Merge pull request #33410 from nextcloud/dependabot/npm_and_yarn/clipboard-2.0.11
...
Bump clipboard from 2.0.10 to 2.0.11
2022-12-06 20:36:26 +01:00
Simon L
2e0d262864
Merge pull request #35576 from nextcloud/handle-possible-null-value-in-new-simple-file
...
Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFile
2022-12-06 19:52:55 +01:00
Simon L
fd10a8a600
Merge pull request #35613 from nextcloud/fix/mail-icon
...
Change mail icon to the material design icon
2022-12-06 19:41:57 +01:00
greta
541ca9f5f7
Chang mail icon to the material design icon
...
Signed-off-by: greta <gretadoci@gmail.com >
2022-12-06 18:45:15 +01:00
Daniel
cca1cbb385
Merge pull request #35615 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-12-06 18:43:51 +01:00
dependabot[bot]
32a08bea73
Bump clipboard from 2.0.10 to 2.0.11
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-06 17:23:22 +00:00
Carl Schwan
27bfa74cc5
Fix profile visibility not appearing
...
And refactor how the grid works (now it's automatically using the
correct size instead of harcoding it)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-12-06 17:56:42 +01:00
Pytal
714a5dc723
Merge pull request #35165 from nextcloud/fix/vue-select-styles
...
Disable style override on vue-select elements
2022-12-06 08:30:10 -08:00
Jan-Philipp Litza
a7abe2c35a
Honor permissions of new link share via OCS API
...
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 >
2022-12-06 16:00:20 +01:00
John Molakvoæ
de3c5f2b1c
Update node check to not run sass twice
...
They are now included in the `postbuild` npm step
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2022-12-06 14:56:08 +01:00
John Molakvoæ
b981b23e3d
Update compile to not run sass twice
...
They are now included in the `postbuild` npm step
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2022-12-06 14:54:02 +01:00
John Molakvoæ
b3d9af7cfc
Automatically build sass and sass:icons after build
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-12-06 14:35:48 +01:00
Simon L
8124f683ba
Merge pull request #35547 from nextcloud/enh/noid/delete-background-size-variable
...
delete the --image-background-size variable
2022-12-06 14:04:30 +01:00
Côme Chilliet
7cf1dec842
Fix errors in calendar tests saying function handleIMipMessage does not exists on ICreateFromString
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-06 13:52:13 +01:00
Julius Härtl
7c9c0d1851
Merge pull request #35618 from nextcloud/fix/migration-step-inherit-generic-closure-types
...
Explicitly inherit stricly typed database schema closure of migrations
2022-12-06 13:24:19 +01:00
Côme Chilliet
1821712615
Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjob
...
Use TimedJob from OCP instead of OC
2022-12-06 12:14:43 +01:00
Christoph Wurst
8237e02cf7
fix(database): Explicitly inherit stricly typed database schema closure
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-12-06 11:43:30 +01:00
Christoph Wurst
48358bb78f
Merge pull request #35612 from nextcloud/chore/errorlog-rebranding
...
Adjust branding of errorlog log messages
2022-12-06 10:51:57 +01:00
Côme Chilliet
67ff8fc738
Merge pull request #34819 from nextcloud/tests/fix-phpunit-warnings
...
Fix some phpunit test warnings
2022-12-06 10:51:41 +01:00
Simon L
28358acdaf
Merge pull request #35600 from nextcloud/fix/empty-secret-migration-files-external
...
Fix migration to non-empty secret
2022-12-06 10:34:09 +01:00
Simon L
decf2b4524
Merge pull request #35521 from nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders
...
[BUGFIX] Prevents the selection of encrypted files at the bottom of the list(before scrolling)
2022-12-06 10:30:10 +01:00
nextcloud-command
251946bf04
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-12-06 04:27:37 +00:00
nextcloud-command
0009f7118f
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com >
2022-12-06 04:26:48 +00:00
Nextcloud bot
7730309aee
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-06 02:26:06 +00:00
Pytal
badf09b43b
Merge pull request #35549 from nextcloud/enh/a11y-contrast-borders
...
Add new border color variable and adjust primary color for increased contrast
2022-12-05 18:14:29 -08:00
Pytal
c38fded268
Merge pull request #35437 from nextcloud/enh/a11y-share-copy-link
2022-12-05 17:58:44 -08:00
Christopher Ng
1c753c2b15
Lighten default color slightly for increased contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-06 01:13:55 +00:00
Christopher Ng
24ffe32845
Add new border color variable for increased contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-06 01:13:44 +00:00
Christopher Ng
08e15308cb
Add success popup message for copying share links
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-06 01:04:10 +00:00
Christopher Ng
d3d5034ea4
Disable style override on vue-select elements
...
- Disable style override on NcActionButton with `:not(.action-button)`
due to increased specificity over scoped Vue styles when only
`:not([class^="vs__"])` is added
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-06 00:19:53 +00:00
dependabot[bot]
be0facaba4
Merge pull request #35592 from nextcloud/dependabot/npm_and_yarn/sass-1.56.1
2022-12-05 23:39:58 +00:00
dependabot[bot]
06b68e2300
Bump sass from 1.52.1 to 1.56.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.1 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-05 23:06:18 +00:00
dependabot[bot]
7033d2a368
Merge pull request #35568 from nextcloud/dependabot/composer/build/integration/behat/behat-3.12.0
2022-12-05 22:33:48 +00:00
dependabot[bot]
628ec69292
Bump behat/behat from 3.11.0 to 3.12.0 in /build/integration
...
Bumps [behat/behat](https://github.com/Behat/Behat ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.11.0...v3.12.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-05 19:27:34 +00:00
Christoph Wurst
94cebfea7c
chore(logging): Fix branding of errorlog log messages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-12-05 19:28:05 +01:00
Côme Chilliet
f95aa23356
Merge pull request #35400 from nextcloud/fix/remove-unused-dynamic-var-in-files_sharing
...
Fix name of dymanic var $mountOptions to fix PHP 8.2 compatibility
2022-12-05 17:57:46 +01:00
J0WI
fc97f6847d
Replace getSystemValue with getSystemValueString
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-05 16:32:11 +01:00
Côme Chilliet
8ec7e4301d
Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 16:32:01 +01:00
Simon L
8c59ba41f5
Merge pull request #35604 from nextcloud/fix/noid/webauthn-redirect-after-login
...
Fix default redirect on successful WebAuthn login
2022-12-05 16:31:02 +01:00
Côme Chilliet
ee06261b82
Fix codestyle in modified files
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 16:08:40 +01:00
Carl Schwan
5e31ed4f52
Add comments
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-12-05 15:26:36 +01:00
J0WI
71e490090f
Replace getSystemValue in encryption app
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-05 14:30:58 +01:00
Richard Steinmetz
fc4dd3041c
Fix default redirect on successful WebAuthn login
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-12-05 12:51:53 +01:00
Simon L
9597036b72
delete the --image-background-size variable
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-12-05 11:44:19 +00:00
Christoph Wurst
76c684b8fc
doc(css): document frontend sass compilation
...
[skipci]
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-12-05 12:42:11 +01:00
Thomas Citharel
0cc50aff49
Add section-id and section-type data attributes to settings <li> navigation items
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-12-05 12:19:21 +01:00
Simon L
e36e92bace
Merge pull request #35249 from nextcloud/fix/33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections
...
Set page title for each sidebar section through App management pages
2022-12-05 12:12:00 +01:00
Côme Chilliet
30560d3165
Merge branch 'master' into tests/fix-phpunit-warnings
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2022-12-05 12:03:39 +01:00
Côme Chilliet
cb0450b5c4
Improve typing on new methods
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 12:01:12 +01:00
Côme Chilliet
3bcb4fc024
Put back the variable but make sure it is properly declared
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 11:51:16 +01:00
Côme Chilliet
72c7fad1c4
Fix job tests in updatenotification and user_ldap applications
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 11:32:49 +01:00
Carl Schwan
754cb58b12
Fix migration to non-empty secret
...
Add a fallback for empty keys
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-12-05 11:28:52 +01:00
blizzz
4196bf81e6
Merge pull request #35580 from nextcloud/enh/noid/fix-CI
...
downgrade ubuntu in order to fix CI
2022-12-05 10:59:18 +01:00
Côme Chilliet
578648a062
Adapt tests to new job constructors
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 10:41:13 +01:00
Côme Chilliet
a0f6a6545b
Use TimedJob from OCP instead of OC
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-12-05 10:13:34 +01:00
Nextcloud bot
944be7950a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-05 02:15:24 +00:00
Simon L
f806aa6f2f
Merge pull request #35560 from J0WI/rm-obsolete-gd
...
Remove obsolete GD function overwrites
2022-12-04 16:47:11 +01:00
MichaIng
882edc6fcf
Merge pull request #35119 from nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.0
...
bump sass-loader from 12.6.0 to 13.2.0
2022-12-04 16:04:42 +01:00
J0WI
a4d0700bf2
Fix test image default quality
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-04 14:51:33 +01:00
J0WI
f71b95eaee
Cleanup test exclusions
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-04 14:51:33 +01:00
J0WI
110ea0df46
Allow empty mimeType
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-04 14:51:33 +01:00
J0WI
1dd3afefcd
Add type hints
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-04 14:51:32 +01:00
J0WI
53994f600d
Fix redundant condition
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-04 14:47:43 +01:00
J0WI
40166ddc0a
Remove obsolete GD function overwrites
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2022-12-04 14:47:43 +01:00
Nextcloud bot
f463aeb2af
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-04 02:14:51 +00:00
Simon L
7964b860cd
downgrade ubuntu in order to fix CI
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-12-03 23:01:05 +01:00
julia.kirschenheuter
bdb664c399
Adapt router.js for setting document title
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-03 19:21:45 +00:00
Simon L
c19e7a9b68
Merge pull request #35345 from nextcloud/feat/add_event_for_failed_logins
...
feat: add event for failed logins
2022-12-03 20:00:36 +01:00
Simon L
31ec83f2d8
Merge pull request #35271 from nextcloud/enh/a11y-share-success
...
Show success on share actions
2022-12-03 19:55:16 +01:00
Simon L
82e2a9033f
Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflict
...
compare cached filesize on download
2022-12-03 19:53:46 +01:00
Simon L
9668526d19
Merge pull request #35563 from nextcloud/revert/35315
...
Revert "Fix border color contrast"
2022-12-03 19:11:29 +01:00
Simon L
8a1ce0f994
Merge pull request #35442 from Zyclotrop-j/patch-1
...
fix multiline-format-error in file-conflict modal
2022-12-03 19:10:17 +01:00
Simon L
23f336761e
Merge pull request #35385 from pulsejet/patch-previewtype
...
Fix type of PreviewController::$userId
2022-12-03 19:09:37 +01:00
Simon L
53f2519a6c
Merge pull request #34920 from ibpl/master-IB#1126265
...
Added parameter to disallow calendar subscription via link
2022-12-03 19:08:22 +01:00
Simon L
0662417157
Merge pull request #35566 from pulsejet/patch-imaginary
...
preview: respect quality in Imaginary
2022-12-03 19:06:24 +01:00
Thomas Citharel
a5b6119ec4
Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFile
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-12-03 17:25:32 +01:00
Varun Patil
b91d6c22cf
preview: respect quality in Imaginary
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu >
2022-12-03 07:13:49 -08:00
Simon L
299f979d94
Merge pull request #35556 from nextcloud/revert/unrelated-change
...
Revert unrelated change from #34940
2022-12-03 15:50:47 +01:00
Zyc
b58b50874c
add build css files
...
Signed-off-by: Zyc <zyclotrop.j@gmail.com >
2022-12-03 03:26:15 +00:00
Nextcloud bot
515dbfa351
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-03 02:15:08 +00:00
Christopher Ng
7c943c5ce4
Show success on share actions
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-03 01:09:27 +00:00
Christopher Ng
3db3d75bb9
Revert "Fix border color contrast"
...
This reverts commit a0266d1b16 .
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-03 00:48:49 +00:00
John Molakvoæ
835f0ae4de
Merge pull request #35550 from nextcloud/dependabot/npm_and_yarn/decode-uri-component-0.2.2
...
Bump decode-uri-component from 0.2.0 to 0.2.2
2022-12-02 14:53:22 +01:00
dependabot[bot]
991cc8776e
Bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-12-02 13:35:02 +00:00
Carl Schwan
6c76443e89
Revert unrelated change from #34940
...
Probably a left over from an experience that I added by mistake in the
change
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-12-02 11:29:38 +01:00
Nextcloud bot
048fdabca9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-02 02:15:22 +00:00
Pytal
83ac1c3c3c
Merge pull request #35530 from nextcloud/deps/nextcloud/vue-7.1.0
2022-12-01 17:18:43 -08:00
Christopher Ng
4d4886aa05
Bump @nextcloud/vue to 7.1.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-12-02 00:01:06 +00:00
Maxence Lange
cc639a8877
compare cached filesize on download
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-12-01 15:42:15 -01:00
Robin Appelman
e3a0e64698
clear is-encrypted cache when trying to fix encrypted version
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-12-01 14:36:27 +01:00
Carl Schwan
2a864ec13c
Improve dependency injection error message
...
Change from display the name of the parameter to the type of the
parameter. This is that in most cases is usefull.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-12-01 12:46:01 +01:00
John Molakvoæ
a51f0dbc6c
Merge pull request #35525 from nextcloud/fix/theming-follow-default
...
Faster theming tests, better colours comparison and properly follow admin theming changes
2022-12-01 07:52:22 +01:00
kavita.sonawane@t-systems.com
4d0b80d35e
Prevents the selection of encrypted files when scroll the page
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-12-01 11:43:44 +05:30
Nextcloud bot
8555d510c0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-12-01 02:15:20 +00:00
John Molakvoæ
0761c84bbf
Bump cypress runners
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-30 18:39:58 +01:00
John Molakvoæ
f26ee9c69d
Faster theming tests, better colours comparison and properly follow admin theming changes
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-30 18:39:57 +01:00
Robin Appelman
e9b87c73fa
fix reading newly written encrypted files before their cache entry is written
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-30 14:54:56 +01:00
Robin Appelman
8434259b1b
Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primary
...
Run s3 primary tests sequential
2022-11-30 14:53:32 +01:00
blizzz
b16c9838c6
Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeout
...
Allow to set a custom timeout for ldap connections
2022-11-30 14:44:15 +01:00
Simon L
415e68f53b
Merge pull request #35484 from nextcloud/fix/34653/fix-popover-menu
...
fix the popovermenu
2022-11-30 12:20:47 +01:00
Carl Schwan
2b73c04ad9
Merge pull request #35502 from andyxheli/patch-1
...
Fix SQL comparison with int array during external storage deletion
2022-11-30 12:18:23 +01:00
Carl Schwan
f4adfd1ead
Merge pull request #35426 from nextcloud/cleanup/contactintegration
...
Cleanup contactsinteraction
2022-11-30 12:17:30 +01:00
Simon L
d8d15c3c2b
Merge pull request #35501 from nextcloud/enh/enh-33741-Focused_item_overlaps_neighbor_elements_with_text_and_border
...
Change app menu focused items behavior that neighbor elements (text and border) have no overlapping
2022-11-30 10:32:38 +01:00
julia.kirschenheuter
db67670477
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-11-30 08:22:49 +00:00
Nextcloud bot
2adb1f85e6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-30 02:15:32 +00:00
Andy Xheli
e69c7c4d26
Fix Executing a query: SQLSTATE[42000]
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Fix https://github.com/nextcloud/server/issues/32007#issuecomment-1329405245
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-11-29 11:24:56 -06:00
Robin Appelman
2399710356
allow running encryption:fix-encrypted-version for all users
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-29 17:49:35 +01:00
Robin Appelman
f0a1e1c224
Merge pull request #35107 from nextcloud/encryption-key-migrate
...
add migration for encryption keys in wrong location
2022-11-29 17:07:35 +01:00
Simon L
b652d12772
Merge pull request #35494 from nextcloud/bugfix/noid/remove-old-code-from-comment
...
Remove old code from comment to not trigger automatic scanners more than needed
2022-11-29 16:48:40 +01:00
Simon L
366a0dc2cf
Merge pull request #35485 from nextcloud/chore/remove-bootstrap-version-comment
...
Remove Bootstrap version reference from tooltip.scss
2022-11-29 16:32:49 +01:00
Joas Schilling
665fc26558
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-29 15:38:46 +01:00
Côme Chilliet
8a04bf5584
Apply the same changes to richToParsed in Notification
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 14:36:29 +00:00
Côme Chilliet
cf8d97c9d3
Revert changes to systemtags application
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 14:36:29 +00:00
Côme Chilliet
2a3090d85c
Throw instead of using a bogus value if name field is missing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 14:36:29 +00:00
Côme Chilliet
d9151ff35c
Get rid of all useless calls to setParsedSubject now that setRichSubject is able to do it
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 14:36:29 +00:00
Côme Chilliet
db995d464d
Same thing for Activity
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 14:36:29 +00:00
Côme Chilliet
323963e540
Compute parsed from rich subject and message in Notification
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 14:36:29 +00:00
Álvaro Brey
79c3970044
Remove Bootstrap version reference from tooltip.scss
...
We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5.
I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners.
It may also be worth investigating why the comments are not getting stripped when bundling the JS.
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-29 14:21:45 +00:00
Joas Schilling
24afcda471
Remove old code from comment to not trigger automatic scanners more than needed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-29 15:15:58 +01:00
Simon L
f889007ff2
try to fix the popovermenu
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-29 12:37:53 +00:00
Côme Chilliet
df2c00c235
Merge pull request #35468 from nextcloud/fix/bump-egulias/email-validator-to-3.2.1-in-master
...
Bump egulias/email-validator to 3.2.1 in master
2022-11-29 13:30:25 +01:00
Simon L
7856820e5e
Merge pull request #34696 from nextcloud/fix/custom-color
...
Allow to remove the background and select a custom colour + cypress
2022-11-29 12:59:56 +01:00
John Molakvoæ
72a907349f
Drop acceptance theming
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-29 12:04:42 +01:00
Côme Chilliet
e39888f073
Align 3rdparty with master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-29 11:34:17 +01:00
John Molakvoæ
a869259e41
More theming cypress tests and some fixes
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-29 11:26:27 +01:00
John Molakvoæ
064fa10ecf
Extract colour from custom background
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-29 11:23:05 +01:00
John Molakvoæ
cedae7c6d7
Allow to remove the background and select a custom colour
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-29 11:22:13 +01:00
Louis
a884f311b7
Merge pull request #34769 from nextcloud/port/vue/files_version
...
Port files_versions to vue
2022-11-29 10:20:20 +01:00
Christoph Wurst
e450bc4865
Merge pull request #35455 from nextcloud/fix/fix-35098-headings_need_to_be_h2
...
Change header semantic in the user status dialog
2022-11-29 09:47:02 +01:00
Vincent Petry
a1838d2918
Merge pull request #35471 from nextcloud/allow-update-from-oc-10.11
...
Allow upgrading from ownCloud 10.11
2022-11-29 09:40:48 +01:00
Vincent Petry
48da2a59af
Remove ownCloud 10.5 upgrade path
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-29 08:48:14 +01:00
julia.kirschenheuter
af14bbbbbc
Change header semantic in the user status dialog
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-29 07:29:45 +00:00
Nextcloud bot
ef5783aaac
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-29 02:14:26 +00:00
Vincent Petry
5fb93b9ebd
Allow upgrading from ownCloud 10.11
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-28 21:55:07 +01:00
Simon L
c4157e4653
Merge pull request #34941 from nextcloud/enh/33654/add-group-displayname-cache
...
Add a Group display name cache
2022-11-28 19:29:08 +01:00
Louis Chemineau
9d54b608bd
Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:35:24 +01:00
Côme Chilliet
06808e1845
Bump egulias/email-validator to 3.2.1 in master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-28 17:32:10 +01:00
Louis Chemineau
ea946cc649
Lint and remove file_versions tests
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:31:27 +01:00
Louis Chemineau
173c053d41
Hide version tab for folders
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:31:27 +01:00
Louis Chemineau
a32c25e1c8
Extract logic into separate files
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:31:27 +01:00
Louis Chemineau
a28838b866
Use svg icons
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:31:27 +01:00
Carl Schwan
8829019101
Add support for Material icon in files sidebar
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:29:11 +01:00
Carl Schwan
348796892b
Use NcListItem
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:29:11 +01:00
Carl Schwan
7888aaf34f
Handle case with empty version list
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-28 17:29:11 +01:00
Carl Schwan
2c50153618
Port files_versions to vue
...
Simplify code and make it use our standard components
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-28 17:29:11 +01:00
Robin Appelman
dd4ebbd72a
add migration for encryption keys in wrong location
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-28 16:12:11 +01:00
Simon L
cd7cec587e
Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdav
...
minimum desktop client that is supported is 2.3.0
2022-11-28 15:34:32 +01:00
Côme Chilliet
db15443541
Merge pull request #35405 from nextcloud/fix/bump-laravel/serializable-closure-to-1.2.2-in-master
...
Bump laravel/serializable-closure to 1.2.2 in master
2022-11-28 14:33:18 +01:00
Côme Chilliet
3ce8115057
Align 3rdparty with master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-28 14:32:22 +01:00
Julia Kirschenheuter
90806ad0be
Merge pull request #35257 from nextcloud/fix/fix-33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections
...
Set page titel for each sidebar section through User management pages
2022-11-28 13:26:26 +01:00
Anna Larch
7c4ceb444c
Add group display name cache
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-11-28 11:52:55 +00:00
Côme Chilliet
1b607f1993
Bump laravel/serializable-closure to 1.2.2 in master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-28 11:04:45 +00:00
Côme Chilliet
08587c9de6
Merge pull request #35403 from nextcloud/fix/fix-theming-tests-for-8.2
...
Fix theming tests for PHP 8.2
2022-11-28 11:58:56 +01:00
julia.kirschenheuter
7bdac514fd
Adapt router.js for setting document title.
...
Adapt store to store Promise for dynamic requested categories.
Create new constants file to store category name with associated translation.
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-28 10:16:32 +00:00
Vincent Petry
0696703a0a
Merge pull request #35434 from nextcloud/fix/update/32-bit
...
fix update for 32-bit
2022-11-28 09:36:35 +01:00
Nextcloud bot
eacc1a86df
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-28 02:19:24 +00:00
Nextcloud bot
21b00e505a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-27 02:18:25 +00:00
Zyc
f604232f3a
fix multiline-format-error in file-conflict modal
...
when multiple files have conflicts, a scrollbar is shown in the file-conflict modal. due to the scrollbar the width of original/existing is to large, so that instead of being next to each other they flow into the next line.
this change fixes this
Signed-off-by: Zyc <Zyclotrop-j@users.noreply.github.com >
2022-11-26 16:49:20 +11:00
Nextcloud bot
60c0027cda
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-26 02:18:18 +00:00
Pytal
1cebd4aa83
Merge pull request #35240 from nextcloud/enh/a11y-share-button
...
Copy to clipboard with button instead of link
2022-11-25 16:24:46 -08:00
Simon L
4dfdc1ccda
fix update for 32-bit
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-11-25 22:10:25 +01:00
Daniel Kesselberg
cddc753b29
Run s3 primary tests sequential
...
To avoid casual test failures.
Concurrent jobs may try to use the same port forwarding for the minio container.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-11-25 17:58:51 +01:00
Robin Appelman
61e72d4b0f
Merge pull request #35337 from nextcloud/fix-encrypted-version-fopen-error
...
skip files that cant be opened for FixEncryptedVersion
2022-11-25 17:09:34 +01:00
Carl Schwan
e8ae4406ce
Merge pull request #34849 from nextcloud/feat/hint-about-no-access-reasons
...
Add an hint about reasons why files can't be accessed
2022-11-25 13:12:55 +01:00
Joas Schilling
13957032cf
More fixing
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-25 11:46:56 +01:00
Carl Schwan
6828a3b28d
Cleanup contactsinteraction
...
- Add more typing and use PHP 7.4 typed properties
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-25 11:46:18 +01:00
Matthieu Gallien
c63ff42410
minimum desktop client that is supported is 2.3.0
...
2.3.0 was release on Mar 3, 2017
added support for new chunking algorithm allowing to now deprecate the
older one
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2022-11-25 11:40:30 +01:00
Nextcloud bot
d92c5f78ce
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-25 02:19:28 +00:00
Christopher Ng
29b1748e2c
Fix contrast of global search headings
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-25 00:18:14 +00:00
Christopher Ng
4ffc022c8b
Copy to clipboard with button instead of link
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-24 23:50:54 +00:00
Roeland Jago Douma
77df92cabf
feat: add event for failed logins
...
Apps might also like to know about failed logins.
This adds that event.
The private interface changes are backwards compatible so all should be fine.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2022-11-24 21:24:21 +01:00
Simon L
28f4105905
Merge pull request #35407 from Jerome-Herbinet/patch-12
...
More appropriate wording for background selection
2022-11-24 19:01:26 +01:00
Simon L
c11803e7ef
Merge pull request #35399 from nextcloud/fix/sharepi-admin
...
Fix share admin page
2022-11-24 18:47:27 +01:00
Côme Chilliet
e00740ea38
Merge pull request #35230 from nextcloud/fix/user_ldap-log-backup-switch
...
Log switching to LDAP backup host because main one is not available
2022-11-24 18:20:36 +01:00
Côme Chilliet
e04fcea6b6
Merge pull request #35228 from nextcloud/fix/user_ldap-cache-empty-display-names
...
user_ldap - Cache display name even if it was not filled
2022-11-24 18:18:22 +01:00
Simon L
56daa07b63
Merge pull request #35027 from nextcloud/enh/34970
...
fix missing share icon
2022-11-24 18:04:17 +01:00
Simon L
45da5b0887
Merge pull request #35393 from nextcloud/enh/noid/update-vue-to-v7.1.0-beta.2
...
update vue to v7.1.0-beta.2
2022-11-24 16:50:05 +01:00
Louis
6502e3c5be
Merge pull request #35398 from nextcloud/artonge/fix/dont_error_when_destination_is_not_a_node
...
Do not check quota for non Node
2022-11-24 16:10:11 +01:00
Simon L
413555c068
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-24 15:07:26 +00:00
Jérôme Herbinet
7520531d01
npm run build
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-11-24 13:55:31 +01:00
root
4604c2e022
update vue to v7.1.0-beta.2
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-24 12:41:51 +00:00
Jérôme Herbinet
53a4818271
More appropriate wording for background selection
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-11-24 13:28:29 +01:00
Côme Chilliet
f171de52b3
Fix theming tests for PHP 8.2
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-24 12:20:27 +01:00
John Molakvoæ
b45c62a2cf
Merge pull request #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tags
2022-11-24 12:17:02 +01:00
Carl Schwan
99c4030001
Fix share admin page
...
arrow function don't work that well with jquery
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-24 11:54:57 +01:00
Côme Chilliet
26033653a8
Remove dymanic var $mountOptions to fix PHP 8.2 compatibility
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-24 11:52:07 +01:00
Louis Chemineau
90bce5d58e
Do not check quota for non Node
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-24 11:35:02 +01:00
Varun Patil
136b2c5949
Fix type of PreviewController::$userId
...
Can be null if not logged in; currently crashes
Signed-off-by: Varun Patil <varunpatil@ucla.edu >
2022-11-24 02:33:31 -08:00
Vincent Petry
5f3585d817
Merge pull request #35380 from nextcloud/enh/noid/fix-remaining-user-issues
...
fix remaining user settings issues
2022-11-24 09:59:58 +01:00
Carl Schwan
afae72b7d4
Merge pull request #35370 from nextcloud/fix/renaming-token
...
Fix UX of renaming token
2022-11-24 09:40:00 +01:00
Joas Schilling
b414f5ed86
Merge pull request #35383 from nextcloud/fix/php-lint
...
Fix PHP lint CI failure
2022-11-24 06:51:59 +01:00
Nextcloud bot
dd028f4052
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-24 02:17:35 +00:00
Christopher Ng
945cab59fb
Fix PHP lint CI failure
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-24 01:09:19 +00:00
Pytal
dbc7290f0d
Merge pull request #35272 from nextcloud/enh/a11y-share-search-label
...
Add label to sharing search field
2022-11-23 16:55:12 -08:00
Simon L
6f7c054145
fix remaining user settings issues
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-23 23:44:49 +00:00
Vincent Petry
cd9f538be9
Merge pull request #35368 from nextcloud/add-repair-job-secret-config
...
Add repair job that will ensure that secret and passwordsalt are set
2022-11-23 20:57:30 +01:00
Vincent Petry
7522fb46cf
Merge pull request #35350 from nextcloud/fix/users-mgmt
...
Fix user settings layout
2022-11-23 20:52:35 +01:00
Julius Härtl
f63560933d
Merge pull request #35317 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-23 18:33:56 +01:00
Carl Schwan
48ea9e1c23
Use public IAppManager instead of OC_App
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-23 17:04:22 +01:00
Carl Schwan
5e725da79d
Add repair job that will ensure that secret and passwordsalt are set
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-23 16:51:01 +01:00
Carl Schwan
2b4f2251e5
Fix UX of renaming token
...
Now this get's instant applied and escaping will reset to the previous
state
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-23 16:45:24 +01:00
Louis
bbc1f6dbbb
Merge pull request #35353 from nextcloud/artonge/fix/cache_update_when_file_size_equal_0
...
Update cache when file size === 0
2022-11-23 15:51:29 +01:00
Louis Chemineau
66ba90ceff
Update cache when file size === 0
...
The conditions were false when $result === 0.
$results here contains the number of written bits.
The correct way of checking for operation success is to check if $result === false
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-23 12:43:57 +01:00
Louis Chemineau
a781ae3afb
Allow to set a custom timeout for ldap connections
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-23 11:37:49 +01:00
John Molakvoæ
bb6bf02e3d
scroll if too much groups
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-23 10:57:49 +01:00
John Molakvoæ
14e0299582
Fix user settings layout
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-23 10:47:38 +01:00
Simon L
9422d80f88
Merge pull request #35302 from nextcloud/bugfix/noid/unsupported-url
...
Generate proper URL for unsupported browsers page
2022-11-23 09:39:15 +01:00
nextcloud-command
7715d7162c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-11-23 05:26:04 +00:00
Nextcloud bot
b8074ae007
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-23 02:18:10 +00:00
Christopher Ng
20da3d081e
Add label to sharing search field
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-23 02:04:18 +00:00
Pytal
53195cbf3a
Merge pull request #35315 from nextcloud/enh/a11y-border-contrast
2022-11-22 15:19:31 -08:00
Christopher Ng
a0266d1b16
Fix border color contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-22 18:42:56 +00:00
Vincent Petry
0b21a9ac6f
Merge pull request #35299 from nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders
...
Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
2022-11-22 18:09:26 +01:00
Vincent Petry
a56a1a655b
Merge pull request #35143 from nextcloud/add-pr-template
...
Add pull request template with checklist
2022-11-22 17:57:05 +01:00
Carl Schwan
8dcd992ad4
Merge pull request #34940 from nextcloud/feat/add-mastodon
...
Add mastodon and reorganize profile info section
2022-11-22 17:47:04 +01:00
Côme Chilliet
90165309e1
Improve a bit codestyle
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-22 16:57:24 +01:00
Côme Chilliet
911967867f
Merge branch 'master' into ldapi-unix-socket-support
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2022-11-22 16:47:42 +01:00
Robin Appelman
06b2ed2641
skip files that cant be opened for FixEncryptedVersion
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-22 16:40:12 +01:00
Côme Chilliet
603feb98f2
Merge pull request #35234 from nextcloud/fix/bump-doctrine/dbal-to-3.3-in-master
...
Bump doctrine/dbal to 3.3 in master
2022-11-22 15:48:58 +01:00
John Molakvoæ
ba9059b497
Merge pull request #35325 from nextcloud/fix/navigation-order
...
Fix navigation order
2022-11-22 15:04:09 +01:00
Joas Schilling
86e7159d82
Merge pull request #35206 from nextcloud/bugfix/noid/fix-forwarding-the-object-id
...
Fix forwarding the object id when searching comments
2022-11-22 14:56:48 +01:00
Christoph Wurst
cad2e4d341
Merge pull request #35309 from nextcloud/fix/fix-33856-Help_pages_Window_title_must_change_when_switching_sidebar_sections
...
Help pages: set window title for sidebar sections
2022-11-22 14:12:13 +01:00
Carl Schwan
f244406ebd
Update composer autoloader
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-22 13:35:17 +01:00
Côme Chilliet
beaa81e420
Align 3rdparty with master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-22 12:28:17 +01:00
John Molakvoæ
5f58660de5
Fix navigation order
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-22 12:11:35 +01:00
kavita.sonawane@t-systems.com
0253a0b2d0
CSS compiled files for deactivates the possiblility to checkmark or click on the encrypted folders
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 16:36:13 +05:30
Julius Härtl
61ce0ad293
Generate proper URL for unsupported browsers page
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-22 11:57:26 +01:00
Julius Härtl
5bf96eecc6
Merge pull request #35226 from nextcloud/redis/lazy
2022-11-22 11:54:29 +01:00
kavita.sonawane@t-systems.com
95e61ef685
Prevent selection of encrypted folders
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 15:56:10 +05:30
kavita.sonawane@t-systems.com
acdd34ecaf
Prevents the selection of encrypted folder on next page load
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 15:56:10 +05:30
kavita.sonawane@t-systems.com
44c1049e0c
Prevents the selection of encrypted folder on scroll page
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 15:56:10 +05:30
kavita.sonawane@t-systems.com
e4de88386a
Deactivates the possiblility to checkmark or click on the encrypted folder
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 15:56:09 +05:30
kavita.sonawane@t-systems.com
23f968400c
Add comments for prevents the selection of encrypted folders
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 15:56:09 +05:30
kavita.sonawane@t-systems.com
64f409e8ab
Filelist:-Deselecting all files checkboxes within cells of encrypted folder
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com >
2022-11-22 15:56:09 +05:30
Louis
0fb6fdcd21
Merge pull request #35316 from nextcloud/dependabot/npm_and_yarn/engine.io-and-socket.io-6.2.1
...
Bump engine.io and socket.io
2022-11-22 10:46:18 +01:00
Carl Schwan
e35bcc9381
Fix tests
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-22 10:06:19 +01:00
John Molakvoæ
7f6e22c308
Merge pull request #35318 from nextcloud/bugfix/noid/avoid-conflicting-session-data
2022-11-22 10:04:14 +01:00
julia.kirschenheuter
3559334fec
Help pages: set window title for sidebar sections
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2022-11-22 09:31:28 +01:00
Julius Härtl
023b80e617
Only setup redis connection if needed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-22 09:26:24 +01:00
Julius Härtl
de3099b4d6
Remove potential mismatching dav session data during login
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-22 08:47:01 +01:00
Carl Schwan
d1209d8302
Rename mastodon to fediverse
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-22 08:40:12 +01:00
dependabot[bot]
ea21d282eb
Bump engine.io and socket.io
...
Bumps [engine.io](https://github.com/socketio/engine.io ) and [socket.io](https://github.com/socketio/socket.io ). These dependencies needed to be updated together.
Updates `engine.io` from 6.1.1 to 6.2.1
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.1.1...6.2.1 )
Updates `socket.io` from 4.4.1 to 4.5.3
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/4.4.1...4.5.3 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-22 03:25:11 +00:00
Nextcloud bot
a0bf65dad9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-22 02:19:20 +00:00
Simon L
09345f762b
Merge pull request #35308 from nextcloud/bugfix/34961/user-mgmt-quota-no-cache
...
Don't use quota cache through user management
2022-11-21 18:39:31 +01:00
Côme Chilliet
83badcba82
Merge pull request #35146 from nextcloud/fix-codespace-url
...
Fix devcontainer url (closing #35145 )
2022-11-21 17:18:51 +01:00
Carl Schwan
d847eacfbd
Refactor profile info settings
...
- Make it possible to add the new property whiout chaning foundamentally
how the layout work each time
- Use only one grid instead of multiple nested grid
- Better mobile reponsiveness
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-21 16:29:04 +01:00
Carl Schwan
86d9626901
Add mastodon personal info field
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-11-21 16:28:56 +01:00
Vincent Petry
0b09531dc6
Don't use quota cache through user management
...
When querying the free space through user management APIs, don't use the
cached quota value. The latter is only there to accelerate PROPFINDs.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-21 16:24:22 +01:00
Côme Chilliet
d0c72cc11a
Merge pull request #34528 from nextcloud/fix/files_versions-clean-handling-of-bad-names
...
Handle badly named version files more gracefully and log information
2022-11-21 16:18:42 +01:00
Côme Chilliet
341dda1de6
Merge branch 'master' into fix/clean-ldap-access-factory-usage
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2022-11-21 16:05:17 +01:00
Côme Chilliet
c2cb790532
Merge pull request #34745 from nextcloud/optimize-show-apps
...
Extract $ignoreMaxApps from array_map callback in AppSettingsController
2022-11-21 15:20:11 +01:00
Côme Chilliet
1510a3dca4
Merge pull request #35241 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-21 15:19:03 +01:00
Louis
e644205120
Merge pull request #35187 from nextcloud/artonge/fix/mention_in_comment_editor
...
Fix mentions rendering in comment editor
2022-11-21 12:24:56 +01:00
Côme Chilliet
8a16e7e8a1
Fix more psalm issues in OC\DB
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-21 11:30:20 +01:00
Côme Chilliet
378630f8a0
Fix psalm issues following doctrine/dbal bump
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-21 10:56:15 +01:00
Joas Schilling
fab277647e
Merge pull request #35251 from nextcloud/bugfix/noid/increase-fairuse-limit
...
Increase the fair-use push limit to 1.000 users
2022-11-21 10:49:01 +01:00
Louis Chemineau
0f66806694
Fix mentions rendering in comment editor
...
NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-21 10:48:47 +01:00
Côme Chilliet
4893501abe
Log as warning instead of info when main LDAP server is unreachable
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-21 10:31:24 +01:00
Joas Schilling
aad8b30398
Merge pull request #35185 from nextcloud/bugfix/noid/hide-not-missing-updates-of-future-shipped-apps
...
Hide warning about missing apps for when shipped in the next version
2022-11-21 07:36:42 +01:00
nextcloud-command
b3bf64b88b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-11-21 04:17:02 +00:00
Nextcloud bot
e275dc03aa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-21 02:15:29 +00:00
Nextcloud bot
9b86b91ddf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-20 02:15:49 +00:00
Nextcloud bot
46586dadb9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-19 02:17:38 +00:00
John Molakvoæ
5c8453928a
Merge pull request #35269 from nextcloud/fix/remove-pending
...
Remove completed comments
2022-11-19 00:05:18 +01:00
blizzz
eac6378646
Merge pull request #34677 from nextcloud/fix/34602/background-image-migration
...
optimize background image migration job
2022-11-18 23:14:37 +01:00
Arthur Schiwon
9892bdc3c3
rename placeholder
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-11-18 22:30:03 +01:00
Arthur Schiwon
0297a03698
fix const visibility
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-11-18 22:24:59 +01:00
blizzz
df8ed46cce
use const
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Signed-off-by: blizzz <blizzz@arthur-schiwon.de >
2022-11-18 22:24:59 +01:00
blizzz
9bdf4c2254
use const
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Signed-off-by: blizzz <blizzz@arthur-schiwon.de >
2022-11-18 22:24:59 +01:00
blizzz
a2bce2c6fc
use .json extentions
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Signed-off-by: blizzz <blizzz@arthur-schiwon.de >
2022-11-18 22:24:59 +01:00
Arthur Schiwon
dbd573e1b0
do not store state in appconfig
...
- and use count over isset for better understanding
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-11-18 22:24:59 +01:00
Arthur Schiwon
a7ffdcd3dd
remove dashboard check, as fallback did not consider it either
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-11-18 22:24:59 +01:00
Arthur Schiwon
b725c777aa
optimize background image migration job
...
- separate in two stages: to prepare, and to actually migrate
- in step one, prepare a list of users to be migrated, and store it
compressed as app config
- gzcompress can be used, because we already require zlib
- upon the next calls (step two), slice off the first 5000 users
and migrate them. Re-add job if necessary to repeat.
- downside is that an app config value will in the beginning use the
RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB)
result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs,
0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-11-18 22:24:58 +01:00
Christopher Ng
a32ce79204
Remove completed comments
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-18 19:00:50 +00:00
Pytal
4767551509
Merge pull request #35253 from nextcloud/bugfix/noid/remove-warnings-loginpage
2022-11-18 10:27:12 -08:00
Simon L
b4ab2a9358
Merge pull request #35259 from nextcloud/bugfix/32354/fix-upload-actually-cancel-xhr
...
Also cancel XHR when cancelling uploads
2022-11-18 18:06:05 +01:00
Simon L
8e80f0433c
Merge pull request #35182 from nextcloud/enh/34654/try-go-generate-user-themed-icons
...
generate user themed icons
2022-11-18 16:02:51 +01:00
Vincent Petry
feda03b6ed
Also cancel XHR when cancelling uploads
...
Fixes issue when cancelling a long list of uploads.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-18 15:47:19 +01:00
Joas Schilling
d1f2e5e967
Increase the fair-use push limit to 1.000 users
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-18 15:39:23 +01:00
Vincent Petry
09e55c717b
Merge pull request #35218 from nextcloud/storage-setup-providers
...
delay updating setup providers untill we register the mounts
2022-11-18 15:24:14 +01:00
Vincent Petry
4083a507e7
Fix warnings on login page
...
Check for app menu container before mounting.
Fix "isError" in LoginForm being a number when the throttleDelay is
zero. In fact, there is no need for existence check because both
undefined and null are not greater than a number.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-18 15:20:40 +01:00
Simon L
04b236e320
generate user themed icons
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2022-11-18 15:03:41 +01:00
Nextcloud bot
473647a467
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-18 02:13:28 +00:00
Pytal
fe18b5bfa4
Merge pull request #35170 from nextcloud/fix/fix-33745-Focus_and_active_state_needs_to_look_different_from_each_other
2022-11-17 11:08:04 -08:00
Christoph Wurst
183487a52e
Merge pull request #35186 from nextcloud/fix/oauth2-add-client-button-native-submit
...
Fix missing native submit type from OAuth client add button
2022-11-17 18:23:39 +01:00
julia.kirschenheuter
e056cd621d
User status dialog a11y: make different focus and active state for OnlineStatusSelect and PredefinedStatus
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-17 17:08:24 +00:00
Simon L
beba3d04e4
Merge pull request #35227 from nextcloud/bugfix/35152/fix-toggle-grid-file-picker
...
Limit toggle grid view button scope
2022-11-17 17:43:48 +01:00
Côme Chilliet
9983af0cc0
Switch to new 3rdparty branch
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 17:12:14 +01:00
Côme Chilliet
f61b865ff7
Bump doctrine/dbal to 3.3 in master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 17:06:11 +01:00
Vincent Petry
dceb562d9c
Merge pull request #35090 from nextcloud/enh/a11y-close-on-focusout
...
Close global search menu when keyboard focus leaves
2022-11-17 16:56:31 +01:00
Louis
ea24e2a323
Merge pull request #35225 from nextcloud/chore/package-lock-git-merge-strategy
...
Do not auto merge package-lock.json, but treat as text file
2022-11-17 16:53:07 +01:00
Côme Chilliet
6868cfbc2e
Merge pull request #35009 from nextcloud/fix/check-quota-on-copy
...
Check quota on file copy
2022-11-17 15:40:21 +01:00
Robin Appelman
841a6a084e
delay updating setup providers untill we register the mounts
...
otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-17 15:21:57 +01:00
Côme Chilliet
9e1dd52c99
Cache the fetched list of groups
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 15:12:24 +01:00
Côme Chilliet
3e15ea6cd0
Log switching to LDAP backup host because main one is not available
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 14:58:44 +01:00
Côme Chilliet
1d00290621
Cache display name even if it was not filled
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 14:47:00 +01:00
Côme Chilliet
feafa63afb
Apply the same fix as on beforeCopy on beforeMove
...
Let’s be safe
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 13:22:50 +00:00
Robin Appelman
9150082eb7
fix dirname usage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-17 13:22:50 +00:00
Côme Chilliet
81d3a76d5d
Fix psalm issues
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 13:22:50 +00:00
Côme Chilliet
5ed840ed23
Check quota on file copy
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-17 13:22:49 +00:00
Vincent Petry
9a948a6b39
Limit toggle grid view button scope
...
Limit the button action scope to the file picker dialog so that it
doesn't touch the file list present in the page.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-17 14:09:52 +01:00
Julius Härtl
301af07e2f
Merge pull request #35224 from nextcloud/chore/drop-deprecatd-node-sass
2022-11-17 13:13:00 +01:00
Côme Chilliet
55232de1ac
Merge pull request #35194 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-17 12:38:19 +01:00
Christoph Wurst
5ae8f6326c
Do not auto merge package-lock.json, but treat as text file
...
If package-lock is specified to be a binary file, it becomes impossible
to diff any changes. Since we only want to prevent git from merging
changes in the lockfile, we can be more specific and tell it that binary
handling is only required as merge strategy.
[skip ci]
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-17 12:32:03 +01:00
Christopher Ng
d7c4bdc46e
Close global search menu when focus leaves
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-17 11:51:41 +01:00
Christoph Wurst
ab8b6cff01
Fix missing native submit type from OAuth client add button
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-17 10:55:26 +01:00
Christoph Wurst
bb728aca31
Drop deprecated node-sass
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-17 10:44:38 +01:00
John Molakvoæ
f021172eab
Merge pull request #35203 from nextcloud/jpeg-80
...
Default Jpeg quality to 80
2022-11-17 08:41:34 +01:00
John Molakvoæ
d27a39271e
getAppValue expects string
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2022-11-17 08:03:05 +01:00
nextcloud-command
ca695385ca
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-11-17 04:11:54 +00:00
Nextcloud bot
d0f9eab647
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-17 02:14:28 +00:00
John Molakvoæ
3aa16d60d5
Merge pull request #35207 from nextcloud/fix/date-picker
...
Fix sharing expiration date handling and saving
2022-11-16 19:06:30 +01:00
John Molakvoæ
2b4ce7b95d
Fix date handling and saving
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-16 17:19:58 +01:00
Vincent Petry
2c8e8083e7
Add pull request template with checklist
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-16 15:55:26 +01:00
Simon L
3d77e386cd
Merge pull request #34615 from nextcloud/enh/noid/logo-inverted
...
fix logo not correctly inverted
2022-11-16 15:54:06 +01:00
blizzz
e3822e1160
Merge pull request #35184 from nextcloud/s3-copy-dir-shadow
...
fix s3 directory copy
2022-11-16 15:41:19 +01:00
Robin Appelman
7e36002a93
Merge pull request #35210 from nextcloud/bugfix/noid/fix-settings-set-default-expiration-date
...
Fix settings for setting default expiration date
2022-11-16 15:38:02 +01:00
Julius Härtl
b62d3c4f39
Merge pull request #35192 from pserwylo/fix-performance-github-action
...
Fix github action "performance-8.0" when PR is from a fork.
2022-11-16 15:05:08 +01:00
Peter Serwylo
56aee55f9b
Fix github action "performance-8.0" when PR is from a fork.
...
There is an assumption that the PR is from the same remote as
the base it is being merged into. This is fixed so that instead
of doing a `git fetch origin`, it now fetches from the `clone_url`
of the PR head.
Signed-off-by: Peter Serwylo <peter@serwylo.com >
2022-11-16 23:50:40 +11:00
Vincent Petry
2853e0887c
Fix settings for setting default expiration date
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-16 13:02:31 +01:00
Joas Schilling
3f4fed3550
Fix forwarding the object id when searching comments
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-16 12:08:34 +01:00
Git'Fellow
0f3150cff7
Tests adjustement
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2022-11-16 11:01:32 +01:00
Git'Fellow
c7e2787300
Default Jpeg quality to 80
...
See https://sirv.com/help/articles/jpeg-quality-comparison/
Almost 50% of file size (compared to 90) and no visual differences.
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2022-11-16 10:59:50 +01:00
John Molakvoæ
e6b7fa6cae
Fix logo invert
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-16 09:46:20 +01:00
Nextcloud bot
62919ac81e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-16 02:14:42 +00:00
Simon L
f559792bf3
Merge pull request #35033 from nextcloud/enh/34732/fix-dashboard-scrolling
...
fix dashboard scrolling
2022-11-16 02:06:21 +01:00
Simon L
fe15069c90
Merge pull request #35029 from nextcloud/enh/34969/fix-app-menu-firefox
...
Fix AppMenu icons for firefox
2022-11-16 02:05:58 +01:00
Pytal
968a4110b8
Merge pull request #35179 from nextcloud/dependaskjnldsv/nextcloud-vue
...
Bump @nextcloud/vue to 7.1.0-beta0
2022-11-15 11:13:00 -08:00
John Molakvoæ
d78fa59f37
Fix CalDavSettings spec
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-15 19:06:40 +01:00
John Molakvoæ
7cc6f63e57
Bump @nextcloud/vue to 7.1.0-beta0
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-15 18:51:28 +01:00
Côme Chilliet
b209a650cc
Merge pull request #35181 from nextcloud/fix/test-php-8.2-2
...
Fix more tests for PHP 8.2
2022-11-15 18:09:52 +01:00
Joas Schilling
7dccb8cd0c
Hide warning about missing apps for when shipped in the next version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-15 17:40:26 +01:00
Robin Appelman
ed8fedc685
fix s3 directory copy
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-15 17:17:59 +01:00
Côme Chilliet
38440563dd
Fix themings tests and get rid of deprecated at matcher
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-15 16:29:26 +01:00
Christoph Wurst
102617f0b3
Merge pull request #35147 from nextcloud/fix/fix-33741-h1_should_instead_be_in_the_app_content
...
Place ```<h1>``` into main content
2022-11-15 16:14:29 +01:00
Côme Chilliet
68363f6944
Fix some more problems with tests under PHP 8.2
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-15 16:02:24 +01:00
Simon L
c3d0b71f2f
Merge pull request #33631 from nextcloud/enh/noid/mariadb10.6-master
...
use the updated mariadb10.6 container in drone
2022-11-15 13:26:25 +01:00
Maxence Lange
6964751ec6
restoring clearCachedConfig()
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-11-15 11:08:20 -01:00
Côme Chilliet
4893d5e746
Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2
...
Fix dynamic properties and other problems in tests for PHP 8.2
2022-11-15 13:04:51 +01:00
Bjørn Forsman
582f07c8fc
Add text/asciidoc mimetype
...
Ref https://docs.asciidoctor.org/asciidoc/latest/faq/#whats-the-media-type-aka-mime-type-for-asciidoc
This is step 1 towards allowing editing of AsciiDoc files in Nextcloud.
Step 2 is adding support in https://github.com/nextcloud/text .
Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com >
2022-11-15 12:00:03 +01:00
julia.kirschenheuter
a8ff2ff0b0
Place ``<h1>`` into main content
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2022-11-15 10:50:33 +00:00
Simon L
a577625767
Merge pull request #35173 from nextcloud/test/34976/received-share-in-shared-folders
...
Add test for received share in share_folder
2022-11-15 11:49:22 +01:00
Côme Chilliet
72f4b34ad5
Fix tests depending on a trailing whitespace
...
Many editors remove trailing whitespaces, so avoid depending on them for
tests success.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-15 10:31:58 +01:00
Vincent Petry
486d8bc986
Add test for received share in share_folder
...
Add integration test for receiving a share in a configured
"share_folder".
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-15 09:57:44 +01:00
Côme Chilliet
324126888e
Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-15 09:29:35 +01:00
John Molakvoæ
baf74f0aa1
Merge pull request #35014 from nextcloud/fix/login-headline
...
Fix rendering of login headline
2022-11-15 09:29:32 +01:00
Côme Chilliet
0f7e56b3b3
Fix syntax in VerificationTokenTest.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-15 09:25:56 +01:00
Pytal
ccb30e7825
Merge pull request #35091 from nextcloud/enh/a11y-single-char-search
...
Allow single character search by default
2022-11-14 19:59:38 -08:00
Nextcloud bot
ad446daae0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-15 02:15:30 +00:00
Simon L
73c5591f68
Merge pull request #35024 from nextcloud/deprecate/php74
...
Deprecate PHP7.4
2022-11-14 20:35:54 +01:00
Côme Chilliet
6d8774a232
Merge pull request #35157 from nextcloud/fix/avoid-passing-null-to-datetime-createfromformat
...
Make sure to not pass null to DateTime::createFromFormat
2022-11-14 19:33:16 +01:00
blizzz
6bd55b73ea
Merge pull request #35075 from nextcloud/docs/remove_redis_sentinel_reference
...
Remove reference to Redis sentinel from configuration docs
2022-11-14 18:48:35 +01:00
Côme Chilliet
c79a6b3f62
Fix errors from PHP 8.2 testing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-14 17:08:21 +01:00
Robin Windey
0776f84947
Fix devcontainer url
...
See also:
* https://github.com/community/community/discussions/5104#discussioncomment-2217052
* https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace#list-of-default-environment-variables
2022-11-14 15:40:04 +00:00
Côme Chilliet
9ba9f9a7dc
Make sure to not pass null to DateTime::createFromFormat
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-14 16:23:50 +01:00
Côme Chilliet
70e2217d1c
Fix dynamic properties and other problems in tests for PHP 8.2
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-14 16:14:35 +01:00
Joas Schilling
ea377578ad
Merge pull request #35139 from nextcloud/revert-35015-patch-1
...
Revert "Appropriate length check in Notification.php"
2022-11-14 12:49:44 +01:00
Joas Schilling
08c19c6b04
Merge pull request #35142 from nextcloud/nickvergessen-patch-1
...
Update CODEOWNERS
2022-11-14 11:24:53 +01:00
Joas Schilling
4811aabdc6
Update CODEOWNERS
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-11-14 11:18:11 +01:00
Joas Schilling
6ea4ef9521
Revert "Appropriate length check in Notification.php"
2022-11-14 11:14:13 +01:00
Joas Schilling
81ea283752
Merge pull request #35043 from nextcloud/updateCrl
...
Update crl after revoke drawio.csr
2022-11-14 11:00:30 +01:00
Simon L
f1b940bc78
Merge pull request #34645 from nextcloud/bugfix/support-to-postgres15
...
🐘 Support postgres15
2022-11-14 10:02:38 +01:00
Simon L
4bf1f4e484
Merge pull request #35093 from nextcloud/nickvergessen-patch-1
...
Run integration tests on 3rdparty bump
2022-11-14 09:45:55 +01:00
Simon L
98543b160c
Merge pull request #35096 from nextcloud/bugfix/noid/mark-more-values-as-sensitive
...
Mark more config values as sensitive
2022-11-14 09:45:19 +01:00
Nextcloud bot
47327e6630
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-14 02:15:27 +00:00
Simon L
8af36bf513
Merge pull request #35070 from nextcloud/fix/34993/ldap-user-manager-must-not-be-shared
...
[LDAP] always create instance of own user manager
2022-11-13 23:13:48 +01:00
Julius Härtl
87105a21d4
Merge pull request #33482 from nextcloud/bugfix/app-version-disabled
...
Show version from appinfo on occ app:list
2022-11-13 17:07:45 +01:00
Julius Härtl
7e229aab54
Merge pull request #34746 from nextcloud/add-calendar-settings-section
...
Add Calendar settings section
2022-11-13 17:06:49 +01:00
Nextcloud bot
77729147bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-13 02:14:30 +00:00
dependabot[bot]
2be506fc97
bump sass-loader from 12.6.0 to 13.2.0
...
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-12 02:59:27 +00:00
Nextcloud bot
65e9409e72
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-12 02:14:56 +00:00
Simon L
c2f3010ee7
Merge pull request #34829 from nextcloud/Valdnet-patch-3
...
l10n: Improve styling
2022-11-12 02:14:01 +01:00
Vitor Mattos
eb7b682dc0
Bugfix to support postgres15
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
Signed-off-by: Simon L <szaimen@e.mail.de >
Co-Authored-By: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-11-11 22:36:08 +01:00
szaimen
fe2b851f82
use the updated mariadb10.6 container in drone
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-11 21:33:17 +01:00
Simon L
9d45845d2a
Merge pull request #34994 from Glandos/fileinfo_perf
...
[Performance] Test valid path only if file info has to be retrieved
2022-11-11 17:11:21 +01:00
Robin Appelman
abaa3ef61b
Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-files_trash
...
Fix hasBigIntConversionPendingColumns missing files_trash
2022-11-11 17:09:26 +01:00
Simon L
10aa3827f7
Merge pull request #35015 from natoponen/patch-1
...
Appropriate length check in Notification.php
2022-11-11 17:08:21 +01:00
Simon L
1560c9384d
Merge pull request #35105 from nextcloud/fix/noid/imaginary-distorted-previews
...
Fix distorted previews when using imaginary
2022-11-11 16:56:29 +01:00
Julius Härtl
1da6c21036
Show version from appinfo on occ app:list
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-11 14:45:11 +01:00
Richard Steinmetz
98e55ea4f0
Fix distorted previews when using imaginary
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-11-11 14:21:05 +01:00
Julius Härtl
cc8322214c
Merge pull request #35077 from nextcloud/fix/public-key-token-provider-test
...
Fix PublicKeyTokenProviderTest import and mock
2022-11-11 09:46:49 +01:00
Joas Schilling
663cf04469
Mark more config values as sensitive
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-11 09:02:28 +01:00
Joas Schilling
9dd0d0ba57
Run integration tests on 3rdparty bump
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-11-11 07:54:26 +01:00
Nextcloud bot
96855d73a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-11 02:14:02 +00:00
Christopher Ng
6c09155e13
Allow single character search by default
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-11 01:35:02 +00:00
Joas Schilling
c1ba14ad00
Merge pull request #35074 from nextcloud/fix/fix-path-normalizing
...
Make sure that path is normalized and then checked,
2022-11-10 18:50:18 +01:00
Pytal
66c33fd9b8
Merge pull request #35054 from nextcloud/fix-html-entities-not-decoded-in-comment-just-added
2022-11-10 09:10:11 -08:00
Côme Chilliet
1c28c64ea7
Merge pull request #35076 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3.0
...
Bump swiftmailer/swiftmailer to 6.3.0
2022-11-10 17:08:04 +01:00
Côme Chilliet
d459474084
Bump swiftmailer/swiftmailer to 6.3.0
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-10 17:06:40 +01:00
Christoph Wurst
9d0e79f10d
Fix PublicKeyTokenProviderTest import and mock
...
* IDBConnection import missing
* Atomic doesn't need a mock
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-10 15:40:35 +01:00
Raul
693d69d758
Remove reference to Redis sentinel from configuration docs
...
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com >
2022-11-10 15:37:25 +01:00
Côme Chilliet
a78595a45f
Make sure that path is normalized and then checked,
...
and not the other way around
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-10 15:03:15 +01:00
nextcloud-command
99b1d0047f
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-10 13:02:40 +00:00
Daniel Calviño Sánchez
5442f8efd6
Fix HTML entities not decoded in comment just added
...
The XML data received from the comments endpoint has an inconsistent
encoding; some entities are encoded once and others are encoded twice.
When the comment list is loaded the comments are fetched using
GetComments, which handles all that, and therefore shows the messages
and author names as expected.
However, when a new comment is posted the list is not got again; instead
the new comment is loaded from the comment data returned after posting
it. This is done in NewComment, which did not decode the messages nor
the author names, and therefore showed, for example, "&" instead of
"&".
To solve that now the same decoding logic used in GetComments is applied
too in NewComment.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-11-10 13:50:52 +01:00
Daniel Calviño Sánchez
924c090f07
Extract "decodeHtmlEntities" function to its own file
...
This will make possible to use it from files other than
"GetComments.js".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-11-10 13:34:02 +01:00
Arthur Schiwon
e6e18b4008
[LDAP] always create instance of own user manager
...
- it is config specific and cannot be shared
- because the Access instance is bound later, it is not obvious from the
constructor
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-11-10 10:32:01 +01:00
Christoph Wurst
75a1721d7d
Deprecate PHP7.4
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-10 09:56:32 +01:00
Nextcloud bot
cfa291ec8f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-10 02:15:26 +00:00
Pytal
410586c2e7
Merge pull request #35063 from nextcloud/fix/noid/versions-empty-top-margin
2022-11-09 15:58:02 -08:00
Richard Steinmetz
e122a50920
Fix top margin in empty versions list
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-11-09 23:22:36 +01:00
Simon L
9757889454
Merge pull request #34989 from nextcloud/Valdnet-patch-4
...
l10n: Shorten link
2022-11-09 19:55:04 +01:00
Simon L
3314735cec
Merge pull request #35052 from nextcloud/fix-sidebar-not-hidden-when-changing-section-in-files-app
...
Fix sidebar not automatically hidden in Files app
2022-11-09 19:51:14 +01:00
Pytal
179e104934
Merge pull request #35042 from nextcloud/enh/uri-description
...
Add description for calendar uri
2022-11-09 10:14:51 -08:00
Valdnet
a18a95bbc9
Fix test
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-11-09 18:01:20 +01:00
Daniel Calviño Sánchez
a8fea270ed
Fix sidebar not automatically hidden in Files app
...
Although the Files app creates the legacy sidebar (details view) it is
then replaced with the newer Vue app sidebar. Due to this ".detailsView"
no longer finds an element and therefore nothing was hidden when
"hideAppSidebar($('.detailsView'))" was called (for example, when
changing to another section).
However, "OC.Apps.hideAppSidebar()" does not properly work either with
the Vue sidebar used in the Files app (once hidden the sidebar is not
shown again). For simplicity, and to avoid any possible side effect in
other apps from changing "OC.Apps.hideAppSidebar", now
"OC.Files.Sidebar.close()" is used instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-11-09 17:45:00 +01:00
Julius Härtl
e29720f9b2
Next attemp on imip tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-09 16:37:34 +01:00
Julius Härtl
908b7aa70a
Attempt to fix CalendarImpl tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-09 16:37:34 +01:00
Julius Härtl
2a684f6741
Fix some phpunit test warnings
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-09 16:37:34 +01:00
Vitor Mattos
fe67920647
Update crl after revoke drawio.csr
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-11-09 03:06:27 +00:00
Nextcloud bot
dce83459d5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-09 02:14:32 +00:00
Christopher Ng
41d4e0a272
Add description for calendar uri
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-09 00:34:20 +00:00
nextcloud-command
855b3c5489
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-08 18:12:21 +00:00
Simon L
07de9fa4e8
fix dashboard scrolling
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-11-08 19:03:31 +01:00
Simon L
d65fd72452
Merge pull request #34613 from nextcloud/enh/noid/fix-checkmark-icon
...
fix checkmark for theme settings in dark mode
2022-11-08 18:58:55 +01:00
Simon L
87f4ed55e5
Merge pull request #32211 from nextcloud/feat/repair_share_ownership
...
Add repair command to fix wrong share ownership
2022-11-08 18:57:03 +01:00
Robin Appelman
6d8c72c9f6
update autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-08 17:14:22 +01:00
Robin Appelman
7dc8e6a014
fix repairing non user shares when repairing all shares
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-08 17:13:52 +01:00
Robin Appelman
e09fabd47c
remove no longer needed code
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-08 17:13:48 +01:00
Robin Appelman
b66779711f
split repairing into two stages to prevent long open transaction
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-08 17:13:44 +01:00
Robin Appelman
8012c85d3e
update shares directly in db
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-08 17:13:41 +01:00
Vincent Petry
1be1c23c05
More verbose output for repair share ownership cmd
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-08 17:13:37 +01:00
Robin Appelman
3d68a526e7
move share owner repair to occ command
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-08 17:13:33 +01:00
Louis Chemineau
610e963567
Add repair step to fix wrong share ownership
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-11-08 17:13:29 +01:00
Richard Steinmetz
ad77bf4030
Merge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ip
...
Fix DNS Pin Middleware throwing for public IPs
2022-11-08 16:44:50 +01:00
nextcloud-command
506b535878
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-08 13:44:49 +00:00
nextcloud-command
b265ed7384
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-08 13:38:44 +00:00
szaimen
1e48661238
fix checkmark for theme settings in dark mode
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-08 14:28:17 +01:00
Simon L
2ee7221d4b
Fix AppMenu icons for firefox
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-11-08 14:21:53 +01:00
Christoph Wurst
ce259435c2
Fix DNS Pin Middleware throwing for public IPs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-08 14:18:05 +01:00
Simon L
3c20647069
fix missing share icon
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2022-11-08 13:20:07 +01:00
Simon L
175ac79f97
Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversion
...
Cast to int
2022-11-08 10:53:13 +01:00
natoponen
bd7a1e4dcb
Appropriate length check in Notification.php
...
There is an issue(bug) when using UTF-8 symbols in any method, which checks the length of string as `isset($id[64])`. You can set only 32 UTF-8 symbols because they are 2 byte, and this "array" check seems inapropriate in this case, as it throws unexpected exceptions.
Signed-off-by: natoponen <57988162+natoponen@users.noreply.github.com >
2022-11-08 10:45:58 +03:00
Joas Schilling
0f3fdced4f
Merge pull request #34985 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
...
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
2022-11-08 06:51:31 +01:00
Nextcloud bot
dc91631068
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-08 02:14:18 +00:00
Christopher Ng
b92a774c47
Fix rendering of login headline
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-11-08 01:05:43 +00:00
dependabot[bot]
457ba00636
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
...
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n ) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-07 19:30:15 +00:00
Pytal
0dabc6abc6
Merge pull request #34986 from nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2
...
Bump handlebars-loader from 1.7.1 to 1.7.2
2022-11-07 11:04:50 -08:00
Markus Zeller
15289f9737
Cast to int #32837
...
Signed-off-by: Markus Zeller <git@markuszeller.com >
2022-11-07 16:44:47 +01:00
Christoph Wurst
c8c27ea352
Merge pull request #35007 from nextcloud/fix/lower-logging-level-user-session-cookie-login
...
Fix unsuccessful token login logged as error
2022-11-07 16:35:52 +01:00
Joas Schilling
ebbc0faf6c
Merge pull request #35000 from nextcloud/bugfix/34959/fix-cron-warning-with-time-insensitive-jobs
...
Fix cron warning with time insensitive jobs
2022-11-07 15:38:31 +01:00
Daniel Kesselberg
e665c819a7
Compile core-systemtags.js and systemtags-systemtags.js
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-11-07 15:24:08 +01:00
Daniel Kesselberg
3c83b7a9fd
Revert "Add minimumInputLength for tags select"
...
This reverts commit e1d9b0bae2 .
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-11-07 15:14:48 +01:00
Christoph Wurst
e2d3409a34
Fix unsuccessful token login logged as error
...
The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.
If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-07 15:08:48 +01:00
Côme Chilliet
f5181f3682
Merge pull request #34996 from nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4
...
Bump microsoft/azure-storage-blob to 1.5.4
2022-11-07 14:34:25 +01:00
Vincent Petry
4b931a9d25
Merge pull request #32530 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.10.0
...
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
2022-11-07 13:58:08 +01:00
Roeland Jago Douma
e50f4c445d
Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliases
...
Clean up and deprecate app container parameter aliases
2022-11-07 12:04:07 +01:00
Côme Chilliet
c090883ce0
Align with 3rdparty master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-07 12:02:14 +01:00
Joas Schilling
0cab646ec0
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-07 11:27:31 +01:00
Joas Schilling
2d8886e6a4
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-07 11:04:58 +01:00
Joas Schilling
7730c84e74
Show the correct warning for system cron vs. webcron/ajax
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-07 11:01:22 +01:00
Simon L
533e1803cf
Merge pull request #34937 from nextcloud/fix/do-not-crash-on-extension-without-version
...
Avoid a crash when a PHP extension has no version
2022-11-07 10:45:44 +01:00
Côme Chilliet
3568593d37
Bump microsoft/azure-storage-blob to 1.5.4
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-07 10:44:24 +01:00
Côme Chilliet
7af4fea0e3
Suppress false-positives from psalm, waiting for fix upstream
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-07 10:01:53 +01:00
Côme Chilliet
070ae2930c
Merge pull request #34987 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-07 09:24:03 +01:00
nextcloud-command
26c2144bd1
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-11-07 04:24:52 +00:00
Nextcloud bot
ed03a0c217
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-07 02:14:09 +00:00
Glandos
48ca33761f
Test valid path only if file info has to be retrieved
...
Signed-off-by: Glandos <bugs-github@antipoul.fr >
2022-11-06 19:23:53 +01:00
Nextcloud bot
7f2c21f056
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-06 02:12:40 +00:00
Valdnet
ea41f21bbe
l10n: Shorten link
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-11-05 18:14:41 +01:00
Simon L
779feddb22
Merge pull request #18210 from dbw9580/master
...
Limit number of concurrent preview generations
2022-11-05 11:32:13 +01:00
szaimen
f9e9cd270d
Limit-number-of-concurrent-preview-generations
...
Signed-off-by: Bowen Ding <dbw9580@live.com >
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-05 16:03:01 +08:00
dependabot[bot]
e720dd2f13
Bump handlebars-loader from 1.7.1 to 1.7.2
...
Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/pcardune/handlebars-loader/releases )
- [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: handlebars-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-05 03:23:51 +00:00
Nextcloud bot
c88aabd125
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-05 02:15:04 +00:00
Julius Härtl
5c4a66f0c1
Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-to
...
Do not throw errors when invalid setTo email is provided
2022-11-04 18:24:55 +01:00
dependabot[bot]
aa3be1111f
Merge pull request #33181 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.11.0
2022-11-04 16:41:23 +00:00
Vincent Petry
a736a2b03b
Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typing
...
Clean up LDAP Wizard typing
2022-11-04 17:29:30 +01:00
Vincent Petry
966ee67efb
Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calc
...
Fix size calculation on copying the skeleton files
2022-11-04 17:23:40 +01:00
Vincent Petry
7ec9226cb4
Merge pull request #34909 from nextcloud/fix/21370/duplicate-notifications-2
...
Fix duplicate event email notifications
2022-11-04 17:19:36 +01:00
dependabot[bot]
2d7185ddfa
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
...
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-11-04 16:16:55 +00:00
dependabot[bot]
bce5144454
Update behat/behat requirement in /build/integration
...
Updates the requirements on [behat/behat](https://github.com/Behat/Behat ) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-04 15:46:56 +00:00
Vincent Petry
b9bbb25771
Merge pull request #33884 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.5.0
...
Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /build/integration
2022-11-04 16:46:02 +01:00
Richard Steinmetz
304b71647f
Fix duplicate event email notifications
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-11-04 16:24:57 +01:00
Joas Schilling
f53abd3995
Merge pull request #34963 from nextcloud/followup/34522/fix-invalid-date
...
Fix invalid date in security.txt
2022-11-04 11:05:10 +01:00
Joas Schilling
e096ca7d01
Fix invalid date in security.txt
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-04 07:54:57 +01:00
Nextcloud bot
8795433208
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-04 02:14:14 +00:00
Simon L
ec22118017
Merge pull request #34954 from nextcloud/bugfix/noid/autoloader-update-imip
...
Dump autoloaders for new IHandleImipMessage
2022-11-03 22:10:51 +01:00
Julius Härtl
4da550c569
Merge pull request #34934 from nextcloud/bugfix/noid/session-reopen-read
...
Read encrypted session data again on reopen
2022-11-03 17:26:31 +01:00
Julius Härtl
60c3d82f9d
Dump autoloaders for new IHandleImipMessage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-03 17:21:21 +01:00
Julius Härtl
fd036f774f
Do not throw errors when invalid setTo email is provided
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-03 16:59:12 +01:00
Côme Chilliet
2e83a21cd2
Merge pull request #34678 from pulsejet/patch-jpeg
...
Interlace all output JPEG
2022-11-03 16:11:03 +01:00
Christoph Wurst
3b084e5fbc
Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface
...
Move iMIP to its own interface
2022-11-03 15:03:42 +01:00
Côme Chilliet
8a2e52e7f8
Merge pull request #34330 from nextcloud/fix/fix-contacts-test-php8
...
Fix ContactsStoreTests under PHP 8.2
2022-11-03 14:55:06 +01:00
Christoph Wurst
ac92d00da8
Merge pull request #32565 from nextcloud/chore/modernize-error-handler
...
Modernize the error handler
2022-11-03 14:42:51 +01:00
Carl Schwan
97f2a28cfe
Merge pull request #34933 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-03 14:24:01 +01:00
Anna
d648518136
Merge pull request #33605 from nextcloud/perf/user-getdisplayname-cache
...
Use cached getDisplayName method
2022-11-03 13:58:58 +01:00
Julius Härtl
c412821606
Do not remove complete encrypted session key when just a key should be removed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-03 13:20:30 +01:00
Julius Härtl
2ff840b5c1
Read encrypted session data again on reopen
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-11-03 13:20:30 +01:00
Côme Chilliet
56f24cff9f
Avoid a crash when a PHP extension has no version
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-11-03 11:53:51 +01:00
Christoph Wurst
c00e590a4f
Merge pull request #34852 from nextcloud/enhancement/host-validator-api
...
Add remote host validation API
2022-11-03 11:37:03 +01:00
Anna Larch
9dd51601c6
Switch to DisplayNameCache for CardDAV
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-11-03 10:26:34 +01:00
Anna Larch
e5c290bb7f
Switch to DisplayNameCache for CalDAV
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-11-03 10:26:34 +01:00
Anna Larch
aebcc3126a
Move iMIP to it's own interface
...
and clean up the code a bit.
Added:
- author
Removed:
- unused imports
Changed:
- moved iMIP handling to new interface
- pointed code to new implementation
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-11-03 10:07:09 +01:00
nextcloud-command
79874b8b94
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-11-03 04:22:48 +00:00
Nextcloud bot
bfb764b5f3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-03 02:14:09 +00:00
Christoph Wurst
41b2466d35
Clean up and deprecate app container aliases
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-02 19:42:09 +01:00
John Molakvoæ
87f8f9ff1d
Merge pull request #34868 from nextcloud/fix/toasts-styling
...
Update @nextcloud/dialogs and fix toasts styling
2022-11-02 16:59:02 +01:00
John Molakvoæ
9cc2f25072
Update @nextcloud/dialogs@ and fix toasts styling
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-11-02 16:31:52 +01:00
Julius Härtl
3eaca6f0e4
Merge pull request #34880 from nextcloud/dependabot/npm_and_yarn/babel/node-7.20.0
...
Bump @babel/node from 7.17.10 to 7.20.0
2022-11-02 14:15:12 +01:00
Simon L
914df4e228
Merge pull request #34907 from nextcloud/enh/noid/remove-32bit-compatibilitiy
...
remove 32-bit workarounds
2022-11-02 13:01:10 +01:00
Vincent Petry
c5b21c59bc
Merge pull request #34871 from nextcloud/bugfix/34695/fix-internal-expiredate-visibility
...
Fix visibility of internal expire date
2022-11-02 12:58:24 +01:00
Robin Appelman
f76b4473ee
escape path prefix when doing cache jail search
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-11-02 12:44:51 +01:00
Simon L
865529716e
Merge pull request #34908 from nextcloud/enh/noid/disable-26-updates-32bit
...
disable upgrades to 26 for 32-bit
2022-11-02 11:33:37 +01:00
szaimen
3f7c620f26
fix psalm
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-02 11:13:34 +01:00
szaimen
dd8774389e
remove 32-bit workarounds
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-02 11:13:34 +01:00
John Molakvoæ
3dd21ebbf8
Merge pull request #34906 from nextcloud/enh/noid/improve-64-bit-check
2022-11-02 10:41:43 +01:00
Christoph Wurst
4c8ec6dc89
Log all deprecations with debug level
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-02 09:49:37 +01:00
Christoph Wurst
052dcdebe8
Refactor the ErrorHandler into a dynamic class
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-02 09:49:37 +01:00
Pawel Boguslawski
b1716b0ef0
Added parameter to disallow calendar subscription via link
...
Added calendar application config parameter `dav.allow_calendar_link_subscriptions` to disallow calendar
subscription via link (i.e. for internal Nextcloud setups). Use
```
occ config:app:set dav allow_calendar_link_subscriptions --value 'yes'
```
to allow (default if not set) and
```
occ config:app:set dav allow_calendar_link_subscriptions --value 'no'
```
to disallow calendar subscription via link.
Author-Change-Id: IB#1126265
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl >
2022-11-02 09:36:25 +01:00
Nextcloud bot
77c6d24882
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-02 02:14:12 +00:00
szaimen
faa747e445
disable upgrades to 26 for 32-bit
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-01 14:42:53 +01:00
szaimen
f5ad282418
update 64-bit check wording
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-11-01 13:50:50 +01:00
Nextcloud bot
075a87670d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-11-01 02:14:18 +00:00
dependabot[bot]
963c2cfb53
Bump @babel/node from 7.17.10 to 7.20.0
...
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node ) from 7.17.10 to 7.20.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.0/packages/babel-node )
---
updated-dependencies:
- dependency-name: "@babel/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-31 20:52:30 +00:00
Christoph Wurst
8aea25b5b9
Add remote host validation API
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-31 16:13:28 +01:00
Christoph Wurst
aa81b87f26
Merge pull request #34894 from nextcloud/enhancement/talk-api-delete-conversation
...
Add Talk converstation delete API
2022-10-31 15:59:25 +01:00
Julius Härtl
1a33a4692d
Merge pull request #34895 from nextcloud/fix/build-api-reference
...
Use the official phpDocumentor release
2022-10-31 14:58:04 +01:00
Ferdinand Thiessen
7ea564b5ca
Use the official phpDocumentor release
...
The previous cached version download URL was broken and only a
non-functional version was downloaded leading and so the API reference
was not updated since NC24.
This is fixed by simply using the latest stable phpDocumentor release.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2022-10-31 12:51:38 +01:00
Christoph Wurst
06627c800c
Add Talk converstation delete API
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-31 11:44:39 +01:00
Nextcloud bot
7c39e3e6bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-31 02:13:55 +00:00
Nextcloud bot
087f7b11be
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-30 02:13:45 +00:00
Daniel
2142cc1f4c
Merge pull request #34884 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-29 21:52:41 +02:00
dependabot[bot]
19dbd8e7e0
Merge pull request #34883 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.26
2022-10-29 07:36:33 +00:00
dependabot[bot]
7af1ca021e
Merge pull request #34881 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.5.0-beta.3
2022-10-29 07:26:43 +00:00
nextcloud-command
bf880d3d24
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-29 07:16:04 +00:00
Nextcloud bot
0e54a62aaf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-29 02:15:22 +00:00
dependabot[bot]
2c746fec1b
Bump phpunit/phpunit from 9.5.23 to 9.5.26 in /build/integration
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.23 to 9.5.26.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.26 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-29 01:04:53 +00:00
dependabot[bot]
c359185710
Bump @nextcloud/calendar-availability-vue
...
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue ) from 0.5.0-beta.2 to 0.5.0-beta.3.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases )
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.5.0-beta.2...v0.5.0-beta.3 )
---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-29 01:03:07 +00:00
Vincent Petry
3bf11dcf60
Fix visibility of internal expire date
...
Fixed visibility of the expiration date field for internal shares by
aligning the logic with the one from the public link shares.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-10-28 18:58:52 +02:00
Christoph Wurst
12815c12b7
Merge pull request #34866 from nextcloud/chore/cs-fixer-cache-ignore
...
Add new CS fixer cache file to .gitignore
2022-10-28 13:27:57 +02:00
John Molakvoæ
dedb9d5753
Merge pull request #34741 from nextcloud/fix/unsupported-browsers-user-only
...
Only check unsupported browsers on user rendering
2022-10-28 13:05:26 +02:00
John Molakvoæ
a8e8a89ade
Only check unsupported browsers on user rendering
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-28 12:23:02 +02:00
John Molakvoæ
3323b1ac0d
Merge pull request #34359 from nextcloud/enh/admin-theming-vue
2022-10-28 11:47:58 +02:00
Christoph Wurst
98f2c62517
Add new CS fixer cache file to .gitignore
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-28 11:00:32 +02:00
Simon L
d6ea109733
Merge pull request #34858 from raboof/disable-browser-translation
...
Disable browser translations
2022-10-28 09:34:33 +02:00
Christoph Wurst
08e11d7e14
Merge pull request #31064 from nextcloud/prune-calendar-changes
...
Add a background job to prune outdated sync tokens
2022-10-28 08:44:33 +02:00
Joas Schilling
613b2a51e7
Merge pull request #34832 from nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets
...
Allow to conditionally enable dashboard widgets
2022-10-28 07:30:16 +02:00
Nextcloud bot
8db40df3bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-28 02:14:23 +00:00
Pytal
c723daaa56
Merge pull request #34785 from nextcloud/fix/federated-scope
...
Fix disabled federated scope
2022-10-27 17:52:48 -07:00
Christopher Ng
9ec32a739c
Purge unused legacy code and drop 3rdparty jscolor dependency
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-28 00:18:47 +00:00
Christopher Ng
4a2bbc7af9
Rewrite admin theming in Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-28 00:18:47 +00:00
Christopher Ng
531bb62223
Fix disabled federated scope
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-28 00:07:05 +00:00
Thomas Citharel
6f15873321
Add a background job to prune outdated sync tokens
...
We remove all outdated sync tokens, based on their auto-incremented ID.
By default we only keep the last 10 000, but this can be configurable.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-10-27 20:12:13 +00:00
Arnout Engelen
087deb9f1b
Disable browser translations
...
This will tell the browser not to translate the text on the page,
since this is very confusing given the good existing translation
support in Nextcloud and the fact that the language the Nextcloud
UI is set to might not match the language the content of the
instance is in, leading to surprising effects.
Better to disable it and remove the confusion.
Fixes #34857
Signed-off-by: Arnout Engelen <arnout@bzzt.net >
2022-10-27 20:16:47 +02:00
Joas Schilling
d007088cf5
Merge pull request #34847 from nextcloud/refactor/local-address-checker-method-capitalization
...
Rename LocalAddressChecker methods to lower case
2022-10-27 15:57:58 +02:00
John Molakvoæ
5b77675ee9
Merge pull request #34799 from nextcloud/bugfix/noid/preview-event
...
Emit typed event when preview is requested
2022-10-27 15:38:26 +02:00
Julius Härtl
07e94eca6f
Emit typed event when preview is requested
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-27 14:31:33 +02:00
Carl Schwan
5f6997f6fe
Add an hint about reasons why files can't be accessed
...
Hopefully saves some debugging time next time
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-27 14:17:56 +02:00
Christoph Wurst
d4b9b010b0
Rename LocalAddressChecker methods to lower case
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-27 13:24:28 +02:00
Simon L
9ba3f264c0
Merge pull request #34736 from nextcloud/bugfix/autotest-with-postgresql
...
Fix autotest creating PostgreSQL database before install
2022-10-27 13:07:27 +02:00
John Molakvoæ
a0dea4639f
Merge pull request #34683 from nextcloud/enh/a11y-input-error
2022-10-27 12:35:47 +02:00
Joas Schilling
8ee76c0d89
Merge pull request #34831 from nextcloud/bugfix/noid/dont-stop-loading-dashboards
...
Continue registering and loading other dashboard widgets when one fai…
2022-10-27 10:41:48 +02:00
Julius Härtl
5e416c529e
Use proper storage method for writing skeleton files
...
otherwise the filecache will have a wrong size for skeleton files
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-27 08:47:32 +02:00
Joas Schilling
23171206b4
Allow to conditionally enable dashboard widgets
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-27 07:25:25 +02:00
Joas Schilling
c5fcebb65d
Continue registering and loading other dashboard widgets when one failed creation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-27 07:20:16 +02:00
Nextcloud bot
71493433b8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-27 02:14:02 +00:00
Christopher Ng
9c54e74e08
Display invalid input message
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-27 00:41:46 +00:00
Côme Chilliet
0d9c1510ca
Fix ContactsStoreTests under PHP 8.2
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-26 20:03:49 +00:00
John Molakvoæ
5e71875626
Merge pull request #33458 from nextcloud/object-store-validate-write
...
allow disabling object store write check
2022-10-26 21:40:07 +02:00
Julius Härtl
71f698649f
Merge pull request #33488 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.4.3
...
Bump @testing-library/user-event from 14.1.1 to 14.4.3
2022-10-26 21:34:20 +02:00
Robin Appelman
3357c8e783
test disabling write check
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-10-26 18:45:59 +00:00
Robin Appelman
a5036a973c
allow disabling object store write check
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-10-26 18:45:59 +00:00
Valdnet
5908f06f9e
l10n: Improve styling
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-10-26 20:38:07 +02:00
Richard Steinmetz
43dbd9fa5a
Merge pull request #34825 from nextcloud/fix/noid/comments-empty-content
...
Fix empty content regressions in comments app
2022-10-26 18:17:07 +02:00
Julius Härtl
9c337183c7
Merge pull request #34789 from nextcloud/fix/pre-commit-exclude-composer-autoload-from-codestyle
...
Do not apply codestyle to composer autoloaders
2022-10-26 18:01:40 +02:00
Richard Steinmetz
cba636124a
Fix empty content regressions in comments app
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-26 14:42:11 +00:00
Julius Härtl
aec8dce61a
Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributes
2022-10-26 15:11:01 +02:00
Louis
1e450407f6
Merge pull request #34809 from nextcloud/artonge/fix/getMetadata_return_type
...
Fix getMetadata return type
2022-10-26 14:25:09 +02:00
Vincent Petry
5198fa49f7
Merge pull request #34804 from nextcloud/bugfix/noid/ldap-login-filter-no-mail
...
Skip general login with email for non-valid addresses and LDAP
2022-10-26 14:12:31 +02:00
Julius Härtl
298d2b9b58
Skip general login with email for non-valid addresses and LDAP
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-26 12:30:25 +02:00
Louis Chemineau
38f5006c3e
Fix getMetadata return type
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-10-26 11:37:51 +02:00
John Molakvoæ
ae86359671
Merge pull request #34776 from nextcloud/enh/noid/improve-browser-warning
2022-10-26 10:07:48 +02:00
Nextcloud bot
d8f045bc8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-26 02:13:50 +00:00
nextcloud-command
95963ead03
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-25 23:10:21 +00:00
Simon L
d26c390631
Address review
...
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2022-10-25 23:01:29 +00:00
szaimen
88a0e773c0
update browser warning
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-25 23:01:29 +00:00
Varun Patil
48917e718e
Interlace all output JPEG
...
Progressive images are both smaller and faster to load.
Signed-off-by: Varun Patil <radialapps@gmail.com >
2022-10-25 09:40:20 -07:00
Carl Schwan
4344a54a1d
Merge pull request #34691 from nextcloud/profiler/ldap-backtrace
...
Add backtrace to ldap profiler collector
2022-10-25 17:00:23 +02:00
Côme Chilliet
5e74b1e9ad
Adapt test to User_Proxy constructor
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-25 16:16:59 +02:00
Julius Härtl
8629d8e44f
Check share attributes on preview endpoints
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-25 11:35:31 +02:00
Côme Chilliet
91392c08d6
Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fix
...
Expose mapped user count from LDAP and use that for user limit check
2022-10-25 11:16:01 +02:00
Côme Chilliet
556e3c84e6
Fix return type for countUsers method
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-25 10:20:09 +02:00
Côme Chilliet
5242a78994
Fix $host var handling to avoid passing null to ldap_connect
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-25 09:59:56 +02:00
Côme Chilliet
4130a4cbd8
Make sure to use AccessFactory to create Access instances and use DI
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-25 09:52:35 +02:00
Côme Chilliet
c49bf7fa9f
Do not apply codestyle to composer autoloaders
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-25 09:16:19 +02:00
Côme Chilliet
8b7f6a80c3
Fix autoloaders
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-25 09:13:56 +02:00
Côme Chilliet
b4eeaae77d
Update lib/public/User/Backend/ICountMappedUsersBackend.php
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2022-10-25 09:12:02 +02:00
Nextcloud bot
e3aac7d573
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-25 02:18:42 +00:00
Simon L
7835223902
Merge pull request #34756 from nextcloud/revert-33087-fix/30282/external-storages
...
Revert "fix external storages access"
2022-10-24 20:58:13 +02:00
Simon L
855be71bbd
Merge pull request #34706 from nextcloud/enh/noid/improve-one-click-instance-notification
...
update notifications for one-click instances
2022-10-24 19:55:01 +02:00
szaimen
9e7e1e8a87
update notifications for one-click instances
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-24 18:28:00 +02:00
Côme Chilliet
46e31d4c06
Add missing file
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-24 17:32:51 +02:00
Côme Chilliet
142f9913a6
Expose mapped user count from LDAP and use that for user limit check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-24 16:54:41 +02:00
Christoph Wurst
6435191a6e
Merge pull request #34742 from nextcloud/add_well-known_changepassword
...
Add .well-known/changepassword handler
2022-10-24 11:13:33 +02:00
Thomas Citharel
8b13f6d475
Add Calendar settings section
...
In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-10-24 10:41:24 +02:00
Simon L
4415fca5f8
Merge pull request #34740 from nextcloud/fix/image/x-icon
...
Add ico image/x-icon
2022-10-24 10:31:10 +02:00
Christoph Wurst
232c760de4
Merge pull request #34626 from nextcloud/enhancement/rename-personal-groupware-settings-section-availability
...
Rename personal Groupware settings section to "Availability"
2022-10-24 10:13:37 +02:00
Nextcloud bot
999f89ff66
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-24 02:14:59 +00:00
Simon L
11108e8032
Revert "fix external storages access"
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-23 22:36:34 +02:00
John Molakvoæ
304c1b9b61
Merge pull request #33087 from nextcloud/fix/30282/external-storages
...
fix external storages access
2022-10-23 10:42:46 +02:00
Nextcloud bot
54ce35ebd8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-23 02:14:46 +00:00
Thomas Citharel
3eab7ca3d4
Extract $ignoreMaxApps from array_map callback in AppSettingsController
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-10-22 20:03:02 +02:00
Roeland Jago Douma
58a70fe098
Add .well-known/changepassword handler
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2022-10-22 13:23:59 +02:00
John Molakvoæ
52fe1b6199
Sort alphabetically
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-22 12:21:05 +02:00
John Molakvoæ
3776d1d2ed
Add ico image/x-icon
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-22 12:18:40 +02:00
Nextcloud bot
a66c80135d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-22 02:15:49 +00:00
Vitor Mattos
32b1d4fc8e
Create database to autotest
...
Followed:
https://github.com/docker-library/docs/blob/master/postgres/README.md#postgres_db
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-10-21 21:36:27 -03:00
Simon L
47da08fe85
Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap
...
LDAP to not register new users when outside of fair use or over limits
2022-10-21 18:53:16 +02:00
blizzz
294a00d8e0
Merge pull request #34136 from nextcloud/fix/default-channel
...
on installation save channel to config.php if not stable
2022-10-21 17:14:56 +02:00
Vincent Petry
4aa8e80511
Merge pull request #34579 from nextcloud/unencrypted-size-null
...
fix null error in getUnencryptedSize
2022-10-21 16:53:43 +02:00
Simon L
9f2ecc7322
Merge pull request #34662 from nextcloud/enh/error-pages
...
Use proper error pages instead of always redirecting
2022-10-21 16:38:19 +02:00
Vincent Petry
56fe33ffca
Merge pull request #34508 from starypatyk/dav_displayname
...
WebDAV - use file/folder name for dav:displayname
2022-10-21 15:42:27 +02:00
Arthur Schiwon
2ef9826c3b
silence psalm
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-21 15:35:35 +02:00
Julius Härtl
11bedf1c3b
Use proper error pages instead of always redirecting
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-21 15:12:21 +02:00
Arthur Schiwon
403923d72c
on installation save channel to config.php if not stable
...
- the default channel to the NC server is what is provided in /version.php
unless it is overridden in config.php
- the default channel to the NC Updater however is 'stable'
- this resultant in inconsistent results and confusing admin experience
- therefore "stable" is considered default and other channels are being
written to config.php now upon installation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-21 12:01:26 +00:00
blizzz
7848d1cab6
Merge pull request #34717 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-21 13:59:08 +02:00
blizzz
bff23762d1
extended hint message
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: blizzz <blizzz@arthur-schiwon.de >
2022-10-21 13:46:44 +02:00
Simon L
ac7e3efe46
Merge pull request #34714 from nextcloud/fix/invert-more-icon
...
Fix more icon color
2022-10-21 09:13:50 +02:00
nextcloud-command
3004d92b0b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-21 04:34:24 +00:00
Nextcloud bot
67ce025d61
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-21 02:14:44 +00:00
Christopher Ng
c6f3eb954c
Fix more icon color
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-21 01:13:11 +00:00
Simon L
9aaa370e07
Merge pull request #34688 from nextcloud/bugfix/34673/dont-crash-with-outdated-share-providers
...
Don't crash with outdated share provider on update with the web updater
2022-10-20 23:50:15 +02:00
Pytal
72744a71c9
Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-tags-component
2022-10-20 10:14:14 -07:00
Simon L
d48a637e54
Merge pull request #34685 from nextcloud/fix-alt-login-class
...
Fix alternative logins custom css class
2022-10-20 17:15:02 +02:00
Joas Schilling
1b30ca0320
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-20 17:05:41 +02:00
Joas Schilling
46bf96ee29
Use @nextcloud/vue MultiselectTags component
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-20 17:05:40 +02:00
Carl Schwan
0de71a73e5
Merge pull request #34502 from nextcloud/fix/correct-attribute-resharing
...
Propagate attributes when resharing
2022-10-20 17:03:02 +02:00
Carl Schwan
25519b7089
Add backtrace to ldap profiler collector
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 16:55:44 +02:00
Carl Schwan
0f0f132959
Merge pull request #34624 from nextcloud/fix/files_external_psalm
...
Multiple fix for files external
2022-10-20 16:53:43 +02:00
Côme Chilliet
3dedfd34b9
Clean up LDAP Wizard typing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 16:51:39 +02:00
Côme Chilliet
00c4c3d723
Merge pull request #30223 from nextcloud/nested_ldap_groups
...
Nested ldap groups
2022-10-20 15:03:37 +02:00
Côme Chilliet
5193b94c21
Merge pull request #33703 from nextcloud/fix/ldap-simplify-paged-results
...
Clean up paged result handling.
2022-10-20 14:48:50 +02:00
Carl Schwan
99a752922f
Fix psalm
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 13:14:39 +02:00
Carl Schwan
60ec5e655c
Check if cache is present with isset
...
Otherwise we get false for empty array
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 13:14:39 +02:00
Côme Chilliet
1a6a6c985a
Bring back small fixes by Carl
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 13:14:39 +02:00
Côme Chilliet
746a5fb7e0
Fix LDAP recursive nested group support
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 13:14:39 +02:00
Carl Schwan
be5338e572
Revert Carl changes on apps/user_ldap/lib/Group_LDAP.php
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 13:14:31 +02:00
Côme Chilliet
8b5586b793
Fix autoload
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:54 +02:00
Côme Chilliet
8d07bc9b20
Cleanup typing and improve logging
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:17 +02:00
Côme Chilliet
81064b3d22
Fix ldap_parse_result call
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:17 +02:00
Côme Chilliet
e872f461f2
Adapt interface to new search signature
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:16 +02:00
Côme Chilliet
50a52ac2a5
Pass paging information directly to search and get rid of adapter
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:16 +02:00
Côme Chilliet
14804d9677
Renamed ambiguous $limit parameter to pageSize
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:16 +02:00
Côme Chilliet
d10dfa84db
Unfold call to ldap_parse_result. Handle cookie outside of adapter.
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:15 +02:00
Côme Chilliet
3c9b1c5296
Do not init a paged search for read operations
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:15 +02:00
Côme Chilliet
d6e49cd2de
Remove useless getReadArgs/setReadArgs methods from PagedResults
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:15 +02:00
Côme Chilliet
d790d45567
Remove dead code in paged result handling
...
There is only one paged result API now that PHP 7.2 is long dead.
Starting by removing empty function calls.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:56:14 +02:00
Carl Schwan
1b12a08ec2
Fix user_ldap tests
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:09:06 +02:00
Carl Schwan
e0fbd39840
Add back runtime cache for intermediate ldap read results
...
This is a small optimization that save a few LDAP queries
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:09:06 +02:00
Carl Schwan
33be3f754a
Only cache base inGroup search
...
And not intermediate search for nested groups, this is causing issues
othewise with nested groups
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:09:06 +02:00
Côme Chilliet
604b5ace12
Add missing copyright author in Group_LDAP
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
69f9e9f387
Removed unused use declaration
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
150e6adbc5
Fix types in docblocks
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
7437673add
Add testing of nested group membership
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
6ed0d0b8b1
Refactor group membership listing for nested groups
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
02ccce17f7
Add tests for nested groups
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
8b19cfcd88
Small optimisation of _groupMembers
...
This will not change the result as users are check to be existing
afterwards but avoids this check when we know it’s a group.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Côme Chilliet
d07f43dc12
Refactor _groupMembers to correctly use cache on intermediate results
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-20 12:09:06 +02:00
Carl Schwan
6522f8a6d9
Fix merging list with null
...
This fixes some cases observed with the debugger where we end up merging
a non empty list with null. The result is then null and the looping over
the items would then end.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:09:06 +02:00
Carl Schwan
49aa352069
Unify a bit the types of the fetcher
...
Now it will only accept a string as parameter instead of either a string
(DN) or a array (complete record).
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:09:06 +02:00
Carl Schwan
0fd7a51e3c
Add more type hinting
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:09:06 +02:00
Arthur Schiwon
5647093319
Cache intermediates
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
2022-10-20 12:08:34 +02:00
Arthur Schiwon
ad2fdbe377
Refactor code to split common loop
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-20 12:08:24 +02:00
Arthur Schiwon
1e4ac22c94
Make it possible to return nested records whem walking over groups
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-20 12:08:09 +02:00
Joas Schilling
3dee71db20
Fix PHP CS
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-20 11:45:24 +02:00
Joas Schilling
9982909bc6
Also catch in getProvider
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-20 10:03:10 +02:00
Joas Schilling
40d8ed9edb
Don't crash with outdated share provider
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-20 09:21:15 +02:00
zorn-v
a27388ccd3
Fix alternative logins custom css class
...
In NC 25 login page was changed, and alternative login css class get from `class` prop but not `style`.
It is correct change in my opinion, so just add backend fix.
Signed-off-by: zorn-v <zorn7@yandex.ru >
2022-10-20 14:32:13 +10:00
Nextcloud bot
53b6d67bc1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-20 02:18:39 +00:00
Pytal
74d8365726
Merge pull request #34665 from nextcloud/fix/invert-header-icons
...
Invert header icons on bright preset backgrounds
2022-10-19 16:02:33 -07:00
Christopher Ng
58abed2059
Invert header icons on bright preset backgrounds
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-19 19:12:56 +00:00
John Molakvoæ
be892d2e28
Merge pull request #34576 from nextcloud/fix/user-theming-admin-overrride
...
Add admin user customization kill switch
2022-10-19 17:13:15 +02:00
John Molakvoæ
d89da9b898
Simplify variable names
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-19 12:59:16 +02:00
John Molakvoæ
746710ad5b
Fix tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-19 12:57:35 +02:00
John Molakvoæ
ef760e0337
Add admin user customization kill switch
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-19 12:57:35 +02:00
John Molakvoæ
bbbc1d4a16
Adjust testing
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-19 12:57:34 +02:00
John Molakvoæ
f116c87039
Merge pull request #34668 from nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.2.1
...
Bump jest-environment-jsdom from 29.0.3 to 29.2.1
2022-10-19 11:20:30 +02:00
John Molakvoæ
afc4b86ba3
Merge pull request #26358 from nextcloud/fix/ie-cleanup
...
Cleanup old IE/edge properties and implement unsupported browser error page
2022-10-19 11:12:47 +02:00
John Molakvoæ
2d98cd1daf
Add config and fix selenium
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-19 10:04:51 +02:00
John Molakvoæ
a6684da737
Compile assets
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-19 10:03:01 +02:00
John Molakvoæ (skjnldsv)
bd303388e3
Cleanup ie and old edge properties
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-10-19 10:02:51 +02:00
dependabot[bot]
e5909e713c
Bump jest-environment-jsdom from 29.0.3 to 29.2.1
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.0.3 to 29.2.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.2.1/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-19 07:56:10 +00:00
Joas Schilling
d5edcf8c95
Merge pull request #34639 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.38
...
Bump moment-timezone from 0.5.37 to 0.5.38
2022-10-19 09:54:54 +02:00
Joas Schilling
8e476c8d62
Merge pull request #34664 from nextcloud/nickvergessen-patch-1
...
Update OCI workflow of server
2022-10-19 09:46:39 +02:00
Nextcloud bot
77e730d403
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-19 02:14:41 +00:00
Arthur Schiwon
7d3457ec73
improve admin notification experience
...
- do not stack notifications, replace them
- and replace them once a day only
- with LDAP it might end in total spam terror (also push) otherwise
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-18 23:36:14 +02:00
Arthur Schiwon
50d4963772
[LDAP] throw exception only against prov api
...
- unbreaks functionality for end users when on demand mapping takes
place
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-18 23:26:16 +02:00
Joas Schilling
af8a69b407
Update OCI workflow of server
...
* Only on pull requests
* Concurrency group
* Bump used actions
* Add summary
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-10-18 23:02:52 +02:00
Joas Schilling
b125e102b2
Merge pull request #34650 from nextcloud/bugfix/noid/fix-rebuildNavigation
...
Fix rebuild navigation
2022-10-18 22:27:34 +02:00
Joas Schilling
6f6e906fd5
🤖 Rebuild
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-18 21:00:44 +02:00
Joas Schilling
aa31002b03
🧭 Fix rebuilding the navigation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-18 20:58:10 +02:00
Simon L
c78bd45c64
Merge pull request #34614 from nextcloud/bugfix/34441/fix-search-in-regexp
...
Fix regexp for unified searching in apps
2022-10-18 19:44:51 +02:00
Côme Chilliet
3d0e8182ba
Merge pull request #34632 from nextcloud/fix/rate-limit-recovery-emails
...
Add rate limiting on lost password emails
2022-10-18 17:29:17 +02:00
Carl Schwan
a5ea677370
Rename file1 and file2 to source and target in Storage abstraction
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-18 17:21:47 +02:00
Carl Schwan
39c3907f8b
Merge pull request #34625 from nextcloud/fix/filepicker-endtoend
...
Fix icon of encrypted folders in filepicker
2022-10-18 16:59:57 +02:00
Côme Chilliet
1cb0c2ac52
Fix LostController test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-18 14:49:02 +00:00
Côme Chilliet
71ee292650
Add rate limiting on lost password emails
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-18 14:49:02 +00:00
Carl Schwan
0270068fed
Merge pull request #34628 from nextcloud/fix/files_sharing_psalm
...
Various psalm fixes in files_sharing
2022-10-18 14:44:28 +02:00
Carl Schwan
00c2c620ac
Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registry
...
Fix wrong types in phpdoc for twofactor registry
2022-10-18 14:42:43 +02:00
Carl Schwan
2f406e5403
More fixes
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-18 14:41:13 +02:00
Carl Schwan
419828c791
Fix the type of the return array in a few more places
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-18 13:22:50 +02:00
Arthur Schiwon
8e8acf2d90
LDAP to no register new users when outside of fair use or over limits
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-18 12:57:43 +02:00
Carl Schwan
732badf552
Additional type hinting found by psalm
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-18 12:28:34 +02:00
Christoph Wurst
c671466422
Merge pull request #34379 from nextcloud/fix/transactional-session-token-renewal
...
Run session token renewals in a database transaction
2022-10-18 11:19:33 +02:00
Simon L
b01de1c5b6
Merge pull request #34636 from nextcloud/fix/user-status-dislexia
...
Fix vertical alignment of user status icon
2022-10-18 11:01:36 +02:00
blizzz
42a9c061e4
Merge pull request #34620 from nextcloud/fix/cleanup-theming-cache
...
Add a repair step to cleanup old theming cache
2022-10-18 10:24:53 +02:00
Carl Schwan
b832d47d35
Merge pull request #34634 from nextcloud/fix/focus-file-selection
...
Fix unnecessary highlighting of selected element
2022-10-18 10:21:21 +02:00
blizzz
d29332469a
Merge pull request #34609 from nextcloud/enh/noid/always-enable-theming
...
set theming app to alwaysEnabled
2022-10-18 10:13:56 +02:00
Carl Schwan
a18f5e76d5
Make css rule important
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-18 08:13:01 +00:00
Christoph Wurst
c5922e67d3
Run session token renewals in a database transaction
...
The session token renewal does
1) Read the old token
2) Write a new token
3) Delete the old token
If two processes succeed to read the old token there can be two new tokens because
the queries were not run in a transaction. This is particularly problematic on
clustered DBs where 1) would go to a read node and 2) and 3) go to a write node.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-18 08:28:22 +02:00
Nextcloud bot
495d49a132
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-18 02:14:38 +00:00
Christopher Ng
3ead19d997
Add a repair step to cleanup old theming cache
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-18 01:19:47 +00:00
dependabot[bot]
3df89fc71a
Bump moment-timezone from 0.5.37 to 0.5.38
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.37 to 0.5.38.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.37...0.5.38 )
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-18 00:08:08 +00:00
Pytal
3dfb4d35c1
Merge pull request #34643 from nextcloud/dependabot/npm_and_yarn/exports-loader-4.0.0
2022-10-17 16:42:53 -07:00
dependabot[bot]
f38ad60fea
Bump exports-loader from 3.1.0 to 4.0.0
...
Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader ) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases )
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v3.1.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: exports-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 22:30:59 +00:00
Louis
0f25810c71
Merge pull request #33725 from nextcloud/dependabot/npm_and_yarn/webdav-4.11.0
...
Bump webdav from 4.8.0 to 4.11.0
2022-10-18 00:29:46 +02:00
dependabot[bot]
5e38e9abc0
Bump webdav from 4.8.0 to 4.11.0
...
Bumps [webdav](https://github.com/perry-mitchell/webdav-client ) from 4.8.0 to 4.11.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases )
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.8.0...v4.11.0 )
---
updated-dependencies:
- dependency-name: webdav
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-17 19:11:21 +00:00
John Molakvoæ
f4efc76d21
Merge pull request #34631 from nextcloud/chore/no-automatic-dependabot-rebase
2022-10-17 20:17:12 +02:00
szaimen
1d17a0843a
set theming app to alwaysEnabled
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-17 17:51:39 +02:00
Louis
fd0e2db01d
Merge pull request #34622 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.2
...
Bump jquery-ui-dist from 1.13.1 to 1.13.2
2022-10-17 17:27:41 +02:00
Carl Schwan
7d35e2223b
Fix vertical alignment of user status icon
...
Now it is properly centered even if the font size is bigger (when using
the dislexia font)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 16:09:26 +02:00
Carl Schwan
9919116716
Merge pull request #31499 from nextcloud/bugfix/empty-secret
...
Add fallback routines for empty secret cases
2022-10-17 16:02:58 +02:00
Carl Schwan
e3d8fd6544
Fix unnecessary highlighting of selected element
...
Use focus-visible to only show focus ring on keyboard navigation
Fix #34589
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 15:29:02 +02:00
Christoph Wurst
44d2eb8b4e
Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments
...
Fix TooManyArguments warning for carddav.php
2022-10-17 13:26:57 +02:00
Christoph Wurst
e12df7941e
Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments
...
Fix TooManyArguments for FakeLockerPlugin
2022-10-17 13:26:32 +02:00
Christoph Wurst
e438ffd7e3
Disable automatic Dependabot rebases
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-17 13:18:26 +02:00
Carl Schwan
54031e370a
Fix various other small psalm issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 12:40:35 +02:00
Carl Schwan
0a2a4d8687
Fix incorrect argument name in inherited method
...
The arguments now need to be the same as in the parent method
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 12:39:22 +02:00
Carl Schwan
60313683e2
Fix checkpassword undocummented null parameter
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 12:38:21 +02:00
Carl Schwan
c6b8a3bec3
Fix permission not being int
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 12:37:46 +02:00
Carl Schwan
53e408f76a
Fix exception getCode type
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 12:36:50 +02:00
Carl Schwan
3a11128e6c
Fix type when getting appconfig with int
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 12:36:05 +02:00
Carl Schwan
94a0b27000
Specify type to internal storage class
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 11:53:11 +02:00
Carl Schwan
7da806d6eb
Fix returning null when getMessage return null
...
Don't overwrite $message but instead create another temporary variable
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 11:53:11 +02:00
Carl Schwan
9319bbb00c
More type safety
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 11:53:11 +02:00
Carl Schwan
3790ff86f1
Update psalm baseline following previous fixes
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 11:53:09 +02:00
Carl Schwan
5b3509dc05
Fix type of getVisibilityType
...
This is a int not a string
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 10:58:27 +02:00
Carl Schwan
c2c63a551f
Fix usage of streams
...
always return a bool and type the handle as a string
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 10:58:27 +02:00
Carl Schwan
74e6976779
Use argument name from parent class
...
This will be an issue with php 8, so best to fix it now
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 10:58:27 +02:00
Carl Schwan
c94f9f5e5f
Add corresponding interface to trait
...
Since we can't specify that we want a class implementing a trait yet in
PHP
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 10:58:27 +02:00
Carl Schwan
2d75321c23
Add more typing to FilesExternal commands
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 10:58:25 +02:00
dependabot[bot]
a1296e9f40
Bump jquery-ui-dist from 1.13.1 to 1.13.2
...
Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui ) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2 )
---
updated-dependencies:
- dependency-name: jquery-ui-dist
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-17 08:37:22 +00:00
Christoph Wurst
0799b8988b
Rename personal Groupware settings section to "Availability"
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-17 09:30:13 +02:00
Nextcloud bot
bca2720c1b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-17 02:14:43 +00:00
Carl Schwan
945edfefcd
Fix icon of encrypted folders in filepicker
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-17 01:04:13 +02:00
Carl Schwan
cf1381a6f9
Port away from deprecated clearBucket call
...
This was removed a long time ago in the library that we use, but never
detected since this was inside a try catch block...
Remove the call for now and we should investigate newer api in the
future.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:39:49 +02:00
Carl Schwan
1d90f84141
Port to LoggerInterface
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:39:28 +02:00
Carl Schwan
ff4c8e9bee
Force cast getCode to int
...
Otherwise psalm complains that the type can also be a non-falsy-string
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:38:31 +02:00
Carl Schwan
c4bb69c143
Specify that userId can be null
...
This fixes a psalm false-positive where the method is called with null, since
the method actually handle this correctly already
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:35:33 +02:00
Carl Schwan
d4d1952f67
Fix return value of updateParent
...
Port to executeStatement to guarantee that we will return an int and
remove a deprecated method call at the same time
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:33:52 +02:00
Carl Schwan
a40ca520d4
Port away from removed IDBConnection->isConnected method
...
Instead track if the reconnection was successful with return value of
connect method
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:32:55 +02:00
Carl Schwan
386ef04e42
Fix too many arguments in LegacyDependencyCheckPolyfill
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-16 23:29:38 +02:00
Carl Schwan
fe38f765d7
Merge pull request #34619 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.13
...
Bump vue and vue-template-compiler
2022-10-16 20:06:34 +02:00
dependabot[bot]
226f1ae0fe
Bump vue and vue-template-compiler
...
Bumps [vue](https://github.com/vuejs/core ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits )
Updates `vue-template-compiler` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/vue/releases )
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.13 )
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-16 17:24:39 +00:00
Carl Schwan
7524b11617
Merge pull request #34621 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-16 19:20:34 +02:00
Daniel Kesselberg
1818be71ae
Fix TooManyArguments warning for carddav.php
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-10-16 18:37:22 +02:00
Daniel
b054662d96
Merge pull request #34618 from nextcloud/rakekniven-patch-1
...
l10n: Fixed grammar
2022-10-16 18:36:37 +02:00
nextcloud-command
95c5ab4f03
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-16 04:41:24 +00:00
Nextcloud bot
5ab021c6bf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-16 02:14:37 +00:00
Nextcloud bot
9e06752571
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-15 02:14:32 +00:00
nextcloud-command
0354aa53f2
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-14 19:15:15 +00:00
rakekniven
28e509a115
l10n: Fixed grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2022-10-14 20:58:05 +02:00
Vincent Petry
2b87aebcc2
Merge pull request #34599 from nextcloud/fix/background-appdata-scrope
...
Scope the appdata theming storage for global and users
2022-10-14 17:54:03 +02:00
Vincent Petry
331c890e4f
Fix regexp for unified searching in apps
...
Use the correct match for operators.
Prevent the dropdown to close itself when selecting an app to filter by.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-10-14 17:43:16 +02:00
Carl Schwan
f52bdfadf5
Merge pull request #34188 from nextcloud/feat/profiler-clear
...
Expose clearing the profiles and fix it
2022-10-14 17:35:28 +02:00
Vincent Petry
19f35f42bc
Improve cache buster for user backgrounds
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-10-14 16:18:41 +02:00
John Molakvoæ
d77e832223
Fix tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-14 16:18:40 +02:00
John Molakvoæ
ac21c631a6
Fix migration
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-14 16:18:40 +02:00
John Molakvoæ
a8e90a03fc
Properly use user background cachebuster
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-14 16:18:40 +02:00
John Molakvoæ
e4ff84d468
Scope the appdata theming storage for global and users
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-14 16:18:37 +02:00
Vincent Petry
95d45c2058
Merge pull request #34471 from starypatyk/dav_read_share_notes
...
Reduce number of database queries during WebDAV propfind request
2022-10-14 15:33:13 +02:00
Daniel Kesselberg
934e75384c
Fix TooManyArguments for FakeLockerPlugin
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-10-14 15:06:38 +02:00
Vincent Petry
2cef188b41
Merge pull request #34569 from nextcloud/filterOutBackupStatus
...
Filter out backup user status (those beginning with _ as userId)
2022-10-14 14:48:10 +02:00
Julius Härtl
0ac2a9036d
Merge pull request #33388 from nextcloud/enh/container-annotations
2022-10-14 13:19:04 +02:00
Julien Veyssier
a8101ecdb9
Merge pull request #34135 from nextcloud/fix/noid/disable_activity.email_address_changed_by_admin
...
Fix "email changed" activity email check
2022-10-14 10:55:23 +02:00
Julius Härtl
cea2f79bbd
Improve container return type annotations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-14 10:45:16 +02:00
Simon L
eb911d344d
Merge pull request #34595 from nextcloud/fix/invalid-template
...
Fix file creation issue if no action are registered
2022-10-14 10:42:13 +02:00
nextcloud-command
32c847b08c
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-14 08:11:35 +00:00
Julien Veyssier
08a77315b4
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-10-14 09:54:14 +02:00
John Molakvoæ
92c9886447
Fix file creation issue if no action are registered
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-14 09:17:01 +02:00
Joas Schilling
f49ccd140f
Merge pull request #34450 from nextcloud/fix/noid/opengraph-preview-without-cache
...
Fix reference preview when no server-side cache configured
2022-10-14 09:11:51 +02:00
Nextcloud bot
aa003dc971
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-14 02:14:47 +00:00
Pytal
86d104654f
Merge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2
2022-10-13 16:05:20 -07:00
Christopher Ng
dbaf8f3b89
Fix empty password string being submitted to server
...
- Fix reveal password not working
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-13 18:42:21 +00:00
Christopher Ng
4d306fc647
Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-13 18:41:18 +00:00
Vincent Petry
c0c0387b8e
Merge pull request #34461 from nextcloud/fix/migrate-background
...
Fix missing background on upgrade
2022-10-13 20:10:57 +02:00
Simon L
b28757fddc
Merge pull request #34437 from nextcloud/feat/theming-default-system-value
...
Use default system primary
2022-10-13 19:57:28 +02:00
Carl Schwan
f8453df98e
Properly escape underscore in db query
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-13 18:50:36 +02:00
Arthur Schiwon
59e07102ed
graceful background image handling
...
- fallback to background image from old location
- migrate background images to new location as insensitive job
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-13 17:51:30 +02:00
Vincent Petry
dff4f8a5e4
Merge pull request #34438 from nextcloud/dav-exception-request
...
return proper error code when reporting exception fails in remote.php
2022-10-13 16:48:21 +02:00
John Molakvoæ
2f8601a27e
Adjust testing
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-13 14:31:20 +00:00
Carl Schwan
8c95e46744
Do the filtering on the DB instead
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-13 16:19:11 +02:00
Robin Appelman
63316fc572
fix null error in getUnencryptedSize
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-10-13 15:34:48 +02:00
Julien Veyssier
6e03d99ab8
fix reference preview endpoint when no server-side cache configured
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-10-13 15:18:21 +02:00
John Molakvoæ
cdb81f76ce
Merge pull request #34572 from nextcloud/bugfix/noid/green-ci
2022-10-13 13:19:47 +02:00
John Molakvoæ
9d0f529f1b
Merge pull request #34546 from nextcloud/improve-hight-contrast
...
Add seperator in high contrast mode
2022-10-13 12:17:54 +02:00
John Molakvoæ
9a92fe9b29
Fix primary and debounce to avoid infinite loop
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-10-13 12:13:39 +02:00
John Molakvoæ (skjnldsv)
db831359d3
Allow to pick custom colour
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-10-13 12:13:39 +02:00
John Molakvoæ (skjnldsv)
4b46c5a5a0
Use default system primary
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-10-13 12:13:39 +02:00
Joas Schilling
799f660df0
Make CI green again
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-13 11:13:13 +02:00
Joas Schilling
f6efd54242
Merge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selector
...
Fix avatar menu icons in darkmode
2022-10-13 11:09:01 +02:00
Joas Schilling
4d98128e9a
Fix migration parameter handling
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-13 10:36:05 +02:00
Arthur Schiwon
b4f6329a83
fix querybuilder instance recuse
...
...and execute delete query
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-13 08:31:33 +00:00
Christopher Ng
7f5ef4dcf7
Delete theming background preferences
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-13 08:31:33 +00:00
Joas Schilling
7599cbb529
New code being new
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-13 08:31:33 +00:00
Joas Schilling
6e4a90ba36
Fix SQL errors
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-13 08:31:33 +00:00
Christopher Ng
107a974b36
Fix missing background on upgrade
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-13 08:31:32 +00:00
Joas Schilling
de6c6829bc
Fix avatar menu icons in darkmode
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-13 10:11:09 +02:00
tobiasKaminsky
cfdca11ad9
Filter out backup user status (those beginning with _ as userId)
2022-10-13 09:04:27 +02:00
dependabot[bot]
1dce303666
Merge pull request #32226 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.2.1
2022-10-13 04:25:33 +00:00
Nextcloud bot
5d60200294
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-13 02:15:09 +00:00
dependabot[bot]
1f8f088337
Bump @nextcloud/moment from 1.2.0 to 1.2.1
...
Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-moment/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-13 01:53:16 +00:00
Simon L
d967488ec0
Merge pull request #34544 from nextcloud/fix/more-flexible-date-validation
...
More flexible date validation
2022-10-13 01:10:55 +02:00
Simon L
cbe228ae3a
Merge pull request #34545 from nextcloud/fix/theming-highcontrast-translucency-off
...
Disable translucency on high contrast themes
2022-10-13 00:56:57 +02:00
blizzz
4c64a60823
Merge pull request #34558 from nextcloud/fix/34201/broken-web-updater
...
fix reading updater token for web updater
2022-10-12 22:25:50 +02:00
Joas Schilling
eeeade06eb
Merge pull request #34559 from nextcloud/bugfix/noid/require-token-for-local-editing
...
Require token for local editing
2022-10-12 19:44:23 +02:00
Joas Schilling
e674087ebf
Adjust unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-12 16:03:57 +02:00
Arthur Schiwon
52c1dbfb00
fix reading updater token for web updater
...
the previously called endpoint returns exactly one value, no JSON
structure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-12 15:30:06 +02:00
Joas Schilling
edb64b193c
Also throttle on expiration
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-12 13:01:19 +02:00
szaimen
f1b38426e2
fix color-main-background-rgb
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-12 11:59:16 +02:00
Joas Schilling
9b204649e4
Fix psalm error on migration
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-12 11:55:04 +02:00
Joas Schilling
9c5fef35c7
Add a background job to delete expired tokens
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-12 11:43:00 +02:00
Carl Schwan
bfd2b74c68
Fix wrong types in phpdoc for twofactor registry
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-12 11:40:41 +02:00
John Molakvoæ
d936694cdb
Merge pull request #34537 from nextcloud/bugfix/noid/s3-upload-memory
...
Avoid allocating too much memory for the buffer on s3 uploads
2022-10-12 10:24:55 +02:00
Carl Schwan
2525f7eb39
Merge pull request #34548 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-12 09:47:02 +02:00
nextcloud-command
90cba2cda6
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-12 04:38:17 +00:00
Nextcloud bot
7e4e785967
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-12 02:14:37 +00:00
Pytal
6003f8c07b
Merge pull request #34299 from nextcloud/enh/color-text-for-background-blur
...
Add color variables for text on blurred background
2022-10-11 18:45:56 -07:00
Christopher Ng
8c4de8f3bc
Add color variables for text on blurred background
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-12 01:43:37 +00:00
Carl Schwan
8a8f150ffb
Add seperator in high contrast mode
...
Between navigation and content and between entry in breadcrump
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-11 23:44:35 +02:00
Carl Schwan
0a5d459c99
Disable translucency on high contrast themes
...
Fix #34514
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-11 23:15:33 +02:00
Carl Schwan
9eb67ad57d
More flexible date validation
...
Fix #34542
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-11 23:02:10 +02:00
Simon L
dc9cd228db
Merge pull request #34473 from nextcloud/fix/excessive-increase-cachebuster
...
Fix excessive increase of cachebuster value
2022-10-11 21:07:56 +02:00
Joas Schilling
c167fb5ccb
Also remove token when we successfully validated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-11 20:39:39 +02:00
Joas Schilling
cfbbace450
Require a token for "Edit locally"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-11 20:15:26 +02:00
Christopher Ng
46ee620150
Fix excessive increase of cachebuster value
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-11 16:25:42 +00:00
Côme Chilliet
8d05e180bc
Merge pull request #34523 from nextcloud/fix/ldap-avoid-double-unbind-in-wizard
...
Avoid double ldap_unbind in Wizard.php
2022-10-11 15:50:03 +02:00
Julius Härtl
214a50d071
Avoid allocating too much memory for the buffer
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-11 15:34:27 +02:00
Louis
94ded14724
Merge pull request #33511 from nextcloud/feat/extract_gps_from_exif
...
Extract GPS data from EXIF
2022-10-11 14:11:01 +02:00
Carl Schwan
8e3f21d9ed
Small progress with fixing unit tests
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-11 14:00:15 +02:00
Joas Schilling
719c9c3655
Merge pull request #34500 from nextcloud/bugfix/noid/more-password-limitation
...
Fix password length limitation
2022-10-11 13:32:51 +02:00
Louis
e4d3344076
Merge pull request #32859 from nextcloud/bug/31973/array-key-might-be-empty
...
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39
2022-10-11 11:15:05 +02:00
Carl Schwan
54b6d0708b
Allow scanning for metadata with occ scan:file --generate-metadata
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-10-11 10:41:17 +02:00
Louis Chemineau
92d065b6eb
Extract GPS data from EXIF
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-10-11 10:41:17 +02:00
Côme Chilliet
53cb5b8d07
Handle badly named version files more gracefully and log information
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-11 10:10:49 +02:00
Côme Chilliet
1d2d6e864d
Avoid double ldap_unbind in Wizard.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-11 09:54:04 +02:00
Côme Chilliet
0a9a749174
Fix code style with codesniffer
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-11 09:53:27 +02:00
Joas Schilling
5fd3971f35
Merge pull request #34490 from nextcloud/kill_db_mapper
...
Remove long depreated AppFramework/Db/Mapper
2022-10-11 09:33:07 +02:00
Joas Schilling
d124fa32c0
Merge pull request #34522 from nextcloud/bugfix/34480/update-security.txt-expires-field
...
Update security.txt expires field
2022-10-11 09:30:42 +02:00
Joas Schilling
665d292056
Merge pull request #34517 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] Update ca-cert bundle
2022-10-11 09:30:10 +02:00
Vincent Petry
e0ec31e909
Merge pull request #34513 from nextcloud/enh/34493/hide-edit-locally
...
do not show editlocally on mobile
2022-10-11 09:28:40 +02:00
Joas Schilling
647f9ca2d7
Merge pull request #34521 from nextcloud/bugfix/noid/also-backport-to-stable25
...
Also backport the cacert to stable25
2022-10-11 08:47:47 +02:00
Joas Schilling
46070cf7b9
Update security.txt expires field
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-11 08:26:25 +02:00
Joas Schilling
6e30b9b4ac
Also backport the cacert to stable25
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-11 08:12:58 +02:00
nextcloud-command
912de42f61
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-11 04:40:19 +00:00
Nextcloud bot
7bf82c4f0c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-11 02:14:40 +00:00
szaimen
d552bae403
do not show editlocally on mobile
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-11 00:12:58 +02:00
Dariusz Olszewski
2b4a11598d
WebDAV - use file/folder name for dav:displayname
...
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com >
2022-10-10 21:20:07 +02:00
Dariusz Olszewski
c0bd7484c6
Review comment - remove redundant empty() call
...
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com >
2022-10-10 21:03:28 +02:00
Carl Schwan
cf39885b53
Propagate attributes when resharing
...
When updating a share, load the node from the initiator instead of the
owner similar to how this is done when creating the share.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-10 17:06:29 +02:00
Louis
f456989261
Merge pull request #30608 from nextcloud/harden-fonct
...
Harden disk_free_space check in CheckSetupController
2022-10-10 15:42:49 +02:00
Carl Schwan
c9703827e0
Expose clearing the profiles and fix it
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-10-10 13:26:40 +02:00
Carl Schwan
84f3f6eddd
Merge pull request #34488 from nextcloud/typehint_closures
...
typehint migrationservice closures
2022-10-10 13:15:50 +02:00
Carl Schwan
936c3b6297
Merge pull request #34489 from nextcloud/type_closure
...
type closure to make psalm a bit happier
2022-10-10 13:15:12 +02:00
nextcloud-command
a5765136e8
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-10 10:45:38 +00:00
Joas Schilling
ab055418c6
Fix password length limitation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-10 12:33:58 +02:00
Carl Schwan
a02c8fe01d
Merge pull request #34487 from nextcloud/psalm_fix_migration_generation
...
fix typehints for generated migrations
2022-10-10 11:56:59 +02:00
Simon L
cf5bf3036d
Merge pull request #33915 from nextcloud/enh/33914-replace_expiration_date_picker_with_native_date_picker
...
Replace vue2-datepicker with native date picker for share expiration dates
2022-10-10 09:21:42 +02:00
Roeland Jago Douma
60ee874485
Remove long depreated AppFramework/Db/Mapper
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2022-10-10 08:18:32 +02:00
Roeland Jago Douma
c6e100ed32
type closure to make psalm a bit happier
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2022-10-09 21:41:18 +02:00
Roeland Jago Douma
d151999fc8
typehint migrationservice closures
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2022-10-09 21:31:27 +02:00
Roeland Jago Douma
aaf9b9c4fd
properly typehint generated migrations
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2022-10-09 21:26:16 +02:00
Michael Kuhn
9a205bdc84
Fix hasBigIntConversionPendingColumns missing files_trash
...
The two tables seem to have gone out of sync, causing the web interface
to miss `files_trash.auto_id` not being a bigint.
Signed-off-by: Michael Kuhn <github@ikkoku.de >
2022-10-09 13:37:05 +02:00
Nextcloud bot
00485eff56
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-09 02:14:12 +00:00
Joas Schilling
99953a859b
Show group name instead of group id as recommendation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-08 16:05:52 +02:00
Nextcloud bot
afdb75d98b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-08 02:14:39 +00:00
Dariusz Olszewski
255d1dd686
Read notes from share already loaded into memory
...
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com >
2022-10-07 23:24:12 +02:00
blizzz
63474360a8
Merge pull request #34462 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-07 19:57:46 +02:00
nextcloud-command
58705e36ce
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-07 05:39:28 +00:00
Nextcloud bot
0112a2925a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-07 02:14:13 +00:00
blizzz
1bf7dbae0d
Merge pull request #31947 from andyxheli/patch-1
...
Fix Error: Undefined index: redirect_url
2022-10-06 23:51:27 +02:00
Christoph Wurst
2f4b7c9057
Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-reads
...
Fix causal reads in CalDAV backend
2022-10-06 10:58:58 +02:00
julia.kirschenheuter
1eac730caf
Replace moment.js date with Date Object.
...
Replace vue2-datepicker with native date picker for expiration date.
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-06 08:56:06 +00:00
Joas Schilling
6ef03f9734
Merge pull request #34401 from nextcloud/fix/file-reference-no-preview-fallback-image
...
File reference: fallback icon to file type if no preview
2022-10-06 06:30:04 +02:00
Nextcloud bot
1401943e7b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-06 02:18:56 +00:00
Julien Veyssier
3c86afcce4
File reference: use the file type icon as fallback when no preview provider for this type
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-10-06 01:04:19 +02:00
Côme Chilliet
4a31d56c7a
Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-logging
...
Pass logger to passwordless auth WebAuthn lib
2022-10-05 18:15:14 +02:00
Robin Appelman
4dbcfa387a
return proper error code when reporting exception fails in remote.php
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-10-05 12:39:29 +02:00
blizzz
7d024bc337
Merge pull request #32635 from andyxheli/patch-3
...
Fix User profile picture when performing the search
2022-10-05 10:36:43 +02:00
Simon L
a178d6982d
Merge pull request #34298 from nextcloud/enh/shipped-background-colors
...
Use color preset of shipped background as primary color
2022-10-05 09:52:37 +02:00
Christopher Ng
7044191eb6
Use brand color for background only and keep accessible color as color primary
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-05 06:19:08 +00:00
Christopher Ng
e962d3fba4
Use color preset of shipped background as primary color
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-10-05 06:19:08 +00:00
Nextcloud bot
89635e8949
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-05 02:14:14 +00:00
blizzz
23df942454
Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendar
...
Add isDeleted to OCP\Calendar\ICalendar
2022-10-04 15:37:56 +02:00
acsfer
4207b80141
Harden some PHP functions
...
To avoid things like https://github.com/nextcloud/server/issues/26034
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-10-04 13:22:03 +02:00
Christoph Wurst
b57115df3f
Merge pull request #34412 from nextcloud/fix/create-address-book-write-read-transactional
...
Wrap address book creation causal read in a transaction
2022-10-04 12:49:47 +02:00
blizzz
a87a8d78af
Merge pull request #34421 from nextcloud/bugfix/noid/fix-typo-in-deprecated
...
Fix typo in deprecated
2022-10-04 12:41:45 +02:00
Joas Schilling
82b98b4b9b
Fix typo in deprecated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-04 11:42:24 +02:00
Nextcloud bot
ade1c1e99b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-04 02:14:24 +00:00
Christoph Wurst
e6d8da4cdc
Fix causal reads in CalDAV backend
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-03 20:03:29 +02:00
Thomas Citharel
d084e7656b
Add isDeleted property to OCP\Calendar\ICalendar
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-10-03 18:56:02 +02:00
Joas Schilling
f888f99b0a
Merge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-reference-api
...
Add a capability for the reference API and expose the regex to clients
2022-10-03 18:23:21 +02:00
Christoph Wurst
19b7dad3dc
Wrap address book creation write-read in a transaction
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-03 17:48:52 +02:00
Simon L
586d031a53
Merge pull request #34396 from nextcloud/bugfix/noid/public-page-footer
...
Fix positioning of the public page footer
2022-10-03 17:08:59 +02:00
Robin Appelman
27720d0ddf
Merge pull request #34302 from nextcloud/fix/propagation_deadlock_handling
...
Fix: Prevent deadlocks during mtime/size/etag propagation
2022-10-03 16:23:57 +02:00
Andy Xheli
ae6a7c88a0
Update ContactsStoreTest.php
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-10-03 09:17:27 -05:00
szaimen
864b1cafb0
fix footer
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-10-03 13:50:35 +00:00
Christoph Wurst
eff877af03
Pass logger to passwordless auth WebAuthn lib
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-10-03 15:03:23 +02:00
Anna
9c516c2009
Merge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_birthday_calendar
...
feat(contacts): exclude contact from birthday calendar
2022-10-03 14:15:36 +02:00
raul
95bc770a37
Fix unencrypted size calculation for files created before the Encryption storage is enabled
...
Signed-off-by: raul <raul@nextcloud.com >
2022-10-03 13:44:14 +02:00
raul
45a1ebcc4c
Fix: Prevent deadlocks during mtime/size/etag propagation
...
Signed-off-by: raul <raul@nextcloud.com >
2022-10-03 13:44:14 +02:00
blizzz
3efc9d7d37
Merge pull request #32899 from Retidurc/pdo-attr-persistent
...
Expose Doctrine support for persistent connections in PDO in Nextcloud settings
2022-10-03 12:34:39 +02:00
Julius Härtl
0c6c535f50
Fix positioning of the public page footer
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-03 12:33:45 +02:00
blizzz
f055328094
Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsers
...
Remove the loop of calendars when only one is needed
2022-10-03 10:59:25 +02:00
Côme Chilliet
484f8b0837
Merge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typing
...
Add typings to OCP\Calendar\ICalendar and implementation
2022-10-03 10:01:08 +02:00
Thomas Citharel
98030e97d3
Add typings to OCP\Calendar\ICalendar and implementation
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-10-03 08:35:42 +02:00
Nextcloud bot
dec84ef1cb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-03 02:17:31 +00:00
Sylvain
bfc8f64237
feat: add tests cases
...
Signed-off-by: Sylvain <git@sylvain.dev >
2022-10-02 18:34:43 +02:00
Sylvain
5b8d8271a2
fix: define exclusion key as constant
...
Signed-off-by: Sylvain <git@sylvain.dev >
2022-10-02 18:30:13 +02:00
Sylvain
e3d50f99c9
feat(contacts): exclude contact from birthday calendar
...
Signed-off-by: Sylvain <git@sylvain.dev >
2022-10-02 17:55:11 +02:00
Julius Härtl
754cef369b
Merge pull request #34339 from nextcloud/bugfix/noid/fix-urls-on-reference-resolving
...
Fix URLs on reference resolving
2022-10-02 14:34:41 +02:00
Anna
663751cf78
Merge pull request #34289 from nextcloud/fix/url-encode-webdav-url
...
Url encode the web dav url for copying
2022-10-02 14:28:19 +02:00
Anna Larch
25409cb66c
Url encode the web dav url for copying
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-10-02 08:46:16 +00:00
Anna
905753be42
Merge pull request #34219 from nextcloud/fix/add-uid-fn-fallbacks
...
Add fallback options for contacts array
2022-10-02 10:35:50 +02:00
Côme Chilliet
3579484e93
Merge pull request #34336 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-02 09:22:04 +02:00
nextcloud-command
705082199c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-10-02 04:39:59 +00:00
Nextcloud bot
08b1a25cbe
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-02 02:17:03 +00:00
Anna Larch
88b0aea2b0
Add fallback options for contacts array
...
when the UID or FN is null, the email address / dsiplay name will be used instead
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-10-01 22:47:58 +00:00
Simon L
9d02704682
Merge pull request #34331 from nextcloud/enh/noid/public-view-fix
...
fix public view
2022-10-02 00:21:40 +02:00
Anna Larch
3a8c7b6bf3
Remove the loop of calendars when only one is needed
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-10-01 22:17:40 +02:00
blizzz
e714524267
Merge pull request #33104 from nextcloud/enhancement/add-logging-federation
...
Federation - add logging, update the server status if sync fails
2022-10-01 21:53:55 +02:00
blizzz
132f842f80
Merge pull request #33450 from sazanof/bug/base64-card-dav-search
...
Fix photo url generation (add URI type to VCard2Array)
2022-10-01 21:50:14 +02:00
blizzz
ca958de7e9
Merge pull request #33566 from nextcloud/fopen-not-found-rescan
...
trigger a rescan when trying to fopen a file that exists in cache but not on disk
2022-10-01 21:47:26 +02:00
blizzz
2b854c1044
Merge pull request #34223 from nextcloud/includeTags
...
includeTags -> include_tags
2022-10-01 21:43:10 +02:00
blizzz
dd033f6ee7
Merge pull request #34343 from nextcloud/fix/ocs-api-missing-maintenance-mode-headers
...
Fix missing maintenance mode header for OCS request
2022-10-01 21:41:12 +02:00
blizzz
ee67dd82d5
Merge pull request #34364 from nextcloud/fix/noid/updater-backup-cleanup
...
also use updatedir for cleanup of backups
2022-10-01 19:26:19 +02:00
Joas Schilling
d434da75bb
Add a capability for the reference API and expose the regex to clients
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-01 18:24:08 +02:00
Simon L
f97f13b136
Merge pull request #33737 from andyxheli/patch-4
...
Makes untrusted domain error on info
2022-10-01 18:06:44 +02:00
Côme Chilliet
a4c2aeef45
Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuff
...
Remove some constants and functions which have been long deprecated
2022-10-01 17:55:31 +02:00
Simon L
f317025ed0
Merge pull request #34323 from nextcloud/fix/screenshots
...
Update theming screenshots
2022-10-01 17:44:21 +02:00
Simon L
14b21b8a11
Merge pull request #34363 from nextcloud/bugfix/noid/update-opendyslexia
...
Update OpenDyslexia to v0.91.12
2022-10-01 17:21:04 +02:00
Arthur Schiwon
6ec5c4715c
also use updatedir for cleanup of backups
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-10-01 17:01:28 +02:00
Joas Schilling
4ce0990239
Update opendyslexia
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-01 16:29:36 +02:00
blizzz
f323c5b854
Merge pull request #34269 from nextcloud/td/noid/remove-unused-listener
...
remove listeners to OC_Filesystem::(write|rename) old style hooks
2022-10-01 16:15:39 +02:00
Nextcloud bot
dbd0cf054c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-01 02:16:55 +00:00
Nextcloud bot
4a35dc1f89
[tx-robot] Update transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-10-01 02:10:18 +00:00
Julien Veyssier
4844ca619c
Merge pull request #34353 from nextcloud/fix/noid/reference-url-fallback
...
Reference url can always fallback to the link itself
2022-10-01 00:43:23 +02:00
Simon L
b701e19d10
Merge pull request #34333 from nextcloud/enh/33851/fix-tertiary-button
...
fix the tertiary button text
2022-09-30 20:33:10 +02:00
Vincent Petry
743b913f5e
Merge pull request #34348 from nextcloud/bugfix/34156/fix-rename-within-sharedwithyou
...
Fix renaming in shared with you file list
2022-09-30 19:52:32 +02:00
Julien Veyssier
eff783797a
reference url can always fallback to the link itself
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-30 19:12:39 +02:00
szaimen
da48143de7
fix test
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-30 19:01:51 +02:00
szaimen
9d4d95a94c
fix the tertiary button text
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-30 17:50:48 +02:00
Christoph Wurst
910c774b35
Merge pull request #34038 from nextcloud/fix/migrate-TagMapper-to-QBMapper
...
Migrate TagMapper to QBMapper instead of deprecated Mapper
2022-09-30 16:46:42 +02:00
Vincent Petry
d7e94a8ffb
Fix renaming in shared with you file list
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-30 15:39:30 +02:00
Côme Chilliet
4123eeeaa3
Fix ContactsManagerTest test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-30 13:20:04 +00:00
Côme Chilliet
5347fb02dc
Remove some constants and functions which have been long deprecated
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-30 13:20:03 +00:00
Côme Chilliet
6c2230c3d9
Merge pull request #34346 from nextcloud/fix/add-pre-commit-to-expected-files
...
Add .pre-commit-config.yaml to expected files in checker
2022-09-30 15:15:13 +02:00
Côme Chilliet
a430cc48ab
Merge pull request #34344 from nextcloud/fix/gitignore-files-modified-by-tests
...
Ignore files which are modified by our tests
2022-09-30 15:06:04 +02:00
Côme Chilliet
371ad1364c
add .pre-commit-config.yaml to expected files in checker
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-30 14:27:36 +02:00
Côme Chilliet
e7eb6415fb
Ignore files which are modified by our tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-30 12:52:28 +02:00
Christoph Wurst
a5ea17a2e5
Fix missing maintenance mode header for OCS request
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-09-30 10:52:40 +02:00
Joas Schilling
534fbd83e3
Merge pull request #34328 from nextcloud/fix/fix-redis-type-error
...
Correctly handle Redis::keys returning false
2022-09-30 10:15:01 +02:00
Joas Schilling
0642d17e4f
Fix URLs on reference resolving
...
The vue-richtext app currently sends leading spaces if they are in the text.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-30 09:40:43 +02:00
Julius Härtl
27ce4bd1a4
Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-https
...
Only match http(s) URLs for references
2022-09-30 08:07:47 +02:00
Nextcloud bot
87d4c3d84e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-30 02:55:26 +00:00
Simon L
5a0cdd07bb
Merge pull request #34321 from nextcloud/fix/invisible-status
...
Fix invisible status
2022-09-29 23:06:10 +02:00
nextcloud-command
5a888596b4
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-29 18:07:53 +00:00
John Molakvoæ (skjnldsv)
009700f16e
Fix invisible status
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-09-29 17:55:44 +00:00
Côme Chilliet
fba6f2597a
Merge pull request #32012 from nextcloud/cleanup/tags
...
Cleanup tags and share component
2022-09-29 18:56:39 +02:00
blizzz
3969497059
Merge pull request #33984 from nextcloud/enh/add-pre-commit-config-for-cs-fixer
...
Add pre commit config for cs fixer, EOF checks, etc
2022-09-29 18:41:23 +02:00
nextcloud-command
e7bd935d64
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-29 16:07:47 +00:00
szaimen
19fc735a53
fix public view - attempt 2
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-29 17:23:58 +02:00
Carl Schwan
92a5a8f075
Cleanup tags and Share component
...
- Port to LoggerInterface
- Use IDBConnection and IQueryBuilder instead of raw SQL and OC_DB
- Use IEventListener instead of hooks
- Remove the now unused OC_DB and OC_DB_StatementWrapper legacy utils
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-29 15:15:28 +00:00
Joas Schilling
f976d372fe
Adjust tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-29 16:38:50 +02:00
Simon L
b4708fb9f0
Merge pull request #34327 from nextcloud/fix/favourite
...
Fix starred favourite icon
2022-09-29 16:16:53 +02:00
Côme Chilliet
826e234ecf
Correctly handle Redis::keys returning false
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-29 14:41:53 +02:00
John Molakvoæ (skjnldsv)
eb6ed7dcfd
Fix starred favourite icon
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-09-29 13:57:22 +02:00
Simon L
d647025f61
Merge pull request #34313 from nextcloud/fix/34203/rm_videoplayer
...
unbundle files_videoplayer and clean up a little
2022-09-29 13:23:51 +02:00
Arthur Schiwon
4aaa4590a5
unbundle files_videoplayer and clean up a little
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-29 12:11:37 +02:00
John Molakvoæ (skjnldsv)
1178d1480b
Update theming screenshots
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-09-29 11:34:39 +02:00
Joas Schilling
474dcf05fd
Only match http(s) URLs for references
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-29 11:29:23 +02:00
Robin Appelman
cb51564356
trigger a rescan when trying to fopen a file that exists in cache but not on disk
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-29 11:17:16 +02:00
Robin Appelman
1de0b10751
add test for trying to fopen a file which no longer exists on disk
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-29 10:27:32 +02:00
Nextcloud bot
a880f791d1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-29 02:33:10 +00:00
Simon L
f7067f4e58
Merge pull request #34308 from nextcloud/fix/user-status
...
Fix user status emoji picking
2022-09-29 01:22:41 +02:00
Simon L
f170f30637
Merge pull request #34311 from nextcloud/fix/settings-bg
...
Remove unwanted settings button background
2022-09-29 00:32:07 +02:00
John Molakvoæ (skjnldsv)
75bcf9bd2a
Remove unwanted settings button background
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-28 21:52:21 +00:00
nextcloud-command
076d4dd7db
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-28 18:58:43 +00:00
John Molakvoæ (skjnldsv)
21fd2d8317
Fix user status emoji picking
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-09-28 18:42:13 +00:00
Simon L
fafc1ee807
Merge pull request #34287 from nextcloud/enh/33836/fix-theme
...
fix highcontrast theme
2022-09-28 20:35:07 +02:00
Julius Härtl
1aa76e5968
Merge pull request #34215 from nextcloud/bugfix/cache-headers-reference
...
Add cache header for image endpoint if link previews
2022-09-28 20:25:15 +02:00
Pytal
054d266c70
Merge pull request #34204 from nextcloud/fix/flashing-background-color
...
Fix various theming bugs
2022-09-28 10:57:41 -07:00
Christopher Ng
295d03869e
Fix various theming bugs
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-28 17:12:56 +00:00
blizzz
f6f0195a3f
Merge pull request #34306 from nextcloud/fix/noid/step-file-not-moved
...
fix default value for updatedirectory setting
2022-09-28 15:51:37 +02:00
Julius Härtl
f4a2ab137b
Add cache header for image endpoint if link previews
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-28 13:21:28 +00:00
tobiasKaminsky
610bbaed68
includeTags -> include_tags
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2022-09-28 13:17:56 +00:00
Vincent Petry
20b75480d0
Merge pull request #34152 from nextcloud/bugfix/noid/db-password-install
...
Do not store generated mysql password if it was not used
2022-09-28 15:09:03 +02:00
Vincent Petry
980ba65734
Merge pull request #34248 from nextcloud/bugfix/noid/ignore-invalid-share-types
...
Ignore invalid share types
2022-09-28 15:06:09 +02:00
Arthur Schiwon
e9e6f5fe84
fix default value for updatedirectory setting
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-28 14:39:12 +02:00
Nextcloud bot
5709084956
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-28 02:32:41 +00:00
Vincent Petry
5c8cab61ab
Merge pull request #34288 from nextcloud/bugfix/34281/fix-copy-internal-link-focus
...
Fix focussing to internal link after copy
2022-09-27 19:05:00 +02:00
Vincent Petry
f875a81a07
Merge pull request #34292 from nextcloud/bugfix/33847/fix-gridview-publicpage
...
Fix grid view button in public page
2022-09-27 19:03:26 +02:00
Pytal
657f2e87e4
Merge pull request #34272 from nextcloud/enh/shipped-background-primary-colors
...
Add primary color presets for shipped backgrounds
2022-09-27 09:20:41 -07:00
Vincent Petry
42bc63f1a0
Update apps/files_sharing/src/components/SharingEntryInternal.vue
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-27 14:05:46 +00:00
Vincent Petry
848a8c8c59
Fix grid view button in public page
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-27 15:51:15 +02:00
szaimen
c9a372034f
fix highcontrast theme icons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-27 13:52:49 +02:00
Vincent Petry
64a4abf472
Fix focussing to internal link after copy
...
Since a recent change to NcActions it's not possible to add a "ref"
attribute on a NcAction* component.
As a workaround, a ref was added on the NcActions parent component
instead.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-27 12:25:22 +02:00
Julien Veyssier
0e41530b80
Merge pull request #34263 from nextcloud/bugfix/noid/resolve-get-cachable
...
Add endpoint to fetch a cachable reference data
2022-09-27 11:26:20 +02:00
Joas Schilling
cbef32b6f8
Merge pull request #34134 from nextcloud/Valdnet-patch-4
...
l10n: Fix text string
2022-09-27 11:25:11 +02:00
Joas Schilling
df9be44010
Merge pull request #34142 from nextcloud/move-background-clearing
...
Move avatar clearing in the background
2022-09-27 11:13:00 +02:00
blizzz
265f744ff8
Merge pull request #34267 from nextcloud/bugfix/upgrade-from-26
...
Bump versions to upgrade from
2022-09-27 09:19:50 +02:00
Nextcloud bot
69287aa99f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-27 02:28:05 +00:00
Christopher Ng
67742884b7
Add preset primary colors for shipped backgrounds
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-27 00:56:58 +00:00
Vincent Petry
eb80d4d144
Merge pull request #33162 from nextcloud/dependabot/npm_and_yarn/moment-2.29.4
...
Bump moment from 2.29.2 to 2.29.4
2022-09-26 21:28:51 +02:00
Simon L
7a701f248a
Merge pull request #34163 from Jerome-Herbinet/patch-6
...
User list : User name and Display name visibility improvement
2022-09-26 21:27:06 +02:00
Vincent Petry
417586f1a0
Merge pull request #34260 from nextcloud/remove-unneeded-vue-cli
...
Remove unneeded and problematic vue-cli-plugin-unit-test
2022-09-26 21:25:11 +02:00
Arthur Schiwon
9b7ef2962e
remove listeners to OC_Filesystem::(write|rename) old style hooks
...
- the events are not emitted anymore
- OC_Filesystem::isBlacklisted() is not called from anywhere else
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-26 21:07:08 +02:00
Julius Härtl
2065da03e0
Bump versions to upgrade from
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-26 19:17:25 +02:00
nextcloud-command
914cfb1f5e
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-26 15:54:29 +00:00
Julius Härtl
5fa7563bf9
Add endpoint to fetch a cachable reference data
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-26 17:44:49 +02:00
Carl Schwan
de23ff38ff
Move avatar clearing in the background
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-26 15:26:31 +00:00
Vincent Petry
7622fdfce3
Remove unneeded and problematic vue-cli-plugin-unit-test
...
It was causing issues during dependency upgrades and wasn't really used
except for its preset definition.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-26 15:24:15 +02:00
dependabot[bot]
9de77ccf0e
Bump moment from 2.29.2 to 2.29.4
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-26 12:58:39 +00:00
Joas Schilling
8eb03e712a
Merge pull request #33887 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.37
...
Bump moment-timezone from 0.5.34 to 0.5.37
2022-09-26 14:37:26 +02:00
Vincent Petry
f122bac520
Merge pull request #34247 from nextcloud/dependabot/npm_and_yarn/nth-check-and-vue/cli-service-2.1.1
...
Bump nth-check and @vue/cli-service
2022-09-26 14:34:39 +02:00
Simon L
4a034acc5d
Merge pull request #34249 from nextcloud/bugfix/noid/reference-public
...
Move Reference class to public namespace
2022-09-26 12:40:59 +02:00
Stanimir Bozhilov
46c10c77e1
Fix the JSON content type regex to match all MIME types
...
Signed-off-by: Stanimir Bozhilov <stanimir@audriga.com >
2022-09-26 11:51:44 +02:00
Joas Schilling
042474bb12
Add since
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-26 11:26:34 +02:00
Carl Schwan
671c36506a
Merge pull request #34222 from nextcloud/fix/install-page
...
Fix install page
2022-09-26 11:16:09 +02:00
Julius Härtl
f69151e626
Move Reference class to public namespace
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-26 10:04:28 +02:00
Joas Schilling
2acf9ffafe
Ignore invalid share types
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-26 09:40:53 +02:00
dependabot[bot]
3d716fa6b4
Bump nth-check and @vue/cli-service
...
Bumps [nth-check](https://github.com/fb55/nth-check ) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ). These dependencies needed to be updated together.
Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases )
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1 )
Updates `@vue/cli-service` from 4.5.17 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service )
---
updated-dependencies:
- dependency-name: nth-check
dependency-type: indirect
- dependency-name: "@vue/cli-service"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 07:22:14 +00:00
Joas Schilling
2f1538256a
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-26 09:00:27 +02:00
Joas Schilling
1993db5473
Bump moment-timezone from 0.5.34 to 0.5.37
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.34 to 0.5.37.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.37 )
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-26 08:54:09 +02:00
Nextcloud bot
ec8e0f9bf6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-26 02:33:45 +00:00
Nextcloud bot
7dd472dda4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-25 02:32:58 +00:00
Vincent Petry
d358efc7f9
Fix install page
...
- Use normal labels instead of hiding them
- Fix position of the eye button (this is still very hacky)
- Define width on the box and not on the text fields
This really needs to be ported to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-24 06:20:49 +00:00
John Molakvoæ
b8912153db
Merge pull request #34210 from nextcloud/fix/theming
...
Fixing missing theming variables
2022-09-24 07:35:34 +02:00
John Molakvoæ
6a8b189be5
Merge pull request #34220 from nextcloud/fix-php-cs-setup
...
Make phpcs happy and remove unused setup thing
2022-09-24 07:33:30 +02:00
John Molakvoæ
c579fcbb08
Merge pull request #34231 from nextcloud/fix/node-workflow-error
...
Fix node workflow error on master
2022-09-24 07:32:30 +02:00
Nextcloud bot
b974d504c3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-24 02:33:56 +00:00
Christopher Ng
e6172f0712
Fix node workflow error on master
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-23 23:10:06 +00:00
John Molakvoæ
7a43559197
Refactor primary computation and fix a few missing theme parity variables
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-09-23 15:48:45 +02:00
Vincent Petry
c2bd4f39c1
Make phpcs happy and remove unused setup thing
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-23 15:07:28 +02:00
Vincent Petry
15f0674a3c
Merge pull request #34212 from nextcloud/bugfix/34211/fix-getbackground-route
...
Fix loading custom background
2022-09-23 15:05:47 +02:00
John Molakvoæ
0b23ad9256
Disable background blur on highcontrast
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-09-23 15:01:38 +02:00
John Molakvoæ
48f324fcb1
Fixing dark primary element variables
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-09-23 14:58:40 +02:00
Joas Schilling
0431ad8a02
Merge pull request #34191 from Jerome-Herbinet/patch-7
...
DashBoard : Allow up to 5 widgets side by side
2022-09-23 11:19:49 +02:00
Vincent Petry
b8dbbb177d
Fix loading custom background
...
Fix the route for loading the custom background.
Because the controller is UserThemeController, so the route path is
not "theming" but "userTheme".
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-23 11:19:38 +02:00
Retidurc Silvernight
3ecd400cec
Update config.sample.php
...
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social >
2022-09-23 09:48:02 +02:00
Retidurc Silvernight
2269f35842
Change option name again to be more like the other options
...
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social >
2022-09-23 09:48:02 +02:00
Retidurc Silvernight
0de8729d7b
Change config option to db.persistent
...
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social >
2022-09-23 09:48:01 +02:00
Retidurc Silvernight
90f3379dfc
Expose Doctrine settings in Netxcloud settings
...
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social >
2022-09-23 09:47:56 +02:00
Nextcloud bot
11ec90d8ae
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-23 02:28:39 +00:00
blizzz
ac1c7397a1
Merge pull request #34190 from nextcloud/fix/noid/remove-core-bundle
...
remove CoreBundle as we now ship the lat app that was referenced there
2022-09-22 17:34:30 +02:00
Jérôme Herbinet
b5d8fc9666
DashBoard : Allow up to 5 widgets side by side
...
Signed-off-by: Jérôme Herbinet <j.herbinet@protonmail.ch >
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 15:23:03 +02:00
Arthur Schiwon
1b6ddb826c
update autoloader
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-22 15:11:39 +02:00
Arthur Schiwon
a133a8a9d7
remove getDefaultInstallationBundle
...
- because all apps are shipped now it was returning an empty result
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-22 15:11:39 +02:00
Arthur Schiwon
a7af25e1d9
remove InstallCoreBundle repair step
...
- core bundle was empty and thus removed
- all former apps installed this way are shipped
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-22 13:24:06 +02:00
Arthur Schiwon
759eaee5ed
remove Core Bundle
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-22 13:20:37 +02:00
Jérôme Herbinet
e393e13907
Fix : strong end tag
...
<33763786+Jerome-Herbinet@users.noreply.github.com >
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
Jérôme Herbinet
9e4fe9dc49
Fix : strong HTML end tag
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
Jérôme Herbinet
8dd2ea7f5d
build npm run sass
...
Signed-off-by: Jérôme Herbinet 33763786+Jerome-Herbinet@users.noreply.github.com
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
Jérôme Herbinet
f2ca65b4d5
build front-end
...
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
Jérôme Herbinet
f233077b70
User list : Other user and display name inversion
...
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
Jérôme Herbinet
1e9fd662a3
User list : Invert user name and display name
...
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
Jérôme Herbinet
6c081bdfce
User list : Display name CSS change
...
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2022-09-22 13:13:23 +02:00
blizzz
8c7a35cc78
Merge pull request #34183 from nextcloud/bump-shipped-list
...
Bumped shipped apps list
2022-09-22 12:37:35 +02:00
blizzz
be1cb99188
Merge pull request #34186 from nextcloud/master-is-now-26
...
⚠️ Master is now 26
2022-09-22 12:01:15 +02:00
Joas Schilling
05845e11a8
Master is now 26
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-22 11:56:15 +02:00
Vincent Petry
2f15e83d7b
Merge pull request #34160 from nextcloud/fix/detect-weird-local-ips
...
Detect weird local ips
2022-09-22 11:38:12 +02:00
Stanimir Bozhilov
d80f8f6c82
Type hint JSON content type regex and use preg_match less
...
Signed-off-by: Stanimir Bozhilov <stanimir@audriga.com >
2022-09-22 11:25:39 +02:00
Joas Schilling
5fedb42520
Bumped shipped apps list
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-22 10:52:58 +02:00
Vincent Petry
938bc57f6d
Merge pull request #34133 from nextcloud/showTag
...
Add includeTags to /share/id
2022-09-22 10:23:48 +02:00
Vincent Petry
e346417067
Merge pull request #34181 from nextcloud/enh/edit-locally-icon
...
Use computer icon for edit locally file action
2022-09-22 10:22:10 +02:00
Côme Chilliet
75328593ad
Fix idn_to_utf8 stub signature
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-22 10:16:35 +02:00
Nextcloud bot
1930c3bbb9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-22 02:32:35 +00:00
Pytal
b84f51b6de
Merge pull request #34117 from nextcloud/profil-card
...
Show long names correctly on profile card
2022-09-21 12:17:30 -07:00
Christopher Ng
1f786f6bcc
Remove port parameter which is included in host
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-21 19:11:38 +00:00
Christopher Ng
09b7776720
Use computer icon for edit locally file action
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-21 18:59:40 +00:00
Git'Fellow
7518917aa9
Switch to overflow-wrap
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-21 17:59:56 +00:00
Git'Fellow
6fc810ab98
Show long nomes correctly on profile card
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-21 17:50:59 +00:00
Pytal
3f2c315588
Merge pull request #34180 from nextcloud/bump-password-confirmation-4.0.1
2022-09-21 10:40:38 -07:00
Vincent Petry
4ef3799745
Bump @nextcloud/password-confirmation from 4.0.0 to 4.0.1
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-21 18:29:08 +02:00
Stanimir Bozhilov
f286a9d6ac
Use regex for all JSON-related content types
...
Signed-off-by: Stanimir Bozhilov <stanimir@audriga.com >
2022-09-21 16:36:01 +02:00
Joas Schilling
18431c2fe9
Merge pull request #34145 from nextcloud/bugfix/noid/allow-app-type-session
...
Allow app type session which we load in base.php
2022-09-21 15:48:56 +02:00
Stanimir Bozhilov
0ace70488a
Treat application/json and application/scim+json in same if-block
...
Signed-off-by: Stanimir Bozhilov <stanimir@audriga.com >
2022-09-21 15:31:50 +02:00
Simon L
0577f86e13
Merge pull request #34170 from nextcloud/enh/noid/theming-settings-icon
...
update theming icon in personal settings
2022-09-21 14:12:41 +02:00
Simon L
8268416a2c
Merge pull request #34171 from nextcloud/enh/edit-locally
...
Add edit locally file action
2022-09-21 14:11:04 +02:00
Joas Schilling
d0ead94aea
Merge pull request #31807 from nextcloud/fix/cors_csrf
...
Accept CSRF on CORS routes
2022-09-21 13:50:59 +02:00
szaimen
310ccfa14e
update theming icon in personal settings
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-21 11:26:08 +00:00
Jonas Rittershofer
c8b7a233a5
Allow CSRF on CORS routes
...
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: Andreas Brinner <andreas@everlanes.net >
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com >
2022-09-21 10:42:00 +00:00
Tobias Kaminsky
5b3fb7a8ff
Update apps/files_sharing/lib/Controller/ShareAPIController.php
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Tobias Kaminsky <tobias@nextcloud.com >
2022-09-21 08:28:03 +02:00
Joas Schilling
48def620cb
Merge pull request #34165 from nextcloud/bugfix/noid/remove-remaining-occurance-of-color-primary-element-lighter
...
Remove last occurance of "color-primary-element-lighter"
2022-09-21 06:23:35 +02:00
Nextcloud bot
3407f26a0f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-21 02:27:40 +00:00
Christopher Ng
d415c656f6
Add edit locally file action
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-20 19:43:34 +00:00
Andy Xheli
2cff329188
Update lib/private/Contacts/ContactsMenu/ContactsStore.php
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Tested no issues.
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-09-20 12:05:29 -05:00
Côme Chilliet
b3b98a3e20
Update 3rdparty to master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-20 17:49:17 +02:00
Joas Schilling
29af54f10d
Merge pull request #34147 from nextcloud/bugfix/noid/fix-avatar-cleanup-on-user-delete
...
Fix avatar cleanup on user delete
2022-09-20 17:11:05 +02:00
Joas Schilling
205b0c4e24
Remove last occurance of "color-primary-element-lighter"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-20 16:33:55 +02:00
Stanimir Bozhilov
f7d51a39cf
Add unit tests for application/scim+json content type
...
Signed-off-by: Stanimir Bozhilov <stanimir@audriga.com >
2022-09-20 16:19:05 +02:00
Stanimir Bozhilov
f0dbe1148a
Add support for application/scim+json content type
...
Signed-off-by: Stanimir Bozhilov <stanimir@audriga.com >
2022-09-20 16:18:52 +02:00
Vincent Petry
132012c075
Merge pull request #34161 from nextcloud/bugfix/noid/fix-ffmpeg-preview-manager
...
Fix FFMPEG preview manager
2022-09-20 15:00:12 +02:00
Joas Schilling
20ee356a29
Merge pull request #34154 from nextcloud/bugfix/noid/add-missing-viewbox-to-svgs
...
Add missing viewbox to SVGs
2022-09-20 14:19:55 +02:00
Joas Schilling
efedb218e3
Fix FFMPEG preview manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-20 13:22:24 +02:00
Côme Chilliet
31117fa7c7
Fix tests for nested v4 in v6
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-20 12:46:22 +02:00
Côme Chilliet
7ac688a2e5
Use new dependency to normalize IPs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-20 12:34:04 +02:00
Côme Chilliet
6b876bb0c3
Add mlocati/ip-lib dependency
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-20 12:23:24 +02:00
Côme Chilliet
a907b74c2a
Add missing urldecode and idn_to_utf8 calls to local address checker
...
The call to idn_to_utf8 call is actually to apply normalization
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-20 12:20:35 +02:00
Carl Schwan
d0668ce3b7
Merge pull request #34140 from nextcloud/fix/carl/clean-search-result-when-resetting
...
Clear search results when remove search query
2022-09-20 12:16:58 +02:00
Côme Chilliet
c083f77e4e
Harden tests for local IP detection in URLs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-20 12:14:33 +02:00
John Molakvoæ
93fc2ffc44
Merge pull request #34144 from nextcloud/remove-avatar-fixme
...
Remove completed refresh avatar FIXME
2022-09-20 11:00:02 +02:00
Joas Schilling
354549a88b
Recompile icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-20 10:58:35 +02:00
Joas Schilling
c443ecfbff
Rebuild autoloader
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-20 10:33:26 +02:00
Joas Schilling
c2d32edd42
Recompile weather app
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-20 10:30:56 +02:00
Joas Schilling
2fe70e2795
Add missing viewbox to SVGs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-20 10:21:57 +02:00
Vincent Petry
e3869dcac8
Merge pull request #34130 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] Update ca-cert bundle
2022-09-20 10:16:31 +02:00
Julius Härtl
b427ccd065
Do not store generated mysql password if it was not used
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-20 08:39:25 +02:00
nextcloud-command
b7027bac52
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com >
2022-09-20 04:48:58 +00:00
Nextcloud bot
3ac720aaca
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-20 02:32:43 +00:00
Joas Schilling
144514e49e
Fix avatar cleanup on user delete
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-19 21:36:50 +02:00
Joas Schilling
24e895f24d
Allow app type session which we load in base.php
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-19 20:45:39 +02:00
Christopher Ng
3ee1a53ebc
Remove completed refresh avatar FIXME
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-19 18:37:42 +00:00
Carl Schwan
f0cd60b21b
Clear search results when remove search query
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-19 18:28:40 +02:00
Andy Xheli
e661d3cc99
Update ContactsStore.php
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-09-19 09:06:12 -05:00
blizzz
ea08fabca3
Merge pull request #34095 from nextcloud/release/25.0.0_beta_7
...
25.0.0 beta 7
2022-09-19 15:14:47 +02:00
blizzz
f13b60837f
Merge pull request #34137 from nextcloud/revert-34009-safe-config-update
...
Revert "Make config file saving safe against write failures"
2022-09-19 15:11:49 +02:00
Carl Schwan
671ad7e4d6
Merge pull request #34118 from nextcloud/fix/locale-styling
...
Fix styling of locale dropdown
2022-09-19 14:51:25 +02:00
Joas Schilling
3236619e99
Revert "Make config file saving safe against write failures"
2022-09-19 14:02:07 +02:00
Carl Schwan
a733a77f7b
Merge pull request #34122 from nextcloud/Valdnet-patch-3
...
l10n: Change to a capital letter
2022-09-19 12:16:46 +02:00
Côme Chilliet
4efd0be525
Inform ServerTest that TagMapper now uses QBMapper
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-19 10:01:49 +00:00
Côme Chilliet
652158a72c
Improve typing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-19 10:01:49 +00:00
Côme Chilliet
9b78699f0a
Migrate TagMapper to QBMapper instead of deprecated Mapper
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-19 10:01:49 +00:00
tobiasKaminsky
ebd28ef9e0
Show include tags on single share
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2022-09-19 11:36:52 +02:00
Valdnet
57071228df
l10n: Correct text string
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-19 11:36:39 +02:00
Valdnet
caac0f069d
Fix test
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-19 11:13:39 +02:00
Valdnet
187464a70d
Fix test
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-19 11:12:09 +02:00
tobiasKaminsky
4a4a3874da
Add includeTags to /share/id
2022-09-19 11:11:09 +02:00
Valdnet
58d98a3085
Fix test
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-19 10:39:32 +02:00
Carl Schwan
3950deb42f
Merge pull request #32740 from jasperweyne/patch-2
...
Fix open_basedir issues by AWS SDK
2022-09-19 10:19:15 +02:00
Valdnet
a9f20b94c9
l10n: Spelling unification
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-19 08:05:50 +00:00
Nextcloud bot
c3a87e8c48
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-19 02:32:20 +00:00
Joas Schilling
061d621a1f
Merge pull request #34107 from nextcloud/automate-cacert-update
...
Automate CA certificate bundle update
2022-09-18 10:24:58 +02:00
Nextcloud bot
f780d6d94c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-18 02:26:13 +00:00
Valdnet
ac58ba5a90
l10n: Change to a capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-17 19:34:25 +02:00
Nextcloud bot
cc814bb568
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-17 02:31:51 +00:00
Christopher Ng
cb9f4e353f
Fix styling of locale dropdown
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-16 23:33:05 +00:00
Pytal
914714f26a
Merge pull request #33502 from nextcloud/enh/27869/locale
...
Remake locale saving with Vue
2022-09-16 16:04:18 -07:00
Christopher Ng
4de19e9f85
Fix test failure introduced in https://github.com/nextcloud/server/pull/33819
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-16 19:56:42 +00:00
Christopher Ng
f922b2fd70
Remake locale saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-16 19:02:18 +00:00
Andy Xheli
c2c2e3ce52
Apply suggestions from code review
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-09-16 11:29:09 -05:00
Carl Schwan
b9c002df0a
Merge pull request #34113 from nextcloud/dependabot/npm_and_yarn/scss-tokenizer-and-node-sass-0.4.3
...
Bump scss-tokenizer and node-sass
2022-09-16 18:07:22 +02:00
dependabot[bot]
b2598d7540
Bump scss-tokenizer and node-sass
...
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer ) and [node-sass](https://github.com/sass/node-sass ). These dependencies needed to be updated together.
Updates `scss-tokenizer` from 0.3.0 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases )
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3 )
Updates `node-sass` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3 )
---
updated-dependencies:
- dependency-name: scss-tokenizer
dependency-type: indirect
- dependency-name: node-sass
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-16 13:29:32 +00:00
Vincent Petry
daa328aa0e
Merge pull request #34110 from nextcloud/update-nextcloud-vue-7.0.0-beta.4
...
Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4
2022-09-16 15:27:02 +02:00
Vincent Petry
c14ad845bd
Merge pull request #33819 from nextcloud/fix/user-exists-l10n
...
Fix translation of user exists error server-side
2022-09-16 14:57:59 +02:00
Vincent Petry
25888a3d42
Merge pull request #34073 from nextcloud/login-email-filter
...
dont try email login if the provider username is not a valid email
2022-09-16 14:54:24 +02:00
Vincent Petry
8880fe3fd1
Merge pull request #34096 from nextcloud/bug/noid/tag-loading
...
Tag loading
2022-09-16 14:53:12 +02:00
Vincent Petry
1025d049c7
Merge pull request #24596 from kofemann/dcache-worm
...
make NextCloud WORM file system friendly
2022-09-16 14:39:13 +02:00
Vincent Petry
17784a114f
Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-16 14:25:55 +02:00
Vincent Petry
b3ca186d2d
Merge pull request #34020 from nextcloud/logical-op
...
Switch logical operators (and|or)
2022-09-16 13:35:19 +02:00
Joas Schilling
f51da25647
Update update-cacert-bundle.yml
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-09-16 12:47:32 +02:00
Vincent Petry
703dd64e7e
Merge pull request #33658 from nextcloud/dashboard-api-widgets
...
Extend dashboard api to allow listing of widgets
2022-09-16 12:18:24 +02:00
Vincent Petry
a716308e7b
Merge pull request #34050 from nextcloud/bug/noid/login-form-focus
...
Set focus to input field for login form
2022-09-16 11:49:45 +02:00
Joas Schilling
93e2995599
Merge pull request #34108 from nextcloud/Valdnet-patch-3
...
l10n: Correct error messages
2022-09-16 11:40:22 +02:00
Joas Schilling
8612a9b232
Remove legacy ca-cert checker
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-16 11:13:46 +02:00
Tigran Mkrtchyan
f41209a061
config: add a switch to control truncate before update
...
To avoid extra truncate on non WORM file systems, add a new config
option `localstorage.unlink_on_truncate`, which defaults to false.
The OC\Files\Storage\Local is update to respect that option.
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de >
2022-09-16 11:10:32 +02:00
Joas Schilling
3009e02324
Fix phpunit
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-16 11:03:44 +02:00
Carl Schwan
c2ec388c5a
Merge pull request #34105 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-09-16 10:57:22 +02:00
Tigran Mkrtchyan
8fc4cf67f1
files: remove destination file before copying new content (WORM)
...
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de >
2022-09-16 10:57:17 +02:00
Daniel Kesselberg
383701914c
Set focus to input field
...
Fix:
- TypeError: this.$refs.user.focus is not a function
- TypeError: this.$refs.password.focus is not a function
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-09-16 10:51:24 +02:00
Carl Schwan
d44f3cec94
Merge pull request #34097 from nextcloud/Rello-patch-1
...
'overview:hidden' cutting navigation menu
2022-09-16 10:50:54 +02:00
nextcloud-command
fa6c514ee8
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-16 07:59:21 +00:00
Valdnet
bd402efe73
l10n: Remove spaces
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-16 09:33:53 +02:00
Valdnet
6bdc1f8631
l10n: Correct error messages
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-16 09:22:01 +02:00
Valdnet
77472db054
l10n: Correct error messages
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-16 09:18:24 +02:00
Joas Schilling
9eade34385
Automate CA certificate bundle update
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-16 09:13:45 +02:00
John Molakvoæ
6bd6f92850
Merge pull request #34091 from nextcloud/feature/noid/update-ca-cert
...
Update CA cert bundle
2022-09-16 08:43:47 +02:00
Vincent Petry
8b6f5a41c8
Merge pull request #34100 from nextcloud/fix/reset-global-search
...
Reset global search on files sidebar navigation change
2022-09-16 08:32:30 +02:00
Joas Schilling
9c402eb745
Add since tags
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-16 08:23:04 +02:00
nextcloud-command
844f722c43
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-09-16 04:45:10 +00:00
Nextcloud bot
88b66442a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-16 02:26:19 +00:00
Pytal
38569444d2
Merge pull request #33512 from nextcloud/enh/27869/details
...
Remake group and quota details section with Vue
2022-09-15 16:37:38 -07:00
Pytal
fcd45c1b63
Merge pull request #34101 from nextcloud/fix/dashboard-controller-typo
...
Fix initial state typo in dashboard controller
2022-09-15 16:36:41 -07:00
Christopher Ng
8a15c629e2
Fix translation of user exists error server-side
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-15 22:56:18 +00:00
Vincent Petry
b9cd65291a
Merge pull request #34098 from nextcloud/fix/test/updatenotifications
...
Fix test update notification
2022-09-15 22:53:23 +02:00
Vincent Petry
d39f047af2
Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2
...
set defaultEnabled in shipped.json
2022-09-15 22:03:12 +02:00
Vincent Petry
0023a1066b
Merge pull request #33718 from nextcloud/seekable-http-fseek-end
...
fix using FSEEK_END with SeekableHttpStream to get file size
2022-09-15 22:02:24 +02:00
Christopher Ng
8eb46c995e
Remake group and quota details section with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-15 19:09:13 +00:00
Christopher Ng
b1856d0fc9
Fix initial state typo in dashboard controller
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-15 19:02:23 +00:00
Christopher Ng
a7c7d84f59
Reset global search on files sidebar navigation change
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-15 18:55:00 +00:00
nextcloud-command
bcddb6fb94
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-15 16:59:51 +00:00
Julien Veyssier
da74da8a9c
adjust empty array check
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-15 18:24:43 +02:00
Carl Schwan
954f4940cf
Fix test update notification
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-15 18:18:30 +02:00
Robin Appelman
9ba26ee326
set round item icons for user status widget
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 18:06:22 +02:00
Julien Veyssier
500ba958f3
implement IButtonWidget and IIconWidget in user_status
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-15 18:06:21 +02:00
Julien Veyssier
8e2e3b4a9f
implement IAPIWidget in user_status
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-15 18:06:21 +02:00
Robin Appelman
d9e75f00b1
move widget options into a Option class
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 18:06:21 +02:00
Julien Veyssier
845149bb7c
add IItemOptionWidget to define some item-related parameters, only getItemIconsRound() for now
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-15 18:06:21 +02:00
Robin Appelman
a3912e264a
change widget button api to support multiple button types
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 18:05:52 +02:00
Robin Appelman
79adca6b8b
allow adding button to dashboard api output
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 18:05:52 +02:00
Robin Appelman
7f52a99ffb
allow filtering dashboard items api by widgets
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 18:05:52 +02:00
Robin Appelman
0e5944748d
add dashboard api to list widgets
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 18:05:52 +02:00
Vincent Petry
ca747b91d4
Merge pull request #34048 from nextcloud/feat/add-nodeFilter-to-user_migration
...
Add a nodeFilter parameter for IExportDestination::copyFolder
2022-09-15 17:26:02 +02:00
Robin Appelman
d8961ed10f
fix using FSEEK_END with SeekableHttpStream to get file size
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-15 17:23:16 +02:00
Vincent Petry
1998ac7b06
Increase timeout for apps management
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-15 17:11:14 +02:00
Daniel Kesselberg
3a591802fe
Compile core-systemtags.js and systemtags-systemtags.js
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-09-15 17:10:02 +02:00
Daniel Kesselberg
700875d90d
Rewrite OC.SystemTags.getDescriptiveTag to vanilla js
...
For every tag a deprecation warning is emitted.
With 10k tags the ui becomes unresponsive and inspector crashed occasionally.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-09-15 17:08:04 +02:00
Rello
5b421e6de2
overview:hidden cutting menu
...
'overview: hidden' is cutting the app-navigation-entry-menu.
see https://user-images.githubusercontent.com/13385119/190428421-b6f08498-779e-4ee7-9518-7c6a68e890e4.png
Signed-off-by: Rello <Rello@users.noreply.github.com >
2022-09-15 17:03:03 +02:00
Carl Schwan
02d55eb90f
Merge pull request #33941 from nextcloud/fix/public-sharing
...
Only normalize data in public shares and not crud
2022-09-15 16:43:01 +02:00
Nextcloud Bot
99d00c5fdf
25.0.0 beta 7
...
Signed-off-by: Nextcloud Bot <bot@nextcloud.com >
2022-09-15 13:56:12 +00:00
Joas Schilling
6eff84ffbe
Update CA cert bundle
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-15 15:28:40 +02:00
Côme Chilliet
1013c3bf66
Merge pull request #34009 from andrey-utkin/safe-config-update
...
Make config file saving safe against write failures
2022-09-15 15:00:40 +02:00
Vincent Petry
c0c31bdc45
Merge pull request #33947 from nextcloud/updatenotificaiton-cleanup
...
Cleanup updatenotification
2022-09-15 14:12:00 +02:00
Vincent Petry
ec75b7c571
Merge pull request #33964 from nextcloud/search-limit-operators
...
add a limit to the amount of operators a client can add to a search query
2022-09-15 14:07:40 +02:00
Vincent Petry
54ea4830e3
Merge pull request #34060 from andyxheli/patch-5
...
Fixed LDAP Copy Button Size
2022-09-15 14:05:10 +02:00
Vincent Petry
4f244e95aa
Merge pull request #34065 from nextcloud/bug/noid/main-scrollbar
...
Fix scrollbar apperance
2022-09-15 14:04:34 +02:00
Vincent Petry
cd21caf846
Merge pull request #34067 from nextcloud/timm2k-patch-1
...
Convert file_metadata.id from int(11) to bigint(20)
2022-09-15 14:03:30 +02:00
Maxence Lange
b9ccc60837
fix phpdoc
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-09-15 10:54:36 -01:00
Maxence Lange
381eb046b5
Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-id
...
rtrim cloudId url earlier
2022-09-15 10:46:39 -01:00
Vincent Petry
ee183efd46
Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404
...
Do not output a warning when a file is not found
2022-09-15 13:42:35 +02:00
Joas Schilling
c41982e108
Merge pull request #34081 from nextcloud/bugfix/noid/add-global-shortcuts-setting
...
Add global setting to disable keyboad shortcuts
2022-09-15 13:09:11 +02:00
Daniel Kesselberg
1bfac6d094
Improve loading for tags
...
When opening the tag select and type something the tags are loaded.
If you continue to type but the tags are not finally loaded yet (the first xhr request is still running)
another xhr request is triggered. This happens for every keystroke.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-09-15 12:01:28 +02:00
Daniel Kesselberg
e1d9b0bae2
Add minimumInputLength for tags select
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-09-15 12:01:28 +02:00
Joas Schilling
df57b51c8b
Fix psalm parameter type
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-15 11:28:40 +02:00
Joas Schilling
5267ea2624
Add an OCP method to check the shortcut state and use it for global search and menu control
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-15 11:20:08 +02:00
Maxence Lange
0efd6d9950
set defaultEnabled in shipped.json
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-09-15 08:15:33 -01:00
Joas Schilling
7672152579
Add a global setting to disable keyboard shortcuts
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-15 10:52:55 +02:00
Vincent Petry
4c1f06170e
Merge pull request #34084 from nextcloud/bundling-adjustments-25
...
Adjust recommended apps page
2022-09-15 10:22:47 +02:00
Carl Schwan
7bd83d9dcf
Cleanup updatenotification
...
- Port away from jquery inside vue
- Use modern vue components when possible
- Fix some readability isssues particularly on dark theme
- Use IInitialState
- Use php7.4
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-15 07:46:24 +00:00
dartcafe
63d51569fe
server.scss
2022-09-15 08:25:10 +02:00
dartcafe
f1881f278d
Merge branch 'bug/noid/main-scrollbar' of https://github.com/nextcloud/server into pr-34065/nextcloud/bug/noid/main-scrollbar
2022-09-15 08:24:10 +02:00
dartcafe
2fc1f4b954
scss and compile
...
Signed-off-by: dartcafe <github@dartcafe.de >
2022-09-15 08:16:44 +02:00
René Gieling
93d3ca32a1
Fix scrollbar apperance
...
fix #34064
Signed-off-by: René Gieling <github@dartcafe.de >
Signed-off-by: dartcafe <github@dartcafe.de >
2022-09-15 08:16:43 +02:00
dartcafe
f1d35a1e2e
scss and compile
2022-09-15 08:12:59 +02:00
timm2k
14d3b6f021
Update Version24000Date20220404230027.php
...
Signed-off-by: timm2k <timm2k@gmx.de >
2022-09-15 07:58:32 +02:00
Nextcloud bot
fde8c081d8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-15 02:31:48 +00:00
Simon L
009d5e93f7
Merge pull request #33733 from nextcloud/change/appearance-accessibility-settings
...
Move background settings from dashboard app to Appearance and accessibility settings
2022-09-15 00:36:51 +02:00
greta
02cc42d40a
Move background settings from dashboard app to Appearance and accessibility settings
...
Signed-off-by: greta <gretadoci@gmail.com >
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-14 20:17:01 +00:00
Pytal
bd03c79785
Merge pull request #34044 from nextcloud/fix/password-confirmation
2022-09-14 12:54:21 -07:00
Vincent Petry
af35ea308b
Merge pull request #34071 from nextcloud/bug/33847/fix-grid-view-toggle
...
Fix grid view toggle
2022-09-14 20:20:50 +02:00
Christopher Ng
26535e4856
Fix unresponsive legacy password confirmation dialog with new dialog in Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-14 17:23:22 +00:00
Vincent Petry
71eab82117
Adjust recommended apps page
...
Removed collabora code.
Added description for richdocuments as the name will be "Nextcloud
Office" pulled from the app store.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-14 18:28:19 +02:00
Simon L
204a700f85
Merge pull request #34076 from nextcloud/enh/34070/header-appereance
...
fix header menu appereance
2022-09-14 17:33:31 +02:00
Simon L
0550e5e9a0
Merge pull request #34069 from nextcloud/enh/33736/add-accessibility-in-user-menu
...
Add accessibility entry in user menu
2022-09-14 16:17:45 +02:00
nextcloud-command
4ae7704699
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-14 13:12:01 +00:00
Vincent Petry
da01494a37
Add accessibility entry in user menu
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-14 15:05:35 +02:00
szaimen
3ba89f43ff
fix header menu appereance
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-14 14:56:05 +02:00
Vincent Petry
d939be4a43
Fix grid view toggle
...
Move grid view logic to the files app itself because the button does not
belong to any specific file list.
Then inject the grid view state when switching file lists.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-14 12:52:01 +00:00
Robin Appelman
1fbb951691
dont try email login if the provider username is not a valid email
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-14 14:04:13 +02:00
Carl Schwan
7ea015f0d1
Merge pull request #34042 from nextcloud/profile/section-plugin
...
Add api to load additional section in profile page
2022-09-14 13:35:31 +02:00
Simon L
979652430d
Merge pull request #34068 from nextcloud/fix/only-apply-margin-to-audio
...
fix: also apply top margin to audio in firefox
2022-09-14 12:59:35 +02:00
Carl Schwan
66a7a89898
Add api to load additional section in profile page
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-14 12:55:40 +02:00
Max
d914b21876
fix: also apply top margin to audio in firefox
...
Based on https://github.com/nextcloud/viewer/pull/1371 .
If we are displaying an audio file in a single page share
provide enough margin to display the speed settings.
Signed-off-by: Max <max@nextcloud.com >
2022-09-14 11:11:43 +02:00
Vincent Petry
77680ac089
Merge pull request #34062 from nextcloud/enh/sharing-tab-alignment-and-spacing
...
Align sharing tab content and increase spacing
2022-09-14 10:46:49 +02:00
Vincent Petry
eff8919386
Merge pull request #34066 from nextcloud/its-nextcloud-hub-3
...
Show Nextcloud Hub 3 in overview page when applicable
2022-09-14 10:29:08 +02:00
Vincent Petry
c7ecb2e940
Merge pull request #34063 from nextcloud/nickvergessen-patch-1
...
Related resources will be shipped with NC25+
2022-09-14 10:19:31 +02:00
timm2k
6ff58d30b4
Update ConvertFilecacheBigInt.php
...
Signed-off-by: timm2k <timm2k@gmx.de >
2022-09-14 10:15:16 +02:00
timm2k
0c407b58db
Update CheckSetupController.php
...
file_metadata.id needs to be bigint(20).
Signed-off-by: timm2k <timm2k@gmx.de >
2022-09-14 10:10:12 +02:00
Vincent Petry
547253e451
Show Nextcloud Hub 3 in overview page when applicable
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-09-14 08:55:06 +02:00
René Gieling
571a85ab8c
Fix scrollbar apperance
...
fix #34064
Signed-off-by: René Gieling <github@dartcafe.de >
2022-09-14 08:20:30 +02:00
Joas Schilling
ea4e072c7f
Related resources will be shipped with NC25+
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-09-14 06:50:42 +02:00
Nextcloud bot
a09077cd17
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-14 02:26:49 +00:00
Christopher Ng
5d083d0b46
Align sharing tab content and increase spacing
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-14 01:55:20 +00:00
Simon L
cfcda15df8
Merge pull request #34055 from nextcloud/enh/noid/public-audio-style
...
fix public audio style
2022-09-13 20:53:33 +02:00
Andy Xheli
f5d40c9ae5
Updated LDAP Copy Button
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-09-13 13:21:45 -05:00
Simon L
4baa09d56b
Merge pull request #34057 from nextcloud/bugfix/noid/fix-2fa-providers-dark-mode
...
Fix twofactor provider icons in dark mode
2022-09-13 20:04:00 +02:00
nextcloud-command
d40b5f5afb
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-13 16:34:05 +00:00
szaimen
53a71e428c
fix public audio style
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-13 18:18:41 +02:00
Joas Schilling
7d6d65600e
Fix twofactor provider icons in dark mode
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-09-13 17:50:25 +02:00
Simon L
b739dd5807
Merge pull request #34028 from nextcloud/enh/33803/public-view
...
fix public view
2022-09-13 16:08:05 +02:00
Simon L
7e6dffd38c
Merge pull request #34051 from nextcloud/fix/34027/play-audio
...
fix: play single audio shares with the viewer
2022-09-13 15:41:13 +02:00
nextcloud-command
335964dc15
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-13 13:19:54 +00:00
szaimen
10ad6e17f7
fix public view
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-13 15:00:25 +02:00
Max
d8ff71292f
fix: play single audio shares with the viewer
...
Signed-off-by: Max <max@nextcloud.com >
2022-09-13 14:53:51 +02:00
Carl Schwan
ef31396727
Mark method as deprecated
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-13 13:06:54 +02:00
blizzz
91040283b1
Merge pull request #34045 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-09-13 12:54:03 +02:00
Côme Chilliet
441ac433b1
Add a nodeFilter parameter for IExportDestination::copyFolder
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-13 12:10:28 +02:00
Vincent Petry
dacd18158d
Merge pull request #34043 from nextcloud/enh/sharing-tab-additional-content-spacing
...
Increase spacing between additional sharing tab content sections
2022-09-13 10:30:40 +02:00
Simon L
9be1d5bf14
Merge pull request #34030 from nextcloud/enh/33835/button
...
fix strange-looking button
2022-09-13 10:15:57 +02:00
Côme Chilliet
f0df9ddf85
Switch repo to Nextcloud org, and bump version to 1.5.1
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-13 09:11:33 +02:00
nextcloud-command
fc88d73583
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-09-13 04:42:03 +00:00
Nextcloud bot
fc7cc49461
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-13 02:27:19 +00:00
Christopher Ng
ccc8316de0
Increase spacing between additional sharing tab content
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-13 01:58:27 +00:00
Simon L
0846a3f6fe
Merge pull request #34039 from nextcloud/enh/34037/heading-login-form
...
add a heading to the login form
2022-09-12 21:41:45 +02:00
Simon L
36ada4f6ea
Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttons
...
fix ldap ui buttons
2022-09-12 20:00:56 +02:00
Carl Schwan
52dbfcf74c
Merge pull request #34026 from nextcloud/port-profile-section-checkbox
...
Port Profile section checbox to NcCheckoxRadioSwitch component
2022-09-12 19:43:48 +02:00
nextcloud-command
249fc11500
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-12 17:18:39 +00:00
szaimen
cf7f6daa88
add a heading to the login form
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-12 19:02:48 +02:00
blizzz
a1fcee0c99
Merge pull request #34001 from nextcloud/versions-create-user
...
use filesystem user instead of file owner for creating version
2022-09-12 18:37:02 +02:00
nextcloud-command
203d783c17
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-12 16:07:31 +00:00
nextcloud-command
ca8fe03ce6
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-12 15:33:26 +00:00
szaimen
7b66d5ddf7
fix strange-looking button
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-12 16:09:58 +02:00
Côme Chilliet
b5ccece5a9
Do not output a warning when a file is not found
...
This would spam log with warnings from Desktop client doing HEAD on
non-existing path to test them.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-12 16:04:02 +02:00
Vincent Petry
b9eef6f2ff
Merge pull request #33992 from nextcloud/setting-menu-fix-height
...
Fix setting menu height
2022-09-12 15:40:59 +02:00
Carl Schwan
3fcb05e900
Port Profile section checbox to NcCheckoxRadioSwitch component
...
Improve accessibility and unify the design
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-12 15:38:20 +02:00
szaimen
1a0625ead2
fix ldap ui buttons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-12 15:19:39 +02:00
Vincent Petry
52d962bd53
Merge pull request #34018 from nextcloud/use-primary-button-updater
...
Use primary button in updater
2022-09-12 15:15:51 +02:00
Vincent Petry
4e5430c81c
Merge pull request #34019 from nextcloud/fix/quota-type
...
Fix quota type to int
2022-09-12 15:15:31 +02:00
Vincent Petry
c22d44b82e
Merge pull request #34022 from nextcloud/fix/dark-avatar-user-list
...
Fix avatar icons in user list when using dark theme
2022-09-12 15:14:38 +02:00
Vincent Petry
e85ca5c7e4
Merge pull request #34023 from nextcloud/remove-transparent-top-files
...
Remove transparent top
2022-09-12 15:13:45 +02:00
Vincent Petry
e173e809a9
Merge pull request #34024 from nextcloud/make-profile-page-scrollable
...
Make profile page scrollable again
2022-09-12 15:13:23 +02:00
Carl Schwan
bc142f41ad
Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbord
...
Improve dashboard default scrollbar behavior
2022-09-12 12:32:58 +02:00
Carl Schwan
2453a8a72a
Make profile page scrollable again
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-12 10:29:00 +02:00
Carl Schwan
79b2dcb897
Remove transparent top
...
Replace 3px of absolute positioning with top padding.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-12 10:04:23 +02:00
Carl Schwan
82139cc1e3
Fix avatar icons in user list when using dark theme
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-12 09:52:36 +02:00
Côme Chilliet
1f7e769ed6
Merge pull request #33921 from nextcloud/fix/fix-config-file-emptied
...
Do not empty config.php file if reading failed for any reason
2022-09-12 09:43:33 +02:00
Git'Fellow
5300f0d693
Switch logical operators (and|or)
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2022-09-12 09:35:12 +02:00
Carl Schwan
d61efdff6c
Fix quota type to int
...
Change the quota to int from float, since the quota is a number of bits
and a bits can not be splitted.
Fix #34010
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-12 09:26:04 +02:00
Carl Schwan
e0a8669a25
Use primary button in updater
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-12 09:16:09 +02:00
Nextcloud bot
1a6d7dc12f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-11 02:31:10 +00:00
Nextcloud bot
a42976f3db
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-10 02:30:26 +00:00
Andriy Utkin
807c53b2ab
Make config file saving safe against write failures
...
In case of disk space depletion, writing a new version of config fails,
leaving the config file empty.
This patch improves safety of updates to config.php by saving the new
version of the config into a randomly-named temporary file in the same
directory, and then renaming it to config.php, which renaming is atomic
in POSIX-compliant filesystems and shouldn't involve disk space
allocation. If writing the new config version is impossible, the current
config remains unchanged.
This patch drops the use of file locking as unnecessary. File locking
merely established order in which the concurrent independent processes
attempted file writing. In the end, the process which was last to update
the file "wins" - their changes persist and the changes of previous
writers are dropped as there's no conflict detection or change merging
mechanism anyway. With the current change, there is still some resulting
ordering, and the last writer still wins in the same way. Readers don't
need file locking as well, as opening config.php for reading always
provides a certain consistent version of the file.
Signed-off-by: Andriy Utkin <dev@autkin.net >
2022-09-09 21:46:12 +01:00
blizzz
ef9736160b
Merge pull request #34002 from nextcloud/release/25.0.0_beta_6
...
25.0.0 beta 6
2022-09-09 16:59:07 +02:00
Andy Scherzinger
ae1ffee2d3
Merge pull request #34000 from nextcloud/change-default-login-background
...
Change default login background to cloud image
2022-09-09 16:56:10 +02:00
Vincent Van Houtte
c323022d06
Add ldap-unix-socket support - squashed commits to files Connection.php, Configuration.php, Wizard.php, LDAP.php and view.js
...
Signed-off-by: Vincent Van Houtte <vvh@aplusv.be >
2022-09-09 16:53:05 +02:00
Carl Schwan
91042226c6
Change default login background to cloud image
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 16:23:54 +02:00
Arthur Schiwon
6bedf4d314
25.0.0 beta 6
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-09 16:23:38 +02:00
Robin Appelman
9587a4a548
use filesystem user instead of file owner for creating version
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-09 16:22:40 +02:00
Carl Schwan
71d0ea84c3
Merge pull request #33998 from nextcloud/update-nc-7-beta2
...
Bump nc vue to beta2
2022-09-09 16:02:28 +02:00
Carl Schwan
3431e63c12
Bump nc vue to beta2
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 15:17:03 +02:00
Carl Schwan
4a82396be8
Merge pull request #33752 from nextcloud/avatar-new-style
...
Avatar new style
2022-09-09 15:01:35 +02:00
Carl Schwan
bc9a488046
Update avatars on update
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 14:23:41 +02:00
Carl Schwan
f3ec1d3a9f
Fix user status in the top bar with dark theme
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 13:37:52 +02:00
Carl Schwan
76d0165330
Dark theme for guest avatar
...
And better caching policy
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 13:37:51 +02:00
Carl Schwan
f98ae2b5b0
Avatar new style
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 13:37:51 +02:00
Carl Schwan
b155adbb51
Fix setting menu height
...
- Increase max height to match page height
- Move settings 8px from the right instead of 5px to match other top
menus
- Handle overflow of the content correctly
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 13:36:19 +02:00
blizzz
76f42e121b
Merge pull request #33958 from nextcloud/enh/33860/fix-versions-visibility
...
fix versions icons
2022-09-09 13:25:11 +02:00
Simon L
99c85311ab
Merge pull request #33956 from nextcloud/enh/33857/fix-files_external-settings
...
fix files_external settings
2022-09-09 12:44:17 +02:00
Simon L
fec5bcc426
Merge pull request #33957 from nextcloud/enh/33855/overlapping-toggle
...
fix overlapping of elements in certain views
2022-09-09 12:43:48 +02:00
szaimen
0e57fb54e5
fix versions icons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-09 09:02:12 +00:00
szaimen
7801550d33
fix files_external settings
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-09 08:44:08 +00:00
szaimen
0341a371ac
fix overlapping of elements in certain views
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-09 08:38:40 +00:00
Carl Schwan
c5ab8fa361
Improve dashboard default scrollbar behavior
...
- Decrease spacing so that scrollbar doesn't appear on laptop screen
when having one row of panel
- Move scrollbar to content so that on chromium the scrollbar is not so
ugly
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-09 10:07:53 +02:00
Simon L
aa53dedb36
Merge pull request #33954 from nextcloud/enh/33868/dashboard-scrollbar
...
dashboard should not have a scrollbar by default
2022-09-09 08:50:51 +02:00
Carl Schwan
0148ec3828
Merge pull request #33967 from nextcloud/fix/contactsmenu-design
...
Fix contactsmenu design
2022-09-09 08:44:04 +02:00
Carl Schwan
984d5ee7cb
Merge pull request #33974 from nextcloud/fix/search-menu
...
Fix UnifiedSearch
2022-09-09 08:43:09 +02:00
Nextcloud bot
f8796b86d1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-09 02:26:29 +00:00
Carl Schwan
9900a028be
Merge pull request #33942 from nextcloud/background-job-notecart
...
Use NoteCard component in BackgroundJob settings
2022-09-08 19:30:42 +02:00
Simon L
70c3bf1667
Merge pull request #33948 from nextcloud/enh/33801/fix-input-filename
...
fix filename input
2022-09-08 19:07:14 +02:00
Simon L
7ef6cfc988
Merge pull request #33962 from nextcloud/enh/33864/fix-2FA-icons
...
fix 2FA icons
2022-09-08 19:06:03 +02:00
Carl Schwan
af30e7ff5b
Port css to scss
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-08 18:24:38 +02:00
Jan C. Borchardt
43616a7b1f
Remove separation borders from contacts menu entries
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2022-09-08 18:24:29 +02:00
Jan C. Borchardt
b0392f4a5c
Contacts menu height adjustment so it shows 4.5 entries
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2022-09-08 18:24:29 +02:00
Jan C. Borchardt
1ade91a551
Contacts menu mail addresses in maxcontrast
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2022-09-08 18:24:28 +02:00
Carl Schwan
9e045447f7
Fix UnifiedSearch
...
- Fix too big margins
- Fix horizontal scrolbar (caused by margin in text field)
- Add some spacing between the items (4px)
- Center items (I love flex)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-08 18:07:09 +02:00
Anna Larch
911b7f09eb
Add pre-commit hook for cs-fix
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-09-08 16:57:00 +02:00
Carl Schwan
eac54c4660
Merge pull request #33788 from nextcloud/improve-recent
...
Improve getting recent files performance
2022-09-08 16:19:41 +02:00
szaimen
f0f8a22b23
fix filename input
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-08 14:07:22 +00:00
szaimen
055a62857f
fix 2FA icons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-08 14:05:49 +00:00
Simon L
92258567d4
Merge pull request #33959 from nextcloud/enh/33909/filmenu-carrot
...
fix the new filemenu carrot
2022-09-08 15:09:41 +02:00
Carl Schwan
7ded5a769b
Only normalize data in public shares and not crud
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-08 14:51:28 +02:00
Carl Schwan
0b77607362
Use NoteCard component in BackgroundJob settings
...
Fix #33880
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-08 14:13:42 +02:00
Carl Schwan
58706dd5aa
Merge pull request #33937 from nextcloud/fix/menuitem-radius
...
Fix menuitem border radius
2022-09-08 14:02:37 +02:00
Carl Schwan
6404e5b4ae
Merge pull request #33939 from nextcloud/fix/apps-list-redesign
...
Fix apps list issues caused by redesign
2022-09-08 14:01:57 +02:00
blizzz
e7e2dcbfb1
Merge pull request #33913 from nextcloud/release/25.0.0_beta_5
...
25.0.0 beta 5
2022-09-08 13:46:54 +02:00
Robin Appelman
3236a8e2af
add test for search operator limit
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-08 13:32:05 +02:00
Robin Appelman
3df872b9a1
add a limit to the amount of operators a client can add to a search query
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-08 13:32:01 +02:00
blizzz
c77cc80fcc
Merge pull request #33906 from nextcloud/fix/fix-calendar-tests-getTimestamp
...
Fix Calendar tests mocking a non-existant method.
2022-09-08 12:42:03 +02:00
szaimen
911290607d
fix the new filemenu carrot
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-08 11:53:10 +02:00
Carl Schwan
5555500e98
Merge pull request #33953 from VincentWoglo/read-me-documentation
...
Fixed grammar and typos
2022-09-08 11:22:25 +02:00
Carl Schwan
3fa59ba412
Fix apps list issues caused by redesign
...
- Make icons work on dark theme
- Use new buttons
- Fix some eslint warnings
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-08 10:49:17 +02:00
Carl Schwan
ebd96490a5
Fix menuitem border radius
...
Fix #33909
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-08 10:25:20 +02:00
Simon L
2a2cb01696
Merge pull request #33952 from nextcloud/enh/33850/scrollbar-visibility
...
fix scrollbar visiblity
2022-09-08 10:18:58 +02:00
Carl Schwan
b9a50388e4
Merge pull request #33946 from nextcloud/fix/dark-theme-browser
...
Remove non existing lighter colour
2022-09-08 10:13:18 +02:00
szaimen
079d444f53
dashboard should not have a scrollbar by default
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-08 07:54:22 +00:00
Nextcloud bot
107aeb36e5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-08 02:26:07 +00:00
Vincent Woglo
e093ed5629
Fixed grammar and typos
2022-09-07 19:31:49 -06:00
Anna Larch
e3a52ce13e
Fix iMIP tests
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-09-08 02:26:46 +02:00
Anna Larch
f7d73b0fc1
Fix various errors in iMIP logic
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-09-08 02:26:10 +02:00
szaimen
4636524b7e
fix scrollbar visiblity
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-07 23:21:35 +02:00
Simon L
9e0a524a20
Merge pull request #33938 from nextcloud/enh/33846/fix-upload-bar
...
fix upload bar
2022-09-07 21:44:37 +02:00
blizzz
417f46e467
Merge pull request #33600 from nextcloud/lazy-quota
...
get quota for user only when needed
2022-09-07 18:10:33 +02:00
greta
7e5d973e7e
Remove non existing lighter colour
...
Signed-off-by: greta <gretadoci@gmail.com >
2022-09-07 16:01:41 +02:00
szaimen
da806cf552
fix upload bar
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-07 11:16:25 +00:00
Simon L
54f36610dd
Merge pull request #33902 from nextcloud/enh/33807/fix-icon-alignment
...
fix top-alignment of icons
2022-09-07 08:15:44 +02:00
Nextcloud bot
2d709e45c0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-07 02:25:42 +00:00
szaimen
4389e6903f
fix top-alignment of icons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-06 23:38:31 +00:00
Simon L
72e96c6eba
Merge pull request #33903 from nextcloud/enh/33834/fix-dark-contrast-theme
...
fix dark-contrast-theme
2022-09-07 00:28:06 +02:00
blizzz
72aa4f51d7
Merge pull request #33804 from nextcloud/version-store-user
...
always use the default fs owner when storing versions
2022-09-06 22:29:59 +02:00
szaimen
d9b463c20a
fix dark-contrast-theme
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-06 18:03:35 +00:00
Simon L
2a59d48d0c
Merge pull request #33900 from nextcloud/enh/33802/improve-appsettings-design
...
improve app settings design
2022-09-06 19:59:24 +02:00
szaimen
6579b6c3c8
improve app settings design
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-06 17:27:32 +00:00
Côme Chilliet
c2dafb0997
Do not empty config.php file if reading failed for any reason
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-06 17:37:34 +02:00
Louis
1f967175f3
Merge pull request #33813 from nextcloud/fix/infinite_email_change_notification
...
Compare lowercase email when updating from ldap
2022-09-06 17:10:08 +02:00
Robin Appelman
7be5788995
always use the default fs owner when storing versions
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-06 16:59:48 +02:00
Carl Schwan
ff49fa4415
Merge pull request #29881 from nextcloud/fix/setting/accessibility-title
...
Improve accessibility of the title of the settings
2022-09-06 16:56:14 +02:00
Carl Schwan
36b2d3dc2a
Merge pull request #33781 from nextcloud/port/login-form/vue-password-components
...
Use new vue components in login form
2022-09-06 16:54:33 +02:00
Carl Schwan
43d1aa38df
More cleaning up of the login component
...
- Move css in scopped vue components
- Port to NcNoteCard all the warning messages
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-06 15:20:29 +02:00
Louis Chemineau
6c11944679
I dug into it again, and the issue is much simpler than I previously though.
...
- LDAP has an email address with capital letters
- NC store this address in lower case
- When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261 ) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want.
- We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204 ), they won't match, so the user will receive an email signaling an email change every time he logs in.
The fix is to compare the old email with the new lower case email before sending the event.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-09-06 13:18:07 +00:00
Simon L
5104ee9dd4
Merge pull request #33904 from nextcloud/enh/33833/box-shadow
...
fix background shadow in high-contrast-mode
2022-09-06 12:58:28 +02:00
blizzz
f44797261a
Merge pull request #33905 from nextcloud/fix/fix-dynamic-property-in-files_version-test
...
Fix dynamic property warning in files_version tests
2022-09-06 11:32:14 +02:00
Carl Schwan
2c08e6f080
Merge pull request #33910 from nextcloud/update-header-menu-style
...
Update header menu style
2022-09-06 11:19:04 +02:00
Arthur Schiwon
7f04fbe4f5
25.0.0 beta 5
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-09-06 10:28:59 +02:00
Carl Schwan
ba99f1ca0f
Merge pull request #33895 from nextcloud/fix/fix-apps-typos
...
Fix typos in apps/ subdirectory
2022-09-06 10:28:26 +02:00
Carl Schwan
daad19828c
Update header menu style
...
Make it consistent with nextcloud-vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-06 10:15:08 +02:00
Côme Chilliet
98c525a91a
Fix trying to use MockBuilder instead of Mock
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-06 09:05:36 +02:00
Nextcloud bot
405edfa90c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-06 02:25:04 +00:00
Côme Chilliet
0b37d89893
Fix Calendar tests mocking a non-existant method.
...
There is no ITimeFactory::getTimestamp method, only getTime
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-05 18:09:49 +02:00
Côme Chilliet
f875642998
Fix dynamic property warning in files_version tests
...
The code had no effect as $storage is not an instance of SharedStorage,
the call to setValue failed with a warning.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-05 17:53:41 +02:00
szaimen
7dd7d4d63d
fix background shadow
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-05 17:47:07 +02:00
blizzz
15c45b5ef5
Merge pull request #33899 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.38
...
Bump phpseclib/phpseclib to 2.0.38
2022-09-05 17:32:28 +02:00
Daniel
8de2c4213f
Merge pull request #33889 from nextcloud/debt/noid/docblock-cache-for
...
Update docblock for cacheFor
2022-09-05 17:21:26 +02:00
Côme Chilliet
6d222aedb6
Bump phpseclib/phpseclib to 2.0.38
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-05 16:01:24 +02:00
Côme Chilliet
f29b2a281f
Bump phpseclib/phpseclib to 2.0.38
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-09-05 15:02:27 +02:00
luz paz
9d26671f05
Fix typos in apps/ subdirectory
...
Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/`
Signed-off-by: luz paz <luzpaz@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-05 12:59:54 +00:00
Carl Schwan
67551f379f
Filter out old files when trying to get recent files
...
Only do so when asking for less than 100 files and having an offset
equal to 0.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-05 12:53:32 +02:00
Carl Schwan
df40fc9172
Use new vue components in login form
...
- Improve accessibility
- Simply code
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-05 11:34:00 +02:00
Nextcloud bot
f496e471e0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-05 02:24:50 +00:00
Nextcloud bot
eca05ff456
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-04 02:24:18 +00:00
Daniel
c55ae98a3f
Add description for public and immutable
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-09-03 15:58:18 +02:00
Daniel Kesselberg
855ef21883
Update docblock for cacheFor
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-09-03 15:28:23 +02:00
Nextcloud bot
532c7545bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-03 02:30:29 +00:00
dependabot[bot]
9989de7c7d
Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /build/integration
...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 7.4.5 to 7.5.0.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.5...7.5.0 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-03 01:04:06 +00:00
blizzz
f0b12b450f
Merge pull request #33863 from nextcloud/hash-wrapper-catch-errors
...
handle errors from hash_final
2022-09-02 22:51:39 +02:00
blizzz
16e696c9e8
Merge pull request #33692 from nextcloud/update-dir
...
Document and use the new updateDirectory if set
2022-09-02 22:19:50 +02:00
Simon L
6132b6a4ae
Merge pull request #33790 from nextcloud/Valdnet-patch-2
...
l10n: Spelling unification
2022-09-02 17:01:52 +02:00
John Molakvoæ
579497e999
Merge pull request #33827 from nextcloud/bugfix/guest-scroll
2022-09-02 16:30:28 +02:00
John Molakvoæ
dbcac3943f
Merge pull request #33814 from nextcloud/fix-sidebar
2022-09-02 16:23:55 +02:00
szaimen
b31c92e6f5
fix tests
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-09-02 16:07:13 +02:00
Valdnet
d9399e1246
l10n: Spelling unification
...
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
l10n: Change to administration
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
l10n: Spelling unification
Spelling unification in Transifex.
Match the menu name to the header name of the settings page.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-09-02 12:42:07 +02:00
Robin Appelman
9f5f970957
handle errors from hash_final
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-02 12:27:13 +02:00
Vincent Petry
b1be4346cd
Merge pull request #33826 from nextcloud/enh/a11y-unified-search
...
Accessibility and design improvements to unified search
2022-09-02 12:22:46 +02:00
Carl Schwan
2397ea7219
Merge branch 'master' into fix/setting/accessibility-title
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-02 12:05:51 +02:00
John Molakvoæ
d3e417efbf
Fix sidebar toggle
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-02 09:58:05 +00:00
blizzz
30be6ad605
Merge pull request #33762 from nextcloud/release/25.0.0_beta_4
...
25.0.0 beta 4
2022-09-02 10:42:20 +02:00
Julius Härtl
c7e56d944c
Merge pull request #33818 from nextcloud/enh/reference-event
...
Add event to load scripts for reference rendering
2022-09-02 09:06:23 +02:00
Julius Härtl
e514ad6b66
Bring back scrolling to guest body
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-02 08:34:51 +02:00
Pytal
8d2532cce0
Merge pull request #33409 from nextcloud/enh/27869/avatar
2022-09-01 21:01:13 -07:00
Nextcloud bot
99a22078b3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-02 02:24:47 +00:00
Christopher Ng
f44d2586b1
Remake profile picture saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-02 02:22:57 +00:00
Christopher Ng
a7016170cf
Accessibility improvements to unified search
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-02 01:38:13 +00:00
Pytal
f167fe0ceb
Merge pull request #33177 from nextcloud/enh/migrate-profile-config
2022-09-01 11:15:32 -07:00
Julius Härtl
2ddc6c3026
Add event to load scripts for reference rendering
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 20:10:53 +02:00
John Molakvoæ
2892707af5
Merge pull request #33681 from nextcloud/fix/picker-fallback-root
2022-09-01 19:35:25 +02:00
Robin Appelman
bd91c56539
get quota for user only when needed
...
always apply the wrapper but have the wrapper get the quota lazily only when an operation where quota is applied is performed
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-09-01 19:32:24 +02:00
John Molakvoæ
96bbc1a7a1
Fallback to root if the picker folder doesn't exists
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-09-01 17:13:04 +00:00
Vincent Petry
af29b97807
Merge pull request #33396 from Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate)
...
#33036 [Bug]: Set default expiration date
2022-09-01 17:58:46 +02:00
Vincent Petry
199d9e5804
Merge pull request #33332 from nextcloud/fix-handling-of-internal-errors-when-uploading-theming-files
...
Fix handling of internal errors when uploading theming files
2022-09-01 17:45:37 +02:00
Vincent Petry
1443f2085a
Merge pull request #33470 from SpamReceiver/patch-2
...
Make the description of `trashbin_retention_obligation` more clear
2022-09-01 17:33:06 +02:00
Christopher Ng
98bc98ac98
Add profile config migration
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-09-01 15:27:37 +00:00
Vincent Petry
253c0641b1
Merge pull request #33625 from nextcloud/fix/33572/add-user
...
Fix creation of new user and display the correct error message
2022-09-01 17:07:13 +02:00
Julius Härtl
12e7f414f7
Merge pull request #33568 from nextcloud/poc/redesign
...
⚗️ Proof of concept: Redesign app-content
2022-09-01 17:03:50 +02:00
Julius Härtl
00b30898c9
Bump @nextcloud/calendar-availability-vue to 0.5.0-beta.2
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:59:35 +02:00
Julius Härtl
5219992e8c
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:42:12 +02:00
Julius Härtl
4ce02c96cc
Bump to @nextcloud/vue@7.0.0-beta.0
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:42:00 +02:00
Maxence Lange
c37bad1ce4
rtrim url earlier
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-09-01 11:32:14 -01:00
Daniel Calviño Sánchez
92925233ec
Maximize browser window before running the tests
...
By the default the browser window is not maximized, but opened with a
size of 1050x978px. In the Files app, when the navigation bar and the
side bar are both open, with the previous design that width caused the
file name to be very very narrow, but still clickable. However, with the
updated design the file name is too narrow and no longer clickable,
which breaks several acceptance tests that descend into subfolders. To
solve that now the browser window is maximized before running the tests,
which makes the window wide enough (1360px) to show the file name and
make it clickable.
This commit also removes a step to close the sidebar that was recently
added to address the problem mentioned above in a previous pull request.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-09-01 14:15:43 +02:00
Daniel Calviño Sánchez
76b0947022
Wait for the new user form to be visible
...
Before it was checked if the new user form was visible, but it was not
waited for it. It seems that it can happen that the new user form is in
the DOM, and therefore found, but not visible yet when the tests run,
which caused them to (randomly) fail. Due to that now it is explicitly
waited until it is visible, rather than assuming that it is visible as
soon as it appears in the DOM.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-09-01 14:15:43 +02:00
Julius Härtl
3147585344
Fix fallback css variables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:43 +02:00
Julius Härtl
6dac33ee56
Adjust theming acceptance tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:43 +02:00
Julius Härtl
6ad600ea8a
Fix jsunit tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:42 +02:00
Julius Härtl
b6a6802857
Some more fixes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:42 +02:00
Julius Härtl
d6bd98d3c5
Bump bundled files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:42 +02:00
Julius Härtl
7cc814093e
Fix profile page rendering
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:41 +02:00
Julius Härtl
6bf770e8b9
Fix file list scrolling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:41 +02:00
Julius Härtl
5d375647a5
Fix some styling issues with the new containers
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:41 +02:00
Julius Härtl
b455b07390
Fix some minor styling issues
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:41 +02:00
Julius Härtl
5c4ad4efe5
Give header menus a better maximum height for mobile
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:40 +02:00
Julius Härtl
76033a12ce
Adjust server popover style
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:40 +02:00
Julius Härtl
d5c7a3aff4
Small top border radius on mobile
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:40 +02:00
Julius Härtl
ac134f5f47
Restore dashboard layout
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:40 +02:00
Julius Härtl
702b0cccd6
Make scroll areas keyboard focussable
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:39 +02:00
Julius Härtl
ac736b2f82
Do not prevent scaling due to accessibility
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:39 +02:00
Julius Härtl
e4113b1779
Adapt layout to new base css variables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:39 +02:00
Julius Härtl
ff219a7cd8
Fix priority of mobile rules for files app
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:39 +02:00
Julius Härtl
0a1353f248
Fix indentation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:39 +02:00
Julius Härtl
aa847a7fce
Drop vue specific styles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:38 +02:00
Julius Härtl
0667890656
Use proper background image variable
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:38 +02:00
Julius Härtl
e68a58c87b
Fix settings scrolling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:38 +02:00
Julius Härtl
68af318355
Temporary vue component styles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:38 +02:00
Julius Härtl
062e7dfd09
Expose full page sidebar state to main app content
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:38 +02:00
Julius Härtl
03b9047e95
More refactoring of app content areas
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-09-01 14:15:37 +02:00
Carl Schwan
2a4fd29c1a
Proof of concept: Redesign app-content
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-09-01 14:15:36 +02:00
blizzz
2020c15303
Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cli
...
filter index.php from cloudId
2022-09-01 13:35:50 +02:00
Vincent Petry
3ae439710e
Merge pull request #33764 from nextcloud/cloudid-cache
...
cache cloud id data in CloudIdManager
2022-09-01 13:27:12 +02:00
Vincent Petry
7ea84277f8
Merge pull request #33774 from nextcloud/hash-wrapper-closed-hash
...
handle cases where the hash context gets cleaned up before the hash wrapper
2022-09-01 13:23:19 +02:00
Julius Härtl
affa402d21
Merge pull request #33772 from nextcloud/debug/remember-me-login-token-mispatch-session-unavailable
2022-09-01 08:49:56 +02:00
Nextcloud bot
248f5e9395
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-09-01 02:37:42 +00:00
blizzz
2600a00c00
Merge pull request #33778 from nextcloud/followup/33770/fix-unit-tests
...
Fix unit tests
2022-08-31 22:25:16 +02:00
Maxence Lange
c4bdc1cfbc
filter index.php from cloudId
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2022-08-31 18:33:09 -01:00
Joas Schilling
67ecd72972
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-31 20:54:39 +02:00
Carl Schwan
9689f734e8
Merge pull request #33429 from nextcloud/port-password-vue
...
Port password settings to vue
2022-08-31 20:47:25 +02:00
Julius Härtl
b3eb0bfe05
Merge pull request #33494 from nextcloud/enh/references
...
Backend for reference metadata fetching
2022-08-31 20:12:34 +02:00
Simon L
4209dc7d66
Merge pull request #33475 from nextcloud/rakekniven-patch-1
...
l10n: Changed grammar
2022-08-31 19:34:29 +02:00
Julius Härtl
1ab66988bc
Inject all dependnencies and increase cache timeout
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 18:02:57 +02:00
Simon L
b0f6ca0e0d
Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directly
...
add a way to open the admin settings overview directly
2022-08-31 17:56:11 +02:00
Carl Schwan
60c42914d8
Port password settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-31 17:42:36 +02:00
Julius Härtl
80f6a5834a
Refactor cache handling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:24:35 +02:00
Julius Härtl
a392235e23
Cleanup
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:24:33 +02:00
Julius Härtl
bee8fd2408
Limit preview file size
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:07 +02:00
Julius Härtl
68d0038eb0
Move registration to IBootstrap
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:06 +02:00
Julius Härtl
eaef5687f9
Add full public interfaces
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:06 +02:00
Julius Härtl
0ce0d37ac1
Implement image caching
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:06 +02:00
Julius Härtl
f58218deea
Add cache invalidation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:06 +02:00
Julius Härtl
31be855522
Implement reference provider based caching
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:06 +02:00
Julius Härtl
9d9c7f4b75
Make reference fetching configurable
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:06 +02:00
Julius Härtl
de3e541fde
API for fetching reference metadata
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:05 +02:00
Julius Härtl
650b809a03
Bump 3rdparty to include fusonic/opengraph
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 16:20:05 +02:00
Julius Härtl
b617f3983a
Merge pull request #33728 from nextcloud/enh/app-menu-vue
...
Move app menu to vue
2022-08-31 16:17:03 +02:00
Robin Appelman
1626a56dda
adjusts tests for CloudIdManager
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-31 15:47:00 +02:00
szaimen
0c90474296
add a better icon for personal settings
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-08-31 15:37:48 +02:00
Carl Schwan
a56b7e7ff5
Merge pull request #33771 from nextcloud/fix/eslint-run
...
Fix eslint run command
2022-08-31 15:11:34 +02:00
Robin Appelman
a9575a7029
handle cases where the hash context gets cleaned up before the hash wrapper
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-31 15:05:10 +02:00
Vincent Petry
016164e845
Merge pull request #33770 from nextcloud/bugfix/noid/wording-fix-for-push-notifications
...
Fix wording of undeliverable push notifications
2022-08-31 15:00:33 +02:00
Christoph Wurst
0184fbe86b
Log if cookie login failed with token mismatch or session unavailability
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-08-31 14:55:51 +02:00
Julius Härtl
ad8fadf157
Fix active app indicator position
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 14:38:39 +02:00
Julius Härtl
aa85e1c2af
Fix jsunit failures
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 14:36:20 +02:00
szaimen
17ee17cdbf
fix tests
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-08-31 14:35:13 +02:00
Carl Schwan
9318483540
Merge pull request #33767 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-08-31 13:36:58 +02:00
Carl Schwan
cf638a9b2c
Fix eslint run command
...
Only try to fix and check files inside the server repo and not from all
the repositories that are contained in apps-extra
Remove noice and make sure we don't end up modifying these repos by
error
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-31 13:33:36 +02:00
Robin Appelman
d3743392e0
cache cloud id data in CloudIdManager
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-31 13:33:33 +02:00
Daniel Calviño Sánchez
ac2d885899
Adjust acceptance tests to changes in app menu
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-08-31 12:57:16 +02:00
Joas Schilling
85eb3b2920
Fix wording of undeliverable push notifications
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-31 12:42:31 +02:00
Vincent Petry
809f448ef7
Merge pull request #33746 from nextcloud/a11y/33739/fix-legacy-nav
...
Add a11y attributes for legacy app navigation
2022-08-31 11:57:31 +02:00
nextcloud-command
bff4c86154
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-31 08:34:06 +00:00
Julius Härtl
3ad4e82195
Address some more accessibility concerns
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 10:24:05 +02:00
Julius Härtl
09d8214e37
Use resize observer
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 10:24:04 +02:00
Julius Härtl
e8193c2434
Fix focus border and adjust active app indicator
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 10:24:04 +02:00
Julius Härtl
5b4708c5be
Move app menu to vue
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-31 10:24:03 +02:00
nextcloud-command
814a17132d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-08-31 04:49:51 +00:00
Nextcloud bot
23bb4f16f9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-31 02:24:06 +00:00
Arthur Schiwon
654d649edb
25.0.0 beta 4
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-30 17:29:44 +02:00
szaimen
955b6bb82e
add a way to open the admin settings overview directly
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-08-30 15:46:09 +02:00
Côme Chilliet
f56ecf9242
Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing
...
Port Repair and Migrator events to IEventDispatcher
2022-08-30 14:47:05 +02:00
Côme Chilliet
66648011c6
Merge pull request #33697 from nextcloud/fix/improve-bulk-upload
...
Improve bulk upload and add a config switch for it
2022-08-30 12:22:20 +02:00
Julius Härtl
5f0c21c4c0
Merge pull request #33734 from nextcloud/search-result-leading-slash
2022-08-30 12:18:54 +02:00
John Molakvoæ
efb6411e72
Merge pull request #33732 from nextcloud/fix/remove-at-matcher-in-lib-tests-2
2022-08-30 11:50:03 +02:00
Côme Chilliet
30bfd5f4c8
Add DavUtil to autoloader
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-30 10:44:47 +02:00
Côme Chilliet
4f3b323fba
Move dav utils functions to OCP\Files\DavUtil
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-30 09:58:12 +02:00
Nextcloud bot
702ae46c87
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-30 02:24:40 +00:00
Vincent Petry
cc53efe4dd
Add a11y attributes for legacy app navigation
...
Aded "role=navigation"
Added "aria-current=page" for the currently selected item.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-29 22:46:48 +02:00
Andy Xheli
12c8123873
Makes untrusted domain error on info
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Since https://github.com/nextcloud/server/commit/e6d9ef2e38daffcab808eaa41b18ab16c6253b97 was applied logs get filled up with Trusted domain error. "X.X.X.X tried to access using "X.X.X.X" as host alot of users missed important errors do tohttps://github.com/nextcloud/server/commit/e6d9ef2e38daffcab808eaa41b18ab16c6253b97 please see https://github.com/nextcloud/server/issues/32599
This should fix.
https://github.com/nextcloud/server/issues/32599#event-7281164903
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
2022-08-29 13:27:12 -05:00
Côme Chilliet
7f80dccbac
Flip bulkupload.enabled default value to true
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 17:49:55 +02:00
Robin Appelman
e9ba58ca61
remove leading slash for search results at mountpoint root
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-29 17:33:43 +02:00
Côme Chilliet
6f80fe6ada
Remove deprecated at matcher from tests/lib
...
Only 15 warnings left in there
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 16:36:40 +02:00
Côme Chilliet
9874557e43
Fix Capabilities tests for dav application
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 15:24:58 +02:00
Côme Chilliet
d90b31401c
Fix OCP\Util documentation blocks
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 15:19:20 +02:00
Côme Chilliet
791e021455
Remove deprecated at matcher in Updater/VersionCheckTest.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 15:11:18 +02:00
Vincent Petry
d7deeb4e02
Merge pull request #33311 from nextcloud/enh/27869/phone
...
Remake phone number property saving with Vue
2022-08-29 14:53:27 +02:00
Vincent Petry
1b577d348b
Merge pull request #33500 from nextcloud/encryption-system-mount
...
add marker interface to mark system mount points for encryption
2022-08-29 14:47:58 +02:00
Côme Chilliet
b3cd9b5573
Move Dav fileid and permissions logic into OCP\Util to be able to use it for BulkUpload
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 13:55:08 +02:00
Julius Härtl
5422051f18
Merge pull request #33706 from nextcloud/bugfix/dashboard-status
2022-08-29 09:22:00 +02:00
Côme Chilliet
e34f2c4799
Call the correct functions to get BulkUpload metadata to return
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-29 09:14:52 +02:00
nextcloud-command
f14264ee52
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-29 06:14:56 +00:00
Julius Härtl
4beae14fee
Avoid using lists if there are none on the dashboard
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-29 08:05:51 +02:00
Julius Härtl
ce9c0b5e30
Fix status button background on dashboard
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-29 08:05:51 +02:00
Nextcloud bot
b1421f6ad9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-29 02:24:48 +00:00
John Molakvoæ
ccbeb0fe07
Merge pull request #33694 from nextcloud/fix/load-themedir-dist
2022-08-28 09:04:01 +02:00
Nextcloud bot
a0e4445cb5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-28 02:23:58 +00:00
Nextcloud bot
5de5b75ede
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-27 02:23:58 +00:00
Christopher Ng
d7821f8474
Remake phone number property saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-26 23:49:27 +00:00
Pytal
a1fae05320
Merge pull request #33310 from nextcloud/enh/27869/website
2022-08-26 16:25:52 -07:00
Carl Schwan
e1803a72b0
Merge branch 'master' into fix/load-themedir-dist
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 22:18:19 +02:00
Christopher Ng
e2efbab13f
Remake website property saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-26 18:50:28 +00:00
John Molakvoæ
47584eee60
Merge pull request #33713 from nextcloud/bugfix/noid/viewonlyfix
2022-08-26 20:00:12 +02:00
John Molakvoæ
efbe972407
Merge pull request #33641 from nextcloud/bugfix/noid/primary-element-vars
2022-08-26 19:59:53 +02:00
John Molakvoæ
f617796c35
Merge pull request #33702 from nextcloud/bugfix/noid/fix-weather-icon
2022-08-26 19:59:43 +02:00
John Molakvoæ
eb8ac0b722
Merge pull request #33259 from nextcloud/fix/carl/accessibility-input-fields
2022-08-26 19:59:29 +02:00
Carl Schwan
f1ce2c2b93
Fix rebasing issues and improve profile settings page a bit more
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 19:51:10 +02:00
Carl Schwan
1d35a53991
More dark theme fixes
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 19:49:00 +02:00
Carl Schwan
2f30d3227f
Various fixes
...
- Fix user status dialog
- Add label where missing
- Move emoji picker inside input field (similar to talk)
- Fix selecting an emoji
- Fix multiselect
- Fix button with confirmation action
- Fix some other unrelated dark theme issues
- Fix select2 focus
- Run npm lint:fix
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 19:49:00 +02:00
Carl Schwan
f630bd27f7
Adapt to new Nextcloud vue style
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 19:49:00 +02:00
Carl Schwan
68ed1af3c0
Fix accessibility of input fields
...
Input fields require a 44x44 pixels target size, this makes all the
input fields and button use that size.
Bonus is that now the input fields and buttons now have the same size as
the new vue button and this looks less weird than the previous state
with controls of different sizes.
See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 19:49:00 +02:00
Carl Schwan
329687ecff
Make it possible to load theme/<themename>/dist
...
This fix a regression with the theming api following the change in
webpack bundling introduced in 24
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 19:49:00 +02:00
Joas Schilling
fa466a093c
Merge pull request #33139 from nextcloud/fix/check-calendar-uri-length
...
Check calendar URI length before creation
2022-08-26 16:35:17 +02:00
Julius Härtl
cc21ea6419
Fix gradient using the wrong target value
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-26 14:48:38 +02:00
Vincent Petry
d1317e7540
Remove copy in file actions when not allowed
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-26 14:18:47 +02:00
Vincent Petry
c1df72fc8b
Fix copy in view-only mode
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-26 14:18:47 +02:00
Vincent Petry
e9a344a644
Add int test for view-only download
...
Asserts that downloading a view-only document returns 403.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-26 14:18:47 +02:00
Joas Schilling
d41841b4a7
Check address book URI length before creation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-26 13:58:18 +02:00
Anna Larch
b044c7586b
Check calendar URI length before creation
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-08-26 13:57:43 +02:00
Carl Schwan
aa150b9f85
Merge pull request #33699 from nextcloud/remove-ie-dep
...
Remove old ie polify
2022-08-26 13:48:57 +02:00
Carl Schwan
de168b38e9
Make it possible to load theme/<themename>/dist
...
This fix a regression with the theming api following the change in
webpack bundling introduced in 24
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 13:46:29 +02:00
Julius Härtl
250bd91214
Adjust settings to new css variable
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-26 13:32:12 +02:00
Julius Härtl
9fc52ed491
Properly align element variables to the regular ones
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-26 13:31:26 +02:00
Carl Schwan
2fd45e5fc8
Merge pull request #33707 from nextcloud/bugfix/update-container
...
Avoid size changes on web ui update
2022-08-26 13:08:10 +02:00
Carl Schwan
c17b8317d6
Remove old ie polify
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-26 12:42:10 +02:00
blizzz
fcc5f1ef3d
Merge pull request #33714 from nextcloud/techdebt-int-tests-composerlock
...
Add composer.lock for integration tests
2022-08-26 12:27:01 +02:00
Vincent Petry
351514aa9f
Add composer.lock for integration tests
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-26 10:34:48 +02:00
Vincent Petry
264a0bb17d
Merge pull request #33347 from nextcloud/feature/use-viewer-for-singe-file-shares
...
feature: use the viewer to render single file shares
2022-08-26 09:04:18 +02:00
Vincent Petry
e69ad6fe2d
Merge pull request #33285 from nextcloud/enh/27869/location
...
Remake location property saving with Vue
2022-08-26 08:42:08 +02:00
Julius Härtl
8b86a07a3f
Avoid side changes on web ui update
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-26 07:52:35 +02:00
Nextcloud bot
2fcae35e0f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-26 02:24:48 +00:00
Christopher Ng
dd7cb9784f
Remake location property saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-25 23:52:33 +00:00
Max
b67aaf7ab0
fix: use old singe file share rendering as fallback
...
Only render images and videos with the viewer.
Text has its own way of handling single file shares for now.
In case viewer does not support the file format
fall back to the old way of handling single file shares.
Signed-off-by: Max <max@nextcloud.com >
2022-08-25 21:59:20 +00:00
Max
8c9470320a
fix: only use viewer when mimetype is supported
...
Also bring back the text fallback
Signed-off-by: Max <max@nextcloud.com >
2022-08-25 21:59:20 +00:00
Max
99aa938452
feature: first take on using the viewer to render single file shares
...
Signed-off-by: Max <max@nextcloud.com >
2022-08-25 21:59:19 +00:00
Vincent Petry
38d0419f14
Merge pull request #33217 from nextcloud/enh/27869/twitter
...
Remake Twitter handle saving with Vue and modularize account property components
2022-08-25 23:40:18 +02:00
Git'Fellow
771431c879
Fix small typo
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2022-08-25 20:57:07 +02:00
Christopher Ng
09f6eb5e58
Remake Twitter handle saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-25 18:19:10 +00:00
Christopher Ng
c5c70daa66
Modularize shared account property components
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-25 18:08:39 +00:00
Côme Chilliet
0b9a878250
Flag repair errors as error level in eventSource->send
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 18:32:20 +02:00
Joas Schilling
f53cac1b32
Fix weather icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-25 17:50:01 +02:00
Vincent Petry
696a48ae97
Merge pull request #33430 from nextcloud/fix/remove-broken-resetstorage
...
Remove broken function resetStorage from test cases
2022-08-25 17:05:45 +02:00
Côme Chilliet
9a29025534
Parameter of RepairAdvanceEvent is actually an increment, not a step id
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:26:31 +02:00
Côme Chilliet
652ab6da3f
Surround cli output with appropriate xml tags
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:18:53 +02:00
Côme Chilliet
4ac81733bd
Declare strict types in all new Event classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:15:49 +02:00
Côme Chilliet
5cfdf9b9ee
Add void return types to callables
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:15:49 +02:00
Côme Chilliet
e5731b3c30
Fix BackgroundRepairTest
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:15:48 +02:00
Côme Chilliet
5d313da709
Fix RepairTest
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:15:48 +02:00
Côme Chilliet
a2a7150d6d
Migrate Repair events to OCP\EventDispatcher\Event
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:15:48 +02:00
Côme Chilliet
a83a8f0dde
Migrate Migrator::executeSql to OCP\EventDispatcher\Event
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:13:47 +02:00
Côme Chilliet
5aac997d44
Remove listeners of \OC\DB\Migrator::checkTable which is never emitted
...
See commit a2f3077ee8 from PR #24384
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:13:47 +02:00
Côme Chilliet
4f260dce6e
Moving to string key for arguments of GenericEvent in Repair
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:13:46 +02:00
Côme Chilliet
4ba30d40cf
Switch to string keys for argument of GenericEvent for OC\DB\Migrator
...
It seems checkTable is actually never dispatched?
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 16:13:46 +02:00
Côme Chilliet
5ae185a8b1
Add bulkupload.enabled configuration switch
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 14:47:50 +02:00
Côme Chilliet
be7082efff
Add fileid and permissions to response of bulk upload
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-25 14:47:50 +02:00
Vincent Petry
5509063caa
Merge pull request #33659 from nextcloud/fix/fix-bulk-upload-etag
...
Fix ETAG returned by bulk upload
2022-08-25 14:14:08 +02:00
Joas Schilling
7379313b5d
Merge pull request #33375 from nextcloud/add-back-token-cleanup-job
...
Add back TokenCleanupJob to invalidate old temporary tokens
2022-08-25 14:00:20 +02:00
Robin Appelman
c2b206db64
add marker interface to mark system mount points for encryption
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-25 13:55:53 +02:00
Vincent Petry
2911dffd5e
Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2
...
Bump @nextcloud/vue to 6.0.0-beta.4 and related
2022-08-25 13:29:36 +02:00
Git'Fellow
09af5acb00
Document updatedirectory option
...
Signed-off-by: Git'Fellow <carlos@reendex.com >
2022-08-25 12:42:22 +02:00
Git'Fellow
c1699d9f5d
Introduce $updateDir to move updates outside $dataDir
...
To be merged after https://github.com/nextcloud/updater/pull/420
Signed-off-by: Git'Fellow <carlos@reendex.com >
2022-08-25 12:32:54 +02:00
blizzz
3a097020b0
Merge pull request #33674 from nextcloud/release/25.0.0_beta_3
...
25.0.0 beta 3
2022-08-25 12:07:21 +02:00
Thomas Citharel
3ce1996d5e
Add back TokenCleanupJob to invalidate old temporary tokens
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-08-25 11:31:21 +02:00
Arthur Schiwon
02c412df21
25.0.0 beta 3
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-25 09:21:07 +00:00
Tigran Mkrtchyan
b6065a236f
files: make OC\Files\Storage\Local WORM friendly
...
Some filesystems run as a Write-Once-Read-Many storages. This
makes them impossible to use with NexeCloud, as the file system
layers uses `truncate` syscall (through file_put_contents function).
As Nextcloud is never updates existing files, removing the old entry
and creatint a new one on update will allow NextCoud to update on such
file systems.
Update Local#fopen and Local#file_put_contents to remote existing
file before truncating.
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de >
2022-08-25 11:11:49 +02:00
Carl Schwan
9b5569ff74
Merge pull request #33668 from nextcloud/tests/fix-session-middleware
...
Fix SessionMiddlewareTest and cover new case with reopening
2022-08-25 11:00:35 +02:00
blizzz
711a9fd209
Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailable
...
Fix opening Help page throwing Exception
2022-08-25 09:55:39 +02:00
Vincent Petry
ede9ac2a75
Adjust acceptance test selectors
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-25 09:54:44 +02:00
Vincent Petry
bfb52957c7
Update to @nextcloud/vue-6.0.0-beta.4
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-25 08:54:40 +02:00
Julius Härtl
06340b6672
Merge pull request #33602 from nextcloud/perf/parent-node
2022-08-25 08:47:04 +02:00
Vincent Petry
e7fded5b2e
Update snapshot
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-25 08:38:03 +02:00
Vincent Petry
d0473214cd
Add Nc prefix to Nc vue component names
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-25 08:38:00 +02:00
Vincent Petry
7080187958
Bump @nextcloud/vue to 6.0.0-beta.3 and related
...
Update @nextcloud/vue to 6.0.0-beta.3
Update vue and vue-template-compiler to 2.7.8
Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-25 08:37:46 +02:00
Julius Härtl
405b5de6fa
Merge pull request #33569 from nextcloud/enh/hide-projects
...
Add config option to hide deprecated projects in sharing tab by default
2022-08-25 08:15:24 +02:00
Nextcloud bot
56df202d52
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-25 02:25:01 +00:00
Julius Härtl
83b1415906
Only pass parent if paths match
...
As the user folder might be initialized by the root from two levels
down the hierarchy, passing this as a parent only works if the path matches
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-24 22:20:32 +02:00
Julius Härtl
4baf960c21
Save getting the parent node when generating the preview
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-24 22:20:32 +02:00
Julius Härtl
b2d6435737
Avoid extra query for the parent node if we can pass it along
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-24 22:20:32 +02:00
Arthur Schiwon
9f9da2eaa8
app_path cannot be empty
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-24 19:09:05 +02:00
Arthur Schiwon
1a781ccf56
Fix opening Help page throws Exception
...
- Commit 458c2fa297 provoked the error,
because the "core" "app" was not found. Previously, false was
returned, but now an AppPathNotFoundException
- IUrlGenerator::linkTo() accepts an empty app argument however, moving
the "core" portion to the path solves it and avoids apps lookup
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-08-24 18:55:34 +02:00
Carl Schwan
b6265a8255
Merge pull request #33662 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-08-24 16:52:19 +02:00
Louis
68f9df2891
Merge pull request #33670 from nextcloud/debt/noid/type-hints-confirm-destructive
...
Update typehint for confirmDestructive
2022-08-24 14:58:36 +02:00
Carl Schwan
bd7ab89d2a
Merge pull request #33593 from nextcloud/improve-binary-caching
...
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
2022-08-24 13:09:55 +02:00
Daniel Kesselberg
f832db0801
Update typehint for confirmDestructive
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-08-24 12:56:41 +02:00
Julius Härtl
64a7489958
Fix SessionMiddlewareTest and cover new case with reopening
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-24 10:36:57 +02:00
nextcloud-command
fc309e5963
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-08-24 04:38:40 +00:00
Nextcloud bot
03c8bf7067
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-24 02:27:22 +00:00
Carl Schwan
9b8ca9ad1f
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
...
findBinaryFinder is now a service that is still private but with some
minor optimization (remove the hasKey check).
isFunctionEnabled is now in OCP\Util
Both function are still keep but all internal usage in nextcloud/server
were migrated to the new usage, so that we can remove it in 26
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-23 19:44:04 +02:00
Côme Chilliet
7916fc91b5
Fix ETAG returned by bulk upload
...
Refresh Node object to get fresh fileinfo data after touch
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-23 17:59:37 +02:00
Carl Schwan
b888c61463
Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated
...
Deprecated ILogger from IJob
2022-08-23 16:55:42 +02:00
Vincent Petry
5f90a6a5e2
Merge pull request #33574 from nextcloud/search-share-query-filter-no-init
...
directly build the search filter for shared storage instead of setting up the source cache
2022-08-23 14:15:24 +02:00
Vincent Petry
1a2c008011
Merge pull request #32162 from nextcloud/enh/session-reopen
...
Avoid locking the php session
2022-08-23 14:14:15 +02:00
Carl Schwan
232866d42e
Merge pull request #33595 from nextcloud/fix/cache-profile-config
...
Cache ConfigProfile
2022-08-23 11:58:02 +02:00
Carl Schwan
385f3c0135
Merge pull request #33650 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-08-23 11:08:45 +02:00
blizzz
73205a77ba
Merge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldap
...
Fix plural usage in LDAP wizard
2022-08-23 10:11:04 +02:00
Anna
5079bf6dd9
Merge pull request #33001 from nextcloud/enh/imip-invitations-responses
...
Support iMIP invitations from Mail
2022-08-23 09:59:54 +02:00
nextcloud-command
87177e6282
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-08-23 04:41:14 +00:00
Nextcloud bot
4991448601
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-23 02:24:42 +00:00
Pytal
b5a4042391
Merge pull request #33643 from nextcloud/enh/profile-handling
2022-08-22 16:36:37 -07:00
Anna Larch
4ca4b02793
Support iMIP invitations from Mail
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-08-22 22:10:12 +02:00
Christopher Ng
9ba11ecefd
Improve handling of profile page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-22 19:28:35 +00:00
Christopher Ng
d59585974e
Fix creation of new user and display the correct error message
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-22 19:13:11 +00:00
dependabot[bot]
2576609aac
Merge pull request #33627 from nextcloud/dependabot/npm_and_yarn/p-queue-7.3.0
2022-08-22 19:12:49 +00:00
dependabot[bot]
13cbb748d7
Bump p-queue from 7.2.0 to 7.3.0
...
Bumps [p-queue](https://github.com/sindresorhus/p-queue ) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases )
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.2.0...v7.3.0 )
---
updated-dependencies:
- dependency-name: p-queue
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-22 18:36:23 +00:00
Christoph Wurst
7c6c26ba3a
Merge pull request #33638 from nextcloud/fix/user-mgmt-avatar-size
...
Request 64px avatars for the user management
2022-08-22 18:16:21 +02:00
Christoph Wurst
6a08c89452
Request 64px avatars for the user management
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-08-22 15:36:14 +02:00
blizzz
31050e5de9
Merge pull request #33624 from nextcloud/updateCrl
...
Update crl after revoke money.csr
2022-08-22 14:23:10 +02:00
Joas Schilling
f4885ee3ba
Remove unused method
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-22 14:15:32 +02:00
Joas Schilling
ef60257110
Fix plural usage in LDAP wizard
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-22 14:14:47 +02:00
blizzz
fd645d4802
Merge pull request #33623 from NoSleep82/master
...
Update LostController.php
2022-08-22 11:24:44 +02:00
Côme Chilliet
b48a87e6e0
Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encrypted
...
Fix encryption:fix-encrypted-version command when encrypted is set to 0
2022-08-22 11:11:32 +02:00
Nextcloud bot
b10c3a5f48
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-22 02:24:26 +00:00
NoSleep82
b03aedf128
Update core/Controller/LostController.php
...
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
Signed-off-by: NoSleep82 <52562874+NoSleep82@users.noreply.github.com >
2022-08-21 13:16:23 +02:00
Simon L
de2bb79b6b
address review
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Co-authored-by: Vincent Petry <vincent@nextcloud.com >
2022-08-21 12:19:31 +02:00
Nextcloud bot
9de927c311
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-21 02:24:30 +00:00
Carl Schwan
ce7c502719
Merge pull request #33626 from nextcloud/dependabot/npm_and_yarn/puppeteer-16.2.0
...
Bump puppeteer from 15.5.0 to 16.2.0
2022-08-20 10:01:49 +02:00
Nextcloud bot
4295aebb46
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-20 02:24:11 +00:00
dependabot[bot]
c64c2e9520
Bump puppeteer from 15.5.0 to 16.2.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 15.5.0 to 16.2.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v15.5.0...v16.2.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-20 02:16:16 +00:00
Vitor Mattos
e566ed8277
Update crl after revoke money.csr
...
Reference: https://github.com/nextcloud/app-certificate-requests/pull/534
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-08-19 14:02:51 -03:00
NoSleep82
61548c520b
Update LostController.php
...
i would be useful to know who is trying to reset the password (misspelled username or email, ex user or some sort of attack)
Signed-off-by: NoSleep82 <52562874+NoSleep82@users.noreply.github.com >
2022-08-19 18:30:32 +02:00
John Molakvoæ
4a77a68734
Merge pull request #33592 from nextcloud/release/25.0.0_beta_2
2022-08-19 15:31:51 +02:00
John Molakvoæ
c87f05a5d7
Merge pull request #33610 from nextcloud/enh/background-blur-vars
2022-08-19 15:30:33 +02:00
John Molakvoæ
5e550829c5
Fix theming tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-08-19 14:35:00 +02:00
Joas Schilling
71065f5fd5
Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for-activity-providers
...
Use user name cache in activity providers
2022-08-19 12:28:44 +02:00
nextcloud-command
145c3be5a7
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-19 10:24:35 +00:00
Julius Härtl
57233fd99a
Expose core background image
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-19 11:55:10 +02:00
Julius Härtl
49ddaaecbf
Move dashboard to new variables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-19 11:55:10 +02:00
Julius Härtl
4be6280aa9
Add css variables for blurred background
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-19 11:55:04 +02:00
Carl Schwan
7d7f7abf7f
Merge pull request #33614 from nextcloud/perf/noid/user-displayname-cache-for-comment-mentions
...
Use user displayname cache for comment mentions
2022-08-19 11:49:40 +02:00
Joas Schilling
fdec866a89
Merge pull request #33617 from nextcloud/bugfix/activity-856/fix-carddav-activities
...
Fix carddav activities
2022-08-19 11:38:34 +02:00
Joas Schilling
eab5189abb
Fix carddav activities
...
The settings where combined last minute but at the same time the activities
where not adjusted to map an existing setting so the filter was not possible
to even limit it to the types that the activities had.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-19 10:50:45 +02:00
Joas Schilling
7e11778190
Use user name cache in activity providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-19 10:48:32 +02:00
Joas Schilling
ae67eba84b
Use user displayname cache for comment mentions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-19 10:23:16 +02:00
Julia Kirschenheuter
1463f935f0
Merge pull request #33522 from nextcloud/fix/358-add-missing-expanded-attributes
...
Fix/358 add missing expanded attributes
2022-08-19 09:16:41 +02:00
Carl Schwan
5edab8c922
Cache ConfigProfile
...
Reduce DB query count on homepage from 21 to 13
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-18 12:02:16 +02:00
Carl Schwan
cab0f1327e
Merge pull request #33575 from nextcloud/search-shared-post-process-filter
...
further pre-filter search result before setting up share source cache
2022-08-18 11:58:31 +02:00
John Molakvoæ
626447f669
25.0.0 beta 2
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-08-18 10:07:45 +02:00
Nextcloud bot
ac970e5946
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-18 02:24:19 +00:00
Christopher Ng
7a13388fe9
Hide deprecated projects in sharing tab by default
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-18 01:50:37 +00:00
julia.kirschenheuter
6d12f8b8a1
Add ``aria-expanded`` value to select2-container om systemtag and file tags
...
Add ```aria-expanded``` to color picker
Add ```aria-expanded``` to UnifiedSearch.vue
Add ```aria-expanded``` to new button on files
Add ```aria-expanded``` to action menu
Add ```aria-expanded``` to icon .federation-menu
Add ```aria-expanded``` to app navigation collapse button
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-17 19:28:40 +00:00
Pytal
2f538bb20f
Merge pull request #33584 from nextcloud/fix/theme-font-preview
2022-08-17 11:33:39 -07:00
Simon L
48752a91bd
Merge pull request #33573 from nextcloud/enh/noid/transparency
...
make transparent what is community maintained
2022-08-17 17:14:01 +02:00
Vincent Petry
15dc060551
Merge pull request #33558 from nextcloud/fix/use-bigger-slice-share-provider
...
Use bigger slice in share provider
2022-08-17 16:12:56 +02:00
John Molakvoæ
eb8d1ff6da
Fix font change preview update
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-17 14:11:05 +00:00
John Molakvoæ
e32314e129
Merge pull request #33564 from nextcloud/fix/theming-selector
2022-08-17 15:19:46 +02:00
Louis
634ee18d03
Merge pull request #33526 from nextcloud/fix/duplicate-filter-ids
...
Fix duplicate ids on apps management page
2022-08-17 14:20:47 +02:00
Louis
a2d145734a
Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuse
...
Remove time check in isFairUseOfFreePushService
2022-08-17 14:14:03 +02:00
Robin Appelman
b731c95b79
further pre-filter search result before setting up share source cache
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-17 13:49:21 +02:00
Julius Härtl
1b43fbe06c
Move setting of gc_maxlifetime to initSession
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-17 12:10:27 +02:00
Julius Härtl
9e1d431255
Add config option to disable strict session timeout to be able to use read_and_close
...
Fixed https://github.com/nextcloud/server/issues/29356
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-17 12:10:27 +02:00
Julius Härtl
9b4b72826a
Reopen sessions if we need to write to them instead of keeping them open
...
Sessions are a locking operation until we write close them, so close
them early and reopen later in case we want to write to them
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-17 12:10:26 +02:00
Robin Appelman
b6f8b8da60
directly build the search filter for shared storage instead of setting up the source cache
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-17 11:58:57 +02:00
szaimen
ea8425a08f
make transparent what is community maintained
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-08-17 11:55:04 +02:00
Vincent Petry
312b719acf
Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-changes
...
Revert interface changes from "store unencrypted size in the unencrypted_size column"
2022-08-17 11:36:16 +02:00
Joas Schilling
227c766f16
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-17 11:25:18 +02:00
Vincent Petry
11d5a1d3df
Merge pull request #33550 from nextcloud/jail-search-post
...
optimize search post-processing for jail wrapper
2022-08-17 10:55:41 +02:00
Louis
f6081e35b4
Remove ITimeFactory
...
Signed-off-by: Louis <6653109+artonge@users.noreply.github.com >
2022-08-17 10:46:08 +02:00
Vincent Petry
2360d880fa
Merge pull request #33540 from nextcloud/mount-provider-migration
...
fix updating cached mounts that didn't have their mount provider set previously
2022-08-17 10:41:31 +02:00
Julius Härtl
a206b34d88
Merge pull request #33472 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.1
2022-08-17 10:20:40 +02:00
Vincent Petry
082432e01c
Merge pull request #33551 from nextcloud/scanner-dont-update-same-size
...
don't update the folder size if we know it hasn't changed
2022-08-17 09:21:30 +02:00
Nextcloud bot
58fb55febe
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-17 02:25:14 +00:00
Julius Härtl
431144c722
Merge pull request #33549 from nextcloud/enh/perfopt-for-carddav
...
Performance optimisation for carddav backend blob data read
2022-08-17 00:10:24 +02:00
Julius Härtl
999dced07c
Merge pull request #33559 from yeyulantu/bugfix-search-cache
2022-08-16 23:54:59 +02:00
Carl Schwan
1c60ff5936
Merge pull request #33563 from nextcloud/feat/make-displaynamecache-return-null
...
Make DisplayNameCache return null if user doesn't exists
2022-08-16 18:36:45 +02:00
Louis
dc5cdfb7e3
Remove time check in isFairUseOfFreePushService
...
What the TODO say, the dev does.
Signed-off-by: Louis <6653109+artonge@users.noreply.github.com >
2022-08-16 16:46:03 +02:00
John Molakvoæ
601664bc84
Allow to manually specify a theme to apply to a section of an app
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-08-16 14:43:35 +02:00
Carl Schwan
8004aa7721
Make DisplayNameCache return null if user doesn't exists
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-16 14:10:05 +02:00
Robin Appelman
457822c144
don't update the folder size if we know it hasn't changed
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:56:51 +02:00
Robin Appelman
1850d0ae96
cleanup scannertest a bit
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:56:51 +02:00
Robin Appelman
de63f6363f
fix updating size when folder is empty
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:54:26 +02:00
Robin Appelman
1374cbee3e
store unencrypted size in the unencrypted_size column
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:54:26 +02:00
Robin Appelman
887952b4f4
add tests for cached mount provider migration
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:47:43 +02:00
Robin Appelman
10767d7779
fix updating cached mounts that didn't have their mount provider set previously
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:47:41 +02:00
Robin Appelman
9d6c2ce301
optimize search post-processing for jail wrapper
...
don't both asking the wrapped cache if we know it's not in our jail anyway
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 13:36:52 +02:00
Robin Appelman
5e375d9092
Revert "store unencrypted size in the unencrypted_size column"
...
This reverts commit 8238582e59 .
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 12:07:14 +02:00
Robin Appelman
6e0123a1d0
Revert "add case statement to sql function builder"
...
This reverts commit 2a68819a67 .
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 12:07:13 +02:00
Robin Appelman
9b52663a81
Revert "make expression build return IQueryFunction instead of string"
...
This reverts commit 813b50ed42 .
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-16 12:07:09 +02:00
David
fe3f4afd77
fixed the cache searchBuilder negative map
...
Signed-off-by: David <37280718+yeyulantu@users.noreply.github.com >
2022-08-16 17:59:02 +08:00
Carl Schwan
604c175284
Merge pull request #32461 from nextcloud/display-name-cache-public
...
expose display name cache trough a public interface
2022-08-16 11:48:50 +02:00
Carl Schwan
a1011bad6c
Use bigger slice in share provider
...
Probably won't make a big difference as it is unlikely a user has > 100
shares but this make sure we use the same code in spreed where the
change has a bigger impact.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-16 11:17:27 +02:00
John Molakvoæ
3e2ab35af5
Merge pull request #33556 from nextcloud/fix/theming
2022-08-16 10:12:53 +02:00
John Molakvoæ
5f3229ed67
Automatically enable plain background if primary colour is set
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-08-16 09:39:00 +02:00
John Molakvoæ
0ea23cad0e
Revert "Fix unit tests for the theming app"
...
This reverts commit 13ca01ee12 .
2022-08-16 08:51:43 +02:00
John Molakvoæ
4c6be330ef
Revert "First first run wizzard"
...
This reverts commit ba3f5337f3 .
2022-08-16 08:30:08 +02:00
Nextcloud bot
e6feca6d15
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-16 02:25:45 +00:00
Julius Härtl
2f07ce1f34
Merge pull request #33548 from nextcloud/bugfix/33547/remove-redundant-files-events
2022-08-15 21:04:35 +02:00
Anna Larch
61b55c88da
performance optimisation for carddav backend blob data read
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-08-15 20:47:58 +02:00
Vincent Petry
fbc48db507
Remove redundant events
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-15 19:20:42 +02:00
Carl Schwan
51b9847fad
Merge branch 'master' into display-name-cache-public
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-15 15:28:30 +02:00
Vincent Petry
cb97e8f15c
Merge pull request #33495 from nextcloud/unify-initial-and-updated-quota-display
...
Unify initial and updated quota display
2022-08-15 11:26:36 +02:00
Nextcloud bot
9704b16822
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-15 02:24:47 +00:00
John Molakvoæ
b1e86f39fe
Merge pull request #33519 from nextcloud/rakekniven-patch-2
2022-08-14 11:38:50 +02:00
rakekniven
d7e553c634
l10n: Changed plural to singular
...
Here you can select the default theme image, not images.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-14 08:29:01 +00:00
Nextcloud bot
033bafc026
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-14 02:24:52 +00:00
Julius Härtl
b66a2cc230
Merge pull request #33524 from nextcloud/dependabot/npm_and_yarn/karma-6.4.0
...
Bump karma from 6.3.19 to 6.4.0
2022-08-13 21:07:54 +02:00
John Molakvoæ
7c85e6b178
Merge pull request #33518 from nextcloud/exif-computed
2022-08-13 16:40:42 +02:00
dependabot[bot]
2fb861fe3c
Merge pull request #33525 from nextcloud/dependabot/npm_and_yarn/webpack-5.74.0
2022-08-13 11:33:06 +00:00
dependabot[bot]
12a13daeb7
Bump webpack from 5.73.0 to 5.74.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-13 10:19:29 +00:00
John Molakvoæ
1faf4604e6
Merge pull request #33517 from nextcloud/bugfix/noid/npm-link
2022-08-13 11:25:02 +02:00
Nextcloud bot
59a564f3eb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-13 02:25:00 +00:00
Christopher Ng
d9f1f5a8ac
Fix duplicate ids on apps management page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-13 02:14:47 +00:00
dependabot[bot]
94ca5ed88e
Bump karma from 6.3.19 to 6.4.0
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.19 to 6.4.0.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.19...v6.4.0 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-13 01:02:31 +00:00
Julius Härtl
d78b82b5c6
Enforce providing jquery from server node_modules
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-12 20:52:26 +02:00
John Molakvoæ
6209026794
Merge pull request #33505 from nextcloud/release/25.0.0beta1
2022-08-12 17:06:34 +02:00
John Molakvoæ
ccb3a58c9a
25.0.0beta1
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-08-12 13:55:07 +00:00
Robin Appelman
595cf1404b
fix exif metadata provider
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-12 13:54:12 +02:00
Julius Härtl
64cd2558ee
Allow symlinks during webpack build
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-12 11:27:40 +02:00
Joas Schilling
478690b58f
Merge pull request #33513 from nextcloud/bugfix/noid/recover-installation-when-creating-the-user-failed
...
Recover installation when creating the database user fails and improve password strength
2022-08-12 11:02:34 +02:00
Joas Schilling
33d7a9624c
Create more secure passwords by default
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-12 10:03:19 +02:00
Joas Schilling
d275c93035
Recover installation when creating the user failed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-12 09:43:38 +02:00
Nextcloud bot
7391c81495
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-12 02:24:30 +00:00
Vincent Petry
68c4df0aa8
Merge pull request #33510 from nextcloud/fix/nodb-tests
...
Fix unit tests for the theming app
2022-08-11 20:36:40 +02:00
John Molakvoæ
d2d96516a6
Merge pull request #33506 from nextcloud/bugfix/noid/fix-trusted-domain-error
2022-08-11 18:51:18 +02:00
Carl Schwan
13ca01ee12
Fix unit tests for the theming app
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-11 18:02:23 +02:00
Joas Schilling
e4f343308c
Fix trusted domain error page
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-11 09:49:10 +02:00
rakekniven
a1987158d7
l10n: Changed grammar
...
Fixed tests for #33475
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2022-08-11 09:29:30 +02:00
Jasper Weyne
44f6c931e7
Merge branch 'master' into patch-2
2022-08-11 08:54:08 +02:00
John Molakvoæ
a61331f456
Merge pull request #33477 from nextcloud/feat/package-node-npm-engines-update
2022-08-11 08:47:50 +02:00
John Molakvoæ
2de3581b0b
Merge pull request #33467 from nextcloud/bump-nextcloud-vue-5.4.0
2022-08-11 08:47:24 +02:00
Nextcloud bot
85e4f78d78
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-11 02:24:37 +00:00
dependabot[bot]
dde5ebe61c
Merge pull request #33492 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.3.0
2022-08-11 01:13:32 +00:00
Vincent Petry
117b6199e5
Merge pull request #33282 from nextcloud/enh/a11y-post-comment
...
Buttonify comment posting
2022-08-10 22:43:58 +02:00
Vincent Petry
684cc097f4
Merge pull request #33452 from nextcloud/fix/firstrunwizzard
...
Fix first run wizzard
2022-08-10 22:35:55 +02:00
Vincent Petry
10182858b9
Update snapshot
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-10 22:24:13 +02:00
Vincent Petry
89456213c1
Bump @nextcloud/vue from 5.3.1 to 5.4.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-10 22:24:07 +02:00
dependabot[bot]
17c2deff76
Merge pull request #33491 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.8
2022-08-10 18:57:09 +00:00
dependabot[bot]
f2d20d5f6c
Bump @nextcloud/browserslist-config from 2.2.0 to 2.3.0
...
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/nextcloud/browserslist-config/releases )
- [Commits](https://github.com/nextcloud/browserslist-config/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-10 18:19:26 +00:00
dependabot[bot]
d3d0ede6c0
Bump css-vars-ponyfill from 2.4.7 to 2.4.8
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 2.4.7 to 2.4.8.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.7...v2.4.8 )
---
updated-dependencies:
- dependency-name: css-vars-ponyfill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-10 18:19:10 +00:00
Joas Schilling
22d35db7c5
Merge pull request #33497 from nextcloud/bugfix/noid/only-set-focus-visible-when-not-vue
...
Do not overwrite the focus-visible of vue apps
2022-08-10 16:13:08 +02:00
Joas Schilling
80402f025d
Do not overwrite the focus-visible of vue apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-10 13:03:28 +02:00
John Molakvoæ
bda2068ce0
Merge pull request #32830 from nextcloud/feat/workflow-auto-update-command-rebase.yml
2022-08-10 12:46:55 +02:00
Daniel Calviño Sánchez
4c837dadf2
Show usage percenteage in the tooltip
...
The tooltip of the initial quota display showed the usage percenteage
and the total available space. However, the total available space was
redundant, as it was shown just below. The tooltip of the updated quota
display showed the usage percenteage, but based on the quota rather than
the total available space, so there was a mismatch between the tooltip
and the bar below. Now the tooltip of the initial and the updated quota
display both show just the usage percenteage based on the total
available space.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-08-10 11:23:27 +02:00
Daniel Calviño Sánchez
f6bdaac88e
Use total available space rather than quota when updating the display
...
The initial quota display uses the total available space rather than the
quota. Moreover, the relative usage is based on the total space rather
than the quota. Due to this now the total available space is also used
when updating the quota display.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-08-10 11:22:50 +02:00
Christoph Wurst
d17e0699f3
Merge pull request #33173 from nextcloud/enhancement/maintenance-mode-http-header
...
Set special header for 503 maintenance mode
2022-08-10 09:16:02 +02:00
Nextcloud bot
54c6d81d36
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-10 02:26:12 +00:00
dependabot[bot]
5036b1fb0d
Merge pull request #33473 from nextcloud/dependabot/npm_and_yarn/v-click-outside-3.2.0
2022-08-09 20:29:26 +00:00
dependabot[bot]
95fa9c242d
Bump v-click-outside from 3.1.2 to 3.2.0
...
Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside ) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/ndelvalle/v-click-outside/releases )
- [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.2...v3.2.0 )
---
updated-dependencies:
- dependency-name: v-click-outside
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-09 19:16:36 +00:00
dependabot[bot]
95f4881725
Bump @testing-library/user-event from 14.1.1 to 14.4.3
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.1.1 to 14.4.3.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.1.1...v14.4.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-09 18:46:48 +00:00
dependabot[bot]
7ecfa531af
Bump bamarni/composer-bin-plugin from 1.8.0 to 1.8.1
...
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases )
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.8.0...1.8.1 )
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-09 18:44:58 +00:00
Julius Härtl
7992a3ef50
Merge pull request #33485 from nextcloud/bugfix/noid/authtoken-duplicate-update
...
Do not update passwords if nothing changed
2022-08-09 20:38:55 +02:00
Julius Härtl
9d1ec582ba
Do not update passwords if nothing changed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-09 09:35:44 +02:00
Carl Schwan
1405b7a8ca
Merge pull request #33442 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-08-09 08:50:00 +02:00
nextcloud-command
deeab89c1b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-08-09 04:26:53 +00:00
Nextcloud bot
841efd26a7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-09 02:24:28 +00:00
Joas Schilling
79652a7e15
Merge pull request #33480 from nextcloud/bugfix/noid/fix-workflow-engine-a11y
...
Fix workflow engine a11y and spacing of icons
2022-08-08 22:06:57 +02:00
Vincent Petry
00a01a1f5b
Merge pull request #33174 from nextcloud/fix/redirect-css-not-found
...
Do not redirect if requested font, style or script can not be found
2022-08-08 17:12:40 +02:00
Vincent Petry
cf5b7b1677
Merge pull request #33465 from nextcloud/bugfix/noid/fix-more-icon-color
...
Fix "More" app icon in dark mode
2022-08-08 17:10:41 +02:00
Carl Schwan
d95557e429
Merge pull request #33415 from nextcloud/fix/integration-test-notif
...
Fix integration tests
2022-08-08 17:06:57 +02:00
Carl Schwan
f8b13ecd60
Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classes
...
Remove OCP\App and OCP\BackgroundJob
2022-08-08 17:05:11 +02:00
Carl Schwan
49334e4d9c
Fix many tests and warnings
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-08 17:03:51 +02:00
Carl Schwan
48d9c4d2b0
Port existing server code to new interface
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-08 17:03:19 +02:00
Carl Schwan
19a2d6f6e7
Deprecated ILogger from IJob
...
Since the ILogger will be soon removed we need to ensure that nothing in
the public api use it.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-08 17:03:13 +02:00
Christoph Wurst
0ed987a8dd
Set special header for 503 maintenance mode
...
This removes ambiguity with a 503 returned by app code, web server or
similar. Front-end and clients can then handle this state accordingly.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-08-08 14:26:11 +02:00
Christoph Wurst
a1149b0378
Do not redirect if requested CSS can not be found
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-08-08 14:09:58 +02:00
Joas Schilling
f47f9c6785
Fix eslint line breaks
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-08 13:41:07 +02:00
Joas Schilling
5c8e949a55
Add empty alt tags for decorative icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-08 13:03:45 +02:00
Joas Schilling
fb53842a61
Fix inverting on darkmode and spacing
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-08 12:57:14 +02:00
Joas Schilling
05d034a6da
Allow to invert when on bright
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-08 12:56:31 +02:00
Vincent Petry
fe2f8b5d18
Merge pull request #33357 from nextcloud/external_storage_buttons_a11y
...
Fix accessibility of buttons in the external storage configuration
2022-08-08 09:21:27 +02:00
Nextcloud bot
18b80a2458
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-08 02:23:27 +00:00
Nextcloud bot
ec83ee8fef
Update npm and node engines versions
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-07 07:51:26 +00:00
Nextcloud bot
9af2cea9b4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-07 02:28:29 +00:00
rakekniven
a3a5ba0474
l10n: Changed grammar
...
See https://en.wikipedia.org/wiki/32-bit_computing and related articles.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2022-08-06 20:01:38 +02:00
Nextcloud bot
fd580d0aa2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-06 02:25:10 +00:00
SpamReceiver
506ac1efe0
Solution for #6889
...
See also: nextcloud/documentation#7046
Signed-off-by: SpamReceiver <spam-receiver@web.de >
2022-08-05 20:28:18 +02:00
Vincent Petry
cbd5cef2cc
Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-apps
...
allow apps to specify methods carrying sensitive parameters
2022-08-05 14:09:55 +02:00
Joas Schilling
f41edf26bd
Fix "More" app icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-08-05 11:53:50 +02:00
Nextcloud bot
5f40bd106e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-08-05 08:58:39 +00:00
Julius Härtl
26cf4e8a12
Merge pull request #33411 from nextcloud/dependabot/npm_and_yarn/puppeteer-15.5.0
2022-08-04 22:28:37 +02:00
Julius Härtl
79e642123b
Merge pull request #33448 from nextcloud/bugfix/allow-download-label
2022-08-04 22:24:11 +02:00
dependabot[bot]
f64f19be88
Merge pull request #33269 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2
2022-08-04 18:55:24 +00:00
Julius Härtl
02fd7d2216
Fix label for allow download share permission
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-08-04 15:21:10 +00:00
Vincent Petry
5d697b54f7
Merge pull request #33447 from nextcloud/bugfix/noid/detect-leading-spaces-in-config
...
Detect leading spaces in config files
2022-08-04 10:55:12 +02:00
Côme Chilliet
73702e6350
Adapt test to fixed command output.
...
No user and non-existing user are now correctly treated as two separated
cases
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-04 10:06:36 +02:00
Côme Chilliet
7e7dcdaf17
Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-tests
...
Remove at matchers from tests in oauth2 and tests/Test
2022-08-04 09:58:26 +02:00
Côme Chilliet
f30d23b92e
Merge pull request #32615 from sleiner/feature/ipv6-cidr-for-trusted-proxies
...
Support specifying IPv6 proxies in CIDR notation
2022-08-04 09:50:14 +02:00
Vincent Petry
f421c7a69e
Merge pull request #32852 from nextcloud/revert-revert-federation-performance-issues
...
Revert "Revert "Remove inefficient fed share scanner""
2022-08-04 09:41:19 +02:00
Lukáš Tyrychtr
d760cde535
Fix accessibility of buttons in the external storage configuration
...
Note that there is no keyboard only way to close the dropdown
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-08-03 19:33:12 +00:00
Vincent Petry
392b08d761
Merge pull request #33451 from nextcloud/update-node-workflow-better-error-messages
...
Update node workflow for better error messages
2022-08-03 18:04:28 +02:00
Robin Appelman
8367b99c59
fix external share scanner not propagating locking-opt-out
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-08-03 17:12:30 +02:00
Carl Schwan
ba3f5337f3
First first run wizzard
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-03 15:51:02 +02:00
Vincent Petry
b5895459c9
Update node workflow for better error messages
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-03 15:23:20 +02:00
Carl Schwan
6ba9a4a752
Disable locking on federated shares
...
The old inneficiant code didn't do locking and adding locking is
creating issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-03 15:17:55 +02:00
Carl Schwan
fa48430feb
Revert "Revert "Remove inefficient fed share scanner""
...
This reverts commit 6667007bf2 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-03 15:17:51 +02:00
Mikhail Sazanov
458f1b0c03
Add URI type to VCard
...
Signed-off-by: Mikhail Sazanov <m@sazanof.ru >
2022-08-03 13:07:26 +03:00
Vincent Petry
89cb450c84
Detect leading spaces in config files
...
Because those will cause PHP to output to stdout and will cause
unrelated error messages.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-08-03 10:51:10 +02:00
Simon Leiner
09362eaeaa
Support specifying IPv6 proxies in CIDR notation
...
Previously, it was not possible to use CIDR notation for IPv6 proxies
in the trusted_proxies parameter of config.php [1]. This patch adds
support for that.
[1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies
Signed-off-by: Simon Leiner <simon@leiner.me >
2022-08-02 17:36:47 +02:00
Julius Härtl
9475cc02b2
Merge pull request #32958 from nextcloud/fix/noid/permission-update-allow-public-uploads
2022-08-02 16:49:27 +02:00
Côme Chilliet
5cce1dfc60
Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-tests
...
Fix dynamic property creations in test files
2022-08-02 16:01:09 +02:00
Vincent Petry
6aec09e0c5
Merge pull request #33428 from nextcloud/improve-accessibility-device
...
Improve Devices & sessions settings
2022-08-02 15:33:19 +02:00
Côme Chilliet
539162ba8b
Remove at matchers from tests in:
...
* apps/oauth2
* tests/Test/Repair/Owncloud
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-02 15:27:52 +02:00
Vincent Petry
fbc6000913
Merge pull request #33432 from nextcloud/nickvergessen-patch-1
...
Remove "needs info" label when the issue is not stale anymore
2022-08-02 14:53:34 +02:00
Côme Chilliet
7ae6791737
Document all getIncomplete implementations as returning string|false
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-02 14:23:14 +02:00
Côme Chilliet
b20278f708
Fix encryption:fix-encrypted-version command when encrypted is set to 0
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-02 12:47:26 +02:00
Côme Chilliet
bd467e5d66
Improve typing in FixEncryptedVersion command
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-02 12:11:15 +02:00
Joas Schilling
b6f23ce9b4
Remove "needs info" label when the issue is not stale anymore
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2022-08-02 11:33:20 +02:00
Côme Chilliet
262f7d92f0
Remove broken function resetStorage from test cases
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-02 09:19:09 +02:00
Julien Veyssier
acc68e9f93
fix share manager tests
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-08-02 01:35:10 +02:00
Carl Schwan
256c78374f
Improve Devices & sessions settings
...
- Add label for better accessibility
- Only allow to add app token with a name
- Align in rows
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-02 00:38:28 +02:00
Julius Härtl
e750137a9a
Merge pull request #33405 from nextcloud/perf/new-index-mounts-class
2022-08-01 21:27:09 +02:00
Côme Chilliet
cb271b759e
Fix dynamic property creations in test files
...
This fixes warnings in PHP 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-08-01 15:07:53 +02:00
Julien Veyssier
e251e0c314
don't reduce file public link permissions if public upload is not enabled
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-08-01 15:00:51 +02:00
Marcel Klehr
047cc708d4
DB mounts table: Add index for mount_provider_class
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2022-08-01 14:27:34 +02:00
Carl Schwan
a24ed79f85
Fix integration tests
...
The html tags changed in the notification apps, adapt selector to the
new state
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-01 12:38:19 +02:00
Carl Schwan
458c2fa297
Remove OCP\App and OCP\BackgroundJob
...
Both deprecated since NC 23
IAppManager is the replacement for OCP\App unfortunately it can't be
dependency injected in classes used by the installed otherwise the
database connection is initialised too early
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-08-01 09:46:40 +02:00
Carl Schwan
f74e89bde5
Merge pull request #32482 from nextcloud/enh/noid/share-attributes
...
Add share attributes + prevent download permission
2022-08-01 09:44:31 +02:00
Carl Schwan
7b723813ce
Multiple fixes
...
- Fix tests
- Use non deprecated event stuff
- Add a bit of type hinting to the new stuff
- More safe handling of instanceOfStorage (share might not be the first
wrapper)
- Fix resharing
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-31 19:37:59 +02:00
dependabot[bot]
53d22ab187
Bump puppeteer from 14.1.0 to 15.5.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 14.1.0 to 15.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v14.1.0...v15.5.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-30 01:03:08 +00:00
Carl Schwan
952acd4d27
Merge pull request #33225 from nextcloud/fix/handle-one-time-passwords
...
Handle one time password better
2022-07-29 12:26:52 +02:00
Arthur Schiwon
6941c91531
add unit test for ExceptionSerializer
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-29 12:07:41 +02:00
Arthur Schiwon
2a6f46e689
allow apps to specify methods carrying sensitive parameters
...
… in order to remove them from logging.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-28 23:30:17 +02:00
dependabot[bot]
2ad99b766c
Bump jquery-ui from 1.13.1 to 1.13.2
...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui ) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2 )
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-28 18:15:58 +00:00
Xavierando
3a4c194f4c
Update sharing.php
2022-07-28 18:03:22 +02:00
Carl Schwan
ab1a20522b
Enforcing permission during resharing
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-28 16:54:13 +02:00
Vincent Petry
bbb5043c07
Inherit hide download from share attributes
...
When resharing by link, if the download permission was removed through
share attributes, convert it to the hide download flag.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:54:13 +02:00
Vincent Petry
3cfb4cbf94
Block download when needed on direct download endpoint
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:54:13 +02:00
Vincent Petry
2ee659e547
Fix view-only code after code review comments
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:24 +02:00
Julius Härtl
2fb7a1feeb
Fix adding to empty attributes and duplicate request
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-28 16:53:23 +02:00
Vincent Petry
a11c6e7cc3
Add share attrs + download permission support in frontend
...
Added download permission checkbox in frontend
Added share attributes parsing and setting in frontend.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:23 +02:00
Vincent Petry
92e60e3858
Add nc:share-attributes Webdav property
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:23 +02:00
Vincent Petry
54a0d8fe64
Don't reset share attributes when not specified
...
When not specified in the OCS call, don't reset the share attributes.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:23 +02:00
Vincent Petry
dbbc426f75
Attempt to fix sqlite json issue
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:23 +02:00
Vincent Petry
03b1791cca
Fix share attribute related tests + code style
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:22 +02:00
Vincent Petry
9493f86de3
Fix share controller to accept share attributes alone
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:22 +02:00
Vincent Petry
a95c19e14b
Add share attributes + prevent download permission
...
Makes it possible to store download permission
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-28 16:53:22 +02:00
Julia Kirschenheuter
532ea001a5
Merge pull request #33394 from nextcloud/fix/fix-370-Label_not_connected_to_form-element_in_file_listing
...
Connect ```input``` checkbox with corresponding file name via ```aria-describedby```
2022-07-28 15:59:47 +02:00
Carl Schwan
702445ba3b
Handle one time password better
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-28 14:26:25 +02:00
julia.kirschenheuter
ef3fb28446
Connect ``input` checkbox with corresponding file name via `aria-describedby``
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2022-07-28 14:20:32 +02:00
Louis
ee23f41abe
Merge pull request #33385 from nextcloud/fix/transfer-aria-label-from-nav-settings-to-settings-icon
...
Transfer `aria-label` from nav settings menu to settings menu icon-button
2022-07-28 14:11:13 +02:00
Vincent Petry
7566692e3b
Merge pull request #33081 from nextcloud/techdebt/noid/ocp-security-bruteforce-ithrottler
...
Add a public interface for the bruteforce throttler and register for …
2022-07-28 13:34:55 +02:00
Vincent Petry
a1bf9b9757
Merge pull request #33280 from nextcloud/externalStorageWithoutVersioning
...
handle AccessDenied error when checking if external s3 support versions
2022-07-28 12:13:43 +02:00
julia.kirschenheuter
f22427be89
Transfer aria-label from nav settings menu to settings menu icon-button
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
2022-07-28 11:20:34 +02:00
Matthieu Gallien
54c05bcdb9
handle AccessDenied error when checking if external s3 support versions
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2022-07-28 09:20:12 +00:00
Louis
d2d408bba7
Merge pull request #33299 from nextcloud/fix/files-dark-color-theme
...
[files app]: Fix dark color mode detection for filelist
2022-07-28 11:04:16 +02:00
Joas Schilling
c0f47af2d0
Add a public interface for the bruteforce throttler and register for injection
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-28 10:57:10 +02:00
Côme Chilliet
472f4cad47
Merge pull request #33380 from luzpaz/fix/lib-private-typos
...
Fix typos in lib/private subdirectory
2022-07-28 09:17:48 +02:00
dependabot[bot]
97e88f34e9
Merge pull request #32244 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3
2022-07-27 20:53:11 +00:00
dependabot[bot]
ef7ffa5157
Bump core-js from 3.22.0 to 3.22.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.0 to 3.22.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.0...v3.22.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-27 20:16:28 +00:00
Julius Härtl
365df8999d
Merge pull request #33386 from nextcloud/fix/noid/delete-user-value
2022-07-27 18:31:01 +02:00
Vincent Petry
3094ee94fe
Merge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-ids
...
Remove more legacy ids
2022-07-27 17:14:46 +02:00
Vincent Petry
a02dee7c69
Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-content
...
Handle file contained inside the uploads folder
2022-07-27 17:06:39 +02:00
Anna Larch
2988efeb7f
Add logging to federation
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-07-27 15:00:38 +00:00
Julien Veyssier
361e69f19f
fix mistake in db query to delete a user config value
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-07-27 16:45:10 +02:00
Daniel
d24823bda5
Merge pull request #33378 from nextcloud/s3-no-null-bundle
...
don't set `null` as a bundle path
2022-07-27 15:43:08 +02:00
luz paz
368f83095d
Fix typos in lib/private subdirectory
...
Found via `codespell -q 3 -S l10n -L jus ./lib/private`
Signed-off-by: luz paz <luzpaz@github.com >
2022-07-27 08:52:17 -04:00
Vincent Petry
3e9c52ae5f
Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
...
Accessible names for share panel buttons
2022-07-27 14:31:48 +02:00
Vincent Petry
00066cbeaf
Remove more legacy ids
...
Remove more unused legacy ids from early ownCloud times.
This reduces the number of duplicate ids in the DOM.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-27 14:29:26 +02:00
Vincent Petry
fc276ba42f
Merge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dir
...
Remove legacy #dir element in files list
2022-07-27 13:44:52 +02:00
Simon L
dd6713ff10
Merge pull request #33368 from luzpaz/fix/apps-dav-typos
...
Fix typos in apps/dav subdirectory
2022-07-27 13:02:44 +02:00
Robin Appelman
61fdd91dcf
don't set null as a bundle path
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-27 12:58:07 +02:00
Carl Schwan
791a18246f
Merge pull request #33265 from nextcloud/fix/carl/login-boxes
...
Redesign guest pages for better accessibility
2022-07-27 12:37:13 +02:00
Louis
5edab673a7
Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-theme
...
dashboard: Fix dark theme detection
2022-07-27 11:29:30 +02:00
Carl Schwan
3fa6ee3c60
Fix login flow
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-27 11:29:12 +02:00
Carl Schwan
bbfad33a40
Fix caldav invitation related public pages
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-27 10:43:22 +02:00
Carl Schwan
253118298d
Redesign guest pages for better accessibility
...
- Use white box and put content on it
- Improve focus indicator
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-27 10:43:21 +02:00
Vincent Petry
8be9b04981
Remove legacy #dir element in files list
...
Removed legacy "#dir" input element in the DOM.
Apps should use OCA.Files.App.currentFileList or
OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to
retrieve the current directory and changeDirectory() to change it.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-27 10:23:44 +02:00
Vincent Petry
5a236762b8
Merge pull request #33307 from nextcloud/bump/nextcloud-dialogs-3.1.2-to-3.1.4
...
Bump nextcloud-dialogs from 3.1.2 to 3.1.4
2022-07-27 09:27:50 +02:00
Vincent Petry
1cf6839a3a
Merge pull request #33271 from nextcloud/enh/a11y-new-file-menu
...
Use explicit name for new file/folder menu
2022-07-27 09:23:50 +02:00
luz paz
d4637ef4d8
Fix typos in apps/dav subdirectory
...
Found via `codespell -q 3 -S l10n -L jus ./apps/dav`
Signed-off-by: luz paz <luzpaz@github.com >
2022-07-26 17:40:10 -04:00
Vincent Petry
8e1240add8
Bump nextcloud-dialogs from 3.1.2 to 3.1.4
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-26 23:32:07 +02:00
Vincent Petry
9746229558
Merge pull request #30030 from nextcloud/fexists
...
Fix disabled `php_uname`
2022-07-26 23:10:12 +02:00
Vincent Petry
cb9f3423e2
Merge pull request #30510 from nextcloud/user-cleanup-storage-before-cache
...
delete files before cleaning cache when cleaning user files
2022-07-26 23:08:04 +02:00
Vincent Petry
4a8cbb82fd
Accessible names for share panel buttons
...
Added aria-label for the buttons on the share panel.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-26 23:03:38 +02:00
Vincent Petry
ac4e60e6f4
Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanup
...
Further markup cleanup
2022-07-26 22:34:27 +02:00
Anna
5671abd168
Merge pull request #33251 from cneukom/feature/birthday-calendar-reminder-settings
...
Birthday Calendar Reminder Setting
2022-07-26 20:59:33 +02:00
Pytal
072a0c6227
Merge pull request #33360 from nextcloud/adjust-acceptance-tests-to-changes-in-sharing-tab
2022-07-26 10:51:21 -07:00
blizzz
25d2099fce
Merge pull request #33341 from nextcloud/fix/29617/no-purge-when-birthday-calendar-doesnt-exist
...
Don't try to purge objects from the birthday calendar when it doesn't exist
2022-07-26 19:22:56 +02:00
Vincent Petry
bbe99e65e7
Merge pull request #32733 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.4
...
Bump underscore from 1.12.0 to 1.13.4
2022-07-26 18:05:03 +02:00
Vincent Petry
1daf4de5ed
Merge pull request #33358 from nextcloud/techdebt/noid/remove-old-notification-container
...
Remove obsolete notification container
2022-07-26 18:01:45 +02:00
Louis
a32de93c1e
Merge pull request #31728 from nextcloud/bugfix/30791/update-subshare-owner-on-move
...
Update owner of subdir on move into/out of share
2022-07-26 17:11:07 +02:00
Vincent Petry
b896cd7f01
Add missing closing spans and avoid empty href
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-26 14:00:12 +00:00
Vincent Petry
255d22fa71
Remove obsolete notification container
...
The future is TOAST 🍞
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-26 13:54:24 +00:00
Vincent Petry
3df85205b4
Fix core tests by stubbing debounce
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-26 15:46:17 +02:00
Vincent Petry
32c61539e5
Removed id=modified in files app
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-26 15:34:00 +02:00
Daniel Calviño Sánchez
525cf58735
Adjust acceptance tests to changes in sharing tab
...
The name of the user shared with is now marked with a "span" rather than
with "h5".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-07-26 15:13:18 +02:00
dependabot[bot]
7566b305d7
Bump underscore from 1.12.0 to 1.13.4
...
Bumps [underscore](https://github.com/jashkenas/underscore ) from 1.12.0 to 1.13.4.
- [Release notes](https://github.com/jashkenas/underscore/releases )
- [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.13.4 )
---
updated-dependencies:
- dependency-name: underscore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-26 13:10:22 +00:00
Louis Chemineau
f525067930
Add argument to getSharesInFolder enable deep share lookup
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-07-26 12:17:46 +00:00
Louis Chemineau
256ed34b7e
Skip testMovedIntoShareChangeOwner
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-07-26 12:17:46 +00:00
Louis Chemineau
0fb4ecadae
Recursively fetch subshares
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-07-26 12:17:46 +00:00
Vincent Petry
b513ac51fb
Int test for share owner change on move
...
Added tests to verify share owner change when moving the parent of a
subshare in and out of a received share.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-26 12:17:46 +00:00
Louis Chemineau
13e7ebbe4b
Change share owner when moving share out of share
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-07-26 12:17:46 +00:00
Louis Chemineau
ce7b6ffed2
Prevent column name conflict between tables
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-07-26 12:17:46 +00:00
Vincent Petry
8ca910976d
Update owner of subdir on move into/out of share
...
When moving a directory into or out of a received share, make sure to
also update the share owner column for shares that exist insie the
directory.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-26 12:17:46 +00:00
Louis Chemineau
8967602470
Test moving share in and out of another share
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-07-26 12:17:46 +00:00
Ferdinand Thiessen
800f6b350e
dashboard: Fix dark theme detection
...
When system default color theme is selected for theming,
the enabledThemes array is empty or just contains one entry 'default',
in this case the color theme has to be retrieved from the browser.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-26 11:54:35 +00:00
Vincent Petry
b4353c4651
Merge pull request #33320 from nextcloud/bugfix/noid/remove-files-duplicate-dom-ids
...
Replace files app ids to classes
2022-07-26 12:21:13 +02:00
Ferdinand Thiessen
e4c825e583
files: Fix colormode detection for filelist
...
When system default color theme is selected for theming, the `enabledThemes` array
is empty or just contains on entry `'default'`, in this case the color theme has
to be retrieved from the browser to ensure text like the modified date is readable.
This fixes #33298
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2022-07-26 12:19:42 +02:00
Côme Chilliet
7615536977
Merge pull request #33031 from nextcloud/fix/improve-local-ip-detection
...
Improve local IP detection
2022-07-26 11:39:32 +02:00
Simon L
9f77aba9fa
Merge pull request #33166 from Lukasdoe/master
...
Add button disable on submit for login grant
2022-07-26 10:21:19 +02:00
Vincent Petry
bb2557c389
Replace files app ids to classes
...
Replaced ids to classes for the following:
- #filestable -> .files-filestable
- #fileList -> .files-fileList
- #controls -> .files-controls
- #emptycontent -> .emptyfilelist.emptycontent
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-26 10:19:19 +02:00
Joas Schilling
a9c23e1afb
Merge pull request #33315 from nextcloud/bugfix/33314/allow-reseting-status-only-with-message-id
...
Reset user status based on message ID only
2022-07-26 10:11:51 +02:00
Vincent Petry
623d53315b
Merge pull request #33206 from nextcloud/enh/27869/consolidate
...
Consolidate account property getters
2022-07-26 09:13:24 +02:00
Nextcloud bot
1b7c5c941a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-26 02:26:49 +00:00
Pytal
add31881d4
Merge pull request #33334 from nextcloud/bugfix/appmenu-text
2022-07-25 11:50:49 -07:00
Thomas Citharel
554e2dce48
Don't try to purge objects from the birthday calendar when it doesn't exist
...
Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists).
Closes #29617
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-07-25 17:56:24 +02:00
blizzz
bbe15b4b43
Merge pull request #33129 from nextcloud/fix-reading-blob-as-resources
...
Fix reading blob data as resource
2022-07-25 17:56:03 +02:00
blizzz
c523fd1ed7
Merge pull request #33342 from nextcloud/bugfix/delete-comments-that-have-expired-now
...
Delete comments that expired now
2022-07-25 17:46:41 +02:00
Vitor Mattos
7a0648757a
Delete comments that expired now
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-07-25 11:30:20 -03:00
Lukas Döllerer
1a817453a2
Add button disable on submit for login grant
...
Signed-off-by: Lukas Döllerer <info@lukas-doellerer.de >
2022-07-25 16:19:35 +02:00
Carl Schwan
6206b312b2
Merge pull request #33338 from nextcloud/fix/contrast-search-icon
...
Fix contrast of the search icon
2022-07-25 15:29:02 +02:00
Carl Schwan
9d8870eede
Fix contrast of the search icon
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-25 12:48:35 +02:00
Vincent Petry
0a956e2b95
Merge pull request #33321 from nextcloud/bugfix/noid/fix-sharing-lighthouse-issues
...
Fix sharing panel lighthouse warnings
2022-07-25 11:41:05 +02:00
Thomas Citharel
1d30fb7852
Fix reading blob data as resource
...
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB
(which is used for QBMapper).
Previously we just converted this resource using settype, which produced
things like "Resource id #14 " instead of the actual resource data.
Now we read the stream correctly if the returned data is a resource
See context at #22472
Fixes #22439
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-07-25 09:45:47 +02:00
Julius Härtl
d98f512007
Make sure app menu text opacity matches the icons
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-25 08:49:46 +02:00
Nextcloud bot
35a6f54bcd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-25 02:27:10 +00:00
Daniel Calviño Sánchez
393c891421
Fix handling of internal errors when uploading theming files
...
When a file can not be uploaded in the Theming app due to an expected
error (like an invalid mime type) the response contains a "data.message"
field. However, if the upload fails due to an unexpected error (like an
internal error, for example if the "mime_content_type" function is
disabled) there is no such field, so it should not be used.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-07-24 22:22:28 +02:00
Nextcloud bot
051518cd63
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-24 02:27:42 +00:00
Nextcloud bot
7641818ec6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-23 02:26:18 +00:00
blizzz
c73fd32206
Merge pull request #33324 from nextcloud/fix/noid/controller_tests
...
fix Controller tests
2022-07-23 00:12:51 +02:00
blizzz
4ced3a4518
Merge pull request #32869 from nextcloud/dav-no-deleted-user-activities
...
Avoid calendar & addressbook activities being created on user being deleted
2022-07-23 00:01:30 +02:00
blizzz
7e13eec524
Merge pull request #33308 from nextcloud/fs-setup-builtin-wrappers
...
always triger setup of builtin storage wrappers
2022-07-22 22:20:43 +02:00
Arthur Schiwon
b3b6f2d581
fix Controller tests
...
- added pageTitle in code was missing in expectations
- fixed warnings of superflouos parameter
- fixed wrong type of mock
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-22 22:15:41 +02:00
Vincent Petry
b7ae7393e9
Recompilation attempt with updated npm
...
node v14.20.0
npm 8.15.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-22 17:17:10 +00:00
Vincent Petry
be6285acf6
Fix sharing panel lighthouse warnings
...
Replaced h5 with span and adjusted selectors.
Fixed ul/li hierarchy of some elements.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-22 17:49:55 +02:00
Vincent Petry
6f0ae0b95f
Merge pull request #33306 from nextcloud/bugfix/32350/rename-files-settings
...
Rename files settings on the bottom left
2022-07-22 11:44:00 +02:00
Joas Schilling
9a9db2802b
Reset user status based on message ID only
...
Since some statuses (call) can occure with different status
(away and dnd) we need to reset only based on the message id.
But as it can not be set by the user this is still save and okay.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-22 11:02:37 +02:00
Nextcloud bot
7e05efd352
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-22 02:25:14 +00:00
Robin Appelman
13eef55a92
always triger setup of builtin storage wrappers
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-21 16:36:32 +02:00
Vincent Petry
6c42874f04
Merge pull request #33297 from nextcloud/fix/filepicker-new-button
...
FilePicker: Hide `newButton` outline if only picking is allowed
2022-07-21 15:56:34 +02:00
Vincent Petry
2abf426211
Change casing of settings label
...
Co-authored-by: Jan C. Borchardt <hey@jancborchardt.net >
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-21 15:55:50 +02:00
Vincent Petry
61e40954e0
Rename files settings on the bottom left
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-07-21 14:30:34 +02:00
Vincent Petry
58a2989c4a
Merge pull request #33281 from nextcloud/enh/a11y-login-page-title
...
Identify the login page explicitly by the page title
2022-07-21 14:12:39 +02:00
Carl Schwan
bff1e9a9f5
Merge pull request #32646 from jld3103/fix/user-status-heartbeat-api
...
Make user status heartbeat API publicly accessible
2022-07-21 13:59:51 +02:00
Vincent Petry
f98251d2c3
Merge pull request #33304 from jld3103/feature/neon-user-agent
...
Add Neon user-agent
2022-07-21 13:42:58 +02:00
jld3103
3e7a36b309
Make user status heartbeat API publicly accessible
...
Signed-off-by: jld3103 <jld3103yt@gmail.com >
2022-07-21 13:07:34 +02:00
jld3103
6c2ea4b29c
Add Neon user-agent
...
Signed-off-by: jld3103 <jld3103yt@gmail.com >
2022-07-21 12:39:44 +02:00
Vincent Petry
afedfad499
Merge pull request #33293 from nextcloud/last-login-minute
...
only update last login timestamp with minute percision
2022-07-21 09:41:21 +02:00
Vincent Petry
33a9c7ff26
Merge pull request #33287 from nextcloud/bugfix/focus-outline-bubble-menu
...
Add legacy popover focus outline
2022-07-21 09:40:16 +02:00
Nextcloud bot
82f0b266ec
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-21 02:26:49 +00:00
Christopher Ng
34308087d6
Consolidate account property getters
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-21 01:14:23 +00:00
Pytal
ea73f661e6
Merge pull request #33242 from nextcloud/enh/email-material-icons
2022-07-20 18:04:40 -07:00
Christopher Ng
ecdde8dd5c
Use material design icons in Email component
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-21 00:05:13 +00:00
Christopher Ng
92500e810f
Identify the login page explicitly by the page title
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-20 23:55:50 +00:00
Ferdinand Thiessen
003c76cca2
FilePicker: Hide also outline of new button if type is CHOOSE
...
If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE`
currently only the button but not the outline of it is hidden.
This also hides the outline to fix #33142
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-20 18:03:53 +00:00
Robin Appelman
9e34a21129
only update last login timestamp with minute percision
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-20 16:43:42 +02:00
Vincent Petry
de08b53b4e
Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-public
...
Add skip content buttons to the public page layout
2022-07-20 14:45:35 +02:00
Julius Härtl
e165564607
Add legacy popover focus outline
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-20 08:43:03 +02:00
Julius Härtl
f24ce9b530
Merge pull request #33286 from nextcloud/dependabot/npm_and_yarn/terser-4.8.1
...
Bump terser from 4.8.0 to 4.8.1
2022-07-20 07:20:29 +02:00
dependabot[bot]
cfd90623df
Bump terser from 4.8.0 to 4.8.1
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 02:36:12 +00:00
Nextcloud bot
ab64101fb3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-20 02:25:44 +00:00
Christopher Ng
2f6ab45302
Buttonify comment posting
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-19 18:04:00 +00:00
Vincent Petry
047acc32ad
Merge pull request #33260 from nextcloud/fix/carl/quota
...
Fix quota nav item
2022-07-19 10:36:20 +02:00
Julius Härtl
796d6b0dc7
Merge pull request #33270 from nextcloud/fix/noid/location-legacy-appfile
...
fix loading legacy app.php with multi app dir
2022-07-19 08:15:13 +02:00
Julius Härtl
9e3c8b6708
Merge pull request #33267 from nextcloud/bugfix/noid/button-hover
...
Use hover css variable for primary buttons
2022-07-19 08:14:54 +02:00
Nextcloud bot
1e9f071ced
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-19 02:25:49 +00:00
dependabot[bot]
6719a8d6f4
Merge pull request #33268 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.0
2022-07-18 23:24:17 +00:00
Christopher Ng
7d95678490
Use explicit name for new file/folder menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-18 18:28:28 +00:00
Arthur Schiwon
0f2e75a6ce
fix loading legacy app.php with multi app dir
...
- requireAppFile() only appends /appinfo/app.php
- without the absolute path, require_once looks into include_path
- the first match in inlcude_path however migth be different from appPath
- fixed by providing the tested(!), full path to the app
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-18 20:19:02 +02:00
Pytal
42bcbe269f
Merge pull request #33246 from nextcloud/bugfix/noid/dark-primary-light
2022-07-18 10:43:36 -07:00
dependabot[bot]
0bddfb596c
Bump bamarni/composer-bin-plugin from 1.5.0 to 1.8.0
...
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin ) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases )
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/v1.5.0...1.8.0 )
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 16:58:24 +00:00
Pytal
d07b78635e
Merge pull request #33240 from nextcloud/fix/login-input-focus
2022-07-18 09:54:22 -07:00
Julius Härtl
9e0d6f5608
Use hover css variable for primary buttons and add proper focus outline
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-18 18:24:26 +02:00
Julius Härtl
e3dc796e5d
Add skip content buttons to the public page layout
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-18 18:00:22 +02:00
Julius Härtl
d5437e2a30
Merge pull request #33255 from nextcloud/fix/login-password-translation
...
LoginForm: Fix password label translation call
2022-07-18 14:34:31 +02:00
Carl Schwan
0703d0fc6b
Fix quota nav item
...
- Spacing was not correctly set
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-18 13:55:36 +02:00
Carl Schwan
6c3c7a5e4d
Merge pull request #32981 from nextcloud/typing/carl/simplefs
...
Add typing to SimpleFS
2022-07-18 12:34:11 +02:00
Marcel Klehr
c991089bfc
LoginForm: Fix password label translation call
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-18 10:29:31 +00:00
blizzz
929aaaa129
Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecret
...
Allow SSO authentication to provide a user secret
2022-07-18 11:50:43 +02:00
Carl Schwan
6a6ce39d0b
Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-setting
...
Cleanup oauth2 admin settings
2022-07-18 11:47:53 +02:00
Carl Schwan
f6b37e6912
Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocp
...
Move CappedMemoryCache to OCP
2022-07-18 10:32:11 +02:00
Daniel
52dc51cde3
Merge pull request #32963 from nextcloud/s3-crt-bundle-download
...
also use nextcloud certificate bundle when downloading from s3
2022-07-18 09:51:19 +02:00
Vincent Petry
9457ec8d49
Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-ids
...
Allow to override #app-content and #app-navigation hrefs for content skipping
2022-07-18 09:24:57 +02:00
Nextcloud bot
e66ef21550
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-18 02:24:57 +00:00
Cédric Neukom
9eb276b20b
fix possibly null variables
...
Signed-off-by: Cédric Neukom <github@webguy.ch >
2022-07-17 18:36:06 +02:00
Cédric Neukom
483549d22a
Respect user settings when generating alerts for birthday calendar
...
Signed-off-by: Cédric Neukom <github@webguy.ch >
2022-07-17 14:51:46 +02:00
Nextcloud bot
10bf7fa26b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-17 02:24:42 +00:00
Julius Härtl
87320cba99
Fix styling for single skip buttons globally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-16 10:17:15 +02:00
Julius Härtl
ca0435382d
Allow to override #app-content and #app-navigation hrefs for content skipping
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-16 10:00:53 +02:00
Julius Härtl
3f63724c2d
Properly set --color-primary-light-hover on dark themes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-16 09:47:22 +02:00
Nextcloud bot
a9c9536a07
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-16 02:25:37 +00:00
Christopher Ng
d2854c4e5a
Fix login input focus border
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-15 17:16:21 +00:00
Carl Schwan
16b06dd758
Merge pull request #33238 from nextcloud/bugfix/noid/fix-html-validation-of-material-design-icons
...
Fix html validation of material design icons
2022-07-15 13:48:02 +02:00
Joas Schilling
ecb30a22f2
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-15 09:15:24 +02:00
Joas Schilling
def9e25967
Fix HTML validation of material design icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-15 09:12:10 +02:00
Nextcloud bot
78d966c935
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-15 02:27:37 +00:00
Pytal
4832853f65
Merge pull request #33222 from nextcloud/bugfix/noid/fix-translation-of-user-exists-error
2022-07-14 10:57:30 -07:00
Joas Schilling
9671a8d5f8
Merge pull request #33235 from nextcloud/bugfix/noid/fix-duplicate-id-hole
...
Fix duplicate id "hole"
2022-07-14 18:06:46 +02:00
Carl Schwan
19a36b58a6
Add typing to SimpleFS
...
- Fix putContent sometimes return a bool and sometimes nothing
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-14 17:20:51 +02:00
Joas Schilling
a90913ac98
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-14 15:58:33 +02:00
Carl Schwan
d5c23dbb9f
Move CappedMemoryCache to OCP
...
This is an helpful helper that should be used in more place than just
server and this is already the case with groupfodlers, deck, user_oidc
and more using it, so let's make it public
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-14 15:54:31 +02:00
Joas Schilling
1ad24d22df
Fix duplicate id "hole"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-14 14:36:56 +02:00
Carl Schwan
53db418ee9
Cleanup oauth2 admin settings
...
- Use more vue components
- Add link to doc
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-14 12:16:13 +02:00
Joas Schilling
0e7647c2eb
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-14 10:30:59 +02:00
Joas Schilling
ba9815fbe1
Translate error when user already exists
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-14 10:22:41 +02:00
Carl Schwan
fc9a644bb5
Merge pull request #33214 from nextcloud/fix/bump-sabre/dav-to-4.4.0
...
Bump sabre/dav to 4.4.0
2022-07-14 10:14:42 +02:00
Carl Schwan
8fecbf86ec
Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-color
...
Fix settings icon color
2022-07-14 10:14:17 +02:00
Nextcloud bot
d3f66e2310
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-14 02:25:22 +00:00
Simon L
6d2952d059
Merge pull request #33230 from nextcloud/enh/noid/64bit-setup-check-link
...
add a link to system requirements for new 64bit setup check
2022-07-14 01:13:56 +02:00
szaimen
c1b88f927e
add a link to system requirements for new 64bit setup check
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Co-Authored-By: MichaIng <micha@dietpi.com >
2022-07-13 22:16:42 +02:00
Simon L
9dbcf0560f
Merge pull request #33200 from nextcloud/enh/noid/64bit
...
add a setup check for 64 bit
2022-07-13 20:19:40 +02:00
Carl Schwan
d7bd6f0e2a
Merge pull request #32506 from nextcloud/port/vue-encryption
...
Port encryption admin settings to vue
2022-07-13 18:31:04 +02:00
Côme Chilliet
62ab824886
Bump sabre/dav to 4.4.0
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-13 17:19:21 +02:00
Carl Schwan
4e0574e184
Port encryption admin settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-13 14:58:55 +02:00
Joas Schilling
df74c7a337
Fix settings icon color
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-13 12:09:36 +02:00
Joas Schilling
62fad0972d
Merge pull request #33219 from nextcloud/bump-version
...
Bump version
2022-07-13 11:39:10 +02:00
szaimen
cf9b1082ed
add a setup check for 64 bit
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-07-13 09:33:33 +00:00
Simon L
22de243247
Merge pull request #33202 from nextcloud/enh/noid/bug-report-64bit
...
document the 64bit requirement in the bug report template
2022-07-13 11:25:20 +02:00
Joas Schilling
04d5c7b37f
Bump version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-13 10:18:07 +02:00
Daniel
929adb6aba
Merge pull request #33218 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-07-13 10:03:32 +02:00
nextcloud-command
5ad017447b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-07-13 04:22:56 +00:00
Nextcloud bot
0607904bb9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-13 02:24:50 +00:00
MichaIng
21b3e87c77
Allow SSO authentication to provide a user secret
...
Implementing PR #24837 from immerda
Signed-off-by: MichaIng <micha@dietpi.com >
2022-07-12 19:19:00 +02:00
Côme Chilliet
c20d34b2ca
Merge pull request #32552 from nextcloud/enh/improve-job-handling-commands
...
Improve job handling through occ
2022-07-12 16:04:57 +02:00
Jonas
6527e82cbd
Merge pull request #33211 from nextcloud/fix/setupmanager_circle_events
...
Fix listening for circle events in SetupManager
2022-07-12 15:47:17 +02:00
Côme Chilliet
f0824af21a
Merge pull request #33186 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-07-12 14:28:54 +02:00
Jonas
74e9ef0fb1
Fix listening for circle events in SetupManager
...
So far, SetupManager listened for deprecated events that are no longer
triggered. Instead, use the circle events that actually get triggered
when adding or removing a circle or circle member. Also, these events
get triggered on each instance of a globalscale setup.
Fixes : #33210
Signed-off-by: Jonas <jonas@freesources.org >
2022-07-12 13:28:21 +01:00
Côme Chilliet
0386f4270b
Fix DummyJobList typing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-12 14:27:02 +02:00
Vincent Petry
e9b635aa14
Merge pull request #32507 from carlcsaposs/restore
...
Sort files by deletion time before restoring in RestoreAllFiles
2022-07-12 14:22:10 +02:00
Côme Chilliet
c5ffd7ce32
Use Symfony IpUtils to check for local IP ranges
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-12 12:09:05 +02:00
Côme Chilliet
707b46bb01
Check for local IPs nested in IPv6 as well
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-12 09:49:27 +00:00
Côme Chilliet
d0830432a7
Refactor local IP if and set strict to true for in_array
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-12 09:49:27 +00:00
Côme Chilliet
bd9aff47b6
Improve local IP detection
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-12 09:49:27 +00:00
Côme Chilliet
b2017cd557
Merge pull request #33209 from nextcloud/fix/add-symfony/http-foundation
...
Add symfony/http-foundation dependency
2022-07-12 11:44:23 +02:00
nextcloud-command
25bcaed5c1
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-12 09:24:05 +00:00
Côme Chilliet
5d786913ac
Add symfony/http-foundation dependency
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-12 11:03:22 +02:00
nextcloud-command
50b494a143
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-12 08:21:32 +00:00
Nextcloud bot
121dbf028d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-12 02:23:29 +00:00
Pytal
57ae32e3c3
Merge pull request #33175 from nextcloud/fix/request-json-xml-not-found
2022-07-11 11:10:26 -07:00
szaimen
57784ccefe
document the 64bit requirement in the bug report template
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-07-11 16:52:46 +02:00
Carl Schwan
16b5e6bc7f
Merge pull request #32973 from nextcloud/cleanup/avatar-code
...
Cleanup avatar related code
2022-07-11 11:56:39 +02:00
Côme Chilliet
2e921f8b3d
Fix typing in IJobList
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
cc89da26c6
Fix background-job:execute command for QueuedJob instances
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
3920fc1ef2
Format the datetime for last run in ATOM format
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
0cc39d185c
Use symfony console table to render the job list properly
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
3cf8c63409
Fix ListCommand constructor call in register_command
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
50a7f612d9
Fix DummyJobList class used by tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
868d748dbf
Code cleaning of Background/ListCommand
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
3d01179907
Add command to list jobs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:23 +00:00
Côme Chilliet
0b7779b6ff
Clean up JobList class
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-07-11 09:46:22 +00:00
Nextcloud bot
22cc36ec60
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-11 02:24:31 +00:00
Nextcloud bot
0d929086d0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-10 02:25:30 +00:00
Nextcloud bot
f41c45878f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-09 02:24:33 +00:00
blizzz
c98e44507d
Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row
...
Remove unecessary row and make compatible with db schema
2022-07-08 23:11:10 +02:00
blizzz
927b6d635f
Merge pull request #33118 from nextcloud/fix/address-book-export
...
Fix empty address books being exported
2022-07-08 22:13:19 +02:00
blizzz
b4031dc478
Merge pull request #32377 from nextcloud/rakekniven-patch-1
...
l10n: Changed spelling
2022-07-08 19:56:54 +02:00
blizzz
74ebb72622
Merge pull request #33110 from nextcloud/feat/handle-onetime-password-large
...
Handle one time password and very large passwords
2022-07-08 19:54:05 +02:00
Christoph Wurst
222a9523b5
Fix 404 handling of requested JSON/XML
...
If front-end or an application requests JSON/XML, there is no point in
redirecting to the default page if that response doesn't exist. In the
worst case that would just cause another request, therefore server load,
traffic and a response that is meaningless to the requester.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-07-08 19:14:05 +02:00
John Molakvoæ
48ece9f345
Merge pull request #33163 from nextcloud/enh/a11y-account-property-labels
2022-07-08 11:41:50 +02:00
Nextcloud bot
3dfb5c9d75
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-08 02:24:38 +00:00
Christopher Ng
ad0f2db292
Add current scope to scope actions label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-07 19:02:24 +00:00
Pytal
43a2501bf2
Merge pull request #33148 from nextcloud/enh/a11y-login-show-password
2022-07-07 11:43:43 -07:00
Pytal
a0681cc92f
Merge pull request #33128 from nextcloud/enh/a11y-set-expanded-sharing
...
Add expanded attribute to button for listing others with access
2022-07-07 11:10:21 -07:00
Christopher Ng
8aaac57ee6
Use Button component to show password for improved accessibility
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-07 17:46:49 +00:00
Christopher Ng
e0492074aa
Add expanded attribute to button for listing others with access
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-07 17:23:50 +00:00
Joas Schilling
9d3b98ba21
Merge pull request #33153 from nextcloud/bugfix/noid/only-ignore-attempts-of-the-same-action
...
Only ignore attempts of the same action
2022-07-07 10:59:54 +02:00
John Molakvoæ
ff55382c66
Merge pull request #33140 from nextcloud/fix/trashbin-expiration-notice-casing
2022-07-07 10:23:42 +02:00
Joas Schilling
8274c05e19
Only ignore attempts of the same action
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-07 09:35:14 +02:00
Nextcloud bot
b51cb23381
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-07 02:24:36 +00:00
Joas Schilling
744f1dd563
Merge pull request #33052 from nextcloud/fix/set-display-name
...
Do not send display name twice for saving
2022-07-06 22:51:06 +02:00
Simon L
72274cf0e9
Merge pull request #33136 from nextcloud/fix/noid/customprops
...
catch any exception for transaction control
2022-07-06 19:43:16 +02:00
Christopher Ng
667b671c5a
Fix trashbin expiration notice casing
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-06 17:19:02 +00:00
Arthur Schiwon
ec09605109
catch any exception for transaction control
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-06 16:14:51 +02:00
Joas Schilling
a0f5aebb89
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-06 14:27:18 +02:00
Nextcloud bot
dfbfe5ac9d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-06 02:23:38 +00:00
dependabot[bot]
00c63c0d9d
Merge pull request #33126 from nextcloud/dependabot/npm_and_yarn/core-js-3.23.3
2022-07-05 22:21:55 +00:00
dependabot[bot]
232ad753ad
Bump core-js from 3.22.7 to 3.23.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.7 to 3.23.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.7...v3.23.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-05 21:39:45 +00:00
Daniel Calviño Sánchez
79b6caada8
Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-bar
...
Fixes for quota text in navigation bar
2022-07-05 22:21:30 +02:00
Pytal
8b23c1c677
Merge pull request #33107 from nextcloud/enh/a11y-dynamic-grid-toggle-tooltip
2022-07-05 10:46:32 -07:00
Christopher Ng
5f31d4b0bf
Fix empty address books being exported
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-05 17:00:27 +00:00
Robin Appelman
f1486890d7
only use nextcloud bundle when explicitly enabled
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-05 16:06:55 +02:00
Robin Appelman
bffa67c48b
also use nextcloud certificate bundle when downloading from s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-07-05 15:57:54 +02:00
Julien Veyssier
de3504150c
Merge pull request #33111 from nextcloud/fix/url-absolute
...
Fix 404 when using index.php in the url
2022-07-05 15:43:36 +02:00
Carl Schwan
ec5cbdeb7f
Make Color class public
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-05 14:44:44 +02:00
rakekniven
0fbb085c95
Merge branch 'rakekniven-patch-1' of https://github.com/nextcloud/server into rakekniven-patch-1
2022-07-05 14:35:22 +02:00
rakekniven
6289e56d0a
l10n: Changed spelling
...
See https://en.wikipedia.org/wiki/MIME for details.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-05 12:23:14 +00:00
rakekniven
82e96cd89a
Merge branch 'master' into rakekniven-patch-1
2022-07-05 14:21:34 +02:00
Julien Veyssier
ca6a724503
add missing GET param to getstoragestats url
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-07-05 13:43:58 +02:00
Carl Schwan
ee793572cb
Fix 404 when using index.php in the url
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-05 13:16:32 +02:00
blizzz
991ff3c99c
Merge pull request #33086 from nextcloud/techdebt/noid/allow-expiring-comments-of-multiple-objects-in-one-go
...
Allow to expire comments of multiple objects with one call
2022-07-05 13:14:05 +02:00
Carl Schwan
f99a06c89a
Don't allow setting password bigger than 469 characters
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-05 11:47:25 +02:00
Carl Schwan
1c23c029af
Handler large passwords
...
For passwords bigger than 250 characters, use a bigger key since the
performance impact is minor (around one second to encrypt the password).
For passwords bigger than 470 characters, give up earlier and throw
exeception recommanding admin to either enable the previously enabled
configuration or use smaller passwords.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-05 11:37:14 +02:00
Carl Schwan
cdf3b60555
Handle one time passwords
...
This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-07-05 11:25:44 +02:00
John Molakvoæ
b5b4ab40af
Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumb
2022-07-05 07:50:45 +02:00
Nextcloud bot
bed6831783
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-05 02:23:26 +00:00
Christopher Ng
a56d91bab5
Fix translation of home breadcrumb
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-04 22:29:52 +00:00
Christopher Ng
f5236cde1a
Change tooltip title of files grid view toggle dynamically
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-07-04 19:20:49 +00:00
Carl Csaposs
6f6ccfcc18
Sort files by deletion time before restoring in RestoreAllFiles
...
Restoring in order of most recently deleted preserves nested file paths.
See https://github.com/nextcloud/server/issues/31200#issuecomment-1130358549
Signed-off-by: Carl Csaposs <carl@csaposs.com >
2022-07-04 17:13:15 +00:00
Carl Schwan
ec465bf247
Merge pull request #33090 from nextcloud/fix/noid/proppatch-properties-transaction-rollback
...
DAV custom props: catch Exception and rollback transaction in case
2022-07-04 15:27:04 +02:00
Simon L
ef607e308b
Merge pull request #33097 from nextcloud/rakekniven-patch-2
...
l10n: Fixed typo
2022-07-04 10:17:32 +02:00
rakekniven
d5117af292
l10n: Fixed typo
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-04 07:30:52 +00:00
Nextcloud bot
e9ca761a93
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-04 02:23:32 +00:00
MichaIng
c5fa3330e1
Merge pull request #32095 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0
...
Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
2022-07-03 21:14:00 +02:00
dependabot[bot]
5b3ff79cee
Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
...
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config ) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases )
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-03 18:34:24 +00:00
Nextcloud bot
97e1c489b5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-03 02:22:38 +00:00
MichaIng
391c2272bb
Merge pull request #33093 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.4.0
...
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
2022-07-02 16:58:30 +02:00
Nextcloud bot
700682d8e4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-02 02:24:59 +00:00
dependabot[bot]
9781139fed
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-02 02:18:35 +00:00
szaimen
2ad53742f2
fix external storages access
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-07-01 22:52:10 +02:00
Arthur Schiwon
794177e753
DAV custom props: catch Exception and rollback transaction in case
...
- before exceptions were not caught, a started transaction might not have
been finished
- also resolve depractions and use IQueryBuilder
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-07-01 22:44:20 +02:00
Joas Schilling
d722a0c12a
Adjust fake manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 16:38:58 +02:00
Joas Schilling
198224bf7a
Allow to expire comments of multiple objects with one call
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 15:59:29 +02:00
Joas Schilling
6222b702db
Merge pull request #32576 from nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability
...
🤖 Automatically set user status to ⛔ DND outside of 📅 availability
2022-07-01 15:29:03 +02:00
Carl Schwan
84fec2f9fe
Merge pull request #33043 from nextcloud/Valdnet-patch-2
...
l10n: Separate words
2022-07-01 15:07:18 +02:00
Valdnet
76fedc7e95
l10n: Separate words
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-01 12:19:35 +00:00
Joas Schilling
473a786510
Inject userId directly
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 14:07:52 +02:00
Joas Schilling
c88a30a523
Fix typo of availability
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:33:07 +02:00
Joas Schilling
bd3c1fdf74
Remove unused import
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:33:07 +02:00
Joas Schilling
159272bb93
Fix predefined message
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:33:07 +02:00
Joas Schilling
4f7f4d74db
Add UI to opt-in on the status automation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:33:07 +02:00
Joas Schilling
5dee54d70b
Add status automation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:33:07 +02:00
Joas Schilling
fdcf3eafd6
Fix determination of cron job run
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:33:05 +02:00
Joas Schilling
251f450df6
User status automation background job
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-01 12:32:07 +02:00
John Molakvoæ
b0ee927ac1
Merge pull request #33079 from nextcloud/enh/a11y-file-picker-labels
2022-07-01 11:09:23 +02:00
Nextcloud bot
e5497d285b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-07-01 02:34:39 +00:00
Christopher Ng
7219847ad1
Add accessible names for file picker grid view toggle and new folder button
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-07-01 00:44:05 +00:00
Carl Schwan
6ca1d01a5d
Merge pull request #33075 from nextcloud/performance-ci
...
Run performance testing in CI
2022-06-30 18:44:28 +02:00
Pytal
f936644bec
Merge pull request #33068 from nextcloud/enh/note-trashbin-expiration
2022-06-30 09:26:04 -07:00
Robin Appelman
d6e35dfe2c
use blueprint from repo
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-30 15:52:33 +02:00
Robin Appelman
5d3e86a1c6
use profiler action
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-30 15:52:30 +02:00
Robin Appelman
6378a186ab
run performance comparisons in ci
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-30 15:52:24 +02:00
John Molakvoæ
fd39712900
Merge pull request #33074 from nextcloud/enh/noid/en-dash-userstatus
2022-06-30 15:05:55 +02:00
szaimen
e8b1740c96
use an en-dash for the userstatus panel
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-06-30 11:57:40 +00:00
Nextcloud bot
95971b8250
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-30 02:23:49 +00:00
blizzz
48d88a3f60
Merge pull request #33065 from nextcloud/fix/nonce-firefox-101
...
Fix detection of firefox in ContentSecurityPolicyNonceManager
2022-06-30 00:57:49 +02:00
blizzz
17f8aa7a50
Merge pull request #33067 from nextcloud/trashbin-skip-size-cache
...
use size from cache to determine whether to skip the trashbin
2022-06-29 21:50:40 +02:00
Christopher Ng
bd1efae616
Add trashbin export expiration notice
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-29 18:57:55 +00:00
Pytal
36a336bebd
Merge pull request #33056 from nextcloud/enh/workflow-button
2022-06-29 11:19:17 -07:00
Christopher Ng
5f02663975
Use Button component to show more workflows
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-29 16:52:33 +00:00
Robin Appelman
9188fad190
use size from cache to determine whether to skip the trashbin
...
this way large folders also get skipped
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-29 18:24:34 +02:00
Carl Schwan
ca3cd5a625
Fix detection of firefox in ContentSecurityPolicyNonceManager
...
Reuse Request::USER_AGENT_FIREFOX, and also update the safari detection
since safari < 12 is not supported anymore and we can remove a bit of
code duplication
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-29 17:05:48 +02:00
Carl Schwan
477dae9e11
Merge pull request #32857 from nextcloud/debt/noid/result-may-undefined
...
Fix undefined when no tags
2022-06-29 15:11:50 +02:00
Carl Schwan
1952d6e9b4
Add myself as CODEOWNERS for a few modules
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-29 14:44:09 +02:00
Jonas
2ee81db18a
Merge pull request #33050 from nextcloud/fix/cache_partial_array_remove
...
Check whether entry is of type ICacheEntry in Cache->remove()
2022-06-29 14:13:10 +02:00
Jonas
7d07e06bfe
Check whether entry is of type ICacheEntry in Cache->remove()
...
In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".
So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().
Fixes : #33023
Signed-off-by: Jonas <jonas@freesources.org >
2022-06-29 10:47:07 +00:00
Carl Schwan
46a49dee8a
Merge pull request #32994 from nextcloud/fix/extended-query-search
...
Search without join on filecache_extended
2022-06-29 11:58:20 +02:00
blizzz
f74b3eea37
Merge pull request #33057 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-06-29 10:42:23 +02:00
nextcloud-command
a35013ae82
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-29 04:26:30 +00:00
Nextcloud bot
15dced6eed
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-29 02:27:30 +00:00
Pytal
6efcb377de
Merge pull request #33053 from nextcloud/fix/undefined-logger
2022-06-28 16:30:18 -07:00
blizzz
cb7853c61f
Merge pull request #33034 from nextcloud/td/noid/ldap_group_updater
...
cleanup LDAP's UpdateGroups
2022-06-28 23:48:01 +02:00
Arthur Schiwon
8185a3d701
adjust tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-28 22:46:51 +02:00
Joas Schilling
ac66483ad5
Merge pull request #33042 from nextcloud/bugfix/noid/extend-email-logging
...
Extend email logging
2022-06-28 20:21:39 +02:00
Christopher Ng
05d53c6340
Fix undefined logger
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-28 18:19:15 +00:00
Christopher Ng
9db8b0adf9
Prevent duplicate set display name request
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-28 18:17:59 +00:00
Christopher Ng
c0868f93f1
Do not save invalid display name to the database
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-28 18:03:15 +00:00
blizzz
52c957e751
simplify
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2022-06-28 16:07:11 +02:00
Daniel Kesselberg
6f3ab2fc9b
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-06-28 15:45:41 +02:00
Daniel Kesselberg
fb8d54ef72
Fix undefined when no tags
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-06-28 15:44:08 +02:00
Carl Schwan
a1bc770043
Merge pull request #32982 from nextcloud/fix/metadata-extraction
...
Fix metadata extraction
2022-06-28 15:34:38 +02:00
Carl Schwan
41e6e0c646
Merge pull request #33007 from nextcloud/cleanup/federation-app
...
Summer cleanup of the federation app
2022-06-28 15:33:18 +02:00
Arthur Schiwon
d97f32dd8e
delete groups in chunks instead of one by one
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-28 14:35:18 +02:00
Arthur Schiwon
632f2d7760
cleanup LDAP's UpdateGroups
...
- TimedJob from API
- DI of config
- property types
- throws hints in phpdoc
- argument and return types
- replace depracet execute() with executeStatement or -Query
- a missing return statement
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-28 14:34:56 +02:00
Côme Chilliet
64bff27c99
Merge pull request #32960 from nextcloud/fix/avoid-using-undeclared-properties
...
Fix PHP 8.2 warnings about undeclared properties
2022-06-28 12:05:16 +02:00
Carl Schwan
f38e060090
Fix many issues with the tests
...
- Return type were not correct
- willReturn and with confusion
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-28 11:26:30 +02:00
Joas Schilling
f7eb14a9fa
Extend email logging
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-28 08:57:03 +02:00
Nextcloud bot
2956da4178
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-28 02:28:28 +00:00
Pytal
529d6537b2
Merge pull request #32561 from nextcloud/port/vue-personal-federation
2022-06-27 10:55:51 -07:00
Louis
0fe7064fc4
Merge pull request #32998 from nextcloud/fix/setting_name
...
Rename setting name to reduce its length
2022-06-27 11:58:54 +02:00
Louis Chemineau
347ca20f4e
Rename setting name to reduce its length
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-27 11:04:17 +02:00
Nextcloud bot
069346b7d3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-27 02:27:18 +00:00
dependabot[bot]
ba88c2e1a2
Merge pull request #33016 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.5
2022-06-25 03:21:58 +00:00
Nextcloud bot
448973f3b4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-25 02:27:31 +00:00
dependabot[bot]
a00d185502
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-25 01:05:27 +00:00
Carl Schwan
6114176b71
Cleanup CardDav SyncService
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-24 20:25:38 +02:00
Carl Schwan
095658e004
Merge pull request #33006 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.5
...
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
2022-06-24 15:43:55 +02:00
Carl Schwan
6ea512aca9
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
...
See https://github.com/nextcloud/3rdparty/pull/1088
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-24 15:42:13 +02:00
Carl Schwan
a9cfa72d1c
Summer cleanup of the federation app
...
- Use IEventDispatcher instead of deprecated symfony dispatcher
- Use LoggerInterface where possible
- Use php 7.4 properties
- Add type hinting where possible
- Move federation hooks to a seperate listener
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-24 15:39:52 +02:00
blizzz
e34dc2f3cf
Merge pull request #32820 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4
...
Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
2022-06-24 11:01:55 +02:00
blizzz
4722baf970
Merge pull request #32863 from nextcloud/feature/add-comments-expire-date
...
Add comments expire date
2022-06-24 10:28:13 +02:00
Nextcloud bot
e0c6c1582d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-24 02:27:15 +00:00
blizzz
3ebde2f6c2
Merge pull request #32980 from nextcloud/fix/32887/dashboard-load-only-enabled-apps
...
load dashboard widgets of enabled apps only
2022-06-23 17:45:05 +02:00
Carl Schwan
253ae64faf
Merge pull request #32957 from nextcloud/fix/import-float
...
Fix importing float value
2022-06-23 17:39:45 +02:00
Carl Schwan
55bad5a1bb
Merge pull request #32962 from nextcloud/getstoragestat-change-url
...
Remove .php from url
2022-06-23 17:39:30 +02:00
Carl Schwan
f326b54e53
Search without join on filecache_extended
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-23 16:23:52 +02:00
Daniel Calviño Sánchez
55722092d3
Fix quota text not updated after copying or moving a file
...
Note that the quota may change too when files are moved if the file is
moved, for example, to or from a folder shared by other user.
Besides the quota the storage statistics are also updated, similar to
what is done when a file is deleted.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-06-23 13:24:58 +02:00
Daniel Calviño Sánchez
c82181fec7
Fix quota text not updated when no quota is set
...
The JavaScript code that updates the quota text expects the element to
have "quotatext" as id.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-06-23 13:24:35 +02:00
Daniel Calviño Sánchez
eeed5e0fbe
Fix quota text shown escaped
...
"t()" escapes and sanitizes the returned text by default, so strings
like "<" are converted to "<". However, the "jQuery.text()" parameter
does not need to be escaped, as "<" is shown literally as "<"
rather than "<". Now "jQuery.html()" is used instead, which "unescapes"
the given text and sets it as a new text node (as the text in the
parameter does not contain markup for elements, only text).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-06-23 13:24:04 +02:00
Carl Schwan
f8153a6afc
Merge pull request #32701 from nextcloud/fix/type-error-objectree
...
Fix type error in Sabre/Connector/Directory
2022-06-23 13:01:35 +02:00
John Molakvoæ
859d7fc4b0
Merge pull request #32988 from nextcloud/fix/improve-local-domain-detection
2022-06-23 12:50:16 +02:00
Carl Schwan
09c6cd77ec
Add test
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-23 12:47:58 +02:00
Carl Schwan
fbae6ffa98
Fix importing float value
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-23 12:08:42 +02:00
Côme Chilliet
d23c7d245c
Improve local domain detection
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-23 11:45:16 +02:00
Nextcloud bot
eb677bf048
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-23 02:27:35 +00:00
Arthur Schiwon
6e531b5ab5
avoid early DI of IAppManager
...
- might break install
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-22 21:58:13 +02:00
Arthur Schiwon
523572fcea
load widgets only of enabled apps
...
- per design, all enabled apps have their registration run
- limitations, e.g. enabled by group, are not considered in that state,
because we do not have a session (and might need apps?)
- before instantiation of widget it has to be checked whether the providing
app is actually enabled for the logged in user.
- a public interface is being changed, but it is not meant to be
implemented or used outside of the core handling. Therefore save to
backport.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-22 21:58:13 +02:00
Carl Schwan
940b5e8f0a
Fix metadata extraction
...
The metadata extraction only happens when the size is not equal to 0,
but due to a regression in FileInfo the size is always zero.
This fix the regression.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-22 17:27:09 +02:00
Carl Schwan
812016d626
Cleanup avatar related code
...
- Move event listener to new event handling
- Add typing almost everywhere
- Fix inconsistent interface parameter
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-22 16:11:42 +02:00
Daniel
b282fe1e6f
Merge pull request #32971 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-06-22 11:56:17 +02:00
Carl Schwan
14a16320ec
Merge pull request #32884 from nextcloud/typing/dav-sharing
...
Add typing to Sharing Backend
2022-06-22 11:09:06 +02:00
Carl Schwan
3598ec4028
Add typing to Sharing Backend
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-22 10:25:17 +02:00
nextcloud-command
6c08e02a9c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-22 04:21:01 +00:00
Nextcloud bot
a4647bbf6e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-22 02:28:08 +00:00
Simon L
47070eacc6
Merge pull request #32964 from nextcloud/feat/add-title-folderview
...
Add title to file name
2022-06-21 19:02:43 +02:00
acsfer
bebf888c72
Fix #30003
...
Fix #30003
2022-06-21 16:54:13 +00:00
blizzz
cf5452e633
Merge pull request #32242 from nextcloud/fix-logging-data-array
...
Fix logging data context to file
2022-06-21 18:49:08 +02:00
Carl Schwan
07ab8b3e67
Merge pull request #32941 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.4
...
Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4
2022-06-21 18:48:10 +02:00
blizzz
2e10378052
Merge pull request #31475 from nextcloud/kofemann-patch-1
...
files: close open directory file descriptor on error path
2022-06-21 18:44:05 +02:00
Carl Schwan
ff62d5cbd9
Add title to file name
...
Fix #32157
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-21 16:50:16 +02:00
Carl Schwan
c7931086cc
Remove .php from url
...
Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-21 16:44:37 +02:00
Côme Chilliet
c598e3cafa
composer run cs:fix
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-21 16:36:25 +02:00
Carl Schwan
371f7a931e
Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4
...
See https://github.com/nextcloud/3rdparty/pull/1072
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-21 16:29:43 +02:00
Côme Chilliet
1bd5222224
Fix PHP 8.2 warnings about undeclared properties
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-21 16:17:52 +02:00
Daniel
632d4d9a6e
Merge pull request #32823 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-06-21 15:59:37 +02:00
Carl Schwan
944675a4a2
Handle file contained inside the uploads folder
...
Fix #32450
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-21 14:29:44 +02:00
Carl Schwan
dbc2c2325e
Merge pull request #32924 from nextcloud/memcached-binary-protocol
...
Enable binary protocol again
2022-06-21 13:39:28 +02:00
Côme Chilliet
f46d839e05
Merge pull request #32954 from nextcloud/fix/replace-opis-closure-by-laravel-fork-cleanup
...
Sync back with 3rdparty master
2022-06-21 13:30:33 +02:00
Simon L
fb4353b64c
Merge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limit
...
do not display the buffer_size info if the size is already set to a c…
2022-06-21 13:26:30 +02:00
Simon L
cfc16ac3ee
Merge pull request #32948 from nextcloud/dashboardFix
...
make 'text-overflow: ellipsis' possible again in dashboard
2022-06-21 13:25:39 +02:00
Côme Chilliet
a20f253fc8
Sync back with 3rdparty master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-21 13:13:15 +02:00
blizzz
53eafc0cb7
Merge pull request #32868 from nextcloud/fix/replace-opis-closure-by-laravel-fork
...
Replace opis/closure by laravel/serializable-closure
2022-06-21 12:21:32 +02:00
Carl Schwan
7d0804e85c
Merge pull request #32861 from nextcloud/fix/remove-at-matcher-in-user_ldap-tests
...
Remove deprecated at() matcher from user_ldap tests
2022-06-21 11:47:43 +02:00
Côme Chilliet
5e63d24ea1
Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-tests
...
Remove at matcher in theming tests
2022-06-21 11:45:17 +02:00
Côme Chilliet
fd8f2aff09
Merge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-tests
...
Remove at matcher uses in tests/lib
2022-06-21 11:45:00 +02:00
Côme Chilliet
d8c419c304
Explicitely only accept closures from our dependencies in ClosureJob
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-21 11:33:46 +02:00
Artur Neumann
d2e58d844d
make 'text-overflow: ellipsis' possible again in dashboard
...
Signed-off-by: Artur Neumann <artur@jankaritech.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-06-21 09:16:55 +00:00
Côme Chilliet
3e94faef06
Update 3rdparty branch with opis/closure back
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-21 10:03:53 +02:00
Côme Chilliet
dccd80cf7a
Update 3rdparty branch with opis/closure back
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-21 10:00:49 +02:00
nextcloud-command
92ef84b635
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-21 04:20:18 +00:00
Nextcloud bot
20fc8d8f30
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-21 02:28:53 +00:00
Côme Chilliet
95f0cb2a2a
Add a test about unserializing data from opis/closure serialization
...
We need to be able to unserialize data from before upgrade.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-20 17:34:29 +02:00
Vitor Mattos
3be1217c04
Follow the most common pattern used in project
...
```
git grep strval|wc -l
32
git grep "(string)"|wc -l
481
```
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-06-20 11:46:13 -03:00
Vitor Mattos
d7e7a4d333
Fix test to check the expire date
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-06-20 09:53:51 -03:00
rakekniven
9a1a3b4731
Merge pull request #32881 from nextcloud/Valdnet-patch-2
...
l10n: Spelling unification
2022-06-20 13:35:51 +02:00
Richard Steinmetz
c19ec67cc4
Merge pull request #32719 from nextcloud/fix/noid/email-shares-not-shown
...
Fix email shares not being shown to other users
2022-06-20 13:24:35 +02:00
blizzz
a94de5cb5a
Merge pull request #32910 from nextcloud/fix/profiler-invalid-utf8
...
Fix profiler trying to serialize invalid utf8
2022-06-20 12:52:39 +02:00
Carl Schwan
35d8bdc840
Fix profiler trying to serialize invalid utf8
...
The cookie value contains invalid utf8 characters most of the time so
let's just ignore it as it is also not that interesting to analyse.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-20 11:11:12 +02:00
Côme Chilliet
6a1510f8ee
Remove some more at matchers in tests/lib
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-20 10:53:06 +02:00
Côme Chilliet
293c1797eb
Remove deprecated expectException from theming tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-20 09:10:11 +02:00
Nextcloud bot
2a2d2cc23e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-20 02:27:27 +00:00
Nextcloud bot
c84a68ec11
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-19 02:27:46 +00:00
Nextcloud bot
be2ee3b504
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-18 02:27:27 +00:00
szaimen
f8bebb62ca
do not display the buffer_size info if the size is already set to a certain threshold
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Co-Authored-By: MichaIng <micha@dietpi.com >
2022-06-17 22:15:28 +02:00
Arthur Schiwon
90104bc1c4
memcached should not throw arbitrary exceptions
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-17 18:32:14 +02:00
Richard Steinmetz
c1f054a9e0
Fix email shares not being shown to other users
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-06-17 17:31:26 +02:00
Carl Schwan
3f97bcdc75
Enable binary protocol again
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-17 17:24:24 +02:00
Simon L
de82d4f67c
Merge pull request #32874 from bill-mcgonigle/patch-1
...
Mention missing files subdir
2022-06-17 12:12:25 +02:00
Nextcloud bot
9cd9e774d6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-17 02:27:44 +00:00
blizzz
692943860a
Merge pull request #32898 from nextcloud/fix/noid/logger-overwrites-vars
...
Fix logger overwriting vars in some circumstances
2022-06-16 20:32:33 +02:00
Arthur Schiwon
8b2b5946e6
make placeholder a const for reuse
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-16 18:38:29 +02:00
Arthur Schiwon
891c10d09d
fix overwriting original vars when logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-16 18:36:58 +02:00
Arthur Schiwon
09a5947a6d
add serializer test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-06-16 18:36:58 +02:00
Côme Chilliet
c7e1c36362
Remove at matcher uses in tests/lib
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-16 17:43:17 +02:00
Côme Chilliet
f8a5be6a90
Remove deprecated at matcher from theming tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-16 15:55:05 +02:00
Nextcloud bot
0c14ee6ff5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-16 02:27:32 +00:00
blizzz
33148016a5
Merge pull request #32876 from nextcloud/fix/fix-string-interpolation
...
Use {$var} instead of ${var} for PHP 8.2 compatibility
2022-06-15 21:39:56 +02:00
blizzz
3763024ff9
Merge pull request #32878 from nextcloud/fix-default-toast-message-for-failed-uploads-with-http2
...
Fix default toast message for failed uploads with HTTP/2
2022-06-15 21:36:47 +02:00
Vitor Mattos
c59b0c2ff7
Add comments expire date
...
https://github.com/nextcloud/spreed/pull/7327
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-06-15 11:58:29 -03:00
Carl Schwan
3b6bb4f294
Port federatedfilesharing personal settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-15 15:31:25 +02:00
Daniel
596ead787b
Merge pull request #32584 from nextcloud/fix-ResetTokenBackgroundJob
...
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
2022-06-15 11:37:43 +02:00
Valdnet
814d9ac74a
Spelling unification
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-06-15 11:01:58 +02:00
Valdnet
5e200f2670
l10n: Spelling unification
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-06-15 11:01:18 +02:00
Valdnet
dd30ab9c7f
l10n: Spelling unification
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-06-15 10:57:05 +02:00
Thomas Citharel
956d895920
Update tests after ResetTokenBackgroundJob changes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-15 10:29:16 +02:00
Thomas Citharel
56727ba58b
Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-15 10:29:16 +02:00
Thomas Citharel
47ea43ea49
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
...
No need to try to delete the config key in config.php if we aren't
allowed to.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-15 10:29:16 +02:00
Nextcloud bot
da8450e854
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-15 02:27:55 +00:00
Daniel Calviño Sánchez
e15b43d976
Fix default toast message for failed uploads with HTTP/2
...
When an upload fails a toast is shown with either a specific message or
just the textual part of the HTTP error code (which comes from the
upload failure handler and set by "jQuery.ajax()". However, if there
is neither a message nor an error then the toast will show the default
message from the Toastify-js library, which is an undescriptive "Hi
there!".
When HTTP/2 is used Chromium does not provide the textual part of the
HTTP error code, so when an upload fails the toast can receive an empty
message and thus just show "Hi there!". Now an explicit message is
provided as a fallback to prevent that.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-06-14 16:07:35 +02:00
Christoph Wurst
9f3958e8d2
Merge pull request #32351 from nextcloud/dav-handle-move-operation-properly
...
Handle the move operation properly between shared calendars
2022-06-14 15:58:56 +02:00
Côme Chilliet
113028581c
Remove bogus expects from user_ldap tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-14 15:44:51 +02:00
Christoph Wurst
06b785d3bc
Merge pull request #32875 from nextcloud/fix/setup-set-up-2fa
...
Fix 2FA setup vs set up typo
2022-06-14 15:33:29 +02:00
Côme Chilliet
c54fb5f9e6
Use {$var} instead of ${var} for PHP 8.2 compatibility
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-14 15:12:28 +02:00
Thomas Citharel
39ef0500d1
Handle the move operation properly between shared calendars
...
- Introduce a new CalendarObjectMovedEvent typed event dedicated for
this operation
- Handle the event in the activity backend and add new appropriate activity subjects
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-14 14:40:24 +02:00
Christoph Wurst
3ce1f908a1
Fix 2FA setup vs set up typo
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-06-14 14:34:20 +02:00
Bill McGonigle
ad60b3b479
Mention missing files subdir
...
Many users are getting confused by the inaccurate error message "Home storage for user $user not writable" because the storage *is* writable. The actual issue is a missing files/ subdirectory. cf. https://help.nextcloud.com/t/home-storage-for-user-not-writable/10831/7
By mentioning the possible cause in the error message, users are going to be able to rapidly solve their problem rather than bang their heads against the screen, Google, and eventually forums to find out that the error message is wrong in their case.
Yes, it would be better to detect and precisely describe the fault, or fix the problem automatically, but until then, be kind to the users for the next however many years.
2022-06-14 07:10:29 -04:00
Carl Schwan
046357ec75
Fix type error in Sabre/Connector/Directory
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-14 13:01:06 +02:00
Daniel
ad10cd5f65
Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updates
...
Run php tests when 3rdparty changed
2022-06-14 12:34:55 +02:00
Thomas Citharel
4129089f87
Avoid calendar & addressbook activities being created on user being deleted
...
Addressbooks and Calendar data are destroyed through hook OC_User::pre_deleteUser, which when it reaches the backends sends AddressBookDeletedEvent/CalendarDeletedEvent typed events, which in turns generates activities that aren't deleted until they expire.
This can probably lead to old activities being visible for a new user created with the same uid.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-14 11:54:42 +02:00
Côme Chilliet
a810b21373
Replace opis/closure with laravel/serializable-closure in code
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-14 10:58:24 +02:00
Côme Chilliet
d80dad42a3
Replace opis/closure by laravel/serializable-closure
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-14 10:32:36 +02:00
Nextcloud bot
7522779251
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-14 02:28:15 +00:00
Vitor Mattos
b9def2f073
Set as optional argument
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-06-13 16:12:35 -03:00
Vitor Mattos
45cdb36d5c
Remove unecessary row and make compatible with db schema
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-06-13 13:35:34 -03:00
Côme Chilliet
129584c966
Remove deprecated at() matcher from user_ldap tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-13 15:19:25 +02:00
Côme Chilliet
4f230877e9
Merge pull request #32853 from nextcloud/fix/update-acceptance-composer-lock
...
Update dependencies in acceptance tests composer.lock
2022-06-13 13:55:47 +02:00
Vincent Petry
8809de1eef
Merge pull request #31966 from nextcloud/unencrypted-size
...
store unencrypted size in the unencrypted_size column
2022-06-13 11:55:37 +02:00
Joas Schilling
c26ddf10de
Merge pull request #32847 from nextcloud/followup/32748/fix-second-integration-test
...
Fix second integration test as well
2022-06-13 11:44:54 +02:00
Robin Appelman
db3093a46f
delete files before cleaning cache when cleaning user files
...
otherwise, when using object store, we loose track of which files the user owns before we can delete them
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-13 08:51:22 +00:00
Vincent Petry
12e3e85336
Merge pull request #31637 from nextcloud/add-password-reset-typed-events
...
Add password reset typed events and modernize LostController
2022-06-13 10:50:52 +02:00
Vincent Petry
7f8b032029
Merge pull request #32843 from nextcloud/bugfix/noid/correctly-log-failed-attempts
...
Correctly log failed attempts
2022-06-13 10:26:07 +02:00
Côme Chilliet
5cce1b92ff
Update dependencies in acceptance tests composer.lock
...
It should allow to run them on PHP>=8.0 with a recent phpunit.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-13 10:24:42 +02:00
Louis
879a8c3b25
Merge pull request #32774 from nextcloud/enh/a11y/keyboard-legacy-contacts-menu
...
Enable keyboard activation of legacy contacts menu
2022-06-13 10:20:47 +02:00
Carl Schwan
1d35efdd1f
Merge pull request #31197 from nextcloud/acsfer-patch-1
...
Add memcached unix socket instructions
2022-06-13 09:55:35 +02:00
Joas Schilling
584424c651
Fix second integration test as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-13 09:52:03 +02:00
Joas Schilling
6eb692da7f
Correctly log failed attempts
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-13 09:30:51 +02:00
Vincent Petry
4ecedffb5b
Merge pull request #31345 from nextcloud/fix/31164/delete-additional-email
...
Fix deletion of additional emails
2022-06-13 09:14:16 +02:00
Nextcloud bot
311a7edd0f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-13 02:28:17 +00:00
Nextcloud bot
af0b50daa5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-12 02:27:53 +00:00
Nextcloud bot
6ae3fcf9b5
Updating command-rebase.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-11 15:29:08 +00:00
Nextcloud bot
a7b932cb52
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-11 02:28:28 +00:00
dependabot[bot]
cf4157a073
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.4 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-11 01:03:49 +00:00
Christopher Ng
2948c5e1f1
Use unique key to prevent email component reuse
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-10 20:15:35 +00:00
Vincent Petry
2ee948e8d1
Merge pull request #30368 from nextcloud/dav-allow-object-properties
...
Allow DAV Object properties
2022-06-10 17:07:38 +02:00
Vincent Petry
804ee11803
Merge pull request #31029 from nextcloud/expose-extra-emails-in-dav
...
Expose additional emails in {DAV:}alternate-URI-set
2022-06-10 16:56:37 +02:00
Thomas Citharel
abe5ff3654
Make LostController use IInitialState and LoggerInterface
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-10 16:41:41 +02:00
Thomas Citharel
6283d14fa6
Modernize the LostControllerTest test
...
Remove some depreciated at() calls
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-10 16:41:41 +02:00
Thomas Citharel
44e13848a1
Add password reset typed events
...
These hooks are only used in the Encryption app from what I can see.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-10 16:41:41 +02:00
Vincent Petry
5f8e1b7fb9
Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-webcal
...
Increase loglevel of Webcal parsing errors and modernize code
2022-06-10 16:31:51 +02:00
Vincent Petry
85cc867143
Merge pull request #31771 from nextcloud/fix/hook-encryption-cron
...
Fix hook encryption with cron job
2022-06-10 16:27:59 +02:00
Vincent Petry
e6e1862000
Merge pull request #32059 from cld4h/patch-1
...
Fix issue #31692 of occ files:scan
2022-06-10 16:20:00 +02:00
Vincent Petry
dcfdcf991f
Merge pull request #32361 from nextcloud/dav-scheduling-default-calendar
...
Put calendar invites into the user's first available calendar
2022-06-10 16:03:09 +02:00
Vincent Petry
8e61671b82
Merge pull request #32364 from nextcloud/dav-listeners
...
🧹 Remove all legacy event dispatchers from CalDAV & CardDAV backends
2022-06-10 15:57:35 +02:00
Joas Schilling
148498bba5
Merge pull request #32741 from nextcloud/Valdnet-patch-2
...
l10n: Delete apostrophe
2022-06-10 15:54:14 +02:00
Vincent Petry
6ee4e0b94c
Merge pull request #32806 from nextcloud/fix-federated-sharing
...
Revert "Remove inefficient fed share scanner"
2022-06-10 15:47:13 +02:00
Vincent Petry
87b04753d2
Merge pull request #32660 from susnux/master
...
Feature: Add loglevel exported JS OC.config object
2022-06-10 15:31:36 +02:00
Vincent Petry
4bc469bf80
Merge pull request #32672 from nextcloud/updateCrl
...
Update crl after revoke externalpassword.csr
2022-06-10 15:30:25 +02:00
Vincent Petry
79f8356438
Merge pull request #32685 from nextcloud/fix/external-storage-password-replacement
...
Fix replacing external storage password during debug log
2022-06-10 15:28:52 +02:00
Vincent Petry
42d480c94a
Merge pull request #32737 from nextcloud/fix/remove-at-matcher-in-settings-tests
...
Remove deprecated at() matcher from settings tests
2022-06-10 15:23:52 +02:00
Vincent Petry
fe45eaca3b
Merge pull request #32748 from nextcloud/bugfix/noid/keep-non-default-protocol-in-cloud-id
...
Keep non default protocol in cloud id
2022-06-10 15:22:03 +02:00
Vincent Petry
142b32c51a
Merge pull request #32799 from nextcloud/bugfix/noid/fix-exception-handling-when-profile-data-is-too-long
...
Fix exception handling when profile data is too long
2022-06-10 15:03:19 +02:00
Vincent Petry
08655a1497
Merge pull request #32800 from nextcloud/bugfix/noid/no-fatal-for-maintenance-mode
...
Don't spam the log with fatals when maintenance mode is enabled or an…
2022-06-10 15:02:37 +02:00
Daniel Kesselberg
17a12bf617
Run php tests when 3rdparty changed
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-06-10 14:20:43 +02:00
Vincent Petry
bea755f153
Merge pull request #32723 from MartinBrugnara/master
...
Expose umask override value as config parameter: localstorage.umask
2022-06-10 11:23:31 +02:00
Vincent Petry
56b1453945
Merge pull request #32768 from nextcloud/fs-setup-onetime-earlier
...
perform onetime setup earlier to ensure wrappers are registered on time
2022-06-10 11:21:54 +02:00
Vincent Petry
fed85dc063
Merge pull request #32805 from nextcloud/avoid-creating-activities-for-system-user
...
Avoid creating card activities for system user
2022-06-10 11:21:17 +02:00
Carl Schwan
6667007bf2
Revert "Remove inefficient fed share scanner"
...
This reverts commit ce31914314 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-10 10:29:42 +02:00
Thomas Citharel
9a60bbebf3
Add tests for OCA\DAV\CardDAV\Activity\Backend (adapted from CalDAV)
...
And test that the system addressbook will never generate activity events
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-10 09:47:11 +02:00
Thomas Citharel
c6c3fd9aa9
Avoid creating carddav activities for the system user
...
Because of the system addressbook synchronisation.
Closes #32803
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-06-10 09:07:53 +02:00
Nextcloud bot
8541707f32
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-10 02:33:54 +00:00
Christopher Ng
04cec2b686
Enable keyboard activation of legacy contacts menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-10 01:32:34 +00:00
blizzz
b1616dea53
Merge pull request #32797 from nextcloud/fix-external-home-dir
...
fix mounts mounted at the users home
2022-06-10 00:44:01 +02:00
Joas Schilling
8e3b30f388
Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-10 00:36:52 +02:00
Joas Schilling
3235785c24
Fix exception handling when profile data is too long
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-09 22:07:46 +02:00
Robin Appelman
5c768f980e
fix mounts mounted at the users home
...
this fixes external storages with '/' as mountpoint
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-09 19:21:56 +02:00
Pytal
0523626b98
Merge pull request #32675 from nextcloud/fix/validate-dashboard-background
2022-06-09 08:56:48 -07:00
Joas Schilling
550258200b
Fix integration test which now actually matches the system-addresssbook entry
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-09 15:38:30 +02:00
Joas Schilling
6e3d668436
Keep non default protocol in cloud id
...
When there is no protocol on the cloud id, we assume it's https://
But this means that when an http:// server currently sends an OCM
invite to another server, the protocol is striped and the remote
instance will try to talk back to https:// which might not be available.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-09 15:23:05 +02:00
Simon L
76db612b16
Merge pull request #32728 from kesselb/master
...
Add matrix for psalm baseline update job
2022-06-09 14:04:44 +02:00
Vincent Petry
dac93fe048
Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepicker
...
Augment file picker modal accessibility
2022-06-09 13:20:19 +02:00
Vincent Petry
e56a072fa7
Merge pull request #32769 from nextcloud/enh/32749/regex-universal-search
...
Specify the filter first for unified search
2022-06-09 12:03:59 +02:00
Joas Schilling
211361da2f
Merge pull request #32765 from nextcloud/fix/add-back-delete.png
...
Add back the deleted.png file
2022-06-09 10:02:49 +02:00
Julius Härtl
42f92153f5
Merge pull request #32767 from nextcloud/seeakble-http-stream-wrappers
...
handle stream wrappers in SeekableHttpStream
2022-06-09 09:49:55 +02:00
Nextcloud bot
da58e46ecd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-09 02:31:52 +00:00
Christopher Ng
0ea95c3ff6
Rename a11y helper function
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:25:13 +00:00
Christopher Ng
343eab4c96
Update variable name
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:20:37 +00:00
Christopher Ng
f876dc6882
Set circular radius on close button
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:19:28 +00:00
Christopher Ng
189926b107
Add a11y utility function
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:17:19 +00:00
Christopher Ng
9f09caaaea
Activate the primary dialog button on enter if there is a single input
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:16:04 +00:00
Christopher Ng
edba92d1f4
Use keyboard controls with the action buttons
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:13:52 +00:00
Christopher Ng
16d2238de5
Use keyboard controls for new folder creation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:12:24 +00:00
Christopher Ng
0b0ef105c5
Use button for grid view toggle instead of hidden checkbox
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:09:57 +00:00
Christopher Ng
83e16b89a2
Prevent pressing enter key without control focus from activating the primary button
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:08:25 +00:00
Christopher Ng
fc56c0eb91
Fix focus styling
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:06:53 +00:00
Christopher Ng
ba75c61868
Restore grid view toggle
...
Removed in https://github.com/nextcloud/server/pull/29966 and partially restored in https://github.com/nextcloud/server/pull/30452
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:04:49 +00:00
Christopher Ng
a9f6cd19a4
Prepend file picker to be initial keyboard focus target
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-09 00:00:13 +00:00
Christopher Ng
229c65b0d7
Handle keyboard navigation in the file picker
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-08 23:58:28 +00:00
Pytal
b7089c20ee
Merge pull request #32736 from nextcloud/enh/a11y/keyboard-contacts-menu
2022-06-08 16:31:46 -07:00
Pytal
e76d8bb901
Merge pull request #32697 from nextcloud/fix/get-avatar-authz
2022-06-08 16:27:31 -07:00
Daniel Kesselberg
78786a2887
Specify the filter first for unified search
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-06-08 19:56:41 +02:00
Robin Appelman
a937ab03dd
perform onetime setup earlier to ensure wrappers are registered on time
...
this fixes an issue with wrappers like encryption not always being applied to mountpoint that create the storage object directly (such as external storage)
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-08 18:49:54 +02:00
Robin Appelman
499995b37a
handle stream wrappers in SeekableHttpStream
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-08 17:52:27 +02:00
Anna Larch
6ac271cef0
Add back the deleted.png file as SVG forwarding doesn't work for /core/img
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-06-08 16:23:08 +02:00
Louis
de6b0dadbe
Merge pull request #31981 from nextcloud/temporary-passwords-fixes-31952
...
Temporary passwords fixes 31952
2022-06-08 14:59:38 +02:00
Cyrille Bollu
50badb3fb6
Various improvements related to the recent implementation of temporary passwords
...
for mail shares:
1- Changes style of "forgot password?" and "Back" button
2- Adds information about share password's expiration time in the emails sent.
3- Shows password expiration time in the Share menu
4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords)
5- At share's creation, password should only be sent when it's a permanent one
See also https://github.com/nextcloud/server/issues/31952
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-06-08 11:29:19 +00:00
Julius Härtl
b7bce42078
Merge pull request #32746 from nextcloud/new-share-column-attributes
...
Add new share attributes column
2022-06-08 10:49:19 +02:00
Joas Schilling
9a8c9e5cf6
Merge pull request #32744 from nextcloud/bugfix/noid/easier-federation-debugging
...
Always log errors from sending federation api requests to ease debugging
2022-06-08 10:16:51 +02:00
Vincent Petry
7f660674de
Add new share attributes column
...
To store more extended permissions in the future.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-06-08 08:46:23 +02:00
Nextcloud bot
c9bee7e309
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-08 02:32:26 +00:00
Christopher Ng
7c50dd888e
Test all scopes
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-07 23:57:21 +00:00
Christopher Ng
7455cd9dd7
Fix get avatar authorization
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-07 23:57:21 +00:00
Julius Härtl
0f6fc3284d
Merge pull request #32481 from nextcloud/feature/add-docxf-form-mimetypes
...
Add docxf and form mimetypes
2022-06-08 00:47:46 +02:00
Joas Schilling
1cc2796613
Always log errors from sending federation api requests to ease debugging
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-07 22:01:32 +02:00
Julius Härtl
50ed84fe17
Simlify tests for integrity check on modified mimetype lists
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-06-07 21:54:27 +02:00
Luka Trovic
4404ed649d
feat: add x-office-form-template and x-office-form icons
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2022-06-07 21:54:27 +02:00
Luka Trovic
0858d3d514
feat: add docxf and form mimetypes
...
signed-off-by: Luka Trovic <luka@nextcloud.com >
2022-06-07 21:54:27 +02:00
Joas Schilling
50c697dbd4
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-07 20:40:55 +02:00
Christopher Ng
c1054ea5eb
Augment keyboard accessibility of contacts menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-07 16:57:13 +00:00
Carl Schwan
5907bba3fd
Fix hook encryption with cron job
...
Make sure the setup fs is set before using the Update service
Fix #29674
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-07 15:38:45 +00:00
Joas Schilling
a33310f1b1
Add debug flag to the translation checker
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-07 17:09:46 +02:00
Joas Schilling
21734fdda4
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-06-07 17:04:36 +02:00
Valdnet
dfe7243338
l10n: Delete apostrophe
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-06-07 16:41:38 +02:00
Louis
dcf25d6c77
Merge pull request #32703 from nextcloud/fix/carret_position
...
Properly calculate carret position
2022-06-07 14:59:36 +02:00
Jasper Weyne
0633a1d9f5
Disable ~/.aws/config access by S3ConnectionTrait
...
This commit sets the 'use_aws_shared_config_files' option to false, in order to disable configuration loading from ~/.aws/config by the AWS SDK, specifically the S3Client. It is a continuation of #27040 , as that PR only changed the behaviour of the CredentialsProvider; this change affects the ConfigurationProvider as well.
Signed-off-by: Jasper Weyne <jasperweyne@gmail.com >
2022-06-07 13:39:14 +02:00
Louis Chemineau
719515afe7
Properly calculate carret position
...
The carret position is currently hard coded based on the position of the icon in the header.
This PR calculate its position relatively to the header icon.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-07 13:16:20 +02:00
Christoph Wurst
92d64617e6
Merge pull request #26582 from nextcloud/enhancement/logger-function
...
Add a helper function that makes it easier to log from anywhere
2022-06-07 11:22:26 +02:00
Côme Chilliet
c0c54b20d9
Remove deprecated at() matcher from settings tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-06-07 10:05:18 +02:00
Nextcloud bot
407ba4a8bf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-07 02:30:56 +00:00
Pytal
11cbba565b
Merge pull request #32732 from nextcloud/dependabot/npm_and_yarn/webpack-5.73.0
2022-06-06 10:38:16 -07:00
dependabot[bot]
ed89243950
Bump webpack from 5.72.0 to 5.73.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.0 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-06-06 16:19:06 +00:00
Ferdinand Thiessen
1da424595f
Feature: Add and expose frontend loglevel
...
This adds a new config variable `loglevel_frontend`,
allowing to configure the logging level of the
browser part as requested in nextcloud/nextcloud-logger#141
If not configured the `loglevel` is used as the fallback.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de >
2022-06-06 13:37:04 +02:00
Nextcloud bot
31d48a7641
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-06 02:33:59 +00:00
Daniel Kesselberg
2af36577c5
Add matrix for psalm baseline update job
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-06-05 22:57:23 +02:00
Martin Brugnara
7409569994
Expose umask override value as config parameter: localstorage.umask
...
Commit 451c06d introduced override for umask value.
This is needed to avoid broken env configuration or dirty workers
to mess with the permissions when creating new files.
Most Nextcloud, that does not integrate with external software
would work fine with an hard-coded value (451c06d set it at 022).
Advanced install may require more flexibility, as such this commit
exposes the "umask override value" as configuration parameter:
`localstorage.umask`
It defaults to 0022 both in code and in config/config.sample.php .
Signed-off-by: Martin Brugnara <martin@0x6d62.eu >
2022-06-05 19:19:31 +02:00
Nextcloud bot
daa52b4165
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-05 02:33:09 +00:00
Nextcloud bot
9ee3971f7c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-04 02:31:57 +00:00
rakekniven
237b6bdcd4
Merge pull request #32537 from nextcloud/rakekniven-patch-2
...
l10n: Fix escaping issue
2022-06-03 18:51:51 +02:00
rakekniven
4399ed4712
l10n: Fix escaping issue
...
At Transifex the string is cut and shown `For the server to work properly, it`
I modified this without vue knowledge. @CarlSchwan Can you check please?
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-06-03 16:14:29 +02:00
Joas Schilling
6d5d91f6f9
Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handling
...
Create query parameters on correct objects to make debugging easier
2022-06-03 15:31:40 +02:00
Joas Schilling
57c686e124
Merge pull request #32620 from nextcloud/bugfix/noid/reset-status-on-clearAt
...
Also reset the status on clearAt
2022-06-03 15:29:50 +02:00
Joas Schilling
8e59d49701
Merge pull request #32435 from nextcloud/revert-32278-remove-default-php
...
Revert "Remove call to already default php.ini values"
2022-06-03 14:16:24 +02:00
Valdnet
2dea9a1bd5
Merge pull request #32716 from nextcloud/Valdnet-patch-2
...
l10n: Change to a capital letter
2022-06-03 10:27:04 +02:00
John Molakvoæ
2f5a00f5b3
Merge pull request #32715 from nextcloud/enh/direct-editing-capabilities
...
Only load direct editing capabilities when required
2022-06-03 09:57:19 +02:00
Valdnet
1bc6fb2c58
l10n: Change to a capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-06-03 09:34:15 +02:00
Julius Härtl
61056587c9
Only load direct editing capabilities when required
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-06-03 07:15:17 +02:00
Nextcloud bot
a90b647aff
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-03 02:34:07 +00:00
Pytal
a806984c6d
Merge pull request #32713 from nextcloud/fix/button_active_in_notif
2022-06-02 10:54:27 -07:00
Pytal
c82377d3ba
Merge pull request #32702 from nextcloud/fix/header_entries_order
2022-06-02 10:00:48 -07:00
Louis Chemineau
dfd98fab12
Prevent button in notifications to be impacted by css rule
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-02 18:34:19 +02:00
Julius Härtl
3f685d5830
Merge pull request #32662 from nextcloud/bugfix/noid/cleanup-s3-tmp
...
Cleanup temporary files after finishing the write to object storage
2022-06-02 18:25:23 +02:00
Côme Chilliet
27cdc8dab1
Merge pull request #32570 from nextcloud/fix/remove-at-matcher-in-federatedfilesharing-tests
...
Remove at() matcher from tests in federatedfilesharing
2022-06-02 17:06:01 +02:00
Vincent Petry
07b53b9d41
Merge pull request #32682 from nextcloud/fix/compile_cmd_sass_cmd
...
Add --if-present flag to prevent error when sass script does not exists
2022-06-02 17:01:18 +02:00
Robin Appelman
8238582e59
store unencrypted size in the unencrypted_size column
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-02 16:07:00 +02:00
Robin Appelman
2a68819a67
add case statement to sql function builder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-02 15:52:12 +02:00
Robin Appelman
813b50ed42
make expression build return IQueryFunction instead of string
...
this allows passing the expressions to further expressions without them being escaped as column names
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-06-02 15:52:08 +02:00
Julius Härtl
0f0e74a78c
Cleanup temporary files after finishing the write to object storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-06-02 12:57:18 +00:00
Christoph Wurst
ca45e6a064
Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-logging
...
Debug log what happens during reminders processing
2022-06-02 14:29:58 +02:00
blizzz
1d1b9d936b
Merge pull request #32690 from nextcloud/bugfix/noid/fix-mountpoint-matching-encryption
...
Trim mount point before matching in encryption code
2022-06-02 13:47:18 +02:00
blizzz
01bb642901
Merge pull request #32696 from nextcloud/fix/use-image-from-ocp
...
Use Image class from public API
2022-06-02 13:42:05 +02:00
Louis Chemineau
6905b347ea
Declare header entries in the order they are displayed
...
The notifications entry was declared after the search one, but they are rendered in a different order. This PR switch their declarations, so the order they appear in match their order in the DOM.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-02 11:22:59 +02:00
Nextcloud bot
cc65bfe624
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-02 02:32:52 +00:00
Christopher Ng
57c66bf7cb
Use Image class from public API
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-02 00:37:36 +00:00
Christopher Ng
00135986ab
Validate custom dashboard background image
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-06-02 00:24:35 +00:00
Vincent Petry
b212e8dcc9
Add unit tests for encryption's isSystemWideMountPoint
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-06-01 18:10:59 +02:00
Vincent Petry
a704bcf97f
Trim mount point before matching in encryption code
...
Often times the mount point has a leading slash.
This fix sanitizes it to make sure matching works.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-06-01 18:10:59 +02:00
Christoph Wurst
4e5ed32025
Merge pull request #32471 from nextcloud/fix-wrong-dav-activities
...
Make sure activities are not created when a deleted calendar object expires
2022-06-01 17:01:58 +02:00
blizzz
b1c793e663
Merge pull request #32686 from nextcloud/perf/make-x-hash-optin
...
Make X-HAS-{MD5/SHA256} opt-in
2022-06-01 14:36:54 +02:00
Christoph Wurst
58f7a150ed
Debug log what happens during reminders processing
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-06-01 11:38:02 +02:00
Carl Schwan
010924916c
Fix small typo
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-01 11:13:09 +02:00
Carl Schwan
1b426eda44
Make X-HAS-{MD5/SHA256} opt-in
...
This is not always needed and slow down the upload
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-01 10:59:04 +02:00
Christoph Wurst
90c31cfddc
Fix replacing external storage password during debug log
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-06-01 10:31:19 +02:00
Louis Chemineau
9566fb8007
Add --if-present flag to prevent error when sass script does not exists
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-06-01 09:04:26 +02:00
Vincent Petry
0726271504
Merge pull request #32371 from nextcloud/fix-31952
...
More meaningfull message when a public authenticated share's password is wrong or has expired.
2022-06-01 09:04:11 +02:00
Nextcloud bot
e6177afeda
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-06-01 02:32:26 +00:00
Christoph Wurst
581bb62d9c
Merge pull request #32666 from nextcloud/fix/background-job-type-check
...
Check background job type
2022-05-31 19:16:36 +02:00
Pytal
40fef4a9db
Merge pull request #32670 from nextcloud/fix/share_permissions_rendering
2022-05-31 09:38:53 -07:00
Julius Härtl
22fa193684
Merge pull request #32671 from nextcloud/debt/noid/psalm-baseline
...
Update psalm-baseline
2022-05-31 17:56:58 +02:00
Cyrille Bollu
4a790fedf0
More meaningfull message when a public authenticated share's password is wrong or has expired
...
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be >
2022-05-31 17:26:58 +02:00
Christoph Wurst
b17c4a6072
Check background job type
...
It is assumed that a job class loaded from the jobs table is an IJob,
but due to programming error the job might be of another type. Then the
setters will most likely fail.
This patch adds an interface type check so only correct jobs are used,
anything else is ignored.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-05-31 15:24:30 +00:00
Vitor Mattos
756e2b120a
Update crl after revoke externalpassword.csr
...
Reference: https://github.com/nextcloud/app-certificate-requests/pull/519
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-05-31 10:02:06 -03:00
Daniel Kesselberg
8415a06091
Update psalm-baseline
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-31 14:53:07 +02:00
blizzz
df89e7fd39
Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh
...
[Psalm] Fix docblock for addFileFromStream
2022-05-31 14:22:05 +02:00
Louis Chemineau
5fee0fbd5b
Fix share permissions rendering
...
The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`.
This PR changes the return value of the `default` case and adds a `filter` to remove those values.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-05-31 14:17:16 +02:00
blizzz
9a444a8be6
Merge pull request #32653 from nextcloud/update-3rdparty-master
...
Update 3rdparty for symfony/translation:4.4.41
2022-05-31 13:55:37 +02:00
Louis
6dd348e34f
Merge pull request #32502 from nextcloud/cleanup/worflow-admin
...
Use SettingsSection in workflowengine settings
2022-05-31 13:19:47 +02:00
Joas Schilling
85caf19731
Update 3rdparty for symfony/translation:4.4.41
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-31 12:42:07 +02:00
blizzz
86b2e67dd6
Merge pull request #32665 from nextcloud/automated/noid/psalm-baseline-update-1653970753
...
[Automated] Update psalm-baseline.xml
2022-05-31 12:16:39 +02:00
blizzz
699f259c45
Merge pull request #32667 from nextcloud/followup/32655/fix-tests
...
Fix unit tests
2022-05-31 11:30:51 +02:00
Carl Schwan
30d7763edc
Use SettingsSection in workflowengine settings
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-31 08:38:50 +00:00
Joas Schilling
279e06a80f
Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper
...
Improve JSConfigHelper code quality a bit
2022-05-31 10:29:30 +02:00
Joas Schilling
f855b73aa5
Merge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-match
...
Fix Nextcloud Android app not showing proper name
2022-05-31 10:28:54 +02:00
Joas Schilling
c2af3667dc
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-31 10:23:52 +02:00
Joas Schilling
cf9660fdf0
Merge pull request #32628 from nextcloud/bugfix/noid/json-throw
...
Use JSON_THROW_ON_ERROR instead of custom error handling
2022-05-31 10:06:21 +02:00
Vincent Petry
cf9d0b123a
Merge pull request #32663 from nextcloud/bugfix/noid/temp-cron
...
Cleanup tempfiles after each cron job run
2022-05-31 09:19:31 +02:00
John Molakvoæ
eca5e2dce1
Merge pull request #32509 from nextcloud/fix/theming-colours-primary
2022-05-31 08:49:03 +02:00
nextcloud-command
a1c5176e4c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-31 04:19:13 +00:00
Nextcloud bot
016895d539
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-31 02:33:09 +00:00
Pytal
4873faa951
Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getter
2022-05-30 17:16:33 -07:00
Christopher Ng
aaedc95e81
Update calendar estimation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-05-30 22:48:15 +00:00
Christopher Ng
9fbbbc7ca6
Update contacts estimation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-05-30 17:49:05 +00:00
Christopher Ng
f2850a6c06
Skip avatar on failure
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-05-30 17:49:05 +00:00
Christopher Ng
432bc9a585
Update method name
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-05-30 17:49:05 +00:00
Côme Chilliet
fa041dabf4
Add the ISizeEstimationMigrator interface for method getExportEstimatedSize
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-30 17:49:05 +00:00
dependabot[bot]
d7ec631d5f
Merge pull request #32641 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.7
2022-05-30 17:40:52 +00:00
Julius Härtl
3901a93c72
Use JSON_THROW_ON_ERROR instead of custom error handling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-30 19:17:49 +02:00
dependabot[bot]
8cf2b7cd35
Bump core-js from 3.22.5 to 3.22.7
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.5 to 3.22.7.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.5...v3.22.7 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-30 16:41:09 +00:00
Julius Härtl
c8a6dad519
Cleanup tempfiles after each cron job run
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-30 18:01:51 +02:00
Côme Chilliet
7140201a32
Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount
...
[Psalm] Fix docblock for return type
2022-05-30 17:05:50 +02:00
Vincent Petry
0886437f2c
Merge pull request #32591 from nextcloud/fix/node-test
...
Fix node tests ci
2022-05-30 17:00:27 +02:00
jld3103
26804ceccb
Fix Nextcloud Android app not showing proper name
2022-05-30 16:11:26 +02:00
Côme Chilliet
ee9f37c3d6
Merge pull request #32649 from nextcloud/automated/noid/psalm-baseline-update-1653884512
...
[Automated] Update psalm-baseline.xml
2022-05-30 14:49:32 +02:00
Carl Schwan
1164c762eb
Merge pull request #31948 from nextcloud/core-cleanup-74
...
Update core to PHP 7.4 standard
2022-05-30 14:37:37 +02:00
Carl Schwan
e86bcc8953
Merge pull request #32655 from nextcloud/fix/handle-non-existing-settings
...
Handle non existing settings again
2022-05-30 12:53:36 +02:00
Joas Schilling
f9efc410fa
Restore old behaviour of sending flase for not found apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-30 12:41:35 +02:00
Joas Schilling
eb1a69d627
Improve JSConfigHelper code quality a bit
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-30 12:33:45 +02:00
Carl Schwan
63f589109b
Handle non existing settings again
...
See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-30 11:06:55 +02:00
Carl Schwan
623293c2dd
Fix node tests ci
...
- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-30 10:54:45 +02:00
Côme Chilliet
6da413f7af
Move new IMigrator method to a specific interface ISizeEstimationMigrator
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-30 07:36:13 +00:00
Côme Chilliet
09917b8583
Implement getExportEstimatedSize in migrators
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-30 07:36:13 +00:00
Côme Chilliet
f20b7e5764
Add a method to get estimated export size in IMigrator
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-30 07:36:13 +00:00
nextcloud-command
b9e47ad054
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-30 04:21:52 +00:00
Nextcloud bot
72bb8f6c31
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-30 02:31:52 +00:00
Nextcloud bot
5a12e8f906
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-29 02:33:23 +00:00
Andy Xheli
c19c059994
Fix User profile picture when performing the search
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Before

After
Fix for #31065
2022-05-27 14:48:06 -05:00
Daniel Kesselberg
f399fd41ec
Fix docblock for return type
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-27 20:05:46 +02:00
Carl Schwan
ec96aa527b
Merge pull request #32594 from nextcloud/fix/groupfolder-not-loading-when-share-disabled
...
Fix loading groupfolder info when share api is disabled
2022-05-27 18:54:49 +02:00
Carl Schwan
e4378fd18c
Merge pull request #32349 from nextcloud/enh/projects-event
...
Add event to load additional scripts for projects
2022-05-27 18:36:40 +02:00
Julius Härtl
ac79137816
Merge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apache-auth-backend
...
allow use of rememberme cookies for IApacheAuth backends
2022-05-27 17:21:08 +02:00
Carl Schwan
8dcab81068
Merge pull request #32596 from nextcloud/enhancement/php8.2-lint
...
Add lint job for PHP8.2
2022-05-27 13:40:56 +02:00
Joas Schilling
1429a9a8ef
Also reset the status on clearAt
...
When you set yourself to "DND - In a meeting" for one hour,
the expectation is that you are also "online"/normal again
when the meeting is over. So we extend the logic to also include
the status itself to be reverted.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 11:32:53 +02:00
Joas Schilling
210394352a
Merge pull request #32601 from nextcloud/GdDebug
...
Move Gd failed operations to debug level
2022-05-27 11:31:11 +02:00
Joas Schilling
9ad5b301ce
Merge pull request #32618 from nextcloud/bugfix/noid/fix-status-handling
...
Fix status handling
2022-05-27 11:20:25 +02:00
Carl Schwan
581e13a2d3
Fix loading groupfolder info when share api is disabled
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-27 10:46:57 +02:00
Joas Schilling
f5878038ff
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 10:46:47 +02:00
Joas Schilling
52737c029c
Don't overwrite certain values if the refreshing comes in via short updates
...
This e.g. happens from the talk participant list which only has the status, message and icon.
Due to the overwriting e.g. the clearAt was overwritten with null
and afterwards the status modal showed "Invalid date" as "Clear at"
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 09:30:16 +02:00
Joas Schilling
5f2e7e9710
Fix missing status with predefined status in drop-down
...
When a predefined status message was used, the status was not "processed"
so it was missing the translated message and the icon in the dropdown and the menu afterwards
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-27 09:21:33 +02:00
Nextcloud bot
1aa1994f59
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-27 02:31:05 +00:00
Nextcloud bot
00f9ad3849
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-26 02:31:27 +00:00
Git'Fellow
8d876358dd
Move Gd failed operations to debug level
...
Instead of error
2022-05-25 18:26:42 +02:00
Christoph Wurst
a849b3fa0c
Add lint job for PHP8.2
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-05-25 16:21:46 +02:00
Carl Schwan
827e622b50
Merge pull request #32577 from nextcloud/fix/remove-at-matcher-in-files_sharing-tests
...
Remove at() matcher in files_sharing tests
2022-05-25 14:46:37 +02:00
Arthur Schiwon
a4a9e7601a
allow use of rememberme cookies for IApacheAuth backends
...
- e.g. enables it for SAML backend
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-05-25 13:09:06 +02:00
Joas Schilling
f9e72a40c7
Merge pull request #32567 from nextcloud/fix/remove-at-matcher-in-encryption-tests
...
Remove at() matcher use from encryption tests
2022-05-25 11:56:58 +02:00
Joas Schilling
95f390d368
Merge pull request #32580 from nextcloud/bugfix/noid/fix-handling-events-without-name
...
Fix handling events without names in activities
2022-05-25 09:11:05 +02:00
Joas Schilling
2c670f9cf9
Also trim the name
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-25 08:06:32 +02:00
Nextcloud bot
d32f683ad6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-25 02:36:02 +00:00
Carl Schwan
eb5e0a4e51
Merge pull request #31761 from nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version
...
Require a recent phpunit version in integration and acceptance
2022-05-24 22:18:20 +02:00
Daniel Kesselberg
be99ea969e
Fix type for resource
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-24 22:05:59 +02:00
Daniel Kesselberg
95ec67ecd7
Fix docblock for addFileFromStream
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-24 22:05:59 +02:00
Carl Schwan
1fc2e903a7
Merge pull request #32557 from nextcloud/cleanup/dav-admin-settings
...
Modernize the dav admin settings
2022-05-24 21:11:22 +02:00
Carl Schwan
d6158c8aea
Merge pull request #32548 from nextcloud/fix/return-type
...
Fix return type and make type stricter
2022-05-24 20:46:23 +02:00
Carl Schwan
a40b6ce995
Merge pull request #32575 from nextcloud/improve/warning
...
Improve warning about missing pnctl
2022-05-24 20:44:26 +02:00
Côme Chilliet
8951f069fe
Require a recent phpunit version in integration and acceptance
...
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-24 18:54:29 +02:00
Joas Schilling
ba684f5c58
Fix handling events without names in activities
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-24 17:04:56 +02:00
Côme Chilliet
948f0740ff
Remove at() matcher in files_sharing tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-24 15:20:52 +02:00
John Molakvoæ
53577ab34a
Merge pull request #32558 from nextcloud/fix/eslint
2022-05-24 15:10:42 +02:00
Carl Schwan
98b25b457e
Improve warning about missing pnctl
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-24 15:04:41 +02:00
Carl Schwan
cc38424179
Merge pull request #32571 from nextcloud/fix/remove-at-matcher-in-files-tests
...
Remove at() matcher for tests for files app
2022-05-24 14:44:02 +02:00
Côme Chilliet
4dfc839f87
Remove at() matcher for tests for files app
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-24 13:02:07 +02:00
Côme Chilliet
1e09e7a1b6
Remove at() matcher from tests in federatedfilesharing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-24 12:56:01 +02:00
Côme Chilliet
deac17b71e
Remove at() matcher use from encryption tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-24 12:18:19 +02:00
Carl Schwan
3ada267a02
Fix return type and make type stricter
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-24 12:05:17 +02:00
Carl Schwan
8c3421e7d8
Modernize the dav admin settings
...
- Use nextcloud-vue components (with proper doc link now)
- Add underline to links so we can see them (accessibility++)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-24 10:25:52 +02:00
Carl Schwan
6d883a8572
Fix various errors reported by eslint
...
And also make sure eslint doesn't try to index apps-extra that contains
other repo with not necessarely the same eslint rules
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-24 10:12:18 +02:00
Côme Chilliet
45a75c631e
Merge pull request #32555 from nextcloud/fix/revert-api-break
...
Revert api break
2022-05-24 09:06:00 +02:00
Joas Schilling
53af533853
Merge pull request #32560 from nextcloud/feature/noid/preferences-api
...
Add API to change preferences
2022-05-24 07:58:00 +02:00
Carl Schwan
6147bb611c
Revert api break
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-24 06:59:40 +02:00
Joas Schilling
1d14f08b56
Merge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interface
...
Adjust docs to the same as the implementation
2022-05-24 06:52:53 +02:00
Nextcloud bot
17bdfb1284
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-24 02:32:52 +00:00
Joas Schilling
41711988c7
Merge pull request #32559 from nextcloud/bugfix/noid/update-dav-availability
...
Update DAV availability vue component to standard
2022-05-23 17:03:41 +02:00
Joas Schilling
31dc9aa682
Add API to change preferences
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-23 16:44:23 +02:00
Joas Schilling
da7ebef8ef
Update DAV availability vue component to standard
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-23 15:31:46 +02:00
Joas Schilling
5b82ad0b30
Create query parameters on correct objects to make debugging easier
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-23 13:02:36 +02:00
Joas Schilling
be4faebc47
Adjust docs to the same as the implementation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-23 12:56:47 +02:00
Carl Schwan
8d599c3410
Merge pull request #32378 from nextcloud/fix/psalm-userbackend
...
Fix psalm issues related to the user backend
2022-05-23 11:41:21 +02:00
Christoph Wurst
450136b7cf
Add a helper function that makes it easier to log from anywhere
...
Our DI is able to inject a logger implementation to any server and app
class if they want one. However, sometimes DI isn't applicable or hard
to add. In those cases we typically fell back to the *service locator*
pattern where we acquired a logger from the server via a global
variable.
There were some issues with that
* `\OC` is a private class, apps are not supposed to use it
* `\OC::$server` is a global variable, a well known anti-pattern
* `\OC::$server->get(...)` uses the service locator anti-pattern
* `\OC::$server->get(...)` may throw
* `\OC::$server->get(LoggerInterface::class)` is not scoped to an app
With this patch I'm proposing a new helper function ``\OCP\Log\logger``
that can be used to acquire a logger more easily. This function is meant
to be public API and therefore apps may use it and there is an optional
parameter to specifiy the app ID.
The function hides all the ugly details about the global variable and
the potentially thrown exceptions from the user. Therefore it's
guaranteed that you always get a logger instance. In the worst case you
get a noop, though those occasions should be rare.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-05-23 09:53:38 +02:00
Christoph Wurst
384efc8958
Merge pull request #32519 from nextcloud/rename-webcal-user-agent
...
Rename user-agent used by the Webcal Refresh Service
2022-05-23 09:45:21 +02:00
Nextcloud bot
74d81655e8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-23 02:31:03 +00:00
MichaIng
3b8a0053d9
Merge pull request #32539 from nextcloud/automated/noid/psalm-baseline-update-1653192698
...
[Automated] Update psalm-baseline.xml
2022-05-22 19:29:19 +02:00
nextcloud-command
14907ee098
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-22 04:11:38 +00:00
Nextcloud bot
f0e75d9c64
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-22 02:30:54 +00:00
dependabot[bot]
e9011f0495
Merge pull request #32527 from nextcloud/dependabot/npm_and_yarn/sass-1.52.1
2022-05-21 03:47:06 +00:00
Nextcloud bot
cb7c45b2d4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-21 02:33:50 +00:00
dependabot[bot]
3d707f72bc
Bump sass from 1.50.0 to 1.52.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.0 to 1.52.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.50.0...1.52.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-21 02:10:10 +00:00
Carl Schwan
b70c6a128f
Update core to PHP 7.4 standard
...
- Typed properties
- Port to LoggerInterface
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-20 22:18:06 +02:00
Pytal
e647b9fa49
Merge pull request #32443 from nextcloud/port/background-job-admin
2022-05-20 09:58:13 -07:00
Carl Schwan
697b83bf50
Merge pull request #32501 from nextcloud/cleanup/admin-delegation-setting
...
Cleanup admin delegation setting page
2022-05-20 18:55:18 +02:00
Carl Schwan
d90583ca28
Merge pull request #32486 from nextcloud/debt/noid/psalm-username
...
[Psalm] Rename $userName to $username to align with child classes
2022-05-20 18:19:53 +02:00
Carl Schwan
2b0d82675f
Merge pull request #32459 from nextcloud/port/federatedfilessharing-admin
...
Port admin federated files sharing to vue
2022-05-20 17:34:25 +02:00
Daniel
1629b55f51
Merge pull request #32517 from nextcloud/bugfix/noid/make-appname-accessible
...
Make appName of TemplateResponse accessible in BeforeTemplateRendered…
2022-05-20 17:17:58 +02:00
Carl Schwan
9ec0cb0a90
Fix psalm issues related to the user backend
...
- Reflect the actual return value returned by the implementation in the
the interface. E.g. IUser|bool -> IUser|false
- Remove $hasLoggedIn parameter from private countUser implementation.
Replace the two call with the equivalent countSeenUser
- getBackend is nuallable, add this to the interface
- Use backend interface to make psalm happy about call to undefined
methods. Also helps with getting rid at some point of the old
implementActions
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-20 17:14:58 +02:00
Thomas Citharel
424fc1b736
Rename user-agent used by the Webcal Refresh Service
...
Some services don't like the "crawler" inside the previous user-agent.
Closes https://github.com/nextcloud/calendar/issues/4232
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-20 16:23:40 +02:00
Carl Schwan
2727c57ae8
Port admin federated files sharing to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-20 15:55:16 +02:00
Carl Schwan
6fdeb9b417
Merge pull request #32503 from nextcloud/improve-two-factor
...
Improve two factor admin settings
2022-05-20 15:04:09 +02:00
Joas Schilling
ad908cd87a
Make appName of TemplateResponse accessible in BeforeTemplateRenderedEvent
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-20 15:03:40 +02:00
Carl Schwan
e8e0f97c9a
Port BackgroundJob admin settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-20 15:00:54 +02:00
Joas Schilling
bc82fa48d1
Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnection
...
[Psalm] Fix spelling for PreConditionNotMetException
2022-05-20 14:32:33 +02:00
Carl Schwan
9d5a542a4e
Improve two factor admin settings
...
- Port more of it to vue
- Use new nextcloud vue components for the setting section
- Add a bit of spacing between the elements
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-20 13:27:55 +02:00
Christoph Wurst
af4a90924d
Merge pull request #32497 from nextcloud/fix/custom-php-runtime-autotest
...
Use custom PHP runtime for PHPUnit execution in autotest
2022-05-20 13:10:51 +02:00
John Molakvoæ
d64a63abc6
Properly calculate primary element based on background luminance
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-20 08:42:32 +02:00
John Molakvoæ
87ce03db1a
Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exception
2022-05-20 08:14:17 +02:00
John Molakvoæ
818b898df5
Merge pull request #32496 from nextcloud/fix/cropp-condition
2022-05-20 08:08:48 +02:00
Nextcloud bot
17a2b1d3aa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-20 02:33:07 +00:00
Carl Schwan
4f4d777767
Cleanup admin delegation setting page
...
- Simplify code a bit
- Add link to doc
- Use Nextcloud vue component a bit more
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-19 18:15:41 +02:00
Carl Schwan
eb720b9726
Merge pull request #32464 from nextcloud/port/sharebymail-admin-vue
...
Port share by mail settings to vue
2022-05-19 17:45:36 +02:00
Carl Schwan
a5a4e0df1c
Fix crop condition
...
Make sure that when fetching the image from the cache we don't
accidentally fetch the cropped image just because it also start with
256-256
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-19 17:25:32 +02:00
Julius Härtl
3742b7392d
Add explicit return if getSmallImagePreview fails
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-19 17:01:01 +02:00
Carl Schwan
da49e3f3e0
Port share by mail settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-19 15:45:44 +02:00
Daniel Kesselberg
cf2bc22e0f
Fix return type for createSpecificUser
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-19 14:36:52 +02:00
Daniel Kesselberg
e163b1bb48
Rename userName to username to align with child classes
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-19 14:36:41 +02:00
Christoph Wurst
b933e997c3
Use custom PHP runtime for PHPUnit execution in autotest
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-05-19 13:58:19 +02:00
blizzz
2c5d604a76
Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperf
...
Bye Bye chunkperf.php 👋
2022-05-19 12:56:20 +02:00
Nextcloud bot
cdd1793efd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-19 02:32:23 +00:00
MichaIng
cf97a8e935
Merge pull request #32467 from nextcloud/automated/noid/psalm-baseline-update-1652847360
...
[Automated] Update psalm-baseline.xml
2022-05-18 18:55:29 +02:00
MichaIng
f07bbb3db1
Merge pull request #32390 from nextcloud/dependabot/npm_and_yarn/puppeteer-14.1.0
...
Bump puppeteer from 13.6.0 to 14.1.0
2022-05-18 18:53:47 +02:00
Carl Schwan
1b60f304c2
Merge pull request #32451 from nextcloud/fix/cropped-image-when-not-asked
...
Fix cropped image generated when not asked
2022-05-18 16:08:58 +02:00
Christoph Wurst
4cd0b2253d
Merge pull request #32428 from nextcloud/enhancement/validate-email
...
Add Email validation
2022-05-18 11:22:55 +02:00
Thomas Citharel
cf8b98bf5f
Make sure activities are not created when a deleted calendar object expires
...
Closes https://github.com/nextcloud/activity/issues/784
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-18 11:17:27 +02:00
Simon L
18dd460720
Merge pull request #26813 from nextcloud/feature/files-search-tags
...
Files: Extend search to also cover tags
2022-05-18 10:58:02 +02:00
Anna Larch
440f69bd69
Add email validation
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2022-05-18 07:54:30 +02:00
nextcloud-command
96e9ed3d48
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-18 04:15:59 +00:00
Nextcloud bot
ebd9efd584
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-18 02:32:48 +00:00
Robin Appelman
6d6662ec68
expose displayname cache trough a public interface
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-05-18 03:47:34 +02:00
Marcel Klehr
f755ee0868
Files: Extend search to also cover tags
...
fixes #326
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2022-05-17 21:05:09 +02:00
Daniel Kesselberg
33cd7bfacc
Remove chunkperf.php
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-17 17:25:10 +02:00
Daniel Kesselberg
6281c2da51
Make chunkperf.php work again
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-17 17:25:10 +02:00
Thomas Citharel
741c44385f
Increase loglevel of Webcal parsing errors and modernize code
...
Closes #31612
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-17 15:11:58 +02:00
Thomas Citharel
190a71ecf9
Expose additional emails in {DAV:}alternate-URI-set
...
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.
Closes #27201
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-17 15:11:36 +02:00
Thomas Citharel
28b0da59ce
Fix a doctype in OCP for IAddressBook
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-17 15:09:49 +02:00
Thomas Citharel
060c8d7c4b
Add some typed properties
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-17 15:09:49 +02:00
Thomas Citharel
4bb31c021e
Remove all legacy event dispatchers from CalDAV & CardDAV backends
...
Move them to proper EventListeners and test them
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-17 15:09:46 +02:00
Carl Schwan
07c9bf1adf
Merge pull request #31943 from nextcloud/dav-cleanup
...
Cleanup dav
2022-05-17 14:59:59 +02:00
Côme Chilliet
a4f23b17a9
Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbook
...
[Psalm] Drop redundanten return comment
2022-05-17 14:17:43 +02:00
Robin Appelman
83f831c263
Merge pull request #32427 from nextcloud/boot-event-ordering
...
reorder startup events to fix overlapping
2022-05-17 11:55:00 +00:00
Simon L
0b184f6135
Merge pull request #32439 from nextcloud/enh/noid/database-checks
...
adjust wording for database checks
2022-05-17 12:26:46 +02:00
Carl Schwan
05bf8b4445
Fix cropped image generated when not asked
...
The $crop parameter was not propagated to the imaginary pipeline and
instead it used the smartcrop algorithm always
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-17 10:19:54 +02:00
Louis
8ed92ad4f7
Merge pull request #32216 from SUNET/master
...
Respect user settings in php.ini if they are big enough
2022-05-17 10:14:56 +02:00
John Molakvoæ
9e18a3be2d
Merge pull request #32405 from nextcloud/debt/noid/psalm-warning-isearchrequest
2022-05-17 08:29:32 +02:00
Julius Härtl
4c61db442b
Merge pull request #31623 from nextcloud/tweak-default-scopes-accounts
...
Allow to tweak default scopes for accounts
2022-05-17 08:23:53 +02:00
Nextcloud bot
67472b7167
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-17 02:29:30 +00:00
Thomas Citharel
4d26a9afa0
Allow to tweak default scopes for accounts
...
Close #6582
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-16 22:54:51 +02:00
Carl Schwan
046d5451b1
Improve accessibility of the title of the settings
...
Before every setting page had the same title and this is causing issues
for screenreaders since they can't differenciate the title of page. Now
a new variable is available for apps to declare the page subtitle.
This new variable is implemented for the settings app and while at it I
added a bit more type hinting to the stuff I touched :)
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-16 22:47:37 +02:00
John Molakvoæ
ab0548e4ed
Merge pull request #31584 from nextcloud/fix/accessibility
2022-05-16 22:24:30 +02:00
rakekniven
ec6f28b52d
l10n: Changed spelling
...
See https://en.wikipedia.org/wiki/MIME for details.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-16 20:17:25 +00:00
Julius Härtl
07f17d01cc
Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configuration
...
Migrate phpunit configuration to new format
2022-05-16 20:44:00 +02:00
szaimen
c6f3fe99f4
adjust wording for database checks
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-05-16 19:22:23 +02:00
Julius Härtl
778db45631
Merge pull request #32357 from nextcloud/user-delete-remove-wrappers
...
remove storage wrappers when deleting the user storage
2022-05-16 19:08:35 +02:00
Julius Härtl
795a13a888
Merge pull request #32412 from nextcloud/bugfix/noid/maintenance-script
...
Properly import maintenance script
2022-05-16 19:04:56 +02:00
Carl Schwan
03c46cf115
Merge pull request #32413 from nextcloud/fix/psalm-oc-legacy
...
Fix psalm errors from the end of the baseline file
2022-05-16 18:30:09 +02:00
Joas Schilling
a6ca9d592d
Revert "Remove call to already default php.ini values"
2022-05-16 15:54:18 +02:00
Louis
8100580b5d
Merge pull request #32372 from nextcloud/Valdnet-patch-2
...
l10n: Remove asterisk
2022-05-16 15:43:39 +02:00
Côme Chilliet
cfd5da3466
Merge pull request #32393 from nextcloud/automated/noid/psalm-baseline-update-1652505516
...
[Automated] Update psalm-baseline.xml
2022-05-16 15:37:32 +02:00
Thomas Citharel
bd8b2137e2
Allow DAV Object properties
...
The current implementation only saves them as string. It seems they can
be more complex than that, and that objects were saved directly.
You may find such objects saved in some production databases by
executing:
```sql
SELECT * from oc_properties where propertyvalue = 'Object';
```
This commit adds a repair job to clean all of these "broken" properties
values, adds a new database column to save the type of the property, and
handles converting from and to correct values.
Implementation is very similar to SabreDAV's own PDO backend: https://github.com/nextcloud/3rdparty/blob/4921806dfb1c5c309eac60195ed34e2749baf3c1/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-16 15:02:00 +02:00
Robin Appelman
a67bf03ac0
reorder startup events to fix overlapping
...
current the `request` and `runtime` events overlap with the `init` event which makes it hard to create usefull visualizations.
this reorders things a bit to remove an overlap
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-05-16 13:26:38 +02:00
Carl Schwan
c1499519d4
Improve accessibility with more visible focus indication for non vue apps
...
- Add visible-focus effect on each header entry
- Show focus outline when using focus-visible (keyboard navigation)
- Add polyfy for focus-visible since it's only very recently available
on webkit
- Change text for link to home button to describe the destination and
not the current page
- Improve focus effect in app sidebar navigation
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-16 13:21:48 +02:00
Louis
259b2806bc
Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handling
...
Use stored user for PasswordUpdatedEvent
2022-05-16 12:38:49 +02:00
Valdnet
91e950ccf1
l10n: Remove asterisk
...
Removal of a meaningless asterisk for the given sentence.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-05-16 09:53:36 +00:00
Robin Appelman
e700c3cd33
Merge pull request #32382 from nextcloud/event-logger-log-minimum
...
only log diagnostic events if a treshhold is set
2022-05-16 09:52:23 +00:00
Joas Schilling
fd576b568c
Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimming
...
Fix user agent trimming on installation
2022-05-16 11:20:46 +02:00
Joas Schilling
6084d691b0
Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-grant-loginflow-step
...
Show user account on grant loginflow step
2022-05-16 11:18:22 +02:00
Carl Schwan
f7be76125f
Fix more psalm issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-16 11:05:54 +02:00
Carl Schwan
53169890d6
Fix psalm errors fron the end of the baseline file
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-16 10:58:26 +02:00
Joas Schilling
40b9769d4d
Extend tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-16 10:33:30 +02:00
Micke Nordin
0ace1831f4
Fix suggestions by @artonage
...
Signed-off-by: Micke Nordin <kano@sunet.se >
2022-05-16 10:15:45 +02:00
Julius Härtl
ad405e9376
Merge pull request #32388 from nextcloud/feature/remove-depreceted-element
...
🔥 remove deprecated element
2022-05-16 09:55:35 +02:00
Julius Härtl
d3acf8203d
Properly import maintenance script
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-16 09:28:15 +02:00
Nextcloud bot
78e32ecd5b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-16 02:29:46 +00:00
Daniel Kesselberg
00b9e576b4
Fix spelling for PreConditionNotMetException
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-15 22:05:55 +02:00
Daniel Kesselberg
f43df2b917
Fix spelling for return type
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-15 22:03:28 +02:00
Daniel Kesselberg
c65952a5e8
Drop redundanten return comment
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-15 21:57:50 +02:00
Carl Schwan
4f1a1fd25b
Merge pull request #32398 from nextcloud/automated/noid/psalm-baseline-update-1652587922
...
[Automated] Update psalm-baseline.xml
2022-05-15 11:37:46 +02:00
nextcloud-command
fafc098d8e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-15 04:12:02 +00:00
nextcloud-command
e6172fcb76
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-14 05:18:36 +00:00
dependabot[bot]
294f05a9d8
Merge pull request #32389 from nextcloud/dependabot/npm_and_yarn/testing-library/vue-5.8.3
2022-05-14 03:03:52 +00:00
Nextcloud bot
ebccb2ebd4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-14 02:29:29 +00:00
dependabot[bot]
6ec99b3033
Bump puppeteer from 13.6.0 to 14.1.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.6.0 to 14.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.6.0...v14.1.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-14 01:06:54 +00:00
dependabot[bot]
9b03682426
Bump @testing-library/vue from 5.8.2 to 5.8.3
...
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library ) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases )
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.2...v5.8.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/vue"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-14 01:02:21 +00:00
Vinicius Reis
3b35ed3114
🔥 remove deprecated element
...
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com >
2022-05-13 18:37:10 -03:00
John Molakvoæ
5a80df6e4c
Remove stale debug mode
2022-05-13 20:24:18 +02:00
John Molakvoæ
458dc1c040
Update command-rebase.yml
2022-05-13 20:21:52 +02:00
John Molakvoæ
85758a4f70
Merge pull request #31662 from nextcloud/modernize-contactmenu
2022-05-13 20:14:31 +02:00
John Molakvoæ
20a648ed95
Merge pull request #32384 from nextcloud/improve-psalm-server-get
2022-05-13 20:13:58 +02:00
John Molakvoæ
aff37408a6
Merge pull request #32261 from nextcloud/feat/remove-scss-support
2022-05-13 17:28:40 +02:00
John Molakvoæ
9de0e77ee0
Merge pull request #32376 from nextcloud/debt/noid/fix-psalm-warning-for-zip-response
2022-05-13 16:26:45 +02:00
Carl Schwan
7f899b3bc8
Improve psalm annotation to make it stricter
...
Now using class-string<T> as input will only return T, and any other
string will return mixed
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-13 16:14:01 +02:00
John Molakvoæ
264adf0c3b
Fix profile and add gradient-primary-background
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:13:01 +02:00
John Molakvoæ
b8a7ab9941
Fix jsunit
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:13:01 +02:00
John Molakvoæ
29a8b2958d
Add workflow test
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:13:01 +02:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:13:00 +02:00
John Molakvoæ
3e29e0ad13
Npm script
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:11:01 +02:00
John Molakvoæ
78b7baea9d
Migrate apps scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:11:01 +02:00
John Molakvoæ
cc6037e438
Migrate core scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:10:59 +02:00
John Molakvoæ
9a9409e315
Remove SCSSCacher
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-13 16:10:45 +02:00
Daniel Kesselberg
7cd356ee7d
Fix psalm warning for zip response due wrong type
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-13 15:50:26 +02:00
Robin Appelman
eda997f2bd
only log diagnostic events if a treshhold is set
...
this prevents log spam and it's rare that you actually want to very short events logged anyway
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-05-13 15:15:26 +02:00
Carl Schwan
f4058a2432
Merge pull request #32366 from nextcloud/bug/noid/fix-property-name
...
Use property name for addType
2022-05-13 13:44:00 +02:00
Carl Schwan
52bb29bde1
Merge pull request #32369 from nextcloud/automated/noid/psalm-baseline-update-1652416168
...
[Automated] Update psalm-baseline.xml
2022-05-13 13:06:29 +02:00
Carl Schwan
9fcf531154
Merge pull request #30863 from nextcloud/performance/saving-user-profile-info
...
Minor optimizations for saving user personal information
2022-05-13 12:56:39 +02:00
Joas Schilling
db1813f640
Show user account on grant loginflow step
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-13 10:50:30 +02:00
John Molakvoæ
fe33e9c08c
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache
2022-05-13 08:27:28 +02:00
nextcloud-command
44bf17999b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-13 04:29:28 +00:00
Nextcloud bot
48bb547e8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-13 02:29:09 +00:00
Daniel Kesselberg
11cacb52d4
Use property name for addType
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2022-05-12 21:12:46 +02:00
Carl Schwan
acb4f60895
Merge pull request #32359 from nextcloud/dept/use_mutualized_scss
...
Use toast.scss from @nextcloud/dialogs
2022-05-12 21:08:57 +02:00
Carl Schwan
e71db40492
Wrap multiple inserts inside a transation
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-12 21:02:53 +02:00
Carl Schwan
eef973e85b
Minor optimizations for saving user personal information
...
* Remove double hook: the OC_User::changeUser triggers an
OC\AccountManager::userUpdated and the app is already listening to this
signal in its Application definition
* Make createCard not check if an card exists if we already checked
previously. We also don't try to get the card if the user is disabled
as we don't use the card in this case
We this change we go from 100 DB requests to 80 DB requests when saving
an user email address.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
(cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
2022-05-12 21:02:52 +02:00
Carl Schwan
eb45a6ca40
Merge pull request #32008 from nextcloud/fix/getSize-bool
...
Fix Call to a member function getSize() on bool
2022-05-12 21:00:27 +02:00
Carl Schwan
febbd21814
Merge pull request #32335 from nextcloud/storage-info-dont-unjail
...
Don't unjail the path when getting the storage info
2022-05-12 20:59:06 +02:00
Carl Schwan
5c84d3781e
Merge pull request #32185 from nextcloud/fix/default-share-provider-oracle
...
Fix getting shares in a folder on Oracle
2022-05-12 20:58:05 +02:00
Carl Schwan
23771f0587
Merge pull request #32077 from nextcloud/cleanup/lock
...
Cleanup lock related code
2022-05-12 20:57:38 +02:00
Carl Schwan
9e1d4d17ec
Merge pull request #32362 from nextcloud/fix-buttons-workflow
...
Fix buttons in workflow
2022-05-12 19:01:26 +02:00
Thomas Citharel
232322fe06
Modernize contacts menu
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-12 18:31:59 +02:00
rakekniven
bcb849475d
Merge pull request #32358 from nextcloud/Valdnet-patch-2
...
l10n: Delete space
2022-05-12 18:29:55 +02:00
Vanessa Pertsch
dd8fc35396
add vue button component in workflow rule.vue
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com >
2022-05-12 16:16:59 +02:00
Vanessa Pertsch
d6698c160a
add vue button component in workflow operation.vue
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com >
2022-05-12 16:16:59 +02:00
Joas Schilling
32139610c5
Merge pull request #32355 from nextcloud/bugfix/noid/prevent-invalid-length
...
Validate requested length is random string generator
2022-05-12 15:45:58 +02:00
Thomas Citharel
a7b2e8a593
Refactor CalDAV\Schedule\PluginTest for depreciated phpunit methods
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-12 15:28:36 +02:00
Thomas Citharel
8d7154318f
Put calendar invites into the user's first available calendar
...
If there's no default calendar and we can't find anything with URI
'personal', instead of creating a new one, start by using the first
"real personal calendar" available.
If not, then we create the default one.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-12 15:28:36 +02:00
Carl Schwan
1c97611fa2
Fix Call to a member function getSize() on bool
...
getFileInfo might return false, handle this case by ignoring the result
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-12 15:11:46 +02:00
Carl Schwan
fcae6a68c3
Cleanup lock related code
...
- Port to QueryBuilder
- Improve the doc a bit
- Add type hinting
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-12 15:09:58 +02:00
Carl Schwan
ec6b83cc18
Add stricter psalm type for CappedMemoryCache
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-12 15:06:18 +02:00
Carl Schwan
81500bf837
Fix getting shares in a folder on Orache
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-12 15:03:25 +02:00
Louis Chemineau
2b685c0e9a
Use toast.scss from @nextcloud/dialogs
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-05-12 14:53:48 +02:00
Valdnet
e3653c9e06
l10n: Delete space
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-05-12 14:51:51 +02:00
Robin Appelman
5d69343efa
remove storage wrappers when deleting the user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-05-12 14:40:20 +02:00
Vincent Petry
01dbd22c9c
Validate requested length is random string generator
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-05-12 13:58:18 +02:00
blizzz
33ffaad14b
Merge pull request #32328 from nextcloud/automated/noid/psalm-baseline-update-1652242827
...
[Automated] Update psalm-baseline.xml
2022-05-12 12:09:50 +02:00
Joas Schilling
7d218bfb0a
Merge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-find-entities
...
Always free the DB result in QBMapper::findEntities
2022-05-12 11:05:03 +02:00
Julius Härtl
ae0e9ff083
Move files_sharing over to new event for projects
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-12 10:50:13 +02:00
Julius Härtl
9a6869943e
Introduce event for loading additional script on projects
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-12 10:50:13 +02:00
Carl Schwan
fc1db22629
Merge pull request #32339 from nextcloud/appdatafactory-public
...
Make it possible to get the appdata folder using the public API
2022-05-12 10:45:38 +02:00
John Molakvoæ
be49f79503
Merge pull request #32278 from nextcloud/remove-default-php
2022-05-12 10:05:46 +02:00
Christoph Wurst
1cd05a06fa
Always free the DB result in QBMapper::findEntities
...
Without this patch it only happened if the code ran through without any
errors. Now the result is also freed in the case of an error.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-05-12 09:51:37 +02:00
Carl Schwan
a392cd70fb
Make it possible to get the appdata folder using the public API
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-11 23:28:37 +02:00
Joas Schilling
e11c5f21cf
Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS
...
Add talk-poll to the ROS definitions
2022-05-11 17:14:05 +02:00
Joas Schilling
d18a293ee5
Add talk-poll to the ROS definitions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-11 14:37:26 +02:00
Robin Appelman
643ef06efc
don't unjail the path when getting the storage info
...
the original reason for adding it no longer exist.
This was added with #30985 since then the share source storage was also used, however this was changed with #32076
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-05-11 11:42:13 +02:00
John Molakvoæ
5a0b28d603
Merge pull request #32326 from nextcloud/fix/icons-cacher
2022-05-11 09:28:58 +02:00
John Molakvoæ
18f2340a40
Merge pull request #32149 from nextcloud/fix-transferring-groupfolders
2022-05-11 08:40:28 +02:00
John Molakvoæ
cb73fe26b8
Compile theming
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-11 08:35:23 +02:00
nextcloud-command
e712ea139d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2022-05-11 04:20:27 +00:00
John Molakvoæ
3c6253f965
Remove old legacy SvgController and IconsCacher
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-10 23:24:07 +02:00
John Molakvoæ
c59c3b5c1f
Migrate to static icons colours
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-10 23:24:06 +02:00
Carl Schwan
da64a3a7e8
Merge pull request #31900 from nextcloud/feat/server-container-public
...
Add a public replacement for OC::$server->get
2022-05-10 23:23:06 +02:00
Vincent Petry
b2fa8a0b53
Merge pull request #31664 from nextcloud/fix/232/keyboard-focus
...
keyboard focus on login input fields
2022-05-10 20:10:33 +02:00
Carl Schwan
f945c0cbc6
Add a public replacement for OC::$server->get
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-10 18:51:12 +02:00
Vanessa Pertsch
c714c3380a
fix for transferring ownership of groupfolders
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com >
2022-05-10 16:54:22 +02:00
Vanessa Pertsch
721b2597bc
keyboard focus on login input fields
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com >
2022-05-10 16:29:17 +02:00
Louis Chemineau
816e7827f0
Use stored user for PasswordUpdatedEvent
...
When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists.
This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-05-10 12:16:33 +02:00
Carl Schwan
f0f2a07f85
Merge pull request #32318 from nextcloud/increase-waitForS3-delay
...
Increase retry delay on 'Wait for S3' CI job
2022-05-10 10:22:26 +02:00
John Molakvoæ
0863a3d423
Merge pull request #32315 from nextcloud/fix/noid/preview-duplicate-folder-creation
2022-05-10 10:11:24 +02:00
John Molakvoæ
8f989bb489
Merge pull request #32274 from nextcloud/tooltip-overflow
2022-05-10 08:26:03 +02:00
Nextcloud bot
799cb624c9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-10 02:36:28 +00:00
Git'Fellow
d8c7099cc9
Increase retry delay on 'Wait for S3' CI job
...
1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
2022-05-09 18:44:46 +02:00
Richard Steinmetz
982c846b11
Fix preview generator trying to recreate an existing folder
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2022-05-09 17:30:07 +02:00
Alexander F
00505c9a51
Set loglevel for IMagick Thumbnail error to info
...
Issue #32263
Signed-off-by: Alexander Fleischer <Alexander.Fleischer@tu-ilmenau.de >
2022-05-09 17:09:40 +02:00
Joas Schilling
697cca9913
Merge pull request #32288 from nextcloud/techdebt/noid/fix-json-error
...
Fix JSON error when comment has no reactions
2022-05-09 17:08:53 +02:00
Côme Chilliet
a953401999
Migrate phpunit configuration to new format
...
Fixes:
Warning: Your XML configuration validates against a deprecated schema.
Suggestion: Migrate your XML configuration using "--migrate-configuration"!
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-09 11:51:14 +02:00
Joas Schilling
4e0595fb0f
Fix JSON error when comment has no reactions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-09 09:53:49 +02:00
Joas Schilling
7b3e2217de
Fix user agent trimming on installation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-09 08:36:34 +02:00
Nextcloud bot
4f55ba2a88
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-09 02:28:55 +00:00
Nextcloud bot
cec6d64598
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-08 02:28:52 +00:00
MichaIng
5a8595fbdd
Merge pull request #32096 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.1
...
Bump @testing-library/user-event from 14.1.0 to 14.1.1
2022-05-07 13:54:12 +02:00
Nextcloud bot
03554060d7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-07 02:28:23 +00:00
Nextcloud bot
9c42717216
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-06 02:28:40 +00:00
Carl Schwan
829490ab7a
Cleanup dav
...
- Remove unused class AppEnabledPlugin
- Add more type hinting when possible
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-05 22:03:59 +02:00
blizzz
0284c0f717
Merge pull request #32276 from nextcloud/fix/ldap_error_handling
...
Do not dispatch postSetPassword when setPassword fails
2022-05-05 20:19:28 +02:00
Git'Fellow
c57fc7918f
Fix indentation
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-05 17:39:38 +00:00
Vincent Petry
99151a5589
Merge pull request #32246 from nextcloud/performance/remove-bind-hash
...
Don't use hash to check if binding worked
2022-05-05 18:09:20 +02:00
Vincent Petry
fe24091ffb
Merge pull request #32110 from plumbeo/binary-encoding-4
...
Save encrypted files in binary format
2022-05-05 18:04:06 +02:00
Louis
841a4a4e61
Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookup
...
Add setting to ignore email during search
2022-05-05 17:52:13 +02:00
Vincent Petry
7718c9776c
Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools
...
Add CSP policy merge priority for booleans
2022-05-05 17:26:48 +02:00
Louis Chemineau
8a2cf5bb68
Do not dispatch postSetPassword when setPassword fails
...
Also Improve error message when setPassword fails
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-05-05 17:21:23 +02:00
Carl Schwan
95b5187300
Don't use slow hashing to check the LDAP binding
...
Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-05 16:29:38 +02:00
Carl Schwan
0690646d09
Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
...
Add hit information to profiler
2022-05-05 15:51:18 +02:00
Git'Fellow
eabfd20e16
Typo
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
2022-05-05 15:30:41 +02:00
Git'Fellow
88bb5f773d
Switch to overflow-wrap
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-05 13:12:16 +00:00
Carl Schwan
ba88187649
Add hit information to profiler
...
This might be helpful later on for the cache ui that is worked on in
https://github.com/nextcloud/profiler/pull/21
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-05 14:12:44 +02:00
Git'Fellow
f110ff9f4d
Remove default values
...
These values are already the default on supported PHP versions.
I suggest to remove these calls.
2022-05-05 13:46:09 +02:00
Git'Fellow
07153a191e
Fix tooltips overflow
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-05 07:52:26 +00:00
Joas Schilling
d3efd40a24
Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup
...
Adjust acceptance tests to changes in notifications markup
2022-05-05 09:21:00 +02:00
Joas Schilling
24e25a6b64
Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info
...
Expose shareWithDisplayNameUnique also on autocomplete endpoint
2022-05-05 09:20:45 +02:00
Vincent Petry
4147e1233a
Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage
...
Allow compatibility wrapper on local external storage
2022-05-05 08:18:52 +02:00
Nextcloud bot
c752405fff
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-05 02:28:30 +00:00
plumbeo
1258caeab7
Save encrypted files in binary format
...
Default to the more space-efficient binary encoding for newly encrypted files
instead of the traditional base64 encoding, eliminating the 33% overhead.
The new option 'encryption.use_legacy_encoding' allows to force the legacy
encoding format if needed. Files encoded in the old format remain readable.
Based on https://github.com/owncloud/encryption/pull/224 and
https://github.com/owncloud/core/pull/38249 by karakayasemi.
Signed-off-by: plumbeo <plumbeo@users.noreply.github.com >
2022-05-04 17:38:25 +02:00
Carl Schwan
645bc022e2
Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minus
...
Remove leading "minus"
2022-05-04 13:48:54 +02:00
Louis
7ccfddbe64
Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search
...
Use share setting in DAV search
2022-05-04 13:38:03 +02:00
Julien Veyssier
af8b7835b8
remove leading minus which thankfully crashes because this operand does not apply to PsrLoggerAdapter
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-05-04 10:51:23 +02:00
Nextcloud bot
8fecf3467f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-04 02:30:36 +00:00
Daniel Calviño Sánchez
3c451f8357
Adjust acceptance tests to changes in notifications markup
...
Since nextcloud/notifications#1178 each notification in the list is a
"<li>" rather than a "<div>".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-05-03 23:16:24 +02:00
Louis Chemineau
039a830703
Do not display search option in Shares settings
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-05-03 17:51:11 +02:00
Louis Chemineau
80fa3c7319
Add setting to ignore email during search
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-05-03 17:50:29 +02:00
Joas Schilling
290697b08f
Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis
...
Include more emoji chars to test and fixes after include it
2022-05-03 16:08:19 +02:00
Joas Schilling
6e4d721278
Expose shareWithDisplayNameUnique also on autocomplete endpoint
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-05-03 12:51:23 +02:00
Joas Schilling
fc826e9811
Merge pull request #32213 from nextcloud/fix/theming-layout
...
Improve theming layout
2022-05-03 10:29:45 +02:00
Côme Chilliet
0bceaee444
Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger
...
Migrate dav application from ILogger to LoggerInterface
2022-05-03 10:12:20 +02:00
Nextcloud bot
c025874e72
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-03 02:28:53 +00:00
Thomas Citharel
1e7d924c61
Fix logging data context to file
...
It was only logged when an exception was provided or when using
logData (which is not being much used).
We make sure the interpolated parameters are not logged.
Only tested with file write logger, but shouldn't work differently.
Crash reporters always had the context.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-05-02 19:29:35 +02:00
Nextcloud bot
3197ae83a4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-02 13:12:35 +00:00
Carl Schwan
83eb175682
Merge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0
...
Bump @nextcloud/axios from 1.9.0 to 1.10.0
2022-05-02 13:57:52 +02:00
Côme Chilliet
3f132d5678
Fix use of $logger from another scope in apps/dav/lib/Server.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:44 +02:00
Côme Chilliet
771028dada
Add missing use for LoggerInterface
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:44 +02:00
Côme Chilliet
5fb9de6248
Migrate last instances of $server::getLogger() from dav
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:44 +02:00
Côme Chilliet
e2531f8503
Migrate dav application from ILogger to LoggerInterface
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:43 +02:00
Côme Chilliet
49b650c4a4
Fix namespace of RefreshWebcalServiceTest
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:43 +02:00
Côme Chilliet
1a55ba5e3b
Fix PublishingTest class name
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:43 +02:00
Côme Chilliet
1d5191b94d
Remove use of mixed type which is not available in PHP 7.4
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-05-02 10:52:37 +02:00
dependabot[bot]
304f27a3cd
Bump @nextcloud/axios from 1.9.0 to 1.10.0
...
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-05-02 08:42:11 +00:00
Côme Chilliet
459202d54c
Merge pull request #31752 from nextcloud/fix/remove-still-more-ilogger
...
Move away from deprecated ILogger
2022-05-02 10:15:10 +02:00
Joas Schilling
106d5f9c5c
Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison
...
Fix strict comparison
2022-05-02 08:19:10 +02:00
Nextcloud bot
ad9915dd2c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-05-02 02:29:26 +00:00
John Molakvoæ
4e7989a83e
Fix dark theme description
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-05-01 10:23:02 +02:00
John Molakvoæ
3ce5f51c2a
Improve theming layout
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-30 19:16:16 +02:00
Mikael Nordin
30fe91a77f
Simpler version as proposed by @artonage
...
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com >
Signed-off-by: Micke Nordin <kano@sunet.se >
2022-04-30 16:41:35 +02:00
John Molakvoæ
e9432b00d2
Merge pull request #32217 from nextcloud/feat/theming-override
2022-04-30 14:34:04 +02:00
John Molakvoæ
d4c001dc8c
Add enforce_theme example IDs
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-30 13:40:28 +02:00
John Molakvoæ
f577b5dc96
Fix theming setEnabledThemes unique array
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-30 13:40:27 +02:00
John Molakvoæ
24c5d994c7
Allow to override the default theme
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-30 13:40:27 +02:00
Nextcloud bot
77db6ced43
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-30 02:27:31 +00:00
Vitor Mattos
cefcd55994
Include more emoji chars to test and fixes after include it
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-04-29 14:00:57 -03:00
Joas Schilling
0d87335751
Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface
...
Emojihelper interface
2022-04-29 18:31:29 +02:00
Simon L
2d938ab8dc
Merge pull request #32218 from nextcloud/revert-30925-feature/breadcrumb_menu_parent_folder_visible
...
Revert "Show the child folders in the breadcrumb menu when on a parent entry."
2022-04-29 15:45:48 +02:00
Micke Nordin
259664468a
Respect user settings in php.ini if they are big enough
...
In the admin guide:
* https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html
it is mentioned that you can tweek:
* max_input_time
* max_execution_time
in order to enable larger file uploads. However, the current codebase
will hard code these values to one hour, no matter what the user sets in
php.ini.
This patch will allow the user to set these settings in php.ini and they
will be respected, if and only if, they are set to something bigger than
3600 seconds.
Signed-off-by: Micke Nordin <kano@sunet.se >
2022-04-29 14:50:57 +02:00
blizzz
033d527deb
Merge pull request #31758 from nextcloud/fix/utf8-detection-fix
...
Use sabre function directly rather than duplicating it
2022-04-29 13:05:57 +02:00
Simon L
66e61be9ca
Revert "Show the child folders in the breadcrumb menu when on a parent entry."
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-29 13:03:49 +02:00
Nextcloud bot
8367b02785
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-29 02:28:31 +00:00
Joas Schilling
42b98d01bd
Merge pull request #32212 from nextcloud/bugfix/noid/make-the-order-of-reactions-reliable
...
Make the order of reactions reliable
2022-04-28 19:37:58 +02:00
John Molakvoæ
350d0261ea
Merge pull request #32204 from nextcloud/fix/invert-logo
2022-04-28 19:30:59 +02:00
Louis
f72f81158d
Merge pull request #31986 from nextcloud/dependabot/npm_and_yarn/marked-4.0.14
...
Bump marked from 4.0.13 to 4.0.14
2022-04-28 18:23:44 +02:00
Louis
bd572ca51c
Merge pull request #32092 from nextcloud/dependabot/npm_and_yarn/karma-6.3.19
...
Bump karma from 6.3.17 to 6.3.19
2022-04-28 18:23:14 +02:00
John Molakvoæ
5e8a3eb66c
Fix header apps icons
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-28 18:12:29 +02:00
John Molakvoæ
7c5bb555e7
Fix logo colour on bright primary colour
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-28 18:11:30 +02:00
Côme Chilliet
12272780ed
Merge pull request #32210 from nextcloud/fix/remove-deprecated-occ-app-check-code-command
...
Remove deprecated occ app:check-code command
2022-04-28 16:44:41 +02:00
Joas Schilling
7c85f8dea4
Make the order of reactions reliable
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-28 16:13:41 +02:00
Côme Chilliet
b865722ac0
Remove deprecated occ app:check-code command
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-28 15:08:01 +02:00
Côme Chilliet
8184e356f4
Remove test for removed class SearchResultSorter
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-28 14:56:26 +02:00
blizzz
8342964db0
Merge pull request #32191 from nextcloud/handle-calendar-reminders-with-infinite-recurrence
...
Handle processing reminders for calendar objects with an infinite number of recurrences
2022-04-28 13:01:13 +02:00
Vitor Mattos
a75a22f3ac
Increase check if support reactions
...
Signed-off-by: Vitor Mattos <vitor@php.rio >
2022-04-28 07:09:44 -03:00
Joas Schilling
902476fa20
Extract the EmojiService from user status and add an OCP interface
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-28 07:09:44 -03:00
John Molakvoæ
a50b4caafd
Merge pull request #32202 from nextcloud/fix/layout-theme-array
2022-04-28 11:04:43 +02:00
John Molakvoæ
9a832df62f
Merge pull request #32195 from nextcloud/feat/system-theme
2022-04-28 11:04:25 +02:00
Joas Schilling
c2d9c2b93e
Merge pull request #32200 from nextcloud/Valdnet-patch-2
...
l10n: Correct a typo
2022-04-28 10:11:10 +02:00
Simon L
3a30f66a93
Merge pull request #32172 from nextcloud/rakekniven-patch-1
...
l10n: Improve grammar of opcache message
2022-04-28 09:22:26 +02:00
John Molakvoæ
05d743570a
Fix Undefined array key "enabledThemes" on layout.user.php
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-28 08:55:46 +02:00
John Molakvoæ
4a646789c3
Add system/light themes
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-28 08:41:58 +02:00
Valdnet
71e31c3b86
l10n: Correct a typo
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-04-28 08:30:49 +02:00
Nextcloud bot
f0df06ed31
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-28 02:28:47 +00:00
Pytal
d6be54e147
Merge pull request #32164 from nextcloud/pierreozoux-patch-2
2022-04-27 17:14:03 -07:00
dependabot[bot]
59b870f0a5
Bump marked from 4.0.13 to 4.0.14
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v4.0.13...v4.0.14 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-27 21:19:51 +00:00
Joas Schilling
60801d8b1c
Fix strict comparison
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-27 20:31:40 +02:00
Simon L
768da60ae2
Merge pull request #32189 from nextcloud/fix/local_loading_for_profile
...
Mount Profile view after DOMContentLoaded
2022-04-27 19:15:55 +02:00
Thomas Citharel
5494dd736d
Handle processing reminders for calendar objects with an infinite number
...
of recurrences
Closes #29896
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-04-27 17:17:22 +02:00
John Molakvoæ
971e224ce4
Merge pull request #32180 from nextcloud/fix/dashboard
2022-04-27 16:57:09 +02:00
Louis Chemineau
93ee9cd592
Mount profile after DOMContentLoaded
...
Fix https://github.com/nextcloud/server/issues/32187
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-04-27 15:52:05 +02:00
Carl Schwan
5570661bbd
Merge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttons
...
fix social sharing buttons
2022-04-27 13:24:49 +02:00
John Molakvoæ
fe47cf40da
Dashboard fixes
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-27 10:56:20 +00:00
Carl Schwan
dbdb9f6f11
Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation-order
...
Make the binary operation order explicit
2022-04-27 11:53:18 +02:00
Pierre Ozoux
1de9c66a9d
Adds uploadPartSize to config sample.
...
closes https://github.com/nextcloud/server/issues/24390
Signed-off-by: Pierre Ozoux <pierre@ozoux.net >
2022-04-27 10:37:46 +02:00
John Molakvoæ
b1cb2e5340
Merge pull request #32173 from nextcloud/Valdnet-patch-3
2022-04-27 10:29:19 +02:00
Simon L
309668805b
Merge pull request #32154 from nextcloud/Valdnet-patch-2
...
l10n: Change apostrophe
2022-04-27 09:32:38 +02:00
Valdnet
cb18220147
l10n: Fix code
...
Issue: #32171 .
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-04-27 09:04:00 +02:00
rakekniven
d2830612d0
l10n: Improve grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2022-04-27 08:19:19 +02:00
Nextcloud bot
fec36ca913
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-27 02:31:37 +00:00
blizzz
17684e7185
Merge pull request #32167 from nextcloud/feat/workflow-auto-update-command-rebase.yml
...
Updating command-rebase.yml workflow from template
2022-04-26 23:27:58 +02:00
Nextcloud bot
2425a7effc
Updating command-rebase.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-26 16:05:28 +00:00
John Molakvoæ
b72c619d4b
Merge pull request #31467 from nextcloud/feat/workflow-auto-update-node.yml
2022-04-26 17:38:16 +02:00
John Molakvoæ
036f871d01
Merge pull request #31492 from nextcloud/fix/check-secret-configured
2022-04-26 17:28:51 +02:00
Côme Chilliet
2b07031d3e
composer run cs:fix
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 16:52:53 +02:00
Côme Chilliet
a795ad4370
Remove unused class SearchResultSorter
...
Was used in ajax/share.php which does not exists anymore
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 16:52:53 +02:00
Côme Chilliet
23f7a37c03
Remove ILogger usages in lib/private/Files/Storage
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 16:52:53 +02:00
Côme Chilliet
069477e608
Migrate more classes of lib/private to LoggerInterface
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 16:52:52 +02:00
Côme Chilliet
0654b24528
Fix identation
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 16:50:48 +02:00
Côme Chilliet
51f04ed514
Move away from deprecated ILogger
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 16:50:47 +02:00
szaimen
dfa14c7767
fix social sharing buttons
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-26 16:42:18 +02:00
Joas Schilling
dffbddcca6
Merge pull request #32155 from nextcloud/bugfix/noid/fix-translations-with-trailing-colon
...
Fx translations with trailing colon
2022-04-26 13:38:15 +02:00
John Molakvoæ
7ab1fcf3c4
Merge pull request #32146 from nextcloud/fix/dark-theme
2022-04-26 12:31:16 +02:00
Simon L
854fa725bd
Merge pull request #32142 from nextcloud/techdebt/noid/enable-helper-app-with-force
...
Enable Talk with --force to have less issues during transition period…
2022-04-26 12:22:42 +02:00
Joas Schilling
c798e94876
Merge pull request #32137 from nextcloud/techdebt/noid/give-hints-on-correct-migration-names
...
Give hints on correct migration versioning
2022-04-26 11:23:33 +02:00
Vincent Petry
9cfc70d189
Update psalm baseline for Sabre decodePath
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-04-26 11:11:47 +02:00
Côme Chilliet
de5b7f260f
Trying without the use
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 11:10:00 +02:00
Côme Chilliet
9132ed8ef1
Use sabre function directly rather than duplicating it
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-04-26 11:10:00 +02:00
Joas Schilling
26882a4b59
Fix translations with trailing colons
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-26 11:06:00 +02:00
Joas Schilling
a4cd9fd37c
Add a unit test for translation with trailing colon
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-26 11:05:19 +02:00
Valdnet
ee0e597eec
l10n: Change apostrophe
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com >
2022-04-26 11:02:21 +02:00
John Molakvoæ
8a3f8b07a8
Merge pull request #32147 from nextcloud/fix/css-default-load-setup-guest
...
Fix default fallback theme on setup any guests pages
2022-04-26 09:49:08 +02:00
Simon L
ec5d8c72e1
Merge pull request #32114 from nextcloud/fix/31915/up-to-date-fix
...
fix showing of all apps are up-to-date in apps management
2022-04-26 09:44:04 +02:00
Vincent Petry
23403ef693
Allow compatibility wrapper on local external storage
...
The check was likely in place to prevent adding the wrapper on the root
and home storage, which is not possible anyway since the encoding option cannot
be set on that mount.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-04-26 09:27:29 +02:00
John Molakvoæ
4dc96dd165
Fix mix factor
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-26 09:22:43 +02:00
John Molakvoæ
8e29e814d2
Merge pull request #32145 from nextcloud/fix/phpcolors
...
Fix mexitek/phpcolors
2022-04-26 09:15:08 +02:00
John Molakvoæ
d9b77bc2eb
Fix dark theme primary mix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-26 09:00:11 +02:00
John Molakvoæ
6ec0dfeece
Fix default fallback theme on setup ang guests pages
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-26 08:50:41 +02:00
cld4h
553239c083
Fix issue #31692 of occ files:scan
...
occ files:scan reports error "Implicit conversion from float XXX to int loses precision"
Signed-off-by: cld4h <20869428+cld4h@users.noreply.github.com >
2022-04-26 14:22:41 +08:00
John Molakvoæ
5d25da9ccd
Update 3rdparty
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-26 08:11:16 +02:00
John Molakvoæ
1f92440b79
Fix mexitek/phpcolors
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-26 07:58:57 +02:00
Nextcloud bot
8bcba22d77
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-26 02:28:26 +00:00
Joas Schilling
744adb76a3
Enable Talk with --force to have less issues during transition period after a branch-off
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-25 22:04:41 +02:00
Vincent Petry
6935baa568
Merge pull request #32084 from nextcloud/root-setup-groupfolders
...
only need to setup root for groupfolders
2022-04-25 19:35:59 +02:00
Carl Schwan
59e0402691
Merge pull request #32069 from nextcloud/cleanup/allconfig-sql
...
Cleanup AllConfig
2022-04-25 18:56:15 +02:00
Joas Schilling
2ffcc08332
Fix type fixing
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-25 16:49:23 +02:00
Joas Schilling
7ee982005a
Give hints on correct migration versioning
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-25 16:21:25 +02:00
Vincent Petry
407fb8c22b
Merge pull request #32033 from nextcloud/fix/metadata-scan-app-data
...
Fix scanning app data with metadata
2022-04-25 15:50:31 +02:00
Simon L
7872fb05a5
Merge pull request #32121 from nextcloud/enh/noid/cronjob-description-update
...
update description of cronjob settings to be aligned to the documenta…
2022-04-25 15:39:07 +02:00
szaimen
34004a3339
fix showing of all apps are up-to-date in apps management
...
Signed-off-by: szaimen <szaimen@e.mail.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-25 12:30:39 +00:00
szaimen
d214114a75
update description of cronjob settings to be aligned to the documentation update
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-04-25 14:17:23 +02:00
Robin Appelman
f7413b9afc
Merge pull request #32074 from nextcloud/mysql-search-ignore-index-2
...
tell mysql to ignore the sort index for search queries
2022-04-25 11:23:51 +00:00
Vincent Petry
ff385dc679
Merge pull request #32082 from nextcloud/directory-content-lazy-owner
...
use a lazy user for the file owner when listing a directory
2022-04-25 11:44:44 +02:00
Vincent Petry
e693781c21
Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submount
...
optimize adding submount info to directory content
2022-04-25 11:44:26 +02:00
Vincent Petry
9718254285
Merge pull request #32112 from nextcloud/bugfix/noid/add-missing-index
...
Add missing index for oc_mounts queries
2022-04-25 11:38:48 +02:00
Vincent Petry
09532fa634
Merge pull request #32109 from k-popov/no_time_sensitive_check_for_webcron
...
Get not only time-sensitive next job from list but any when not in cron-mode
2022-04-25 11:36:23 +02:00
Joas Schilling
06c3222176
Bump version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-25 09:45:24 +02:00
Joas Schilling
d2633c3ad6
Fix older migrations to the version pattern
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-25 09:39:56 +02:00
Joas Schilling
5cacc594a0
Add missing index
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-25 09:38:31 +02:00
Nextcloud bot
1958c1a1ee
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-25 02:27:51 +00:00
Kirill Popov
0b27b9e658
Get not only time-sensitive next job from list but any
...
Before the change webcron used to select
**only** time-sensitive tasks.
Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com >
2022-04-24 21:55:53 +03:00
Nextcloud bot
20d7bf8a88
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-24 02:28:28 +00:00
Joas Schilling
e66ebb01bb
Merge pull request #32054 from nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests
...
Verify that Talk could be enabled before executing the tests
2022-04-23 15:38:46 +02:00
dependabot[bot]
2bed5b6aa9
Bump @testing-library/user-event from 14.1.0 to 14.1.1
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.1.0 to 14.1.1.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.1...v14.1.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-23 04:54:17 +00:00
dependabot[bot]
e20aab09e3
Merge pull request #32091 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.5
2022-04-23 04:52:49 +00:00
dependabot[bot]
9c11fb6bec
Bump karma from 6.3.17 to 6.3.19
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.17 to 6.3.19.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.19 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-23 04:52:05 +00:00
dependabot[bot]
4ba531a208
Merge pull request #32090 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.6.0
2022-04-23 04:50:26 +00:00
Nextcloud bot
d36b3e5644
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-23 02:27:54 +00:00
dependabot[bot]
505627585d
Bump babel-loader from 8.2.4 to 8.2.5
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-23 01:02:44 +00:00
dependabot[bot]
6ac6dae613
Bump puppeteer from 13.5.2 to 13.6.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.5.2 to 13.6.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.5.2...v13.6.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-23 01:02:43 +00:00
Carl Schwan
b7be8f5c22
Merge pull request #32076 from nextcloud/cache-storage-info-failed-share
...
use and cache root storage info if a share can't be resolved
2022-04-22 21:26:05 +02:00
Robin Appelman
b36dfd8f11
Only need to setup root for groupfolders
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 17:47:08 +02:00
Julius Härtl
fb59875071
Merge pull request #32040 from nextcloud/full-setup-only-new
...
only register mounts that are new from providers that are new during a full setup
2022-04-22 17:03:09 +02:00
Robin Appelman
7a6c724a81
Use a lazy user for the file owner when listing a directory
...
Only getUID and getDisplayName are called on the file owner objects anyway
and we can get this information often without DB request
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 17:02:37 +02:00
Simon L
a40db94dff
Merge pull request #32073 from nextcloud/fix/DyslexiaFont-theme
...
Fix dyslexia font loading
2022-04-22 16:30:56 +02:00
Carl Schwan
8bbdd9ea0c
Cleanup AllConfig
...
- Port to QueryBuilder
- More typing when possible
- Import classes with 'use'
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-04-22 16:03:29 +02:00
Robin Appelman
9f0ba3adc2
optimize adding submount info to directory content
...
no need to loop when we can do a hashtable lookup
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 15:50:14 +02:00
Robin Appelman
54ac585bc5
add logging of failed quota info
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 15:29:30 +02:00
Robin Appelman
e50d78e11a
use and cache root storage info if a share can't be resolved
...
as is a broken share will never be cached
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 15:29:27 +02:00
Carl Schwan
6b6f24cafd
Fix scanning app data with metadata
...
Previously we were listening to change in the appdata folder but an
appdata scan didn't setup the file system, so the view was unavailable.
**Test plan:**
1. rm -rf data/appdata_...../preview data/<user>/Media
2. occ files:scan-app-data
3. occ files:scan <user>
No errors and the files and metadata are correctly removed from the
database too.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-04-22 15:14:59 +02:00
blizzz
cfc1c21a80
Merge pull request #32071 from nextcloud/performance/cache-display-name
...
cache display names in local memory before external memcache
2022-04-22 14:51:46 +02:00
blizzz
102d119297
Merge pull request #32053 from nextcloud/cache-verify-share-mountpoint
...
cache the verification of the share mountpoint
2022-04-22 14:36:49 +02:00
Robin Appelman
a4e120c203
tell mysql to ignore the sort index for search queries
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 13:42:33 +02:00
John Molakvoæ
f7f4d36a37
Fix dyslexia font loading
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-22 13:04:15 +02:00
Robin Appelman
674c0bec2c
cache display names in local memory before external memcache
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-22 13:02:30 +02:00
John Molakvoæ
9a76f06eca
Merge pull request #31751 from nextcloud/theming-providers
2022-04-22 12:32:14 +02:00
blizzz
e1cb1bdce9
Merge pull request #32045 from nextcloud/cache-fullSetupRequired
...
cache fullSetupRequired locally
2022-04-22 11:32:21 +02:00
John Molakvoæ
850d8ac1cd
Add default theming disabled fallback
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-22 11:24:25 +02:00
John Molakvoæ
c85ba84bdb
Merge pull request #32047 from nextcloud/performance/cache-display-name
2022-04-22 11:20:08 +02:00
Carl Schwan
ed4c1e584f
Update cache when display name change
...
This improve the correctness of the data
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-04-22 10:29:18 +02:00
Carl Schwan
4333c215cb
Cache display name
...
This should saves some query in the share backend when displaying the
owner and it's not important if the display name is 10 minutes outdated
as it is very rare that this gets changed.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-04-22 10:22:15 +02:00
John Molakvoæ
3f55108227
Merge pull request #32048 from nextcloud/cache-storage-info
...
cache storage info in memcache for 5m
2022-04-22 08:15:40 +02:00
John Molakvoæ
9a1a14d563
Merge pull request #32049 from nextcloud/bugfix/noid/custom-property-ignorelist
...
Add known dav properties to ignore list
2022-04-22 08:14:40 +02:00
John Molakvoæ
54532b2df3
Merge pull request #32050 from nextcloud/share-cache-owner-name
2022-04-22 08:13:38 +02:00
Nextcloud bot
3eb7c9d717
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-22 02:28:58 +00:00
John Molakvoæ
05a33ad713
Fix acceptance
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 19:00:29 +02:00
nextcloud-command
369a7f3128
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-21 19:00:29 +02:00
John Molakvoæ
d1dfdfe799
Lint and psalm fix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 19:00:29 +02:00
John Molakvoæ
3c75a99267
Phpunit
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 19:00:28 +02:00
John Molakvoæ
48381b8913
Ship mexitek/phpcolors
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 19:00:28 +02:00
John Molakvoæ
1dee36c761
Remove accessibility
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 19:00:28 +02:00
Robin Appelman
bda8601648
cache the verification of the share mountpoint
...
after the initial verification this can only really be invalidated by a system mount (external/group/etc) being created at the share target since any normal file/folder creation will already conflict with the share
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 18:08:35 +02:00
Daniel Calviño Sánchez
eda6611c8f
Verify that Talk could be enabled before executing the tests
...
This should make the problem clearer if Talk could not be enabled (for
example, due to a version mismatch), as otherwise the tests would fail
in more cryptic ways.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-04-21 17:44:47 +02:00
Robin Appelman
1f1b2a32cb
cache the share owner name for formating cache entries
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 17:33:18 +02:00
Julius Härtl
a54fc45311
Add known dav properties to ignore list
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-04-21 17:01:42 +02:00
Robin Appelman
bdfef2dbd1
cache storage info in memcache for 5m
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 16:48:01 +02:00
Joas Schilling
dd736fa1da
Merge pull request #32042 from nextcloud/shared-storage-instanceof-common
...
improve optimization for SharedStorage::instanceOfStorage(Common)
2022-04-21 16:24:04 +02:00
Robin Appelman
bbf283f818
cache fullSetupRequired locally
...
no need to hit redis every time
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 16:00:28 +02:00
Robin Appelman
e3ade5507d
also apply the fix for the other storage types
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 15:00:42 +02:00
Robin Appelman
f6d5eb9a75
improve optimization for SharedStorage::instanceOfStorage(Common)
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 14:51:09 +02:00
Robin Appelman
561a2071e4
only register mounts that are new from providers that are new during a full setup
...
this fixes cases where during the (partial) setup of a shared mount a full setup is triggered
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-21 12:53:50 +02:00
Joas Schilling
49e62149d8
Make the binary operation order explicit
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-21 10:47:26 +02:00
Julius Härtl
f4135c72f5
Merge pull request #31047 from nextcloud/enh/preferences-index
...
Additional index on oc_preferences to make queries without a user filter faster
2022-04-21 09:59:04 +02:00
John Molakvoæ
7b686abe7f
Migrate old accessibility config
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 09:31:07 +02:00
John Molakvoæ
493b20605f
Font fixes and design update for theme picker
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 09:31:07 +02:00
John Molakvoæ
9ea72b1010
Migrating themes to Theming app
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 09:31:07 +02:00
John Molakvoæ
69d1d1a84e
Write body theme selector straight in the template
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 09:31:07 +02:00
John Molakvoæ
fa18a77fa2
Fix twofactor loading and public image
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2022-04-21 09:31:06 +02:00
John Molakvoæ (skjnldsv)
a1aaaaa0c8
Update and fix theming images
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-04-21 09:31:06 +02:00
John Molakvoæ (skjnldsv)
738fcba51a
Update search icon size
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2022-04-21 09:31:05 +02:00
Joas Schilling
b3cf312edc
Start theming providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-21 09:29:33 +02:00
Nextcloud bot
12ed5c9ff3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-21 02:28:12 +00:00
Pytal
6e803858a2
Merge pull request #32021 from nextcloud/fix/shared-dav-export
2022-04-20 09:20:18 -07:00
Julius Härtl
8e53a04e92
Merge pull request #30311 from nextcloud/enh/search-load
...
Add unified search options
2022-04-20 16:36:15 +02:00
Robin Appelman
caebdc2a55
Merge pull request #32024 from nextcloud/local-metadata-forbidden
...
ignore forbidden files while scanning local storage
2022-04-20 12:34:23 +00:00
Joas Schilling
f33305aa38
Merge pull request #32022 from nextcloud/debug/noid/stacktrace-user-object
...
log stacktrace for 'Backends provided no user object'
2022-04-20 14:10:42 +02:00
Joas Schilling
efb432865f
Fix test
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-20 13:08:31 +02:00
Robin Appelman
468d6a9cf1
ignore forbidden files while scanning local storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2022-04-20 13:01:16 +02:00
Arthur Schiwon
1ec4563c2e
log stacktrace for 'Backends provided no user object'
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2022-04-20 12:15:39 +02:00
Christopher Ng
522cc891c7
Fix warning
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-04-20 04:47:58 +00:00
Christopher Ng
e7f293ba63
Update naming of address book exports
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-04-20 04:46:28 +00:00
Christopher Ng
e670f692cc
Fix export of shared calendars
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2022-04-20 04:43:30 +00:00
Nextcloud bot
1ea252fad5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-20 02:28:42 +00:00
Louis Chemineau
e8ab298d2c
Use email settings in DAV search
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-04-19 16:23:08 +02:00
Louis Chemineau
70c56b411e
Use share setting in DAV search
...
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-04-19 12:51:57 +02:00
Julius Härtl
7fbd93b2ad
Additional index on oc_preferences to make sure that gettingh values without a user filter is fast
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-04-19 12:37:36 +02:00
Nextcloud bot
13dbad0080
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-19 02:27:59 +00:00
Nextcloud bot
84b91a1737
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-18 02:27:31 +00:00
dependabot[bot]
4d6b029089
Merge pull request #31995 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.0
2022-04-17 23:33:46 +00:00
dependabot[bot]
d554c26684
Bump core-js from 3.21.1 to 3.22.0
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.21.1 to 3.22.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.21.1...v3.22.0 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2022-04-17 22:59:18 +00:00
Nextcloud bot
6fa62e9266
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-17 02:26:47 +00:00
Nextcloud bot
42fa300122
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-16 02:26:52 +00:00
Nextcloud bot
6dd13ba827
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-04-15 02:27:18 +00:00
dependabot[bot]
8a511838be
Merge pull request #31991 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.0
2022-04-15 01:52:03 +00:00
dependabot[bot]
9d9bbd8399
Merge pull request #31989 from nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.34
2022-04-15 01:48:18 +00:00
dependabot[bot]
d83d82e80e
Bump @testing-library/user-event from 14.0.4 to 14.1.0
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.0.4 to 14.1.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.0.4...v14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 20:58:46 +00:00
dependabot[bot]
ebbfd0301c
Bump karma-spec-reporter from 0.0.33 to 0.0.34
...
Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter ) from 0.0.33 to 0.0.34.
- [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases )
- [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.33...v0.0.34 )
---
updated-dependencies:
- dependency-name: karma-spec-reporter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 20:57:51 +00:00
blizzz
52be7bf750
Merge pull request #31956 from nextcloud/techdebt/noid/master-is-now-25
...
⚠️ Master is now 25
2022-04-14 22:55:19 +02:00
Joas Schilling
bd6182b791
Master is now 25
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-04-14 22:12:53 +02:00
Julius Härtl
93eb584199
Make typeahead and search limit/length configurable
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-04-13 10:05:55 +02:00
Julius Härtl
de7280114a
Increase debounce timeout to be more realistic with real typing behavior
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-04-13 10:03:01 +02:00
Andy Xheli
9e8acdc613
Fix Error: Undefined index: redirect_url
...
Signed-off-by: Andy Xheli <axheli@axtsolutions.com >
Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
2022-04-12 10:20:41 -05:00
Vincent Petry
18c013d8fc
Add CSP policy merge priority for booleans
...
When two booleans conflict when merging CSP policies, true will win.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-04-01 13:56:34 +02:00
Carl Schwan
01e2a26749
Fix unit tests
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-10 14:19:48 +01:00
Julius Härtl
a6796b4247
Fix decryption fallback after adding a secret
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-03-10 14:01:21 +01:00
Julius Härtl
553cb499b2
Rotate token after fallback
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-03-10 14:01:21 +01:00
Julius Härtl
81f8719cc0
Add fallback routines for empty secret cases
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-03-10 14:01:21 +01:00
Carl Schwan
0e58c113a5
Only check if secret is set if the nextcloud is installed
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-09 14:39:59 +01:00
Carl Schwan
e6161af662
Also check for instanceid and passwordhash
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-09 13:36:06 +01:00
Carl Schwan
7496bf3461
Require the secret config to be configured
...
If it's not configured the instance will look like it is working but
various features will silently break (end to end encryption, setting
alternate email and probably more).
One issue is that changing the secret from empty to something will
break various other stuff (app token). I don't think there is a good way
to solve this issue other than breaking early instead of having to
handle a painful migration later on.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-03-08 23:11:08 +01:00
Tiramisu Mokka
8190441335
files: close open directory file descriptor on error path
2022-03-07 10:19:58 +01:00
Nextcloud bot
1f961e33b0
Updating node.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2022-03-06 18:04:42 +00:00
zroebg
2df0f53d0e
Add memcached unis socket instructions
2022-02-15 21:00:50 +01:00