Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #2623 fix wrong font for webhook history | Unknwon | 2016-03-05 |
| | |||
* | Add Finnish support | Unknwon | 2016-03-05 |
| | |||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||
* | Merge pull request #2762 from rom1504/patch-1 | Unknwon | 2016-03-05 |
|\ | | | | | Fix grammar in README | ||
| * | Fix grammar in README | Romain Beaumont | 2016-03-05 |
|/ | |||
* | Update README notes | Unknwon | 2016-03-05 |
| | |||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 |
| | |||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 |
| | | | | - Allow to delete current avatar | ||
* | Update locales | Unknwon | 2016-03-04 |
| | |||
* | Merge pull request #2757 from joshfng/fix-fork-relative-url | Unknwon | 2016-03-04 |
|\ | | | | | Use relative url when showing forked from | ||
| * | Use relative url when showing forked from | Josh Frye | 2016-03-04 |
| | | |||
* | | #1597 fix pull request remote head can't update with force push | Unknwon | 2016-03-04 |
| | | |||
* | | #1597 fix premission logic check of pull request | Unknwon | 2016-03-04 |
| | | |||
* | | #2743 more fixes on SQL errors | Unknwon | 2016-03-04 |
| | | |||
* | | #1597 support pull requests in same repository | Unknwon | 2016-03-04 |
| | | |||
* | | Minor fixes for #2746 | Unknwon | 2016-03-04 |
| | | |||
* | | Merge pull request #2746 from joshfng/feature-delete-wiki-pages | Unknwon | 2016-03-04 |
|\ \ | | | | | | | Add ability to delete single wiki pages. | ||
| * | | Update delete wiki page route | Josh Frye | 2016-03-04 |
| | | | |||
| * | | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 |
| |/ | |||
* / | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 |
|/ | | | | Use hand-written SQL to do complex query | ||
* | #2748 fix redirect loop with auto-signin | Unknwon | 2016-03-04 |
| | |||
* | Merge pull request #2738 from andreynering/emogify | Unknwon | 2016-03-03 |
|\ | | | | | Render emojis in more places. | ||
| * | Render emojis in more places. | Andrey Nering | 2016-03-02 |
| | | |||
* | | Minor fixes for #2745 | Unknwon | 2016-03-03 |
| | | |||
* | | Merge pull request #2745 from joshfng/delete-wiki-option | Unknwon | 2016-03-03 |
|\ \ | | | | | | | Repo setting to delete and disable wiki | ||
| * | | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 |
|/ / | |||
* | | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 |
| | | | | | | | | - Remove unused config settings `[picture] service` | ||
* | | Merge pull request #2744 from joshfng/mirror-default-branch | Unknwon | 2016-03-03 |
|\ \ | | | | | | | Set DefaultBranch to master when importing a new repo. | ||
| * | | Return errors instead of just logging them. | Josh Frye | 2016-03-03 |
| | | | |||
| * | | Set DefaultBranch to master when importing a new repo if possible | Josh Frye | 2016-03-03 |
|/ / | |||
* | | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 |
| | | |||
* | | Merge pull request #2719 from mblacktree/patch-1 | Unknwon | 2016-03-03 |
|\ \ | |/ |/| | update README.md | ||
| * | update README.md | Mike | 2016-02-28 |
| | | | | | | minor grammar fix | ||
* | | Update TRANSLATORS and remove tip for CI | Unknwon | 2016-03-02 |
| | | |||
* | | Merge pull request #2736 from neolit123/patch | Unknwon | 2016-03-02 |
|\ \ | | | | | | | ISSUE_TEMPLATE: suggestion to test at try.gogs.io | ||
| * | | ISSUE_TEMPLATE: suggestion to test at try.gogs.io | Lubomir I. Ivanov | 2016-03-02 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | I've noticed that a lot of issues cannot be reproduced on http://try.gogs.io, which either hints about specific database type problems or hints about bugs which are already solved in the newer version (as http://try.gogs.io is usually a newer build). This patch adds the suggestion to test the issue at http://try.gogs.io in the Github "issue template". The user can answer: "Yes", "No", "Not relevant". "Not relevant" is an option where testing on http://try.gogs.io makes no sense as the bug is unrelated to the Web UI or is very specific in nature. | ||
* | | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 |
| | | |||
* | | Allow setting git operations timeouts | Unknwon | 2016-02-29 |
| | | | | | | | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | ||
* | | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 |
| | | |||
* | | Merge pull request #2722 from chriswatt/hidewikidlbutton | Unknwon | 2016-02-29 |
|\ \ | | | | | | | Hide the download archive button when viewing wiki pages | ||
| * | | Remove download archive button on wiki pages | chriswatt | 2016-02-29 |
| |/ | |||
* | | Merge pull request #2717 from chriswatt/prtabs | Unknwon | 2016-02-29 |
|\ \ | |/ |/| | Change colour of numbers on pull request tabs if greater than zero | ||
| * | Change colour of numbers on pull request tabs if greater than zero | chriswatt | 2016-02-28 |
|/ | |||
* | Post work for #2637 | Unknwon | 2016-02-27 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||
* | Merge pull request #2637 from Gibheer/ssh-publickeys | Unknwon | 2016-02-27 |
|\ | | | | | allow native and ssh-keygen public key check | ||
| * | use StartSSHServer instead of DisableSSH | Gibheer | 2016-02-23 |
| | | | | | | | | | | DisableSSH doesn't check the kind of ssh server to use, so that was wrong. Use StartSSHServer instead. | ||
| * | seperate ssh constants from schema constants | Gibheer | 2016-02-23 |
| | | | | | | | | | | The contants were placed in the same section as the scheme ones, which may lead to confusion. | ||
| * | variable should not use ALL_CAPS | Gibheer | 2016-02-23 |
| | | |||
| * | remove ed25519 test for now | Gibheer | 2016-02-17 |
| | | | | | | | | TravisCI is too old for ed25519, so it can't be tested correctly. |