Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use GiteaServer as the user agent for http requests (#3404) | Sandro Santilli | 2018-01-22 | 1 | -1/+1 | |
| | | | Otherwise we're still presenting ourselves as GogsServer... | |||||
* | Remove useless check (#3384) | Antoine GIRARD | 2018-01-19 | 1 | -4/+0 | |
| | | | In #3377, I put check inside all write key function. This one is useless no. | |||||
* | Force-push to base repo's ref/pull/#/head (#3393) | Sandro Santilli | 2018-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | | * Force-push to base repo's ref/pull/#/head Fixes force-pushing to pull request branches, otherwise failing with: [...gitea/models/pull.go:1022 AddTestPullRequestTask()] [E] PushToBaseRepo: Push: exit status 1 - To /path/to/gitea-repositories/org/repo.git ! [rejected] issue-fix -> refs/pull/20/head (non-fast-forward) * format | |||||
* | Change how merged PR commit info are prepared (#3368) | Lauris BH | 2018-01-19 | 4 | -64/+47 | |
| | | | | | | | | | | * Change how merged PR commits and diff are made * Update code.gitea.io/git dependency * Fix typo * Remove unneeded local variable | |||||
* | Delete indexer DB entries when (re)creating index (#3385) | Ethan Koenig | 2018-01-17 | 1 | -0/+7 | |
| | | | | * comment | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-16 | 4 | -2/+74 | |
| | ||||||
* | Update source installation requirements (#3124) | Kim "BKC" Carlbäcker | 2018-01-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | * Update source installation requirements We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then * Use Golang 1.8 for build and test If we state Golang 1.8 we should test using that version as well * Use golang 1.8 only for single build to see if everything compiles * Change back edge also for commented out sqlite test | |||||
* | Add integrations tests from git cli (#3377) | Antoine GIRARD | 2018-01-16 | 6 | -140/+256 | |
| | | | | | | | | | | | * test: integration add git cli tests Extracted form for easing review process and debug #3152 * test: integration add git cli big file commit * fix: Don't rewrite key if internal server | |||||
* | Fix API-Endpoint release (#3012) | Marc Brückner | 2018-01-16 | 3 | -3/+91 | |
| | | | | | | | | | * Fixes API-Endpoint release (#3005) * Using context.ReferencesGitRepo(); doing the same in the PATCH route. * Add release create, get and update test | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-15 | 3 | -0/+3 | |
| | ||||||
* | Change reserved avatar name to correct - avatars (#3375) | Lauris BH | 2018-01-16 | 1 | -1/+1 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-15 | 14 | -14/+0 | |
| | ||||||
* | Fix Delete repository message (#3260) | muhfaris | 2018-01-15 | 2 | -3/+6 | |
| | ||||||
* | Fix en-US locale (#3371) | Ethan Koenig | 2018-01-15 | 1 | -1/+1 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-14 | 1 | -3/+3 | |
| | ||||||
* | Add myself as a translator (#3370) | viktike | 2018-01-15 | 1 | -0/+1 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-14 | 1 | -36/+37 | |
| | ||||||
* | Asynchronously populate the repo indexer (#3366) | Ethan Koenig | 2018-01-14 | 1 | -17/+41 | |
| | | | | | | | | * Populate repo indexer in background * Check if no repos exist * race cond | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-13 | 2 | -0/+2 | |
| | ||||||
* | refactor(model): update user method. (#3360) | Bo-Yi Wu | 2018-01-13 | 1 | -32/+16 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-12 | 16 | -16/+1 | |
| | ||||||
* | General refactor of the cmd package (#3328) | Morgan Bazalgette | 2018-01-12 | 6 | -79/+92 | |
| | | | | | | | | * General refactor of the cmd package * Address breakage in runCreateUser * Place "common" functions into cmd.go | |||||
* | Add MSSQL to supported database list of intall page (#3359) | Antoine GIRARD | 2018-01-12 | 1 | -1/+1 | |
| | ||||||
* | Address issues pointed out by @lunny in #3339 (#3352) | Morgan Bazalgette | 2018-01-12 | 1 | -7/+4 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-11 | 1 | -0/+13 | |
| | ||||||
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 7 | -23/+18 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-11 | 1 | -4/+4 | |
| | ||||||
* | Improve documentation about custom templates. (#3345) | Alberto González Palomo | 2018-01-11 | 1 | -3/+23 | |
| | | | | Now includes all the template hooks in the page, and a detailed example for the common case of adding an "about" page. | |||||
* | Remove hardcoded paths to fix randomly failing tests (#3347) | Lauris BH | 2018-01-11 | 8 | -3/+19 | |
| | | | | | | * Remove hardcoded paths to fix randomly failing tests * Use correct function for merge path | |||||
* | Fix randomly failing LFS lock tests in drone (#3346) | Lauris BH | 2018-01-11 | 2 | -0/+2 | |
| | ||||||
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 48 | -610/+622 | |
| | | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound | |||||
* | Templates for extra links in top navbar and repo tool tabs. (#3308) | Alberto González Palomo | 2018-01-10 | 5 | -0/+7 | |
| | | | | | | | | | These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com> | |||||
* | Make the default action for the gitea executable that of running the ↵ | Morgan Bazalgette | 2018-01-10 | 1 | -0/+3 | |
| | | | | webserver (#3331) | |||||
* | Fix organization profile on mobile devices (#3332) | Morgan Bazalgette | 2018-01-10 | 1 | -17/+14 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-09 | 1 | -20/+17 | |
| | ||||||
* | Remove useless fmt.Errorf("%v", err) (#3337) | Antoine GIRARD | 2018-01-09 | 1 | -1/+1 | |
| | ||||||
* | Add MTecknology to MAINTAINERS list (#3335) | Michael Lustfield | 2018-01-09 | 1 | -0/+1 | |
| | ||||||
* | Add CodeTriage link to README (#3299) | Richard Schneeman | 2018-01-09 | 1 | -0/+1 | |
| | ||||||
* | General documentation cleanup (#3317) | Michael Lustfield | 2018-01-08 | 30 | -270/+491 | |
| | | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc. | |||||
* | Update gitea version on docs/install-from-binary (#3333) | Kim "BKC" Carlbäcker | 2018-01-09 | 4 | -4/+4 | |
| | | | | | | * Update gitea version on docs/install-from-binary * Update all versions | |||||
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 7 | -9/+48 | |
| | | | | | | * Change EncodePasswd to HashPassword * Create test+benchmark for HashPassword | |||||
* | Add some instructions about running integration tests (#3319) | Sandro Santilli | 2018-01-08 | 1 | -0/+22 | |
| | | | | | | | | * Add some instructions about running integration tests * Add missing newline escape * Suggest running a clean build | |||||
* | Fix branch name escaping in compare url (#3311) | Deyong Zhu | 2018-01-08 | 1 | -8/+14 | |
| | | | | * Fixes #3303 | |||||
* | Remove IsOwner, NumTeams from OrgUser (#3269) | Ethan Koenig | 2018-01-08 | 7 | -77/+63 | |
| | ||||||
* | Add missing indexer doc in configuration (#3324) | Antoine GIRARD | 2018-01-08 | 2 | -1/+9 | |
| | | | | | | * Add missing indexer doc in configuration * Unify MAX_FILE_SIZE to 1024 * 1024 | |||||
* | Serve .patch for pull requests (#3305) | Sandro Santilli | 2018-01-07 | 7 | -6/+79 | |
| | | | | | | | | | * Serve .patch for pull requests Closes #3259 Updates "git" module, for GetFormatPatch * Handle io.Copy error | |||||
* | Ensure docs makefile downloads theme if failed before. (#3322) | Alberto González Palomo | 2018-01-07 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | The makefile did not download the theme if the directory "themes/gitea" is there, even if empty. On a fresh Ubuntu install, curl is not included, so the theme rule fails just after creating the empty directory. When you try again after installing curl, the rule is not triggered. This could also happen if the download fails for other reasons. This change makes the theme rule depend on the file "theme.toml" which will be there only after unpacking a successfully downloaded theme archive. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com> | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-07 | 1 | -0/+4 | |
| | ||||||
* | Enable Libravatar by default in new installations (#3287) | Sandro Santilli | 2018-01-07 | 1 | -1/+1 | |
| | | | | Pre-existing installs still have it default to off. This is consistent with OpenID setting. | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-01-07 | 2 | -1/+9 | |
| |