As usual, we test the daily zip file to find details for polishing. :tada:
Anyone is welcome to take over issues and help out! :)
.body-login-container should always be white because the container background is dark (#body-login p rule for footer overwrites this, should be more specific)⚡ Activity
- [x] File previews are too big, and filetype icons way too small. (Regression)
I noticed this too lately, however the activity app was not modified in a long time, so it seems some global CSS is causing this?
- [x] Emptycontent icons and text should reflect the category
See https://github.com/nextcloud/activity/issues/322#issuecomment-470431311 Maybe I can finish it in the contributor week.
:bell: Notifications
- [x] Dismissing older notification also hides every newer notification (only until refresh)
This should be fixed in master :thinking: But I will check again.
- [x] Notifications window should have min-height (same as when it’s empty)
okidoki
- [x] Needs short compress animation for dismissing for proper feedback
Can a designer do this or tell me how? I guess it goes here and fade is not enough? https://github.com/nextcloud/notifications/blob/master/src/components/notification.vue#L110
- [x] Database toggle is completely broken
- [x] "Storage & database " has space at the end
🔔 Notifications
Dismissing older notification also hides every newer notification (only until refresh)
This should be fixed in master 🤔 But I will check again.
:clap: finally, it will be fixed.
Feedback from @karlitschek:

- [x] the layout of the First Run Wizard is broken - next buttons are outside the wizard
@jancborchardt I would say, that the buttons should be either right next to the image border or towards the display edges as we thought during the hackweek already.
Right – the first run wizard is a bit different to the viewer. @skjnldsv how about for the "normal/medium" size (used by first run wizard) we put the controls closer to the modal, like it was before for the first run wizard?
Right – the first run wizard is a bit different to the viewer. @skjnldsv how about for the "normal/medium" size (used by first run wizard) we put the controls closer to the modal, like it was before for the first run wizard?
Sounds also good 👍
@jancborchardt the firstrunwizard still uses the old primary layout.
I'll try to add something.
Database password visibility toggle not toggleable via space (works for admin password)
This is caused by ReferenceError: zxcvbn is not defined. As far as I debugged, the strengthify lib does just add a new script tag to the head but doesn't wait for the script to actually load. Hence this might sometimes work, sometimes it will just fail. I'm a bit puzzled why this hasn't been reported earlier as I don't see anything changed for nc16.
Our JS is noe bundled and therefor continues faster?
No, the setup and installation scripts are not bundled. I don't think the bundling makes a difference here.
I get the exact same error on stable15.
Above the file listing in 16 is a horizontal row of "recent files". Is there a way to hide this view for all users? I do not want recent files showing in the Files tab. I go to Activity for that.
Above the file listing in 16 is a horizontal row of "recent files". Is there a way to hide this view for all users? I do not want recent files showing in the Files tab. I go to Activity for that.
disable the recommendations app
php occ app:disable recommendations is your friend :)
Thanks, I was assuming it would be a setting not an app. That fixed it.
Another issue I'm noticing is that the "Shares" view does not show a list of files with active public share links (list is empty). In version 15, this worked fine (I was previously running v15). When I click the share links in an incognito browser, however, I'm able to download the files.
So the files are still shared, but they don't show up in the Shares view. Is this a bug?
something to add here: #15160
- [ ] Uploading a file, then changing to "Recent" and then changing to "All files" results in the cancel X of the upload progress to be next to the upload icon
uploading is not needed... just switching to any different view than "All files" and then back to it triggers this X to appear
Closing this in favor of the ✨ Nextcloud 17 polishing list! #16076 :)
If you find more issues, please open separate reports for them.
Most helpful comment
Above the file listing in 16 is a horizontal row of "recent files". Is there a way to hide this view for all users? I do not want recent files showing in the Files tab. I go to Activity for that.