aboutsummaryrefslogtreecommitdiff
path: root/templates/user/profile.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* refactor(db): move some methods from `user.go` to `users.go` (#7195)Joe Chen2022-10-22
|
* templates: make state changing routes to POST method (#5541)Unknwon2018-12-06
| | | | - pkg/context: add ParamsUser to unify the injection process
* templates/user/profile: added rel="me" to website link on user profile (#5485)Federico Culloca2018-11-12
| | | | | | | | * Added rel="me" to website link on user profile See issue #5008 * Added `nofollow` as per feedback
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* pkg/template: fix Gravatar URLs are badly generated (#5157)Unknwon2018-04-18
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* templates/user/profile: fix link to avatar settings (#4251)Unknwon2017-03-06
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* Do not assume avatar needs be changed from gravatar.com (#3209)Sandro Santilli2016-06-27
| | | | | | | | | | 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-28
| | | | - Change tooltip size from mini to tiny in profile page
* hide section with user has no organizationsUnknwon2016-01-14
|
* minor fix to #2383Unknwon2016-01-14
| | | | - add tooltip for organization name in profile
* Added improvement from UnknwonExMex2016-01-14
|
* Added links to org profile iconsExMex2016-01-12
|
* Added organization display on profileExMex2016-01-12
| | | | Fixed "Follower" Icon too big
* fix #2367Unknwon2016-01-09
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #2180 fix avatar link when disable gravatarUnknwon2015-12-19
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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-22
|
* fix #1448Unknwon2015-11-17
|
* CSS fixUnknwon2015-11-16
|
* fix #1960Unknwon2015-11-16
|
* fix #1683Unknwon2015-09-24
|
* minor fix on #1464Unknwon2015-08-11
|
* Hide avatar-changing instructions unless it's your profile (resolves #1107)James Anderson2015-08-10
|
* fix #1204Unknwon2015-07-31
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * Remove the "PHP" style formatting functionPeter Smit2015-02-16
| | | | | | | | | | | | 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-13
|/
* custom avatar uploadUnknwon2014-11-21
|
* Fix #605, fix #255, fix #101Unknwon2014-11-06
|
* Fix #554Unknwon2014-10-19
|
* Page: User profileUnknwon2014-09-25
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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-30
| | | | | | | | | | 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-26
|
* User code clean and ui improveUnknown2014-05-05
|
* fix profile uiFuXiaoHei2014-05-01
|
* Fix #149Unknown2014-05-01
|
* HTTP no follow and offline modeUnknown2014-04-27
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-20
| | | | American English.
* Mirror updatesUnknown2014-04-14
|
* Clean oauth codeUnknown2014-04-13
|