aboutsummaryrefslogtreecommitdiff
path: root/templates/user
Commit message (Collapse)AuthorAge
* user/setting: improve UIUnknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* user/settings/security: add token description about 2FAUnknwon2017-04-06
|
* 2fa: initial support (#945)Unknwon2017-04-06
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* user/setting: preserve user input with validation error (#1123)Unknwon2017-03-30
|
* org/dashboard: fix wrong repository count (#4351)Unknwon2017-03-28
| | | | Should not include count for inaccessible repositories.
* user/settings: minor input style fix (#4327)Unknwon2017-03-23
|
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|
* user/settings: add repositories panel (#4312)Rob Richards2017-03-23
| | | | | | | * Add Repositories panel to user settings issue #4277 * modified personal repo settings format
* user/settings: fix cannot change profile for non-local users (#4313)Unknwon2017-03-20
|
* user/dashboard: hide More button if reached end on first loadUnknwon2017-03-20
|
* dashboard/feeds: able to load more history (#2511)Unknwon2017-03-16
|
* security: fix vulnerability in changing usernameUnknwon2017-03-07
| | | | Reported by João Arnaut.
* templates/user/profile: fix link to avatar settings (#4251)Unknwon2017-03-06
|
* webhook: add fork eventUnknwon2017-02-27
|
* dashboard: add delete branch and tag news feedsUnknwon2017-02-27
|
* repo: able to perform initial commit on behave of actual userUnknwon2017-02-27
|
* settings: fix organization panel CSSUnknwon2017-02-18
|
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
| | | | User is now able to view full list of organizations belongs to.
* Setting orgs (#3587)Rémy Boulanouar2017-01-27
| | | | | | | | | | | | * Implement organizations listing in setting and allow user to create new organization. * Implement organizations listing in setting and allow user to create new organization. * Add space remove by mistake * Remove unused part of the template * Update display and behavior according to @Unknown remarks
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Minor code fix for PR #3560Unknwon2016-12-27
|
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
| | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater.
* Fix template nil errorUnknwon2016-08-14
|
* Fix template error [CI SKIP]Unknwon2016-08-14
|
* #3320 code cleanupUnknwon2016-08-07
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-05
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* #2937 able to prohibit user loginUnknwon2016-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
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* Render emojis in more places.Andrey Nering2016-03-02
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-22
|
* fix #2454Unknwon2016-02-14
|
* Use icon repo-forked instead of repo-lock for private, forked reposFlorian Kaiser2016-01-31
|
* #2491 minor fix for sr on dashboardUnknwon2016-01-29
|
* Minor fix for #2494Unknwon2016-01-28
| | | | - Change tooltip size from mini to tiny in profile page
* URL fix for #2287Unknwon2016-01-15
|
* 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
|