mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 01:05:55 +01:00
24d7a86a8d
The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation. |
||
---|---|---|
.. | ||
gitignore | ||
license | ||
locale | ||
app.ini | ||
README |
Execute following command in ROOT directory when anything is changed: $ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/... Add -debug flag to make life easier in development(somehow isn't working): $ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/...