summaryrefslogtreecommitdiffstats
path: root/integrations/user_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Added user language setting (#3875)kolaente2018-05-051-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added user language setting * Added translation string for setting * Fixed import order + typo * improved checking if the user has a language saved in the db * The current saved language is now set a default inside the dropdown * fmt * When a user signs in and doesn't have a language saved, the current browser language is saved * updated gitea-sdk * Merge branch 'master' of https://github.com/go-gitea/gitea into save-user-language # Conflicts: # models/migrations/migrations.go # models/migrations/v62.go * Made tests work again * trigger CI * trigger CI * fmt * re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO * re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO * When loggin in, only the language col gets updated instead of everything
* Fix missing translations when updating username. (#3564)bugreport02018-02-251-1/+1
| | | | | | | | * Fix missing translations when updating username. * Fix reserved username translated string test. * Fix 'username reserved' string test a bit more.
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+2
|
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-34/+14
| | | * Helper functions for intergration test boilerplate
* Check for valid renamed usernames (#2077)Ethan Koenig2017-07-011-0/+99
| | | | | | | | | | * Check for valid renamed usernames * Integration test * Test for username with space * Make name field required
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-2/+1
|
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-0/+21