Commit Graph

14113 Commits (680f439f736e199576844cd2d3cc3854e95201af)

Author SHA1 Message Date
Julius Härtl c7813bfdaf
feat: Implement team provider api 2 years ago
Robin Appelman 6fb447676e fix: handle cases where non-binary operators are mixed in for optimizing search queries 2 years ago
Robin Appelman 3971313d4c fix: don't short circuit query optimizer 2 years ago
Robin Appelman a9ee278ec6 perf: cache path by id to speedup getting nodes by id 2 years ago
Robin Appelman e7a7b4a401 perf: switch places that always use the first getById result to getFirstNodeById 2 years ago
Julius Härtl e13fb468cf
fix: Fetch custom app store url without internet connection 2 years ago
Robin Appelman 4d110c1dd6 feat: add interface to get only a single node by id instead of all nodes for the id 2 years ago
Ferdinand Thiessen 27642d3e6d fix: Enforce forbidden filename characters on backend 2 years ago
Benjamin Gaussorgues d1189f923c
feat(perf): add cache for authtoken lookup 2 years ago
Joas Schilling ecb111cec7
fix(federation): Allow cloud federation providers to handle unsuccessful return codes 2 years ago
Claus-Justus Heine 493333036b fix(collaboration): collaboration MailPlugin: Protect access to a potentially missing array component by ??. 2 years ago
Joas Schilling e5b0c06b24
feat(comments): Allow mentions of federated users, groups and teams in the future 2 years ago
Unpublished 4af1c5cb33 Add .aac mime type mapping 2 years ago
Robin Appelman 96942e436b
fix: update "move into share" check to share manager 2 years ago
Robin Appelman d0ebe36906
fix: remove old test-only methods 2 years ago
Julius Härtl 7e0899aaaf
fix: Avoid unitialized access of fts manager properties 2 years ago
Richard Steinmetz f2e6abadbf
feat: theme error page 2 years ago
Robin Appelman ac7f3ee985 add a debug option to force a full filesystem setup 2 years ago
Robin Kluth 414f8f1f2d Include `hostName:$port` for Host access violation message as well 2 years ago
Robin Kluth 25c0021137 Log Host/IP in `LocalServerException` for `Host violates local access rules` 2 years ago
Robin Kluth d70cd5add2 Log Host/IP in `LocalServerException` for `Host violates local access rules` 2 years ago
Julius Härtl 22eab7ba36
fix: Throw instead of yielding nothing when listing local directories 2 years ago
hschletz b277841cb4 Fix data type in FilesMetadata::setIntList() 2 years ago
Julius Härtl efc3d76e43 feat: Print early exceptions in debug mode instead of plain error pages 2 years ago
Hamid Dehnavi 09b3702c3b Refactor lib/private/ocs 2 years ago
Hamid Dehnavi cf17db2fe6 Fix psalm errors 2 years ago
Hamid Dehnavi b6ef67edfc Make adjustments based on the psalm review 2 years ago
Hamid Dehnavi 7a8d79b85c Fix code style 2 years ago
Hamid Dehnavi 84749d53a9 Refactor lib/private/App 2 years ago
Andrew Summers e69ca0632a Refactor `OC\Server::getEventLogger` 2 years ago
Andrew Summers 55eb6048fa Refactor `OC\Server::getTrustedDomainHelper` 2 years ago
Andrew Summers f461c79c58 Refactor `OC\Server::getAppFetcher` 2 years ago
Robin Appelman cc3c7c24a1 set a default and max ttl for redis keys 2 years ago
Carl Schwan 6ad335e229 Fix location of the profiler data 2 years ago
Klaus 747aeded9d fix xml ocs response for serializable objects 2 years ago
Benjamin Gaussorgues 01983d50d4
feat(share): save date and time for expiration 2 years ago
provokateurin df6175ccb1
feat(AppFramework): Add Route attribute 2 years ago
provokateurin 66e7056c5e
fix(Routing): Only use lowercase names for registering and matching routes 2 years ago
Joas Schilling fd679e2018
fix(notifications): Help finding missing notifications by logging it 2 years ago
Arthur Schiwon c98b0462e3 fix(admin role): fix old and wrong way to determine whether user is admin 2 years ago
Christoph Wurst 1f46e4b854
fix(db): Let dirty writes cool off 2 years ago
Git'Fellow d753d04760
Move away from deprecated utf_encode() on PHP 8.2+ 2 years ago
Robin Appelman 3890aa54be
add some comments for the distributive operation and add another test 2 years ago
Robin Appelman 1c87cee5ad
add extra flatten step to improve "or eq" -> "in" optimization 2 years ago
Robin Appelman 63ffaab95e
fix types + autoloader 2 years ago
Robin Appelman 7ca516773f
add a search query step to split IN statements that are to large for oci 2 years ago
Robin Appelman 2dcd0a8759
hopefully improve propagation of 'path eq hash' hint into 'in' statements 2 years ago
Robin Appelman 2e14a7a4a6
optimize query pattern used by storage filter 2 years ago
Christoph Wurst cf17a20835 fix(db): Give dirty read exception a message 2 years ago
Maxence Lange 2232753b99 add hasListeners() 2 years ago