summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* #1692 APIs: Users FollowersUnknwon2015-12-217-52/+107
| | | | | - User profile un/follow - List user's followers/following
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-202-3/+3
|
* #2180 fix avatar link when disable gravatarUnknwon2015-12-191-1/+1
|
* #2251 fix button nameUnknwon2015-12-192-2/+2
|
* fix #1436Unknwon2015-12-191-1/+1
|
* #2250 Use HTTP/HTTPS as default clone optionUnknwon2015-12-191-5/+5
|
* make mailer log more verboseUnknwon2015-12-191-1/+1
|
* fix #2223Unknwon2015-12-171-1/+1
|
* #1692 add organization APIsUnknwon2015-12-171-1/+1
|
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-162-2/+2
|
* #1692 add user email APIsUnknwon2015-12-151-1/+1
|
* fix #2205Unknwon2015-12-151-1/+1
|
* fix only admin can view milestone descUnknwon2015-12-151-5/+5
|
* fix possible disclosureUnknwon2015-12-141-1/+1
|
* fix huge diff hangsUnknwon2015-12-141-1/+1
|
* #2176 fix 500 on /watchers & /stars for pgUnknwon2015-12-141-1/+1
|
* new template funcUnknwon2015-12-131-1/+1
|
* improve get commits performanceUnknwon2015-12-132-2/+2
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-1/+1
|
* #2167 able to identify git version on WindowsUnknwon2015-12-131-1/+1
|
* update hightlight.jsUnknwon2015-12-131-2/+2
|
* prepare releaseUnknwon2015-12-122-2/+2
|
* #2159 use icon+tooltip to replace textUnknwon2015-12-121-3/+3
|
* #2156 add edit org link in admin panelUnknwon2015-12-122-1/+3
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-114-2/+14
|
* #2154 disable change user for non-local usersUnknwon2015-12-112-3/+8
| | | | - #2153 remove require for gravatar
* #2114 External URL for wikiUnknwon2015-12-112-2/+13
|
* #2029 not show content of issue in activity timelineUnknwon2015-12-101-1/+0
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-102-1/+7
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-101-1/+1
| | | | commits
* #1575 Limit repo creationUnknwon2015-12-102-1/+11
|
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-101-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-1/+1
|
* Merge pull request #2138 from SlavikZ/masterUnknwon2015-12-092-6/+6
|\ | | | | LDAP parameters UI: bind_dn and bind_password are not required
| * LDAP parameters UI: bind_dn and bind_password are not requiredSlavikZ2015-12-092-6/+6
| |
* | #2035 Show author e-mail in commit diffUnknwon2015-12-091-1/+1
| |
* | #1943 Able to config fsck timeoutUnknwon2015-12-091-1/+1
| |
* | #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-1/+1
|/
* Break branch-selection dropdown into a templateAngus Gibson2015-12-093-88/+46
| | | | | 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-091-0/+44
| | | | | | 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-094-5/+5
|
* 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.
* #1984 Better mirror repo managementUnknwon2015-12-083-2/+7
|
* #1627 auto login after install if admin is configuredUnknwon2015-12-081-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-08114-5556/+5564
| | | | | | | | | | | | 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
* fix wrong slack webhook payload URLUnknwon2015-12-061-1/+1
|
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-073-11/+9
| | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim.
* remember page number when delete repoUnknwon2015-12-051-1/+1
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-052-1/+18
|
* fix #2105 and fix #1857Unknwon2015-12-052-1/+7
|