Commit Graph

5 Commits (4e7ca946da2a2642a62f114825129bf5d7ed9196)

Author SHA1 Message Date
Timon Engelke abc0f53539 Add a /user/login landing page option ()
* Add a /user/login landing page option

* Add test case for login landing page
zeripath 055f6d2296 Fix "data race" in testlogger ()
* Fix data race in testlogger

* Update git_helper_for_declarative_test.go
Lanre Adelowo 094263db4d Show email if the authenticated user owns the profile page being requested for ()
* 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
David Schneiderbauer adba2ad609 fix not respecting landing page setting ()
* fix not respecting landing page setting

* fmt

* add landing page test
Michael Kuhn 934dd41fa6 Make SHOW_USER_EMAIL also apply to profiles ()
The e-mail address is currently only hidden from the explore page.