Commit Graph

3171 Commits (d9c079937726bfa37a48ef8a2f206741f3fa12e3)

Author SHA1 Message Date
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
Julius Härtl bd03dd37be
Allow to set a strict-dynamic CSP through the API 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 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 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
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
Christopher Ng 0cbb6d7ba9 Various minor updates 4 years ago
Christopher Ng 4eff359441 Calendar export and import 4 years ago
Anna Larch f68028e85e Specify string as nullable for credentials password 4 years ago
Christopher Ng 321e1cdce3 Extend ImportSource interface to list files of a folder 4 years ago
Robin Appelman cfb7923e08
store mountprovider for each mount in the mounts table 4 years ago
Côme Chilliet 07940f9d05
Please drone checkers 4 years ago
Côme Chilliet 885b7904a2
Avoid passing both $importSource and $version while version comes from source 4 years ago
Côme Chilliet 67fb1b92d6
Improve version handling for user_migration 4 years ago
Côme Chilliet b06a622a60
Add version handling to IMigrator 4 years ago
Carl Schwan 8af4054237 Fix some issues with the API documentation 4 years ago
Christoph Wurst cb252c5591
Add Transactional trait for atomic DB operations 4 years ago
Carl Schwan 7dddbd0c35 Improve caching policy 4 years ago
Joas Schilling deec4f31db
Allow to revert the user status of multiple users in 3 queries instead of 3*n 4 years ago
Christopher Ng 21f9e85e1a Extend export destination interface 4 years ago
Christopher Ng e3244361ba Allow registration of migrators 4 years ago
Joas Schilling b765f79368
Allow apps to specify if their background job can be delayed 4 years ago
Christoph Wurst 9a656e5b35
Move calendar resource/room backend registration to IBootstrap 4 years ago
Christoph Wurst 2c356d0852
Add a Talk API for OCP 4 years ago
Vitor Mattos 8ec7c5c8ae
Update ICommentsManager with reaction methods 4 years ago
Maxence Lange 144e83520b +getCollection(): string; 4 years ago
Robin Appelman c712987878
send request id in response header 4 years ago
Carl Schwan f778cbe7b9
Fix registerEventListener issues 4 years ago
Carl Schwan e3a12b3482
Fix psalm issues in theming app 4 years ago
Côme Chilliet ddae16d480
Add specific psalm-return for getAllUserValues 4 years ago
Côme Chilliet a6eb7dc676
Fix signatures and null $userId corner case 4 years ago
Côme Chilliet d630af4ca8
Add a new method getAllUserValues($userId) to IConfig 4 years ago
Joas Schilling f03468342e
Remove createPluralFunction which is replaced by Symfony\Translations lib 4 years ago
Joas Schilling d2833a6552
Fix typo in deprecated 4 years ago
Joas Schilling 1ceba64863
Allow to get comments with a given set of verbs 4 years ago
Joas Schilling d850dc0220
Remove order from groupConcat as it is not working everywhere 4 years ago
Vitor Mattos f071b4dfbb
Fix groupConcat and ordering on Oracle 4 years ago
Vitor Mattos afe5b6dd8a
Prevent query error when use subquery 4 years ago
Vitor Mattos 9efbc9c1d5
Add comments reactions 4 years ago