Description
Gitea Version
1.15.8
Git Version
git version 2.30.1 (Apple Git-130)
Operating System
macOS 11.6
How are you running Gitea?
Running gitea with a pre-built download from the releases page (https://github.com/go-gitea/gitea/releases/tag/v1.15.8).
Running locally, ran the installer and selected a SQLite database and "local mode"
After installation, changed the session provider from "file" to "memory"
Database
SQLite
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/jprjr/36ffebe2652bfc68ac4e24c67e2841e1
Description
When using the "memory" provider, the dashboard page's repository list (and search results) does not include private repositories created by the logged-in user.
Viewing the profile page does show them, it only seems to affect the search box on the dashboard page.
Screenshots
Here is a screenshot with the session provider on the default, "file":
And here is a screenshot with the session provider changed to "memory" - notice the private repo is not listed.