aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Make SHOW_USER_EMAIL also apply to profiles (#2258)Michael Kuhn2017-08-171-1/+1
| | | The e-mail address is currently only hidden from the explore page.
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+8
|
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-141-0/+1
| | | | | | | | | | | | | | * feat: support search bar on star tab of user profile. * fix: update testing. * fix: Using loadAttributes * fix: remove empty line. * remove LOWER Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-071-0/+1
|
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-0/+1
|
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE. - Add the new option to the install and admin/config pages. - Add the new option to app.ini in the service section. - Add the new option to the settings struct. - Add English text strings to i18n. - Add field KeepEmailPrivate to user struct. - Add field KeepEmailPrivate to user form. - Add option to UI. - Add using noreply email address if user has "Keep Email Private". An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit messages (and hopefully all other git log relevant places). The change relies on the fact that git commands should use user.NetGitSig(). - Add hiding of email address in UI, if user has set "Keep Email Private". - Add condition to show email address only on explore/users and user pages, if user has not set "Keep Email Private". - Add noreply email in API if set "Keep Email Private". - Add a new service setting NO_REPLY_ADDRESS. The value of this setting is used as the domain part for the user's email address in git log, iff he decides to keep his email address private. If the user decides to keep his email address private and this option is not set 'noreply.example.org' is used, which no MTA should send email to. Add NO_REPLY_ADDRESS to conf/app.ini.
* UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-011-1/+1
| | | | | | | | | | | | | | | | | | * UI config to toggle whether user email shows up in Explore Users * Recommendation made by @tboerger https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#r94122732 * fixed typo, rename ShowUserEmailInExplore to ShowUserEmail * Fixed typo merged conflict * Hide email in the user profile page if you are active ShowUserEmail ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725 * Please replace MustBool() with MustBool(true)
* Tab on user profile to show starred repos (#519)Andrey Nering2016-12-291-10/+15
| | | | | | | | | | | | | | * Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-021-1/+1
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* Update link on user’s profile avatar to avatar settings (#287)Matthias Loibl2016-11-281-1/+1
|
* Merge all pagination-templates into 'base/paginate'Kim "BKC" Carlbäcker2016-11-071-1/+1
| | | | to reduce code-duplicity
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-3/+3
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-0/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-8/+8
|
* Do not assume avatar needs be changed from gravatar.com (#3209)Sandro Santilli2016-06-271-6/+2
| | | | | | | | | | Always send user to settings screen to change avatar. Drops "change_custom_avatar" localized message, keeps "change_avatar" for the generic one. NOTE: only changes the en-US locale, as per https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept NOTE: requires rebuild of bindata.go to fully see effects
* Minor fix for #2494Unknwon2016-01-281-1/+1
| | | | - Change tooltip size from mini to tiny in profile page
* hide section with user has no organizationsUnknwon2016-01-141-0/+2
|
* minor fix to #2383Unknwon2016-01-141-1/+1
| | | | - add tooltip for organization name in profile
* Added improvement from UnknwonExMex2016-01-141-1/+1
|
* Added links to org profile iconsExMex2016-01-121-1/+1
|
* Added organization display on profileExMex2016-01-121-2/+7
| | | | Fixed "Follower" Icon too big
* fix #2367Unknwon2016-01-091-1/+1
|
* #1692 APIs: Users FollowersUnknwon2015-12-211-0/+27
| | | | | - User profile un/follow - List user's followers/following
* #2180 fix avatar link when disable gravatarUnknwon2015-12-191-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-66/+66
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* fix #650Unknwon2015-11-221-21/+1
|
* fix #1448Unknwon2015-11-171-0/+1
|
* CSS fixUnknwon2015-11-161-1/+3
|
* fix #1960Unknwon2015-11-161-98/+80
|
* fix #1683Unknwon2015-09-241-1/+1
|
* minor fix on #1464Unknwon2015-08-111-2/+2
|
* Hide avatar-changing instructions unless it's your profile (resolves #1107)James Anderson2015-08-101-4/+6
|
* fix #1204Unknwon2015-07-311-1/+1
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * Remove the "PHP" style formatting functionPeter Smit2015-02-161-1/+1
| | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
* | fix mirror issues uncaught #941Unknwon2015-02-131-1/+1
|/
* custom avatar uploadUnknwon2014-11-211-0/+4
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-2/+7
|
* Fix #554Unknwon2014-10-191-34/+36
|
* Page: User profileUnknwon2014-09-251-72/+82
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-3/+3
|
* User code clean and ui improveUnknown2014-05-051-0/+1
|
* fix profile uiFuXiaoHei2014-05-011-1/+1
|
* Fix #149Unknown2014-05-011-0/+1
|
* HTTP no follow and offline modeUnknown2014-04-271-3/+3
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-201-1/+1
| | | | American English.