neon icon indicating copy to clipboard operation
neon copied to clipboard

A framework for building convergent cross-platform Nextcloud clients using Flutter.

Results 261 neon issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nextcloud/neon). ## Repository problems These problems occurred while...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `0ad4b8f` -> `44c2b7a` | ---...

dependencies

This makes testing easier because no mock blocs need to be created just to pass the subjects along. Also reduces chance of mixing up business logic or making mistakes.

https://github.com/nextcloud/server/blob/master/core/src/icons.js generates the CSS rules for the server icons. It is more complex than our naive approach, so not everything works (almost everything does though). We should follow the code...

feature
package: neon_framework

Tests are missing and the `allowedBaseUri` might not be 100% correct yet but an initial feedback would be appreciated. The code is written in a way that easily allows us...

I have created the issue #754 and this is the PR however please let me know about the commit message I don't know if it's correct or not.

help wanted
platform: ios

Using a sliver will allow apps to handle the search bar themselves and better integrate it with their content.

package: neon_framework
refactoring

To use those endpoints the password has to be entered by the user and sent to https://github.com/nextcloud/server/blob/1612d025cf21ac0ae70327c46dd59be66c096627/core/Controller/LoginController.php#L362. This endpoint is currently not reachable for us and we would need to...

bug
package: nextcloud

https://github.com/nextcloud/server/pull/42973 opens up the API so we can access the user configuration of the dashboard. It should be available in Nextcloud 30. Not only should the current configuration be respected...

package: dashboard_app

When the credentials for an account no longer match the user is prompted to login again. When the user does that and returns to the app the UI will not...

bug
package: neon_framework