aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
...
* Merge pull request #2294 from joaopms/patch-1Unknwon2015-12-27
|\ | | | | Fix the description on head.tmpl
| * Lowercase "Service"João Pedro2015-12-27
| |
| * Update head.tmplJoão Pedro2015-12-27
| |
* | #2282 fast detection of utf-8Unknwon2015-12-27
|/
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-25
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-25
|
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-24
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-20
|
* #2180 fix avatar link when disable gravatarUnknwon2015-12-19
|
* #2251 fix button nameUnknwon2015-12-19
|
* fix #1436Unknwon2015-12-19
|
* #2250 Use HTTP/HTTPS as default clone optionUnknwon2015-12-19
|
* make mailer log more verboseUnknwon2015-12-19
|
* fix #2223Unknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-16
|
* #1692 add user email APIsUnknwon2015-12-15
|
* fix #2205Unknwon2015-12-15
|
* fix only admin can view milestone descUnknwon2015-12-15
|
* fix possible disclosureUnknwon2015-12-14
|
* fix huge diff hangsUnknwon2015-12-14
|
* #2176 fix 500 on /watchers & /stars for pgUnknwon2015-12-14
|
* new template funcUnknwon2015-12-13
|
* improve get commits performanceUnknwon2015-12-13
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-13
|
* #2167 able to identify git version on WindowsUnknwon2015-12-13
|
* update hightlight.jsUnknwon2015-12-13
|
* prepare releaseUnknwon2015-12-12
|
* #2159 use icon+tooltip to replace textUnknwon2015-12-12
|
* #2156 add edit org link in admin panelUnknwon2015-12-12
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* #2154 disable change user for non-local usersUnknwon2015-12-11
| | | | - #2153 remove require for gravatar
* #2114 External URL for wikiUnknwon2015-12-11
|
* #2029 not show content of issue in activity timelineUnknwon2015-12-10
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-10
| | | | commits
* #1575 Limit repo creationUnknwon2015-12-10
|
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* Merge pull request #2138 from SlavikZ/masterUnknwon2015-12-09
|\ | | | | LDAP parameters UI: bind_dn and bind_password are not required
| * LDAP parameters UI: bind_dn and bind_password are not requiredSlavikZ2015-12-09
| |
* | #2035 Show author e-mail in commit diffUnknwon2015-12-09
| |
* | #1943 Able to config fsck timeoutUnknwon2015-12-09
| |
* | #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
|/
* Break branch-selection dropdown into a templateAngus Gibson2015-12-09
| | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
* Dropdown on commits page to choose branch #1846Angus Gibson2015-12-09
| | | | | | I've mostly duplicated the dropdown code from repo/home.tmpl, which basically only required a change to the URL. This could probably be broken out into something more modular.
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-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.
* #1984 Better mirror repo managementUnknwon2015-12-08
|