Closed
Description
- Gitea version (or commit ref): Gitea version 1.8.3+2-g11f6ed4 built with go1.12.6 : pam, bindata, sqlite, sqlite_unlock_notify
- Git version: 1.8.3.1
- Operating system: CentOS 7
- Database (use
[x]
):- [*] PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
In the spirit of AUTO_WATCH_NEW_REPOS
, it would be nice to have options to automatically add the user as a watcher on first interactions, like:
AUTO_WATCH_ON_CHANGES
=true
: any write operation on a server's repository (like push) will subscribe the user to the repository.AUTO_WATCH_ON_CLONE
=true
: clone (u other relevant operations) will subscribe the user to the repository.AUTO_ORG_MEMBER_VISIBLE
=true
: member is visibile by default.