aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/setting_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add a /user/login landing page option (#9622)Timon Engelke2020-01-061-0/+5
| | | | | | * Add a /user/login landing page option * Add test case for login landing page
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-3/+3
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Show email if the authenticated user owns the profile page being requested ↵Lanre Adelowo2019-02-191-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for (#4981) * Show email if the authenticated user owns the profile page being requested for. Also removed `setting.UI.ShowUserEmail` as it's documentation says it only controls the email setting on the explore page * fix current user check... This prevents a panic as a user must be signed in before ctx.User is called * fix panic in tests * try to fix tests * Update year * Test CI fail * Revert change * User 3 is not allowed to authorize * Set user2 email to be private * Change to user4 in explore page as user2 now has private email option set
* fix not respecting landing page setting (#4209)David Schneiderbauer2018-06-151-0/+22
| | | | | | | | * fix not respecting landing page setting * fmt * add landing page test
* Make SHOW_USER_EMAIL also apply to profiles (#2258)Michael Kuhn2017-08-171-0/+70
The e-mail address is currently only hidden from the explore page.