Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added user language setting (#3875) | kolaente | 2018-05-05 | 1 | -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) | bugreport0 | 2018-02-25 | 1 | -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 Koenig | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -34/+14 |
| | | | * Helper functions for intergration test boilerplate | ||||
* | Check for valid renamed usernames (#2077) | Ethan Koenig | 2017-07-01 | 1 | -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 Koenig | 2017-06-09 | 1 | -2/+1 |
| | |||||
* | fix #1643 and improve integration test (#1645) | Lunny Xiao | 2017-04-30 | 1 | -0/+21 |