summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-241-1/+1
|
* #2159 use icon+tooltip to replace textUnknwon2015-12-121-3/+3
|
* #2029 not show content of issue in activity timelineUnknwon2015-12-101-1/+0
|
* #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-084-306/+306
| | | | | | | | | | | | 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-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-222-4/+4
|
* 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 '#'
* Show custom avatars in commitsUnknwon2015-11-132-5/+5
|
* #1854 show issue contentUnknwon2015-11-131-1/+2
|
* new dashboard uiUnknwon2015-11-134-220/+163
|
* #1854 improvesAlexey Makhov2015-11-131-1/+0
|
* #1854 issue title at dashboardAlexey Makhov2015-11-121-1/+2
|
* #1459 Dashboard issues lacks sortingUnknwon2015-11-041-6/+23
|
* adjust icon cssUnknwon2015-09-071-3/+3
|
* #1599 org dashboard icon cssUnknwon2015-09-071-3/+3
|
* #1599 status button mrigin-rightUnknwon2015-09-071-1/+1
|
* #1594 Collaborative Repositories missing suburl on DashboardUnknwon2015-09-071-1/+1
|
* remove test stringsUnknwon2015-09-031-1/+1
|
* ui and pulls index fixUnknwon2015-09-031-5/+8
|
* fix buttons styleUnknwon2015-09-022-5/+5
|
* css fixUnknwon2015-09-021-1/+1
|
* finish initial version of pull requestUnknwon2015-09-024-6/+9
|
* add merger info and news feedUnknwon2015-09-021-0/+5
|
* #1377 add rename repo actionUnknwon2015-09-011-0/+2
|
* fix suburlUnknwon2015-08-271-1/+1
|
* fix menu overflowUnknwon2015-08-261-11/+13
|
* minor updateUnknwon2015-08-261-2/+0
|
* update locale and org dashboard navbarUnknwon2015-08-262-3/+21
|
* new org dashboard issuesUnknwon2015-08-251-0/+2
|
* new user dahsboard issuesUnknwon2015-08-252-0/+116
|
* #1246 Dashboard error: nil commitsUnknwon2015-08-251-0/+2
|
* fix app suburl in feedsUnknwon2015-08-091-1/+1
|
* fix #864 with migration and update localeUnknwon2015-07-261-1/+1
|
* Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"Unknwon2015-03-151-1/+0
| | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a.
* Various accessibility fixes, mostly labeling icons.Nolan Darilek2015-03-141-0/+1
|
* #988: fix one missing duplicated prefixUnknwon2015-03-131-1/+1
| | | | - update some locale files
* #988: GetRepoLink already contains AppSubUrlUnknwon2015-03-121-6/+6
|
* cmd: code fix for #905Unknwon2015-02-081-2/+2
| | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* custom avatar uploadUnknwon2014-11-211-1/+1
|
* Add push tag actionUnknwon2014-10-101-0/+2
|
* Page: Compare 2 commitsUnknwon2014-10-101-0/+1
|
* Mirror fix on transfer repoUnknwon2014-09-252-43/+2
|
* Page: User profileUnknwon2014-09-252-1/+43
|
* Fix bug on transfer repoUnknwon2014-09-251-0/+2
|
* Add suburl supportUnknwon2014-09-192-15/+15
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-182-15/+15
| | | | | | | | | | | | | | 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
* Add success message after transfer repository #481Unknwon2014-09-171-0/+1
|