Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 |
| | |||
* | Render emojis in more places. | Andrey Nering | 2016-03-02 |
| | |||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 |
| | |||
* | fix #2454 | Unknwon | 2016-02-14 |
| | |||
* | Use icon repo-forked instead of repo-lock for private, forked repos | Florian Kaiser | 2016-01-31 |
| | |||
* | #2491 minor fix for sr on dashboard | Unknwon | 2016-01-29 |
| | |||
* | URL fix for #2287 | Unknwon | 2016-01-15 |
| | |||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | |||
* | #2264 use monospaced font for commit IDs in news feeds | Unknwon | 2015-12-24 |
| | |||
* | #2159 use icon+tooltip to replace text | Unknwon | 2015-12-12 |
| | |||
* | #2029 not show content of issue in activity timeline | Unknwon | 2015-12-10 |
| | |||
* | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 |
| | |||
* | Only show comparison link for >2 commits #1110 | Angus Gibson | 2015-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 tabs | Adam Strzelecki | 2015-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 dashboard | Gibheer | 2015-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 page | Unknwon | 2015-11-24 |
| | |||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | Fix #1965 - the hyperlink and the display name of the branch | Arthur Ouyang | 2015-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 commits | Unknwon | 2015-11-13 |
| | |||
* | #1854 show issue content | Unknwon | 2015-11-13 |
| | |||
* | new dashboard ui | Unknwon | 2015-11-13 |
| | |||
* | #1854 improves | Alexey Makhov | 2015-11-13 |
| | |||
* | #1854 issue title at dashboard | Alexey Makhov | 2015-11-12 |
| | |||
* | #1459 Dashboard issues lacks sorting | Unknwon | 2015-11-04 |
| | |||
* | adjust icon css | Unknwon | 2015-09-07 |
| | |||
* | #1599 org dashboard icon css | Unknwon | 2015-09-07 |
| | |||
* | #1599 status button mrigin-right | Unknwon | 2015-09-07 |
| | |||
* | #1594 Collaborative Repositories missing suburl on Dashboard | Unknwon | 2015-09-07 |
| | |||
* | remove test strings | Unknwon | 2015-09-03 |
| | |||
* | ui and pulls index fix | Unknwon | 2015-09-03 |
| | |||
* | fix buttons style | Unknwon | 2015-09-02 |
| | |||
* | css fix | Unknwon | 2015-09-02 |
| | |||
* | finish initial version of pull request | Unknwon | 2015-09-02 |
| | |||
* | add merger info and news feed | Unknwon | 2015-09-02 |
| | |||
* | #1377 add rename repo action | Unknwon | 2015-09-01 |
| | |||
* | fix suburl | Unknwon | 2015-08-27 |
| | |||
* | fix menu overflow | Unknwon | 2015-08-26 |
| | |||
* | minor update | Unknwon | 2015-08-26 |
| | |||
* | update locale and org dashboard navbar | Unknwon | 2015-08-26 |
| | |||
* | new org dashboard issues | Unknwon | 2015-08-25 |
| | |||
* | new user dahsboard issues | Unknwon | 2015-08-25 |
| | |||
* | #1246 Dashboard error: nil commits | Unknwon | 2015-08-25 |
| | |||
* | fix app suburl in feeds | Unknwon | 2015-08-09 |
| | |||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 |
| | |||
* | Revert "Merge pull request #1047 from ndarilek/accessibility-fixes" | Unknwon | 2015-03-15 |
| | | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a. | ||
* | Various accessibility fixes, mostly labeling icons. | Nolan Darilek | 2015-03-14 |
| | |||
* | #988: fix one missing duplicated prefix | Unknwon | 2015-03-13 |
| | | | | - update some locale files | ||
* | #988: GetRepoLink already contains AppSubUrl | Unknwon | 2015-03-12 |
| | |||
* | cmd: code fix for #905 | Unknwon | 2015-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) |