Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | refactor(db): move some methods from `user.go` to `users.go` (#7195) | Joe Chen | 2022-10-22 |
| | |||
* | templates: make state changing routes to POST method (#5541) | Unknwon | 2018-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 Culloca | 2018-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) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | pkg/template: fix Gravatar URLs are badly generated (#5157) | Unknwon | 2018-04-18 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | templates/user/profile: fix link to avatar settings (#4251) | Unknwon | 2017-03-06 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | Do not assume avatar needs be changed from gravatar.com (#3209) | Sandro Santilli | 2016-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 #2494 | Unknwon | 2016-01-28 |
| | | | | - Change tooltip size from mini to tiny in profile page | ||
* | hide section with user has no organizations | Unknwon | 2016-01-14 |
| | |||
* | minor fix to #2383 | Unknwon | 2016-01-14 |
| | | | | - add tooltip for organization name in profile | ||
* | Added improvement from Unknwon | ExMex | 2016-01-14 |
| | |||
* | Added links to org profile icons | ExMex | 2016-01-12 |
| | |||
* | Added organization display on profile | ExMex | 2016-01-12 |
| | | | | Fixed "Follower" Icon too big | ||
* | fix #2367 | Unknwon | 2016-01-09 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | #2180 fix avatar link when disable gravatar | Unknwon | 2015-12-19 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-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 #650 | Unknwon | 2015-11-22 |
| | |||
* | fix #1448 | Unknwon | 2015-11-17 |
| | |||
* | CSS fix | Unknwon | 2015-11-16 |
| | |||
* | fix #1960 | Unknwon | 2015-11-16 |
| | |||
* | fix #1683 | Unknwon | 2015-09-24 |
| | |||
* | minor fix on #1464 | Unknwon | 2015-08-11 |
| | |||
* | Hide avatar-changing instructions unless it's your profile (resolves #1107) | James Anderson | 2015-08-10 |
| | |||
* | fix #1204 | Unknwon | 2015-07-31 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | Remove the "PHP" style formatting function | Peter Smit | 2015-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 #941 | Unknwon | 2015-02-13 |
|/ | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 |
| | |||
* | Fix #554 | Unknwon | 2014-10-19 |
| | |||
* | Page: User profile | Unknwon | 2014-09-25 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-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 spaces | Tristan Storch | 2014-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!!!! | Unknwon | 2014-07-26 |
| | |||
* | User code clean and ui improve | Unknown | 2014-05-05 |
| | |||
* | fix profile ui | FuXiaoHei | 2014-05-01 |
| | |||
* | Fix #149 | Unknown | 2014-05-01 |
| | |||
* | HTTP no follow and offline mode | Unknown | 2014-04-27 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Mirror updates | Unknown | 2014-04-14 |
| | |||
* | Clean oauth code | Unknown | 2014-04-13 |
| |