summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* fix(l10n): fix translations for init scriptsJohn Molakvoæ2023-12-081-2/+14
* Merge pull request #41949 from nextcloud/backport/stable28/40169Andy Scherzinger2023-12-061-1/+1
|\
| * Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-12-061-1/+1
* | fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-061-1/+18
|/
* Merge pull request #41969 from nextcloud/backport/41844/stable28Andy Scherzinger2023-12-062-9/+7
|\
| * fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-012-9/+7
* | fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
* | fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-041-1/+13
|/
* Synchronize operation on live photo filesLouis Chemineau2023-11-302-0/+46
* [stable28] enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-1/+25
* 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
|\ \ \ \