Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 |
| | |||||
* | fix #2102 | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 2 | -11/+49 |
| | |||||
* | template fix | Unknwon | 2015-12-04 | 2 | -3/+3 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 5 | -5/+65 |
| | |||||
* | fix #2101 | Unknwon | 2015-12-04 | 1 | -4/+0 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 | 2 | -2/+2 |
| | | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs. | ||||
* | fix #976 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 4 | -12/+8 |
| | |||||
* | Merge pull request #2088 from nanoant/patch/further-layout-fixes | Unknwon | 2015-12-02 | 22 | -54/+34 |
|\ | | | | | Further layout fixes | ||||
| * | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 22 | -54/+34 |
| | | | | | | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | ||||
* | | clean test data | Unknwon | 2015-12-02 | 1 | -3/+1 |
| | | |||||
* | | minor CSS fix | Unknwon | 2015-12-02 | 1 | -2/+4 |
|/ | |||||
* | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 | 1 | -2/+2 |
| | | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag. | ||||
* | UI: Keep repo URL action right of ref combo & path | Adam Strzelecki | 2015-12-02 | 1 | -78/+73 |
| | | | | | | | Just use secondary menu instead custom ".head.meta", which simplifies code. Also do not display repo URL action when we are in subdirectory or viewing a file. | ||||
* | UI: Make repository menu divide header and content | Adam Strzelecki | 2015-12-02 | 22 | -49/+53 |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||||
* | UI: Keep repository settings menu button right | Adam Strzelecki | 2015-12-02 | 1 | -3/+5 |
| | |||||
* | Commits & files UI: SUI fixed single line table | Adam Strzelecki | 2015-12-02 | 2 | -37/+30 |
| | | | | | | | | Instead using own ellipsis, uses Semantic UI fixed single line table which effectively applies ellipsis to all overflowing table cells. NOTE: File list cannot use colspan="2" for 1st "Last commit" elements, otherwise layout breaks with fixed table. | ||||
* | UI: Mark top menu icons blue only when non-zero | Adam Strzelecki | 2015-12-02 | 1 | -4/+4 |
| | |||||
* | #2071 Diff is not showing full content when has super long one line | Unknwon | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 2 | -1/+4 |
| | |||||
* | fix #2057 | Unknwon | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | update REMADE and locale | Unknwon | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | Consider following LDAP search query example: (&(objectClass=Person)(|(uid=%s)(mail=%s))) Right now on first login attempt Gogs will use the text supplied on login form as the newly created user name. In example query above the text matches against both e-mail or user name. So if user puts the e-mail then the new Gogs user name will be e-mail which may be undesired. Using optional user name attribute setting we can explicitly say we want Gogs user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail to login 1st time, the new account will receive correct user name. |