- 10 Oct, 2019 2 commits
-
-
pseudocoder authored
It's(swagger api link) mentioned vaguely in the FAQ but IMHO missing from API usage page.
-
6543 authored
-
- 09 Oct, 2019 8 commits
-
-
8ctopus authored
* Doc recommend to use reverse proxy if Apache/nginx is also running on server * Update docs/content/doc/usage/https-support.md Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com>
-
8ctopus authored
* Doc updated list of supported webhooks and added example * Replaced webhook password verification by signature verification
-
GiteaBot authored
-
Tekaoh authored
* Check for either escaped or unescaped wiki filenames + Gitea currently saves wiki pages with escaped filenames. + Wikis mirrored from other places like Github use unescaped filenames. + We need to be checking for filenames in either format to increase compatibility. * Better logic for escaped and unescaped wiki filenames Co-Authored-By:
null <guillep2k@users.noreply.github.com>
-
Lunny Xiao authored
-
guillep2k authored
* Fix migration v96 to keep issue attachments * Fix == operator
-
GiteaBot authored
-
guillep2k authored
* changelog * Update CHANGELOG.md We ned to revert this then ... Co-Authored-By:
Lauris BH <lauris@nix.lv>
-
- 08 Oct, 2019 8 commits
-
-
guillep2k authored
-
GiteaBot authored
-
guillep2k authored
-
GiteaBot authored
-
Lunny Xiao authored
This reverts commit 78438d31.
-
Lunny Xiao authored
* 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
-
6543 authored
- 07 Oct, 2019 7 commits
-
-
Lauris BH authored
-
Lunny Xiao authored
* update milestone issues numbers when save milestone and other code improvements * fix tests * extract duplicate codes as a new function
-
guillep2k authored
-
GiteaBot authored
-
guillep2k authored
-
silverwind authored
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
-
- 06 Oct, 2019 3 commits
-
-
Lunny Xiao authored
* 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
-
Thomas McWork authored
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.
-
8ctopus authored
-
- 05 Oct, 2019 3 commits
-
-
8ctopus authored
-
Lunny Xiao authored
* add extra user information when migrating release * add migrations * fix tests
-
guillep2k authored
-
- 04 Oct, 2019 5 commits
-
-
Mario Lubenka authored
* 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>
-
Km authored
Buildbot can work with Gitea
-
GiteaBot authored
-
jaqra authored
-
8ctopus authored
-
- 03 Oct, 2019 3 commits
- 02 Oct, 2019 1 commit
-
-
guillep2k authored
* 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
-