Sergey Linnik
|
33d380556c
|
fix: catch Error types in track callback
|
7 days ago |
Serik Ibragimov
|
751ca83bdc
|
feat(share): cover circle shares in advanced permissions
|
2 weeks ago |
Serik Ibragimov
|
127010fc60
|
fix(docs): remove redundant and incorrect @return docblocks, add missing return type hints
|
2 weeks ago |
Serik Ibragimov
|
292aed31af
|
fix(callback): remove typed constants for PHP 8.1 compatibility
|
3 weeks ago |
Sergey Linnik
|
d3c105dae1
|
update license
|
3 weeks ago |
Serik Ibragimov
|
222f6750e2
|
feat(email): handle TRACKERSTATUS_MAILMERGE callback to send mail merge messages
|
1 month ago |
Serik Ibragimov
|
0064880b22
|
feat(email): expose userHasMailAccounts flag in editor config
|
1 month ago |
Serik Ibragimov
|
b9a00eeda9
|
feat(email): add emails endpoint to list user's sendable addresses
|
1 month ago |
Serik Ibragimov
|
3af0a7a542
|
fix(editor): remove urldecode from createUrl and template URLs
|
2 months ago |
Serik Ibragimov
|
9901af99ee
|
feat(editor): add backend check for external storage restriction in editor config
|
2 months ago |
Serik Ibragimov
|
39226a59c4
|
feat(settings): add restrictExternalStorage setting
|
2 months ago |
Serik Ibragimov
|
90f4da72b9
|
fix(share): validate that shareId belongs to file in setShares
|
2 months ago |
Serik Ibragimov
|
43f64af456
|
refactor(share): extract share collection into getSharesByOwner
|
2 months ago |
Serik Ibragimov
|
7390c28acf
|
fix(settings): accept boolean watermark values instead of string "true"
|
2 months ago |
Serik Ibragimov
|
09b944f224
|
refactor(settings): rewrite admin settings page as Vue SFCs
Replace the legacy jQuery IIFE + PHP-template-rendered settings form
with a proper Vue 3 component tree using the Nextcloud component library.
|
2 months ago |
Serik Ibragimov
|
8b81a4f049
|
fix(editor): guard against null owner in version history
|
2 months ago |
Serik Ibragimov
|
453d859ae7
|
fix(editor): fix nullable types and dead null check
|
2 months ago |
Serik Ibragimov
|
40b76f3853
|
fix(callback): replace non-nullable defaults with nullable types
|
2 months ago |
Serik Ibragimov
|
55994b924d
|
fix(federation): allow null for fs param in keylock endpoint
|
2 months ago |
Serik Ibragimov
|
8e9e4a8def
|
fix(editor): replace empty-string defaults with nullable string params
|
2 months ago |
Serik Ibragimov
|
de7d88b745
|
fix: passing null to version param instead of int
|
2 months ago |
Serik Ibragimov
|
618b02a72c
|
fix: deprecated non-canonical integer cast
|
2 months ago |
Serik Ibragimov
|
09e6dc93f0
|
fix: guard against stripping the instance prefix from plain user ids
|
3 months ago |
Serik Ibragimov
|
6c8114bc91
|
fix: wrap file lookup in try/catch to handle NotFoundException gracefully
|
3 months ago |
Serik Ibragimov
|
272c9b1312
|
refactor: improve type coverage in php classes and update dependent code
|
3 months ago |
Serik Ibragimov
|
414b549ac9
|
refactor: convert switch statements to match expressions
|
3 months ago |
Serik Ibragimov
|
5b6b05bb62
|
refactor: use optional service injection and update dependent code
|
3 months ago |
Serik Ibragimov
|
18b5594ef7
|
refactor: migrate OC_Util FS setup/teardown to SetupManager
|
3 months ago |
Serik Ibragimov
|
96b5e1b93d
|
refactor: add type declarations to params and update dependent code
|
3 months ago |
Serik Ibragimov
|
70867a7d63
|
fix: phpcs errors
|
3 months ago |
Serik Ibragimov
|
2c83442ed2
|
refactor: convert KeyManager static methods into instance methods and update dependent code
|
3 months ago |
Serik Ibragimov
|
23903f63d0
|
refactor: move DocumentService dependencies to the constructor and update dependent code
|
3 months ago |
Serik Ibragimov
|
fc74afc134
|
refactor: remove unused use statements
|
3 months ago |
Serik Ibragimov
|
579cc92967
|
fix: make userId param nullable
|
3 months ago |
Serik Ibragimov
|
6127a003fa
|
refactor: use constructor property promotion and dependency injection
|
3 months ago |
Serik Ibragimov
|
c997b28add
|
refactor: run rector with code-quality set
|
3 months ago |
Serik Ibragimov
|
28b6b34259
|
refactor: run rector with dead-code set
|
3 months ago |
Serik Ibragimov
|
f9da0fc5e4
|
refactor: run rector with type-declarations set
|
3 months ago |
Serik Ibragimov
|
cddbcd2948
|
fix: error-prone code
|
3 months ago |
Serik Ibragimov
|
248f2cdf90
|
refactor: nc deprecated code sections
|
3 months ago |
Serik Ibragimov
|
f74accd1c2
|
refactor: run rector with nextcloud 30 set
|
3 months ago |
Serik Ibragimov
|
2faabb3331
|
refactor: run rector with php81 set
|
3 months ago |
Serik Ibragimov
|
f19b623bbc
|
refactor: wrap plain array results in DataResponse objects
|
3 months ago |
Serik Ibragimov
|
ee0b4e6649
|
refactor: convert tagId to string before passing it to in_array strict comparison
|
4 months ago |
Sergey Linnik
|
fac2f5dde7
|
checks before creating StreamResponse
|
4 months ago |
Serik Ibragimov
|
f40031e684
|
fix: remove strict param argument from in_array when checking linkTag existence
|
4 months ago |
Carl Schwan
|
cdb5eb5e50
|
feat: Use strict comparaison with in_array
Signed-off-by: Carl Schwan <carlschwan@kde.org>
|
4 months ago |
Serik Ibragimov
|
2fac8d3648
|
fix: invalid IManager::getSharesBy method call
|
4 months ago |
Serik Ibragimov
|
3221712b5b
|
fix: too many arguments to ExtraPermissions::getShares()
|
4 months ago |
Sergey Linnik
|
00240cccd4
|
Copyright 2026
|
4 months ago |