| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix psalm errors
Reorder methods and remove return null
Use best pattern on docblock
Goals: update https://github.com/ChristophWurst/nextcloud_composer/ with reaction methods.
The script
https://github.com/ChristophWurst/nextcloud_composer/blob/master/build.sh
only get lib/public classes
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
|\
| |
| | |
Drop PHP7.3
|
| |
| |
| |
| | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
| |
| |
| |
| | |
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/techdebt/noid/allow-to-get-comments-with-verb
Allow to get comments with a given set of verbs
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Add deprecation notice to script & addScript func
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \ \ \
| |/ / /
|/| | | |
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>
|
|\ \ \
| | | |
| | | | |
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>
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
nextcloud/bugfix/29287/remove-create-function-calls
Remove createPluralFunction which is replaced by Symfony\Translations…
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes the test OCA\Files_External\Tests\Storage\WebdavTest::testStat on
PHP>=7.4
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
nextcloud/feature/noid/allow-to-log-audit-to-syslog
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
The method was already there in AllConfig but private
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \ \
| |_|/
|/| | |
Add comments reactions
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix column size
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
|\ \ \
| | | |
| | | | |
Allow changing the top-left logo link target in config.php
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
|
|\ \ \ \
| | | | |
| | | | | |
Always call flush() as getAllKeys() is broken
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Explicitly cast char in the query builder
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|