Bernhard Posselt
Bernhard Posselt
Please consider publishing this library on Bower so managing it's version and dependencies is easier ;)
Currently all translations are recompiled in the venv folder. Django 3 allows us to ignore the venv folder via --ingore venv. Sphinx ships some broken translations which cause the build...
Bootstrap 4 is out and breaks everything when replacing v3. An upgrade would require a complete redesign without clear benefits. Layouting should be replaced with native [CSS grid layout](https://caniuse.com/#search=grid%20layout) which...
A user should be able to set a profile picture (300x300 px). The profile picture should be editable on the profile page and uploaded to MEDIA/avatars/username.(png|jpg). On the app detail...
An app owner should be able to add and remove co-maintainers to and from his app. The add co-maintainer button should be under the co-maintainer list on the app detail...
Currently ratings are stored as a range from 0.0 (worst) to 1.0 (best) for recent and overall ratings. We need to find a consistent way of visualizing them and add...
Channels
With 0.2.0 I've added the possibility to publish pre-releases like alphas and betas in addition to nightlies. We basically support the full semver spec except build metadata (which does not...
Our current design is pretty basic and is basically just a very lightly styled bootstrap. Ideally the store looks similar to Nextcloud.com which looks fantastic. I've tried to adapt Nextcloud.com's...
ATM you can filter by "featured" and "my apps". It would also be interesting if you could filter by apps that run on a specific nextcloud version. The default should...
When importing screenshots at https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/core/api/v1/release/importer.py#L134 the real screenshots should be downloaded into the media folder at **MEDIA_ROOT/APP_ID/screenshots/NUMBER.EXT** where * **MEDIA_ROOT** is the media root defined in the settings file (default...