aboutsummaryrefslogtreecommitdiff
path: root/templates/user/dashboard
Commit message (Collapse)AuthorAge
* 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
|
* #1854 improvesAlexey Makhov2015-11-13
|
* #1854 issue title at dashboardAlexey Makhov2015-11-12
|
* #1459 Dashboard issues lacks sortingUnknwon2015-11-04
|
* adjust icon cssUnknwon2015-09-07
|
* #1599 org dashboard icon cssUnknwon2015-09-07
|
* #1599 status button mrigin-rightUnknwon2015-09-07
|
* #1594 Collaborative Repositories missing suburl on DashboardUnknwon2015-09-07
|
* remove test stringsUnknwon2015-09-03
|
* ui and pulls index fixUnknwon2015-09-03
|
* fix buttons styleUnknwon2015-09-02
|
* css fixUnknwon2015-09-02
|
* finish initial version of pull requestUnknwon2015-09-02
|
* add merger info and news feedUnknwon2015-09-02
|
* #1377 add rename repo actionUnknwon2015-09-01
|
* fix suburlUnknwon2015-08-27
|
* fix menu overflowUnknwon2015-08-26
|
* minor updateUnknwon2015-08-26
|
* update locale and org dashboard navbarUnknwon2015-08-26
|
* new org dashboard issuesUnknwon2015-08-25
|
* new user dahsboard issuesUnknwon2015-08-25
|
* #1246 Dashboard error: nil commitsUnknwon2015-08-25
|
* fix app suburl in feedsUnknwon2015-08-09
|
* fix #864 with migration and update localeUnknwon2015-07-26
|
* Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"Unknwon2015-03-15
| | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a.
* Various accessibility fixes, mostly labeling icons.Nolan Darilek2015-03-14
|
* #988: fix one missing duplicated prefixUnknwon2015-03-13
| | | | - update some locale files
* #988: GetRepoLink already contains AppSubUrlUnknwon2015-03-12
|
* cmd: code fix for #905Unknwon2015-02-08
| | | | | | | - 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)