Nextcloud bot
5f194dad24
[tx-robot] updated from transifex
5 years ago
Christoph Wurst
08d4458542
Initialize \OCP\AppFramework\Http\ZipResponse::$resources
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Arthur Schiwon
9d96b0b7fb
bump applicable version due to an intermediate release
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago
Christoph Wurst
24e035dfc8
Drop \OCP\Defaults::getLogoClaim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Roeland Jago Douma
2ea3cb7c93
Drop redundant indes
Those indexes are already covered by others. So those can just be used.
THose extra indexes just take up space.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Robin Appelman
0363af3790
move AbstractCacheEvent into OCP
otherwise we have concrete cache events in OCP extending non OCP classes
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
Joas Schilling
645f83121e
Cache the user backend info for 300s
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Roeland Jago Douma
4d7c4b3d2f
Markdown: remove redundant int cast
For #25641
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Roeland Jago Douma
11a9bd3e19
Some OCS result psalm fixes
For #25641
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Nextcloud bot
69f0d7d5d4
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
361f160d0d
[tx-robot] updated from transifex
5 years ago
Christoph Wurst
883848b58a
Micro-optimize validation of empty email addresses
Then we don't have to construct any validators.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Christoph Wurst
e618ea83b5
Make the app code checker a NOOP
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Roeland Jago Douma
cc554890c1
Fix WebP availability check
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Roeland Jago Douma
cd457cc68b
Always renew apppasswords on login
Else you can end up that you renewed your password (LDAP for example).
But they still don't work because you did not use them before you logged
in.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Roeland Jago Douma
25f9203a70
Fix remaining #25359
As a wise man once said:
"I like PRs that pass tests before merging"
C. Wurst, Feb 9th 2021
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Christoph Wurst
0a28440bf6
Make our event base class independent of Symfony and follow PSR
Symfony is migrating towards a pure PSR event dispatcher, hence their
event class is POPO that implements the PSR stoppable event interface.
Since we can do that ourself and this change doesn't come with any API
changes (breakage), it's easy for us to become independent of Symfony
but also stay PSR-compliant at the same step.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Christoph Wurst
aabd73912e
Type the service registration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Christoph Wurst
f76ec25e58
Deprecate the GenericEvent wrapper
This class is a convenience type to replace the old Symfony GenericEvent
with our own type, to ease the transition from Symfony events to our
(PSR) events. Hence we can deprecate the class as precaution to smoothen
the next transition step in the future.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Nextcloud bot
decb70b9ac
[tx-robot] updated from transifex
5 years ago
Robin Appelman
111fa47f10
remove ReconnectWrapper
dbal now handles it's own reconnections: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#the-pingableconnection-interface-is-removed
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
Christoph Wurst
4fc0b2c639
Deprecate all remaining event constants
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Robin Appelman
ec875227ec
forward query exception when fallback construction fails
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
Christoph Wurst
3d075c370a
Deprecate the internal IDBConnection event name constants
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Christoph Wurst
abc61a9f63
Fix the legacy dispatcher argument order
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Nextcloud bot
9eea1e56dc
[tx-robot] updated from transifex
5 years ago
Robin Appelman
3401be216d
forward original query exception when querying by name fails
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
Nextcloud bot
26a20ed13f
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
f19287ae57
[tx-robot] updated from transifex
5 years ago
Joas Schilling
98032425b4
Fix linter
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
ef7ed47f14
Make Psalm happy
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
1344c61145
Improve mention matches
The previous regex didn't correctly match users with . ' or -
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
8bb6bb53ad
[tx-robot] updated from transifex
5 years ago
Samuel
3a077a3903
revert(comment)
Signed-off-by: Samuel <faust64@gmail.com>
5 years ago
Samuel
5f8dfa8e4c
revert(exception): keep throwing an exception for now
Signed-off-by: Samuel <faust64@gmail.com>
5 years ago
Christoph Wurst
f6ddda8dad
Test the symfony adapter
To prevent regression in the future.
And make sure we always return an object …
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Samuel
59e43b4828
fix(translation): replace static error message
as suggested by @kesselb in nextcloud/server#25490
Signed-off-by: Samuel <faust64@gmail.com>
5 years ago
Christoph Wurst
91e1707498
Log deprecation notice of GenericEventWrapper just once
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Nextcloud bot
c935f6a776
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
df9ce19a6b
[tx-robot] updated from transifex
5 years ago
Julius Härtl
18e2e86b95
Avoid template creators being registered multiple times
Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago
Daniel Kesselberg
fe378200fa
Check for generic errors at last.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years ago
Nextcloud bot
e18c608cb4
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
86678ba5df
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
d1bdd1ceba
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
fcbe4c5be5
[tx-robot] updated from transifex
5 years ago
Arthur Schiwon
3ecc6d0a8a
show suggestion to clean up possible invalid shares later
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago
Arthur Schiwon
558f062ca6
add repair job for unencoded calendars
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago
Julius Härtl
222d8e6c1a
Use proper path for scanner
Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago
Julius Härtl
0d384dedaa
Obtain the user language from the passed in user id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago