Commit Graph

20154 Commits (d9c079937726bfa37a48ef8a2f206741f3fa12e3)

Author SHA1 Message Date
Christoph Wurst 282bedecd7
Fix unknown Talk broker interface 4 years ago
Robin Appelman 74f64fa3eb
don't error if we can't load the ExceptionSerializer for early exceptions 4 years ago
Côme Chilliet 1973b2fb75
Fix autoloader and phpdoc for new class 4 years ago
Côme Chilliet b63d22b6ea
Improve wording of pathExists description 4 years ago
Côme Chilliet b4b9e8adf7
Add getOriginalUid in IImportSource to simplify code when importing under another uid 4 years ago
Côme Chilliet 5534f70c5d
Add pathExists method to IImportSource to test if a path exists in the archive 4 years ago
Côme Chilliet d8b2d32a5e
Move UserMigrationException to OCP and add @throws documentation 4 years ago
Nextcloud bot 4e96db8608
[tx-robot] updated from transifex 4 years ago
Carl Schwan 8d7380a15d Fix psalm issue about userCounts 4 years ago
Julius Härtl 27f3aa5890
Only log events when enabled in debug mode 4 years ago
Joas Schilling a9ba631e4d
Also allow pre-releases and nightlies when installing from git 4 years ago
Joas Schilling 4f9c8b08ca
Similar to the fetch() method respect the channel in the get() 4 years ago
Joas Schilling b35253a4c3
Enforce primary keys as they are required to be performant in MySQL clusters 4 years ago
Julius Härtl bd03dd37be
Allow to set a strict-dynamic CSP through the API 4 years ago
Côme Chilliet d5544923a9
Strong type OC\Group\MetaData 4 years ago
Côme Chilliet 3ecba9fd17
Fix typing of OC\Group\MetaData::sorting 4 years ago
Julius Härtl e8cf1a8759
Avoid double-loading dist/core-main.js when apps have scripts named main 4 years ago
Christopher Ng 26e3bdfce3 Note DI only usage in PHPDoc 4 years ago
Côme Chilliet eb60b650aa
Add missing @since in InMemoryFile to please CI 4 years ago
Carl Schwan 5a17415dd8 Add a few more non-extendable interface 4 years ago
Robin Appelman 917c74e214
type fixes 4 years ago
Robin Appelman 07a7dcb824
move user mountpoint setup to setupmanager 4 years ago
Robin Appelman d81713e5c1
simplify setup of circular SetupManager<->Manager 4 years ago
Robin Appelman 6c1d051ecd
add template annotations to CappedMemoryCache 4 years ago
Robin Appelman 22875bf367
move logic to decide what to setup to setupmanager 4 years ago
Robin Appelman 1c468129af
adjust tests to new fs setup 4 years ago
Robin Appelman 5c0fe93498
move teardown logic to SetupManager 4 years ago
Robin Appelman 15ff65c12f
start moving filesystem setup logic to it's own place 4 years ago
Robin Appelman 7630d7a934
more type hints for ICachedMountInfo and IMountManager 4 years ago
Carl Schwan 831aebf4f6 Clarify that some interface are not meant to be implemented 4 years ago
Julien Veyssier a295529576
censor app config values for all integration apps 4 years ago
John Molakvoæ 58d516b509
Make sure common and main core scripts are loaded first 4 years ago
Christopher Ng 0571391b10 Extend simple file with extension getter 4 years ago
Christopher Ng 31a9be0482 Fix avatar file return type 4 years ago
Joas Schilling abcf45e336
Also use hashed/indexed column on delete 4 years ago
Christopher Ng 0cbb6d7ba9 Various minor updates 4 years ago
Christopher Ng 4eff359441 Calendar export and import 4 years ago
Joas Schilling 1e27aed4dc
Censor more configs 4 years ago
Côme Chilliet 13c11208d4
Ignore errors when searching for bundled preview 4 years ago
Joas Schilling b90e657ac7
Delay loading user preferences until we need them 4 years ago
Julius Härtl 83717a7800
Add event logging for db and redis connection 4 years ago
Julius Härtl eede608c0e
Add event logging to app loading 4 years ago
Julius Härtl 0f33453610
Diagnostics event logging to Nextcloud log 4 years ago
Anna Larch f68028e85e Specify string as nullable for credentials password 4 years ago
Côme Chilliet 63d7e7c798
Build OC\Core\Application when running occ or cron to register listeners correctly 4 years ago
Joas Schilling 88f4e972c5
Don't set up full filesystem to check for certificates 4 years ago
Joas Schilling 86de1d569f
Only setupFS when we have to copy the skeleton 4 years ago
Robin Appelman b0ce876f41
return dummy availability if storage is not found in cache 4 years ago
Robin Appelman 215fa17d04
catch storage not available when deleting avatar 4 years ago
Christopher Ng 321e1cdce3 Extend ImportSource interface to list files of a folder 4 years ago