aboutsummaryrefslogtreecommitdiff
path: root/templates/user/dashboard
Commit message (Collapse)AuthorAge
* refactor(db): migrate methods off `user.go` and `org.go` (#7219) (#7227)Joe Chen2022-11-05
|
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates/user/dashboard: include 'org' query parameter in new mirror URL ↵Samuel Cochran2018-11-29
| | | | (#5534)
* templates: hide dashboard org creation when not allowed (#5393)Jakob Lykke Andersen2018-09-11
| | | | | The admin -> DISABLE_REGULAR_ORG_CREATION setting hides organization creation in the header, but not in the dashboard.
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
|
* repo: support avatars (#5221)Sergey Dryabzhinsky2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First code for repository avatars * Last code for repository avatars - add new option for repo avatars location on filesystem - add route catch in web - add new fields to repo model - add migration - update settings handlers - update repo header template * Update locale messages * Add repo avatars to home page * Add repo avatars to organization right panel * Show repo avatars in repo list * Remove AvatarEamil field, remove Gravatar support, use generic locale messages * Fix migration * Fix seed and not used tool * Revert public css changes, add them to less files * Latest lessc (2.6.0) don't put result into file but output to stdout So redirect output to file * Simplify things: - migration don't needed, and table changes too - just upload file to repo avatar storage - or generate random image * Fix repo image seed - name not unique * Get rid of not needed model fields * Class value is enough, remove height attribute * Don't generate random avatar for repository - use html and semantic ui icons if no avatar found * Update styles and templates for repo - use repo icon as default avatar - use globe icon for public repos - add micro style for repo avatars at dashboard * Remvoe redundant empty line * Fix nl2br filter - must return string * Fix css style for micro-repo-avatar in dashboard list * Remove `|len`, works fine w/o it. * Update after review 2: - use static route for repository avatar - format images settings block in settings * Update after review 2: - no random avatar for repo * Update after review 2: - no random avatar for repo 2 - update imports - update UploadAvatar* functions * Update after review 2: - update templates * Fix trace call * Remove unused immport since we use static route for repo avatars.
* mirror: show sync feeds on dashboard (#2017)Unknwon2018-05-30
|
* templates/user/dashboard: make page more concise for user's ↵Michael Li2018-05-08
| | | | activity/issues/PR information (#5209)
* templates/user/dashboard/issues: show labels to each issue (#4976)James2018-03-07
| | | | | | | | | | | | * add issue labels * remove hyperlink from issue label * wrap labels in right aligned span * put issues with div put the issue labels within a div so they don't interfere with the number of comments
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* org/dashboard: fix wrong repository count (#4351)Unknwon2017-03-28
| | | | Should not include count for inaccessible repositories.
* user/dashboard: hide More button if reached end on first loadUnknwon2017-03-20
|
* dashboard/feeds: able to load more history (#2511)Unknwon2017-03-16
|
* 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
|
* 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
|
* #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
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|
* 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
|
* URL fix for #2287Unknwon2016-01-15
|
* #2287 Truncate repository name if too longUnknwon2016-01-11
|
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-24
|
* #2159 use icon+tooltip to replace textUnknwon2015-12-12
|
* #2029 not show content of issue in activity timelineUnknwon2015-12-10
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
|
* Only show comparison link for >2 commits #1110Angus Gibson2015-12-09
| | | | | | | 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-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
* add new mirror button to dashboardGibheer2015-12-01
| | | | | 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-24
|
* fix #650Unknwon2015-11-22
|
* Fix #1965 - the hyperlink and the display name of the branchArthur Ouyang2015-11-19
| | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
* Show custom avatars in commitsUnknwon2015-11-13
|
* #1854 show issue contentUnknwon2015-11-13
|
* new dashboard uiUnknwon2015-11-13
|