Bernhard Posselt
Bernhard Posselt
Ah right, you are correct.
Maybe @nickvergessen @MorrisJobke @juliushaertl have an idea that could make sense for the server as well.
@Espina2 since you did the Nextcloud.com design, are you interested in creating the mockups?
Style guide is a good idea, even better is a linter that enforces it (for code related things). But good idea, just do it in small steps so we can...
You can start right now :) I probably have time in the evening
I'm done with work for today. Do you need any specifics? Maybe talk on IRC?
No, and Skype seems to have issues when I try to create a new account :/ (Error 1086)
Simply go to https://webchat.freenode.net/ and enter * Nick: your nick * Channels: #nextcloud-dev My nick is the same as on GitHub
repo is up https://github.com/nextcloud/toolkit
An app has a created date: https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/core/models.py#L81 https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/core/views.py#L181 allowed_order_by could be modified to include created which should then work out of the box. Lastly templates need to be modified to...