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.
forgejo/routers/user/setting
David Schneiderbauer 2aabfc1afa Splitted the user settings code into several files to be more maintainable (#3968)
* refactor setting router code

splitted up one huge router settings file into the smaller files
representing the actual page structure

* move code to subfolder

* rename functions

* renamed files

* add copyright information
6 years ago
..
account.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
account_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
applications.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
keys.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
main_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
profile.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
security.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
security_openid.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
security_twofa.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago