- 05 Mar, 2019 4 commits
-
-
stevegt authored
Signed-off-by:
Steve Traugott <stevegt@t7a.org>
-
Muhammed TİFTİKÇİ authored
* Fix #5580
-
zeripath authored
-
Maurizio Porrato authored
-
- 03 Mar, 2019 1 commit
-
-
Lanre Adelowo authored
update vendor and add tests fix swagger
-
- 02 Mar, 2019 2 commits
-
-
Martin Delille authored
-
James E. Blair authored
In #6211, we started creating repo_redirects for ownership transfers, however that opens an edge case where a user might perform the following sequence: rename org1/repo1 -> org1/repo2 (creates org1/repo1 redirect) transfer org2/repo1 -> org1/repo1 (org1/repo1 redirect continues to exist) rename org1/repo1 -> org1/repo3 (fails due to existing org1/repo1 redirect) This change ensures that each time we rename or transfer a repo, we delete any existing redirects at the target location. This already happens when a new repo is created. By doing this we ensure that we'll never have both a repo and a redirect at the same location. Signed-off-by:
James E. Blair <jeblair@redhat.com>
-
- 01 Mar, 2019 3 commits
-
-
Martin Delille authored
* add service desk to comparison * add link to issue
-
GiteaBot authored
-
John Olheiser authored
* Update to docs README * Update Hugo link
-
- 28 Feb, 2019 7 commits
-
-
silverwind authored
Fix #6191 * fix issue update race condition * fix similar race same race when clearing assignee * always load promise polyfill * replace es6-promise with promise-polyfill * move promise-polyfill to <head>
-
mrsdizzie authored
Modify the current linkRegex to require http|https which appears to be the intended behavior based on the comments. Right now, it also matches anything starting with www as well. Also add testing for linkRegex
-
John Olheiser authored
* Doc updates and changing default sqlite DB path Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Update customizing locales and THEMES Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Add link to templates directory Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Add portion for final step of running Gitea Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Add recommended to service file usage Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Removed DB path change, moving to another PR Updated doc sentence structure Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Revert change to template wording Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Move recommended run-type to top
-
GiteaBot authored
-
Lunny Xiao authored
* fix display dashboard even if require to change password * fix comments
-
James E. Blair authored
When transferring ownership of a repo to a different user/org, create a repo redirect that points to the new location in the same way that is done when a repo is renamed. Signed-off-by:
James E. Blair <jeblair@redhat.com>
-
tklein23 authored
-
- 27 Feb, 2019 5 commits
-
-
zeripath authored
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
silverwind authored
- Prevent jump in layout when selecting the first issue - Remove useless padding on top of first issue
-
GiteaBot authored
-
John Olheiser authored
-
- 26 Feb, 2019 3 commits
-
-
GiteaBot authored
-
techknowlogick authored
Blocked until 1.12 docker images are released
-
Lunny Xiao authored
* fix bug when migrate repository 500 when repo is existed * use 409 but not 422 for error status code when not exist * translation fix
-
- 25 Feb, 2019 3 commits
-
-
Segev Finer authored
* Increase Username and Orgname MaxSize 35 -> 40 Signed-off-by:
Segev Finer <segev@codeocean.com> * Dep update code.gitea.io/sdk Signed-off-by:
Segev Finer <segev@codeocean.com> * Run generate-swagger Signed-off-by:
Segev Finer <segev@codeocean.com>
-
GiteaBot authored
-
silverwind authored
-
- 24 Feb, 2019 2 commits
-
-
silverwind authored
* UI: Make document body a flexbox Fixes: https://github.com/go-gitea/gitea/issues/6118 * ie11 fixes * increase padding to 80px * add flex-grow
-
Lunny Xiao authored
-
- 23 Feb, 2019 2 commits
- 22 Feb, 2019 2 commits
-
-
Lunny Xiao authored
-
Lunny Xiao authored
-
- 21 Feb, 2019 5 commits
-
-
John Olheiser authored
-
zeripath authored
* Fix display of >1Kb LFS text files * Make LFS stored Readme files viewable Signed-off-by:
Andrew Thornton <art27@cantab.net> * Slight restructure Signed-off-by:
Andrew Thornton <art27@cantab.net> * Slight restructure Signed-off-by:
Andrew Thornton <art27@cantab.net> * catch errors and restructure LFS sections
-
John Olheiser authored
Non-admins will default to 10 page size
-
Lunny Xiao authored
* add more tests and docs for issue indexer, add db indexer type for searching from database * fix typo * fix typo * fix lint * improve docs
-
Lunny Xiao authored
* refactor issue indexer, add some testing and fix a bug * fix error copyright year on comment header * issues indexer package import keep consistent
-
- 20 Feb, 2019 1 commit
-
-
John Olheiser authored
* Added Go Path and node_modules to PATH * Uses npx now for generate-stylesheets * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH * Added note about installing Node 8.0+ to generate stylesheets * Added preferred Node version to CONTRIBUTING.md
-