summaryrefslogtreecommitdiffstats
path: root/templates/user
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixes xss, clickjacking & password autocompletionBwko2016-11-294-8/+8
|
* 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
* Fix template nil errorUnknwon2016-08-141-1/+1
|
* Fix template error [CI SKIP]Unknwon2016-08-141-1/+1
|
* #3320 code cleanupUnknwon2016-08-071-2/+2
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-073-26/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for federated avatars Fixes #3105 Removes avatar fetching duplication code Adds an "Enable Federated Avatar" checkbox in user settings (defaults to unchecked) Moves avatar settings all in the same form, making local and remote avatars mutually exclusive Renames UploadAvatarForm to AvatarForm as it's not anymore only for uploading * Run gofmt on all modified files * Move Avatar form in its own page * Add go-libravatar dependency to vendor/ dir Hopefully helps with accepting the contribution. See also #3214 * Revert "Add go-libravatar dependency to vendor/ dir" This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82. * Make federated avatar setting a global configuration Removes the per-user setting * Move avatar handling back to base tool, disable federated avatar in offline mode * Format, handle error * Properly set fallback host * Use unsupported github.com mirror for importing go-libravatar * Remove comment showing life exists outside of github.com ... pity, but contribution would not be accepted otherwise * Use Combo for Get and Post methods over /avatar * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR * Fix persistance of federated avatar lookup checkbox at install time * Federated Avatars -> Enable Federated Avatars * Use len(string) == 0 instead of string == "" * Move import line where it belong See https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md Pity the import url is still the unofficial one, but oh well... * Save a line (and waste much more expensive time) * Remove redundant parens * Remove an empty line * Remove empty lines * Reorder lines to make diff smaller * Remove another newline Unknwon review got me start a fight against newlines * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE On re-reading the diff I figured what Unknwon meant here: https://github.com/gogits/gogs/pull/3320/files#r73741106 * Remove newlines that weren't there before my intervention
* #3348 always use relative avatar link in the templateUnknwon2016-08-054-9/+8
|
* #1384 add pagination for repositoriesUnknwon2016-07-242-1/+7
|
* Refactor User.Id to User.IDUnknwon2016-07-244-6/+6
|
* Upgrade octicon to 4.3.0Unknwon2016-07-163-17/+17
|
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+16
|
* 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
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-2/+8
|
* #1157 some avatar setting changesUnknwon2016-03-051-2/+2
| | | | - Allow to delete current avatar
* Render emojis in more places.Andrey Nering2016-03-022-8/+8
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-0/+8
|
* fix #2454Unknwon2016-02-141-1/+1
|
* Use icon repo-forked instead of repo-lock for private, forked reposFlorian Kaiser2016-01-311-1/+1
|
* #2491 minor fix for sr on dashboardUnknwon2016-01-291-3/+12
|
* Minor fix for #2494Unknwon2016-01-281-1/+1
| | | | - Change tooltip size from mini to tiny in profile page
* URL fix for #2287Unknwon2016-01-151-9/+9
|
* 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
* #2287 Truncate repository name if too longUnknwon2016-01-112-9/+11
|
* fix #2367Unknwon2016-01-091-1/+1
|
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-241-1/+1
|
* #1692 APIs: Users FollowersUnknwon2015-12-214-0/+58
| | | | | - User profile un/follow - List user's followers/following
* #2180 fix avatar link when disable gravatarUnknwon2015-12-191-1/+1
|
* #2159 use icon+tooltip to replace textUnknwon2015-12-121-3/+3
|
* #2154 disable change user for non-local usersUnknwon2015-12-111-2/+7
| | | | - #2153 remove require for gravatar
* #2029 not show content of issue in activity timelineUnknwon2015-12-101-1/+0
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-0/+6
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-1/+1
|
* Only show comparison link for >2 commits #1110Angus Gibson2015-12-091-1/+1
| | | | | | | We can look at the PushCommits object to see how many commits were included in a commit, and add some template logic to only show the comparison link when there are at least 2 commits in a push. We also correct the link to display the number of commits.
* Indent all templates with tabsAdam Strzelecki2015-12-0817-923/+923
| | | | | | | | | | | | 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 #2101Unknwon2015-12-041-4/+0
|
* add new mirror button to dashboardGibheer2015-12-011-0/+3
| | | | | This adds the button to create a new mirror on the dashboard at the same place where "new repository" and "new organization" already exist.
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-1/+1
|
* fix #650Unknwon2015-11-223-25/+5
|
* Fix #1965 - the hyperlink and the display name of the branchArthur Ouyang2015-11-191-1/+2
| | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
* fix #1448Unknwon2015-11-171-0/+1
|
* CSS fixUnknwon2015-11-161-1/+3
|
* fix #1960Unknwon2015-11-161-98/+80
|
* Show custom avatars in commitsUnknwon2015-11-132-5/+5
|
* #1854 show issue contentUnknwon2015-11-131-1/+2
|