summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | Synchronize operation on live photo filesLouis Chemineau2023-11-292-0/+46
| * | enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-1/+25
| * | fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-0/+79
| * | feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+102
| * | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2331-74/+74
| * | Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-231-0/+1
| |\ \
| | * | Fix is-define operatorLouis Chemineau2023-11-221-1/+1
| | * | implements search on null/notnull metadataMaxence Lange2023-11-221-0/+1
| * | | Merge pull request #41662 from nextcloud/chore/settings/cleanup-manager-type-...Kate2023-11-231-11/+27
| |\ \ \ | | |/ / | |/| |
| | * | chore(settings): Cleanup IManager and Manager type annotationsjld31032023-11-231-11/+27
| * | | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-221-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-2/+2
| * | | Merge pull request #41646 from nextcloud/feat/hide-search-providerBenjamin Gaussorgues2023-11-221-2/+4
| |\ \ \
| | * | | feat(search): hide search providerBenjamin Gaussorgues2023-11-221-2/+4
| * | | | accept boolean valueMaxence Lange2023-11-221-2/+2
| |/ / /
| * | | add named metadata eventMaxence Lange2023-11-203-3/+82
| * | | fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-6/+6
| * | | fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-1/+1
| * | | feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-172-6/+30
| |/ /
| * | Merge pull request #41057 from nextcloud/registermounts-optBenjamin Gaussorgues2023-11-161-0/+8
| |\ \
| | * | optimize UserMountCache::registerStorageRobin Appelman2023-11-161-0/+8
| * | | Merge pull request #41511 from nextcloud/enh/advanced_search_backendJoas Schilling2023-11-162-1/+15
| |\ \ \ | | |/ / | |/| |
| | * | Introduce constants for builtin search filtersBenjamin Gaussorgues2023-11-151-0/+15
| | * | Undeprecate getTermBenjamin Gaussorgues2023-11-151-1/+0
| * | | feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+9
| |/ /
| * | fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-141-0/+2
| * | fix(INavigationManager): Add psalm typing for `add` parameterFerdinand Thiessen2023-11-141-1/+7
| * | metadata must be set as editable for PROPPATCHMaxence Lange2023-11-143-6/+78
| * | ignore metadata if table is emptyMaxence Lange2023-11-141-2/+2
| * | Merge pull request #41436 from nextcloud/feat/introduce-inAppSearch-method-fo...Arthur Schiwon2023-11-141-0/+34
| |\ \
| | * | Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-0/+34
| * | | moving metadataqueryMaxence Lange2023-11-132-2/+3
| |/ /
| * | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-135-2/+133
| |\ \
| | * \ Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-094-4/+7
| | |\ \
| | * | | Update lib/public/TextProcessing/IProviderWithUserId.phpMarcel Klehr2023-11-081-1/+1
| | * | | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-0819-5/+1350
| | |\ \ \
| | * | | | fix coding styleMarcel Klehr2023-11-071-1/+0
| | * | | | fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-073-11/+46
| | * | | | fix: psalm issues and coding styleMarcel Klehr2023-11-062-7/+19
| | * | | | fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-062-2/+10
| | * | | | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-033-3/+80
| * | | | | feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-105-0/+285
| * | | | | Merge pull request #40615 from nextcloud/enh/automate-calendar-event-user-statusChristoph Wurst2023-11-091-0/+18
| |\ \ \ \ \
| | * | | | | feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+18
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #40653 from nextcloud/feat/ooo-apiChristoph Wurst2023-11-095-0/+269
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | feat: Add out-of-office message APIChristoph Wurst2023-11-095-0/+269
| * | | | | Merge pull request #41295 from nextcloud/fix/has-reserved-jobJoas Schilling2023-11-091-1/+2
| |\ \ \ \ \
| | * | | | | fix: Extend docblock of hasReservedJobMarcel Klehr2023-11-081-1/+2
| | | |/ / / | | |/| | |
| * | | | | feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-0/+1
| | |/ / / | |/| | |
| * | | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-082-3/+4
| | |/ / | |/| |