| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\
| |
| | |
Fix PHP 8.2 warnings about undeclared properties
|
| |
| |
| |
| | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \
| | |
| | | |
Rename setting name to reduce its length
|
| | |
| | |
| | |
| | | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \ \
| |/ /
|/| | |
Add comments expire date
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
```
git grep strval|wc -l
32
git grep "(string)"|wc -l
481
```
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://github.com/nextcloud/spreed/pull/7327
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
|\ \ \
| |_|/
|/| | |
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>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/fix/replace-opis-closure-by-laravel-fork
Replace opis/closure by laravel/serializable-closure
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We need to be able to unserialize data from before upgrade.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \ \
| | | | |
| | | | | |
Remove at matcher uses in tests/lib
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\ \ \
| |/ /
|/| | |
Run php tests when 3rdparty changed
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|\ \ \
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
store unencrypted size in the unencrypted_size column
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove some depreciated at() calls
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
These hooks are only used in the Encryption app from what I can see.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
| |/ /
|/| |
| | |
| | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|/ /
| |
| |
| | |
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
|\ \
| | |
| | | |
More meaningfull message when a public authenticated share's password is wrong or has expired.
|
| | |
| | |
| | |
| | |
| | |
| | | |
wrong or has expired
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
|
|\ \ \
| | | |
| | | | |
Fix unit tests
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Improve JSConfigHelper code quality a bit
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \ \
| | | |
| | | | |
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>
|
|\ \ \
| |/ /
|/| | |
Update core to PHP 7.4 standard
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Typed properties
- Port to LoggerInterface
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \
| |/ /
|/| | |
Fix psalm issues related to the user backend
|