aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/applications.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951)wackbyte2024-01-281-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+5
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-4/+4
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-0/+2
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-1/+1
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-2/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-9/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+106