summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix randomly failing LFS lock tests in drone (#3346)Lauris BH2018-01-112-0/+2
|
* Handle refactor (#3339)Morgan Bazalgette2018-01-1048-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 Palomo2018-01-105-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 Bazalgette2018-01-101-0/+3
| | | | webserver (#3331)
* Fix organization profile on mobile devices (#3332)Morgan Bazalgette2018-01-101-17/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-091-20/+17
|
* Remove useless fmt.Errorf("%v", err) (#3337)Antoine GIRARD2018-01-091-1/+1
|
* Add MTecknology to MAINTAINERS list (#3335)Michael Lustfield2018-01-091-0/+1
|
* Add CodeTriage link to README (#3299)Richard Schneeman2018-01-091-0/+1
|
* General documentation cleanup (#3317)Michael Lustfield2018-01-0830-270/+491
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-094-4/+4
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-087-9/+48
| | | | | | * Change EncodePasswd to HashPassword * Create test+benchmark for HashPassword
* Add some instructions about running integration tests (#3319)Sandro Santilli2018-01-081-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 Zhu2018-01-081-8/+14
| | | | * Fixes #3303
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-087-77/+63
|
* Add missing indexer doc in configuration (#3324)Antoine GIRARD2018-01-082-1/+9
| | | | | | * Add missing indexer doc in configuration * Unify MAX_FILE_SIZE to 1024 * 1024
* Serve .patch for pull requests (#3305)Sandro Santilli2018-01-077-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 Palomo2018-01-071-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 CrowdinGiteaBot2018-01-071-0/+4
|
* Enable Libravatar by default in new installations (#3287)Sandro Santilli2018-01-071-1/+1
| | | | Pre-existing installs still have it default to off. This is consistent with OpenID setting.
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-072-1/+9
|
* fix bug when a user delete but assigned on issue (#3318)Lunny Xiao2018-01-071-2/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-061-1/+1
|
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-0713-13/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add is_writable checkbox to deploy keys interface * Add writable key option to deploy key form * Add support for writable ssh keys in the interface * Rename IsWritable to ReadOnly * Test: create read-only and read-write deploy keys via api * Add DeployKey access mode migration * Update gitea sdk via govendor * Fix deploykey migration * Add unittests for writable deploy keys * Move template text to locale * Remove implicit column update * Remove duplicate locales * Replace ReadOnly field with IsReadOnly method * Fix deploy_keys related integration test * Rename v54 migration with v55 * Fix migration hell
* Add defaults to config cheatsheet, and minor language cleanup. (#3290)Michael Lustfield2018-01-061-136/+134
| | | | | | * Add defaults to config cheatsheet, and clean up document. * Updates and touchups, per review.
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-062-2/+12
|
* Add myself to MAINTAINERS (#3313)Morgan Bazalgette2018-01-061-0/+1
|
* Make the space for repo actions wider on repo header (#3312)Morgan Bazalgette2018-01-061-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-062-0/+18
|
* add external tool docs (#3301)Lunny Xiao2018-01-062-0/+37
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-051-0/+1
|
* Add Pull Request merge options - Ignore white-space for conflict checking, ↵Lauris BH2018-01-0520-44/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebase, Squash merge (#3188) * Pull request options migration and UI in settings * Add ignore whitespace functionality * Fix settings if pull requests are disabled * Fix migration transaction * Merge with Rebase functionality * UI changes and related functionality for pull request merging button * Implement squash functionality * Fix rebase merging * Fix pull request merge tests * Add squash and rebase tests * Fix API method to reuse default message functions * Some refactoring and small fixes * Remove more hardcoded values from tests * Remove unneeded check from API method * Fix variable name and comment typo * Fix reset commit count after PR merge
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-054-5/+53
| | | | | | | | | | | | * Serve pull request .diff files Closes #3259 * Add test for pull request redirection and .diff access * Typo * There's no need to test for pr.BaseRepo being nil after calling GetBaseRepo
* Fix swagger docs (#3300)Ethan Koenig2018-01-042-162/+13
|
* Use issue number/index instead of id for API URL. (#3298)Alberto González Palomo2018-01-031-1/+1
| | | | | | | | | | | | | | | | | Using the API calls, the issue objects retrieved by /repos/{owner}/{repo}/issues contains the wrong value in the "url" field: it uses the "id" value instead of the "number" value. For instance, in a new repo in try.gitea.io with just one issue: [{ "id": 896, "url": "https://try.gitea.io/api/v1/repos/AlbertoGP/uno/issues/896", "number": 1, ... }] The given URL does not work, but if you replace the "896" by "1" it does.
* Fixed asterisk based tasklist items, fixed requirement for one char after ↵modmew82018-01-031-2/+2
| | | | | last blank to be a valid task. (#3296) Signed-off-by: modmew8 <modmew8@gmail.com>
* Fix guide link for webhooks in repository settings (#3291) (#3292)Elouan Martinet2018-01-031-1/+1
| | | Signed-off-by: Elouan Martinet <exa@elou.world>
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-031-0/+1
|
* Added progressbar for issues (#1146). (#3171)modmew82018-01-035-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | * Added progressbar for issues (#1146). * Updated the generated index.css. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed unnecessary blanks. Signed-off-by: modmew8 <modmew8@gmail.com> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by: modmew8 <modmew8@gmail.com>
* Update standard copyright header for new year (#3289)techknowlogick2018-01-021-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-021-0/+1
|
* refactor: ignore LGTM from author of pull request. (#3283)Bo-Yi Wu2018-01-021-1/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-0210-10/+0
|
* Add more additional template snippets (#3286)Thomas Boerger2018-01-026-0/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-021-2/+2
|
* Fix MS AD Search Attributes English translation (#3282)Piotr Orzechowski2018-01-021-1/+1
|
* Update CONTRIBUTING.md with new Owners (#3281)techknowlogick2018-01-011-0/+5
| | | | | | * Add in new owners to contributing.md * Update date
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-011-6/+8
|
* Add build instruction in README, reorganize some sections (#3257)Sandro Santilli2018-01-011-12/+26
| | | | | | * Add build instruction in README, reorganize some sections * Add link to https://docs.gitea.io/en-us/install-from-source/
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-312-0/+2
|