aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Prepare releaseUnknwon2016-03-06
|
* Some minor changesUnknwon2016-03-06
|
* Minor fix for #2772Unknwon2016-03-06
|
* Merge pull request #2772 from OhDaeto/masterUnknwon2016-03-06
|\ | | | | Add ru-RU to home template
| * Merge pull request #1 from xDShot/patch-1OhDaeto2016-03-06
| |\ | | | | | | Small correction
| | * минимальные -> низкие (системные требования)xDShot2016-03-06
| |/
| * Add ru-RU to home templateLourens2016-03-06
| |
* | Remove duplicated of codeUnknwon2016-03-06
| |
* | Minor fixes for #2766Unknwon2016-03-06
| |
* | Merge pull request #2766 from moltam/feature/delete-org-avatarUnknwon2016-03-06
|\ \ | |/ |/| Added: Ability to delete org avatar.
| * Added: Ability to delete org avatar.Tamás Molnár2016-03-06
|/
* #2623 fix wrong font for webhook historyUnknwon2016-03-05
|
* Add Finnish supportUnknwon2016-03-05
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-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-1Unknwon2016-03-05
|\ | | | | Fix grammar in README
| * Fix grammar in READMERomain Beaumont2016-03-05
|/
* Update README notesUnknwon2016-03-05
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* Update localesUnknwon2016-03-04
|
* Merge pull request #2757 from joshfng/fix-fork-relative-urlUnknwon2016-03-04
|\ | | | | Use relative url when showing forked from
| * Use relative url when showing forked fromJosh Frye2016-03-04
| |
* | #1597 fix pull request remote head can't update with force pushUnknwon2016-03-04
| |
* | #1597 fix premission logic check of pull requestUnknwon2016-03-04
| |
* | #2743 more fixes on SQL errorsUnknwon2016-03-04
| |
* | #1597 support pull requests in same repositoryUnknwon2016-03-04
| |
* | Minor fixes for #2746Unknwon2016-03-04
| |
* | Merge pull request #2746 from joshfng/feature-delete-wiki-pagesUnknwon2016-03-04
|\ \ | | | | | | Add ability to delete single wiki pages.
| * | Update delete wiki page routeJosh Frye2016-03-04
| | |
| * | Add ability to delete single wiki pages.Josh Frye2016-03-04
| |/
* / #2743 and #2751 fix bad SQL generated by XORMUnknwon2016-03-04
|/ | | | Use hand-written SQL to do complex query
* #2748 fix redirect loop with auto-signinUnknwon2016-03-04
|
* Merge pull request #2738 from andreynering/emogifyUnknwon2016-03-03
|\ | | | | Render emojis in more places.
| * Render emojis in more places.Andrey Nering2016-03-02
| |
* | Minor fixes for #2745Unknwon2016-03-03
| |
* | Merge pull request #2745 from joshfng/delete-wiki-optionUnknwon2016-03-03
|\ \ | | | | | | Repo setting to delete and disable wiki
| * | Repo setting to delete and disable wikiJosh Frye2016-03-03
|/ /
* | #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-03
| | | | | | | | - Remove unused config settings `[picture] service`
* | Merge pull request #2744 from joshfng/mirror-default-branchUnknwon2016-03-03
|\ \ | | | | | | Set DefaultBranch to master when importing a new repo.
| * | Return errors instead of just logging them.Josh Frye2016-03-03
| | |
| * | Set DefaultBranch to master when importing a new repo if possibleJosh Frye2016-03-03
|/ /
* | #2743 workaround to fix XORM problemUnknwon2016-03-03
| |
* | Merge pull request #2719 from mblacktree/patch-1Unknwon2016-03-03
|\ \ | |/ |/| update README.md
| * update README.mdMike2016-02-28
| | | | | | minor grammar fix
* | Update TRANSLATORS and remove tip for CIUnknwon2016-03-02
| |
* | Merge pull request #2736 from neolit123/patchUnknwon2016-03-02
|\ \ | | | | | | ISSUE_TEMPLATE: suggestion to test at try.gogs.io
| * | ISSUE_TEMPLATE: suggestion to test at try.gogs.ioLubomir I. Ivanov2016-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 PostgresUnknwon2016-03-01
| |
* | Allow setting git operations timeoutsUnknwon2016-02-29
| | | | | | | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull