You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
techknowlogick 8edda8b446
Add simple update checker to Gitea (#17212)
* Add simple update checker to Gitea

* update struct and remove comments

* fix lint

* Update custom/conf/app.example.ini

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-authored-by: delvh <dev.lh@web.de>

* Update custom/conf/app.example.ini

Co-authored-by: delvh <dev.lh@web.de>

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-authored-by: delvh <dev.lh@web.de>

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-authored-by: Steven <61625851+justusbunsi@users.noreply.github.com>

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

* Update modules/cron/tasks_extended.go

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>

* Update custom/conf/app.example.ini

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>

* take PR feedback into account and display banner on admin dashboard for alerts

* Add more detailed message

* placate lint

* update per feedback

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Steven <61625851+justusbunsi@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
admin.go Add simple update checker to Gitea (#17212) 3 years ago
admin_test.go Refactor routers directory (#15800) 3 years ago
auths.go Allow LDAP Sources to provide Avatars (#16851) 3 years ago
emails.go Move login related structs and functions to models/login (#17093) 3 years ago
hooks.go Rename context.Query to context.Form (#16562) 3 years ago
main_test.go Move db related basic functions to models/db (#17075) 3 years ago
notice.go Rename context.Query to context.Form (#16562) 3 years ago
orgs.go Move login related structs and functions to models/login (#17093) 3 years ago
repos.go Move login related structs and functions to models/login (#17093) 3 years ago
users.go Add user status filter to admin user management page (#16770) 3 years ago
users_test.go Move db related basic functions to models/db (#17075) 3 years ago