Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | fix #2101 | Unknwon | 2015-12-04 |
| | |||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 |
| | |||
* | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 |
| | | | | | | | | | | | 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 |
| | |||
* | more UI minor fixes | Unknwon | 2015-12-02 |
| | |||
* | Merge pull request #2088 from nanoant/patch/further-layout-fixes | Unknwon | 2015-12-02 |
|\ | | | | | Further layout fixes | ||
| * | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 |
| | | | | | | | | | | 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 |
| | | |||
* | | minor CSS fix | Unknwon | 2015-12-02 |
|/ | |||
* | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 |
| | | | | | | | | 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 |
| | | | | | | | 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 |
| | | | | | 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 |
| | |||
* | Commits & files UI: SUI fixed single line table | Adam Strzelecki | 2015-12-02 |
| | | | | | | | | 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 |
| | |||
* | #2071 Diff is not showing full content when has super long one line | Unknwon | 2015-12-02 |
| | |||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 |
| | |||
* | fix #2057 | Unknwon | 2015-12-01 |
| | |||
* | update REMADE and locale | Unknwon | 2015-12-01 |
| | |||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 |
| | | | | | | | | | | | | | | | 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. | ||
* | Merge pull request #2076 from Gibheer/new_mirror | Unknwon | 2015-12-01 |
|\ | | | | | add new mirror button to dashboard | ||
| * | 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. | ||
* | | Merge pull request #2069 from nanoant/patch/admin-see-all-organizations | Unknwon | 2015-11-30 |
|\ \ | | | | | | | Admin should be able to see all organizations | ||
| * | | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 |
| |/ | | | | | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them. | ||
* | | fix #2042 | Unknwon | 2015-11-30 |
| | | |||
* | | finish wiki | Unknwon | 2015-11-30 |
| | | |||
* | | wiki: finish pages | Unknwon | 2015-11-27 |
| | | |||
* | | wiki: finish edit | Unknwon | 2015-11-27 |
| | | |||
* | | wiki: finish new | Unknwon | 2015-11-27 |
| | | |||
* | | introduce git-shell | Unknwon | 2015-11-26 |
| | | |||
* | | Wiki: UI for page new | Unknwon | 2015-11-25 |
|/ | |||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 |
| | |||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
| | |||
* | fix #2020 | Unknwon | 2015-11-24 |
| | |||
* | #2008 more supported git hooks | Unknwon | 2015-11-24 |
| | |||
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 |
| | |||
* | more HTTP clone word fix | Unknwon | 2015-11-22 |
| | |||
* | fix #2013 | Unknwon | 2015-11-22 |
| | |||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | upgrade libs | Unknwon | 2015-11-21 |
| | |||
* | add some log | Unknwon | 2015-11-21 |
| | |||
* | minor fix on #1694 | Unknwon | 2015-11-21 |
| | |||
* | Fix admin configuration new ui | Antoine GIRARD | 2015-11-21 |
| | |||
* | fix #1383 | Unknwon | 2015-11-20 |
| | |||
* | fix #1997 | Unknwon | 2015-11-19 |
| | |||
* | Merge pull request #1994 from arthuroy/develop | Unknwon | 2015-11-18 |
|\ | | | | | Fix #1965 - the hyperlink and the display name of the branch | ||
| * | 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 '#' | ||
* | | fix #878 | Unknwon | 2015-11-18 |
| | | |||
* | | #1742 Update default branch in git repository while change in web view | Unknwon | 2015-11-18 |
|/ |