Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 7 | -52/+107 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 | 2 | -3/+3 |
| | |||||
* | #2180 fix avatar link when disable gravatar | Unknwon | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | #2251 fix button name | Unknwon | 2015-12-19 | 2 | -2/+2 |
| | |||||
* | fix #1436 | Unknwon | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | #2250 Use HTTP/HTTPS as default clone option | Unknwon | 2015-12-19 | 1 | -5/+5 |
| | |||||
* | make mailer log more verbose | Unknwon | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | fix #2223 | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 | 2 | -2/+2 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | fix #2205 | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | fix only admin can view milestone desc | Unknwon | 2015-12-15 | 1 | -5/+5 |
| | |||||
* | fix possible disclosure | Unknwon | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | fix huge diff hangs | Unknwon | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | #2176 fix 500 on /watchers & /stars for pg | Unknwon | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | new template func | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | improve get commits performance | Unknwon | 2015-12-13 | 2 | -2/+2 |
| | |||||
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | #2167 able to identify git version on Windows | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | update hightlight.js | Unknwon | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | prepare release | Unknwon | 2015-12-12 | 2 | -2/+2 |
| | |||||
* | #2159 use icon+tooltip to replace text | Unknwon | 2015-12-12 | 1 | -3/+3 |
| | |||||
* | #2156 add edit org link in admin panel | Unknwon | 2015-12-12 | 2 | -1/+3 |
| | |||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 4 | -2/+14 |
| | |||||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 | 2 | -3/+8 |
| | | | | - #2153 remove require for gravatar | ||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 2 | -2/+13 |
| | |||||
* | #2029 not show content of issue in activity timeline | Unknwon | 2015-12-10 | 1 | -1/+0 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 2 | -1/+7 |
| | |||||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 | 1 | -1/+1 |
| | | | | commits | ||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 2 | -1/+11 |
| | |||||
* | #1612 Ability to send mail when a new pull request is submitted | Unknwon | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2138 from SlavikZ/master | Unknwon | 2015-12-09 | 2 | -6/+6 |
|\ | | | | | LDAP parameters UI: bind_dn and bind_password are not required | ||||
| * | LDAP parameters UI: bind_dn and bind_password are not required | SlavikZ | 2015-12-09 | 2 | -6/+6 |
| | | |||||
* | | #2035 Show author e-mail in commit diff | Unknwon | 2015-12-09 | 1 | -1/+1 |
| | | |||||
* | | #1943 Able to config fsck timeout | Unknwon | 2015-12-09 | 1 | -1/+1 |
| | | |||||
* | | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 | 1 | -1/+1 |
|/ | |||||
* | Break branch-selection dropdown into a template | Angus Gibson | 2015-12-09 | 3 | -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 #1846 | Angus Gibson | 2015-12-09 | 1 | -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 IsViewTag | Unknwon | 2015-12-09 | 4 | -5/+5 |
| | |||||
* | Only show comparison link for >2 commits #1110 | Angus Gibson | 2015-12-09 | 1 | -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 management | Unknwon | 2015-12-08 | 3 | -2/+7 |
| | |||||
* | #1627 auto login after install if admin is configured | Unknwon | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 114 | -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 URL | Unknwon | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | Render commit msg as header + verbatim description | Adam Strzelecki | 2015-12-07 | 3 | -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 repo | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 2 | -1/+18 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 2 | -1/+7 |
| |