Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 1.0.1 to changelog (#594) | Thomas Boerger | 2017-01-05 | 1 | -0/+13 |
| | |||||
* | Clone tags within drone for proper version generation (#591) | Thomas Boerger | 2017-01-05 | 2 | -1/+5 |
| | |||||
* | Add the note forked from gogs (#590) | Lunny Xiao | 2017-01-05 | 1 | -1/+1 |
| | | | | | | * add the note forked from gogs * make the sentence simple | ||||
* | Fix unified diff view styling (#585) | Manuel Kuhlmann | 2017-01-05 | 3 | -34/+54 |
| | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | Fix diff split view coloring (#553) (#584) | Manuel Kuhlmann | 2017-01-05 | 3 | -45/+48 |
| | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | Fix SQL bug in models/access (#583) | Ethan Koenig | 2017-01-05 | 1 | -11/+14 |
| | | | Previously got a 'relation repo_access does not exist' error in User_GetRepositoryAccesses | ||||
* | Check primary email address fields on CreateUser (#556) | Berk Demirkır | 2017-01-05 | 1 | -0/+9 |
| | | | | | | | | | | * Check primary email address fields on CreateUser As this check wasn't available, uid=1 (and possibly guests too, if registration is open) is able to register new users with existing email addresses. This leads to numerous 500 errors. * Update user.go * Lower the email first. Then check | ||||
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 15 | -44/+44 |
| | |||||
* | Rename .gogs to .gitea and comply with github template guidelines (#568) (#582) | Manuel Kuhlmann | 2017-01-05 | 2 | -4/+10 |
| | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | fix: Remove call to set GOMAXPROCS (#577) | Bo-Yi Wu | 2017-01-04 | 1 | -4/+1 |
| | |||||
* | fix bug #564 (#567) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Update xorm and dependencies vendor for feature to dump to other database (#565) | Lunny Xiao | 2017-01-03 | 54 | -2619/+3135 |
| | | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint | ||||
* | bug fixed for fork repos (#560) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | build failed by deleting release by API (#562) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Fix benchmarktests (#557) | Kjell Kvinge | 2017-01-03 | 1 | -13/+17 |
| | |||||
* | Update maintainer list for LGTM | Bo-Yi Wu | 2017-01-03 | 1 | -0/+1 |
| | |||||
* | change the default action when deleting a release to not delete tag | Lunny Xiao | 2017-01-03 | 2 | -7/+10 |
| | |||||
* | fix config session missing data row & resolved #517 (#549) | Lunny Xiao | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Provide description for the INSTALL_LOCK config option (#554) | Alvaro Aleman | 2017-01-02 | 1 | -0/+1 |
| | |||||
* | Release API endpoints | Ethan Koenig | 2017-01-02 | 6 | -4/+357 |
| | |||||
* | Makefile: on Windows, executable should have ".exe" (#550) | Andrey Nering | 2017-01-01 | 1 | -1/+6 |
| | |||||
* | Merge pull request #543 from lunny/lunny/fallback_graceful_windows | Andrey Nering | 2017-01-01 | 3 | -24/+65 |
|\ | | | | | Fix windows build broken by #416 | ||||
| * | fix windows build broken by #416 | Lunny Xiao | 2016-12-31 | 3 | -24/+65 |
| | | |||||
* | | UI config to toggle whether user email shows up in Explore Users (#336) | Thiago Avelino | 2017-01-01 | 5 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UI config to toggle whether user email shows up in Explore Users * Recommendation made by @tboerger https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#r94122732 * fixed typo, rename ShowUserEmailInExplore to ShowUserEmail * Fixed typo merged conflict * Hide email in the user profile page if you are active ShowUserEmail ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725 * Please replace MustBool() with MustBool(true) | ||||
* | | Apply dockerfile updates to raspberry dockerfile (#548) | Bastian Rinsche | 2017-01-01 | 1 | -4/+2 |
| | | |||||
* | | Replace pull request with issue at issue_template (#547) | Bwko | 2016-12-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #545 from lunny/lunny/fix_ui_data_row_missing | Andrey Nering | 2016-12-31 | 1 | -5/+5 |
|\ \ | | | | | | | Partially fix #484: fix admin ui data row missing | ||||
| * | | resolved #517: fix admin ui data row missing | Lunny Xiao | 2016-12-31 | 1 | -5/+5 |
| | | | |||||
* | | | Fix wrong anchors for non-latin headings (#3981) (#512) | Bwko | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Change Javascript regular expression to match non-latin characters The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078 And this patch should fixed these two issues: #3919 #3843 | ||||
* | | | resolved #485: when migrate empty wiki repo, then ignore (#541) | Lunny Xiao | 2016-12-31 | 1 | -2/+5 |
|/ / | |||||
* / | Unit tests for token and update models | Ethan Koenig | 2016-12-31 | 41 | -0/+11919 |
|/ | |||||
* | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 11 | -19/+96 |
| | | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration | ||||
* | API endpoints for forks (#509) | Ethan Koenig | 2016-12-31 | 4 | -3/+104 |
| | |||||
* | Support http service graceful restart (#416) | Lunny Xiao | 2016-12-31 | 20 | -3/+1919 |
| | | | | | | * support http service graceful restart * fix dependencies | ||||
* | Updated Dutch translations | Bwko | 2016-12-30 | 1 | -105/+105 |
| | |||||
* | replcae go fmt with gofmt command. | Bo-Yi Wu | 2016-12-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | fix gofmt error | Bo-Yi Wu | 2016-12-30 | 7 | -28/+27 |
| | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Merge pull request #538 from 0xbaadf00d/feature/fix-contrib-link | Andrey Nering | 2016-12-30 | 1 | -1/+1 |
|\ | | | | | Fix URL link on CONTRIBUTING | ||||
| * | Fix URL link on CONTRIBUTING | Thibault Meyer | 2016-12-30 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com> | ||||
* | Notification - Step 1 (#523) | Andrey Nering | 2016-12-31 | 5 | -11/+349 |
| | | | | | | | | * Notification - Step 1 * Add copyright headers * Cache issue and repository on notification model | ||||
* | push + pull now works with reverse proxy + basic auth on apache 2.4 | Gogs | 2016-12-29 | 1 | -62/+75 |
| | |||||
* | Speed up conflict checking in pull request creation (#276) | typeless | 2016-12-29 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | * Speed up conflict checking in pull request creation In order to check conflicts of a PR, we set up a working tree by cloning the base branch, which is quite time-consuming when the repository is huge. Instead, this PR uses `git read-tree` and `git apply --check --cached` to check conflicts. For #258 * Use $GIT_INDEX_FILE instead of --index-output to avoid lockfile problem The lockfile gets renamed to the final destination after the operation finishes. But it must be located in the same filesystem, which prevents us from using /tmp. * Temporary file names should not prefixed with '-' | ||||
* | Tab on user profile to show starred repos (#519) | Andrey Nering | 2016-12-29 | 7 | -76/+115 |
| | | | | | | | | | | | | | | * Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint | ||||
* | Cache users on list releases (#527) | Lunny Xiao | 2016-12-29 | 1 | -14/+22 |
| | |||||
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 3 | -35/+7 |
| | |||||
* | add default values for SSH settings (#500) | Lunny Xiao | 2016-12-29 | 1 | -25/+31 |
| | |||||
* | slight optimization for GetUserRepositories (#498) | Lunny Xiao | 2016-12-29 | 1 | -8/+11 |
| | |||||
* | commithgraph / timeline (#428) | Kjell Kvinge | 2016-12-29 | 10 | -2/+673 |
| | | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph | ||||
* | Permissions bug fix for webhooks | Ethan Koenig | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | Implementation of Folder Jumping | Sl@ny | 2016-12-28 | 6 | -5/+54 |
| |