Skip to content
#

nextcloud-app

Here are 75 public repositories matching this topic...

ya-d
ya-d commented Dec 19, 2021

Is your feature request related to a problem? Please describe.
The icon for to-do-lists doesn’t match other list types. If you create a to-do-list it is marked as unordered list.

Currently if a to-do-list is enabled there is no indication that you have to click on the checkmark again to change list types. Clicking other list types unordered / ordered either has no visible effect at all or

hahagu
hahagu commented Nov 26, 2020

Is your feature request related to a problem? Please describe.
Opening a folder in the Files view, and switching then to Photos app to find the same folder is annoying and inefficient.
It also doesn't help that there is no Sort By option in the Photos app's Your Albums/Folders section. Therefore, locating and opening a folder from search/file manager and having an option to view th

BuchNgasse
BuchNgasse commented Sep 9, 2021

Nextcloud forms really is a great benefit.
But one thing is missing: Is it possible to edit the default "greyed" answer text.

Example:
My question is "Firstname".
The grey default answer is "short anwer" which can not be edited. I would love to change this grey text or leave it blank.
Is this possible?
Regards,
buch

azul
azul commented May 25, 2021

Describe the bug
OCA.Viewer.registerHandler({}) will add a handler without id or mimes to OCA.Viewer.availableHandlers.

To Reproduce
Steps to reproduce the behavior:

  1. Go to some page that loads the viewer js.
  2. Go to the console
OCA.Viewer.availableHandlers.length
// 3
OCA.Viewer.registerHandler({})
// err: Please do NOT wait for the DOMContentLoaded b

Improve this page

Add a description, image, and links to the nextcloud-app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nextcloud-app topic, visit your repo's landing page and select "manage topics."

Learn more