- 25 Sep, 2019 3 commits
-
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
Lunny Xiao authored
* improve integration tests * fix Makefile * improve makefile and integration docs
-
guillep2k authored
-
- 24 Sep, 2019 8 commits
-
-
David Svantesson authored
Fix spelling of misspell in command to validate swagger.
-
Lunny Xiao authored
* move create issue comment to comments package * extract actions on update/delete comment from models to comment service * fix lint * fix lint
-
Sandro Santilli authored
* Test more reserved usernames * Add more reserved usernames, sort them * Reserve "attachments" username (is a used route) * It's "avatars" being reserved, not "avatar"
-
GiteaBot authored
-
Lunny Xiao authored
* fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug
-
Daniel Fonseca de Lira authored
* Fix assets key on release webhook * Fix assets key on release webhook * Add message to log on AddReleaseAttachments failure
-
Lunny Xiao authored
* move all mail related codes from models to modules/mailer * fix lint * use DBContext instead Engine * use WithContext not WithEngine * Use DBContext instead of Engine * don't use defer when sess.Close() * move DBContext to context.go and add some methods * move mailer from modules/ to services * fix lint * fix tests * fix fmt * add gitea copyright * fix tests * don't expose db functions * make code clear * add DefaultDBContext * fix build * fix bug
-
David Svantesson authored
Signed-off-by:
David Svantesson <davidsvantesson@gmail.com>
-
- 23 Sep, 2019 2 commits
-
-
GiteaBot authored
-
David Svantesson authored
* Add teams to repo on collaboration page. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add option for repository admins to change teams access to repo. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add comment for functions Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Make RepoAdminChangeTeamAccess default false in xorm and make it default checked in template instead. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Make proper language strings and fix error redirection. * Add unit tests for adding and deleting team from repository. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add database migration Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix redirect Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix locale string mismatch. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Move team access mode text logic to template. * Move collaborator access mode text logic to template.
-
- 22 Sep, 2019 1 commit
-
-
Lanre Adelowo authored
* delete attachments from the database and file system * add migration * fix import statements * fix package name * remove conditional should in case the confi has been changed and the server restarted * simplify deletion of attachments in DB * fix CI build * fix review * add copyright in the proper place * fix review
-
- 21 Sep, 2019 2 commits
- 20 Sep, 2019 4 commits
-
-
John Olheiser authored
-
GiteaBot authored
-
guillep2k authored
* Change link on issue milestone * Fix the sidebar link for milestone
-
guillep2k authored
* Update ref comment * Generate comment on simple ref * Make fmt + remove unneeded repo load * Add TODO comments * Add ref-check in issue creation; re-arrange template * Make unit tests pass; rearrange code * Make fmt * Filter out xref comment if user can't see the referencing issue * Add TODOs * Add cross reference * Rearrange code; add cross-repository references * Striketrhough obsolete references * Remove unnecesary TODO * Add "not supported" note * Support for edits and deletes, and issue title * Revert changes to go.mod * Fix fmt * Add support for xref from API * Add first integration test * Add integration tests * Correct formatting * Fix add comment test * Add migration * Remove outdated comments; fix typo * Some code refactoring and rearranging * Rename findCrossReferences to createCrossReferences * Delete xrefs when repository is deleted * Corrections as suggested by @lafriks * Prepare for merge * Fix log for errors
-
- 19 Sep, 2019 4 commits
-
-
guillep2k authored
-
6543 authored
-
GiteaBot authored
-
Daniel Fonseca de Lira authored
-
- 18 Sep, 2019 4 commits
-
-
Lunny Xiao authored
-
jaqra authored
-
Lunny Xiao authored
* refuse merge until ci successfully * deny merge request when required status checkes not succeed on merge Post and API * add database migration for added columns on protected_branch * fix migration * fix protected branch check bug * fix protected branch settings * remove duplicated code on check pull request's required commit statuses pass * remove unused codes * fix migration * add newline for template file * fix go mod * rename function name and some other fixes * fix template * fix bug pull view * remove go1.12 wrong dependencies * add administrator bypass when protected branch status check enabled * fix bug * improve the codes
-
Lunny Xiao authored
-
- 17 Sep, 2019 6 commits
-
-
Bjoern Petri authored
The current webhook just shows the amount of commits, but misses the actual commit description. While the code is actually there to include the description, it is just not included. Signed-off-by:
Bjoern Petri <bjoern.petri@sundevil.de>
-
jaqra authored
-
techknowlogick authored
Now Drone has removed Gitea user/pass handling we can remove legacy handling
-
Mura Li authored
* Fix data race * Fix data race in modules/log * Make the scope of lock finner-grained * Use syc.Map * Fix missing change in the test * Do not export LoggerMap
-
GiteaBot authored
-
Mikaela Suomalainen authored
* faq: mention EMAIL_DOMAIN_WHITELIST on allowing email domains Signed-off-by:
Mikaela Suomalainen <mikaela+git@mikaela.info> * faq: separate openid from allow/block email domain Signed-off-by:
Mikaela Suomalainen <mikaela+git@mikaela.info> * faq: update ToC Signed-off-by:
Mikaela Suomalainen <mikaela+git@mikaela.info> * Update docs/content/doc/help/faq.en-us.md Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update docs/content/doc/help/faq.en-us.md Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com>
-
- 16 Sep, 2019 2 commits
-
-
Mario Lubenka authored
* Adds side-by-side diff for images Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Explain blank imports Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Use complete word for width and height labels on image compare Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Update index.css from master Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Moves ImageInfo to git commit file Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Assign ImageInfo function for template and sets correct target for BeforeSourcePath Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Adds missing comment Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Return error if ImageInfo failed Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Avoid template panic when ImageInfo failed for some reason Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Show file size on image diff Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Removes unused helper function Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Reverts copyright year change Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Close file reader Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Update commit.go Sets correct data key * Moves reader.Close() up a few lines * Updates index.css * Updates CSS file Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Transfers adjustments for image compare to compare.go file Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Adjusts variable name Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Apply lesshint recommendations Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Do not show old image on image compare if it is not in index of base commit Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Change file size text Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com>
-
Mura Li authored
-
- 15 Sep, 2019 4 commits
-
-
Jakob Ackermann authored
The gitea flags must appear in front of the gitea command. Otherwise they are ignored. Signed-off-by:
Jakob Ackermann <das7pad@outlook.com>
-
Lunny Xiao authored
* move create release from models to a standalone package * fix lint * fix comment year * fix lint * fix lint * fix package import name * fix vendor * fix go mod * some refactors * fix vendor * use go1.12 make vendor * fix vendor
-
Lunny Xiao authored
* fix team user api * fix tests * fix api * fix team user api * change user convert * fix tests * fix tests
-
W Anders authored
* Added admin cmd ref to backup-restore guide * Clarified reason for command execution * Include directive for where command should be executed from Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Be direct in consequences Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-