Nextcloud bot
011042e56e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-29 02:27:43 +00:00
Joas Schilling
e8c66d0f89
Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-with-verb
...
Allow to get comments with a given set of verbs
2022-01-28 16:41:42 +01:00
Carl Schwan
c2f21b5b98
Merge pull request #30893 from nextcloud/automated/noid/psalm-baseline-update-1643343117
...
[Automated] Update psalm-baseline.xml
2022-01-28 15:02:24 +01:00
nextcloud-command
647a81fccb
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-01-28 04:11:57 +00:00
Nextcloud bot
4d98612bc8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-28 02:27:10 +00:00
John Molakvoæ
73e3d06781
Merge pull request #30855 from nextcloud/psalm/theming
2022-01-27 20:04:02 +01:00
Côme Chilliet
3231b3f49f
Merge pull request #30886 from nextcloud/fix/fix-user-info-notfoundexception
...
Fixes occ user:info when the user never logged in
2022-01-27 18:11:58 +01:00
Vincent Petry
363bf208a0
Merge pull request #30876 from nextcloud/docs/deprecate_addScript
...
Add deprecation notice to script & addScript func
2022-01-27 17:34:13 +01:00
Carl Schwan
760db78dba
Add better error handling
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27 17:03:09 +01:00
Côme Chilliet
071ceff7e2
Fixes occ user:info when the user never logged in
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-27 16:33:24 +01:00
Carl Schwan
f778cbe7b9
Fix registerEventListener issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27 11:12:45 +01:00
Louis
34f425c150
Merge pull request #30858 from nextcloud/fix/ajax-list-dir-content-on-file
...
Return 404 when AJAX tries to list dir content but file given
2022-01-27 11:08:23 +01:00
Louis Chemineau
04c9de7312
Add deprecation notice to script & addScript func
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-27 11:04:30 +01:00
John Molakvoæ
3500d8b980
Merge pull request #30844 from nextcloud/feat/eol-check
2022-01-27 09:06:31 +01:00
John Molakvoæ
deb735ed85
Prevent merging on EOL branches
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-01-27 09:05:30 +01:00
Nextcloud bot
9b9c2388b7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-27 02:27:26 +00:00
Louis
76b764058b
Merge pull request #28561 from nextcloud/debt/use_sharing_constants_from_package
...
Use @nextcloud/sharing in files and files_sharing
2022-01-26 23:58:13 +01:00
Simon L
d23de2653e
Merge pull request #30832 from nextcloud/untrusted_domains_warning
...
Makes untrusted domain error a warning.
2022-01-26 18:28:17 +01:00
Simon L
d50c84325d
Merge pull request #30859 from nextcloud/iss-temp-fix
...
Issuetemplate - Small wording and formatting fixes
2022-01-26 18:24:53 +01:00
Louis Chemineau
be968a8841
Use @nextcloud/sharing in files and files_sharing
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
Update tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-26 17:58:43 +01:00
Joas Schilling
fe6ceba03a
Merge pull request #30822 from nextcloud/bugfix/29287/remove-create-function-calls
...
Remove createPluralFunction which is replaced by Symfony\Translations…
2022-01-26 16:31:21 +01:00
acsfer
0c1f240bd4
Small wording and formatting fixes
...
To be more clear and improve readability.
2022-01-26 16:21:22 +01:00
MichaIng
ba1338e680
Return 404 when AJAX tries to list dir content but file given
...
Due to a code mistake, the expected 404 return when AJAX tries to list a directory content with a non-directory file path given, does not happen. It instead fails with another exception.
This commit restores the original intention to return 404 in the first place when passing a non-directory path with the "dir" parameter.
Signed-off-by: MichaIng <micha@dietpi.com>
2022-01-26 16:11:50 +01:00
Carl Schwan
e3a12b3482
Fix psalm issues in theming app
...
After this change, we are down to only one psalm warning for this app
and related to the Application.php. This also make composer
psam:update-baseline not silently ignore new errors.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26 14:26:58 +01:00
Louis
a145edd00d
Merge pull request #30846 from nextcloud/cs/fix_php_cs
...
Fix php:cs
2022-01-26 11:43:30 +01:00
Louis Chemineau
6220042788
Fix php:cs
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-26 10:47:16 +01:00
Nextcloud bot
936f9dc596
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-26 02:27:35 +00:00
Côme Chilliet
e85ea0afaf
Merge pull request #30831 from nextcloud/fix/dav-storage-hasupdated
...
Fix OC\Files\Storage\DAV::hasUpdated when cache is not set
2022-01-25 17:24:50 +01:00
Côme Chilliet
5cca86ce19
Remove redundant if clause
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-25 16:53:35 +01:00
Côme Chilliet
35dcda36a3
Fix OC\Files\Storage\DAV::hasUpdated when cache is not set
...
Fixes the test OCA\Files_External\Tests\Storage\WebdavTest::testStat on
PHP>=7.4
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-25 16:53:19 +01:00
Simon L
014ba75165
Merge pull request #30778 from nextcloud/new-issue-template
...
Supercharge Issues template
2022-01-25 10:39:51 +01:00
Pierre Ozoux
e6d9ef2e38
Makes untrusted domain error a warning.
...
It sends a 400 to the client, so I could even argue that it should be an error.
But currently as an admin, I'm quiet surprised that I get a 400 in the UI, and nothing in the log with the default level.
I saw this commit that explains the reason why info. But I disagree.
Feel free to close the PR if you don't agree with it.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-01-25 10:33:31 +01:00
John Molakvoæ
272f4cd6df
Merge pull request #30763 from nextcloud/feature/noid/allow-to-log-audit-to-syslog
2022-01-25 10:25:13 +01:00
Nextcloud bot
562c573005
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-25 02:27:30 +00:00
Côme Chilliet
4475658cc9
Merge pull request #30739 from nextcloud/enhancement/expose_config_getalluservalues
...
Add IConfig::getAllUserValues to get user settings for all applications
2022-01-24 12:48:13 +01:00
acsfer
5ec8085011
Move critical checkboxes to the top
2022-01-24 11:26:02 +01:00
Côme Chilliet
ddae16d480
Add specific psalm-return for getAllUserValues
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-24 11:16:44 +01:00
Côme Chilliet
b0e6a10263
Use the new function in user:setting occ command
...
instead of direct database queries
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-24 11:16:44 +01:00
Côme Chilliet
a6eb7dc676
Fix signatures and null $userId corner case
...
Configuration values are sometimes queried when there is no user in
session, so $userId is null and we just want to return the default
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-24 11:16:44 +01:00
Côme Chilliet
d630af4ca8
Add a new method getAllUserValues($userId) to IConfig
...
The method was already there in AllConfig but private
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-24 11:16:37 +01:00
acsfer
7460b3bbc1
Add DB options and backends as checkboxes
2022-01-24 10:54:35 +01:00
Louis
8e92b3d137
Merge pull request #30806 from nextcloud/dependabot/npm_and_yarn/exports-loader-3.1.0
...
Bump exports-loader from 1.1.1 to 3.1.0
2022-01-24 10:53:16 +01:00
Joas Schilling
f03468342e
Remove createPluralFunction which is replaced by Symfony\Translations lib
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-24 09:27:01 +01:00
Nextcloud bot
6e47104bb6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-24 02:26:40 +00:00
Nextcloud bot
a45c17dfb1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-23 02:26:25 +00:00
John Molakvoæ
03c09cd58e
Merge pull request #30803 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.1
2022-01-22 19:02:52 +01:00
dependabot[bot]
7107d91ef1
Bump jquery-ui from 1.13.0 to 1.13.1
...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.0...1.13.1 )
---
updated-dependencies:
- dependency-name: jquery-ui
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-01-22 13:52:44 +00:00
John Molakvoæ
29413b9e3a
Merge pull request #30805 from nextcloud/dependabot/npm_and_yarn/sass-1.49.0
2022-01-22 14:16:36 +01:00
John Molakvoæ
16b924934e
Merge pull request #30802 from nextcloud/dependabot/npm_and_yarn/webpack-5.67.0
2022-01-22 14:15:40 +01:00
John Molakvoæ
fffe4fc855
Merge pull request #30808 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.9.0
2022-01-22 14:08:54 +01:00