ChristophWurst/nextcloud-server

window.OCA APIs

Opened this issue · 0 comments

  • Search
    • Core
  • FilesPdfViewer
    • PreviewPlugin
  • Theming
    • name
    • url
    • slogan
    • color
    • imprintUrl
    • privacyUrl
    • inverted
    • cacheBuster

Helper script: var md = ""; for (l1 in OCA) { md += "- [ ] " + l1 + "\n"; for (l2 in OCA[l1]) { md += " - [ ] " + l2 + "\n" } }