aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update strk.kbt.io/projects/go/libravatar to latest; closes #7860 (#8429)guillep2k2019-10-086-37/+61
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-081-0/+2
|
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-083-3/+37
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-082-0/+2
|
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" ↵Lunny Xiao2019-10-085-110/+178
| | | | | (#8427) This reverts commit 78438d310be42f9c5e0e2937ee54e6050cc8f381.
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-085-178/+110
| | | | | | | | | | | | | | * fix issues/pr list broken when there are many repositories * remove unused codes * fix counting error on issues/prs * keep the old logic * fix panic * fix tests
* add 6543 to maintainers (#8417)65432019-10-071-0/+1
|
* Singular form for files that has only one line (#8416)Lauris BH2019-10-072-1/+2
|
* Update milestone issues numbers when save milestone and other code ↵Lunny Xiao2019-10-081-29/+38
| | | | | | | | | | improvements (#8411) * update milestone issues numbers when save milestone and other code improvements * fix tests * extract duplicate codes as a new function
* Fix backers badge (#8399)guillep2k2019-10-072-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-072-0/+13
|
* Update golangci to v1.19.1 (#8414)kolaente2019-10-071-1/+1
| | | Signed-off-by: kolaente <k@knt.li>
* Reduce test sensibility (#8393)guillep2k2019-10-071-1/+2
|
* add file line count info on UI (#8396)silverwind2019-10-075-42/+68
| | | | | | | Also reworked the header to remove the filename (which is redundant with the file path above) and made the header a flexbox with a monospace font. Fixes: https://github.com/go-gitea/gitea/issues/8170
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-063-41/+44
| | | | | | | | | | | | | | | | * fix milestone num_issues * update missing completeness * only update milestone closed number when closed issue is assigned a new milestone or clear milestone * fix tests * fix update milestone num * fix completeness calculate * make completeness calucation more clear
* Add unix socket help (#8377)Thomas McWork2019-10-061-0/+3
| | | When using unix socket as listener (`HTTP_ADDR = /run/gitea/gitea.socket`) then it's required to have the folder `/run/gitea` with appropriate owner/group. Manual creation leads to vanishing after reboot. This directive enables Systemd to handle this.
* Doc added instructions for Git LFS support (#8391)8ctopus2019-10-061-0/+26
|
* Doc config file should not be readable by others as it contains sensitive ↵8ctopus2019-10-051-13/+13
| | | | info (#8385)
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-058-12/+55
| | | | | | | | * add extra user information when migrating release * add migrations * fix tests
* Fix editor commit to new branch if PR disabled (#8375)guillep2k2019-10-053-5/+16
|
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-046-91/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolve error when comparing images Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Check blob existence instead of git-ls when checking if file exists Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show file metadata also when a file was newly added Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Fixes error in commit view Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Excludes assigning path and image infos for compare routers to service package Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Removes nil default and fixes import order Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds missing comments Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Moves methods for assigning compare data to context into repo router package Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Show image compare for deleted images as well. Simplify check if image should be displayed Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Add buildbot CI (#8378)Km2019-10-041-0/+2
| | | Buildbot can work with Gitea
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-041-0/+1
|
* Make 100% width issues page left menu and add reponame as title attribute ↵jaqra2019-10-043-1/+4
| | | | (#8359)
* Cleanup https support code snippet (#8370)8ctopus2019-10-041-3/+3
|
* readd .markdown class to all markup renderers (#8357)Norwin2019-10-033-2/+3
| | | | | fixes #8299, a regression from 867f46f. unlike it's name suggests, the .markdown class is needed for most markup types. a future refactor should rename this class to something more generic
* Fix lfs locks (#8361)guillep2k2019-10-031-1/+1
| | | | * Extend time window for TestAPILFSLocksLogged
* Fix column name ambiguity in GetUserIssueStats() (#8347)guillep2k2019-10-032-4/+17
| | | | | | | | * Add test for FilterModeMention * Fix column name ambiguity * Fix fmt
* Transaction-aware retry create issue to cope with duplicate keys (#8307)guillep2k2019-10-033-18/+57
| | | | | | | | | | | | | | * Revert #7898 * Transaction-aware retry create issue to cope with duplicate keys * Restore INSERT ... WHERE usage * Rearrange code for clarity * Fix error return in newIssue() * Fix error message
* Upgrade xorm to v0.7.9 to fix some bugs (#8354)Lunny Xiao2019-10-0215-237/+380
| | | | | | * upgrade xorm to v0.7.9 to fix some bugs * upgrade xormstore to v1.3.1
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-021-1/+31
|
* Fix a comment typo (#8358)Tekaoh2019-10-021-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-021-0/+1
|
* Change general form binding to gogs form (#8334)Aam Surganda2019-10-022-12/+9
|
* Api: advanced settings for repository (external wiki, issue tracker etc.) ↵David Svantesson2019-10-025-41/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (#7756) * Add API for Repo Advanced Settings of wiki and issue tracker Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add some integration tests for tracker and wiki settings through API * Should return StatusUnprocessableEntity in case of invalid API values. * Add tests for invalid URLs for external tracker and wiki. * Do not set inital values if they are default of type * Make issue tracker and wiki units separate structures in Repository API structure. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix comment of structures Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Rewrite API to use struct for setting tracker and wiki settings. * LetOnlyContributorsTrackTime -> AllowOnlyContributorsToTrackTime
* [arc-green] white on hover for active menu items (#8344)spaeps2019-10-022-1/+2
| | | | | | | | | | | | | * [arc-green] white on hover for active menu items Actually, hovered active menu elements are in an unreadable black text colour. This should be changed to white. * [arc-green] white on hover for active menu items Actually, hovered active menu elements are in an unreadable black text colour. This should be changed to white. Now editing less files and commiting with `make css`.
* Update to github.com/lafriks/xormstore@v1.3.0 (#8317)Antoine GIRARD2019-10-0231-1086/+1680
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-011-2/+17
|
* typo fix (#8345)helix842019-10-021-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-011-8/+8
|
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-0113-457/+507
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move mirror to a standalone package * fix mirror address in template * fix tests * fix lint * fix comment * fix tests * fix tests * fix vendor * fix fmt * fix lint * remove wrong file submitted * fix conflict * remove unrelated changes * fix go mod * fix tests * clean go mod * make vendor work * make vendor work * fix tests * remove duplicated test
* [skip ci] Updated translations via CrowdinGiteaBot2019-10-011-0/+76
|
* API endpoint for searching teams. (#8108)David Svantesson2019-10-017-5/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Api endpoint for searching teams. Signed-off-by: dasv <david.svantesson@qrtech.se> * Move API to /orgs/:org/teams/search Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Regenerate swagger Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix search is Get Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add test for search team API. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Update routers/api/v1/org/team.go grammar Co-Authored-By: Richard Mahn <richmahn@users.noreply.github.com> * Fix review comments Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix some issues in repo collaboration team search, after changes in this PR. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Remove teamUser which is not used and replace with actual user id. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Remove unused search variable UserIsAdmin. * Add paging to team search. * Re-genereate swagger Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix review comments Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * fix * Regenerate swagger
* [skip ci] Updated translations via CrowdinGiteaBot2019-09-301-0/+46
|
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-016-70/+81
| | | | | | * extract actions on deletereleasebyid from models to release service * fix tests
* [skip ci] Updated translations via CrowdinGiteaBot2019-09-302-0/+167
|
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-304-27/+51
| | | | | | | | * extract actions on new issue from models to services * improve code * rename services/issues to services/issue
* [skip ci] Updated translations via CrowdinGiteaBot2019-09-305-5/+3
|
* Fix pull request commit status in user dashboard list (#8321)Elias Norberg2019-09-301-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-09-301-0/+4
|