- 14 Oct, 2019 10 commits
-
-
Lauris BH authored
-
6543 authored
* Changelog for 1.10.0 * clean up | remove TESTING and DOCS sction | short BUILD section Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> Co-Authored-By:
zeripath <art27@cantab.net>
-
David Svantesson authored
-
GiteaBot authored
-
guillep2k authored
-
GiteaBot authored
-
Maxim Tkachenko authored
Add password complexity checks. The default settings require a lowercase, uppercase, number and a special character within passwords. Co-Authored-By:
T-M-A <maxim.tkachenko@gmail.com> Co-Authored-By:
Lanre Adelowo <adelowomailbox@gmail.com> Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-Authored-By:
Lauris BH <lauris@nix.lv>
-
Lunny Xiao authored
-
Lunny Xiao authored
Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) * update migrated issues/comments when login as github * add get userid when migrating or login with github oauth2 * fix lint * add migrations for repository service type * fix build * remove unnecessary dependencies on migrations * add cron task to update migrations poster ids and fix posterid when migrating * fix lint * fix lint * improve code * fix lint * improve code * replace releases publish id to actual author id * fix import * fix bug * fix lint * fix rawdata definition * fix some bugs * fix error message
-
Antoine GIRARD authored
-
- 13 Oct, 2019 9 commits
-
-
guillep2k authored
Rewrite reference processing code in preparation for opening/closing from comment references (#8261) * Add a markdown stripper for mentions and xrefs * Improve comments * Small code simplification * Move reference code to modules/references * Fix typo * Make MarkdownStripper return [][]byte * Implement preliminary keywords parsing * Add FIXME comment * Fix comment * make fmt * Fix permissions check * Fix text assumptions * Fix imports * Fix lint, fmt * Fix unused import * Add missing export comment * Bypass revive on implemented interface * Move mdstripper into its own package * Support alphanumeric patterns * Refactor FindAllMentions * Move mentions test to references * Parse mentions from reference package * Refactor code to implement renderizable references * Fix typo * Move patterns and tests to the references package * Fix nil reference * Preliminary rendering attempt of closing keywords * Normalize names, comments, general tidy-up * Add CSS style for action keywords * Fix permission for admin and owner * Fix golangci-lint * Fix golangci-lint
-
Benson Muite authored
Update link to Mandarin help forum
-
GiteaBot authored
-
Benson Muite authored
Update link to Mandarin help
-
GiteaBot authored
-
zeripath authored
* IsBranchExist: return false if provided name is empty * Ensure that the reference returned is actually of a valid type
-
GiteaBot authored
-
zeripath authored
* Ensure .ssh dir exists before rewriting public keys * Ensure .ssh dir exists before appending to authorized_keys * Log the error because it would be useful to know where it is trying to MkdirAll * Only try to create RootPath if it's not empty
-
Lunny Xiao authored
* move migrating to backend * add loading image when migrating and fix tests * fix format * fix lint * add redis task queue support and improve docs * add redis vendor * fix vet * add database migrations and fix app.ini sample * add comments for task section on app.ini.sample * Update models/migrations/v84.go Co-Authored-By:
lunny <xiaolunwen@gmail.com> * Update models/repo.go Co-Authored-By:
lunny <xiaolunwen@gmail.com> * move migrating to backend * add loading image when migrating and fix tests * fix fmt * add redis task queue support and improve docs * fix fixtures * fix fixtures * fix duplicate function on index.js * fix tests * rename repository statuses * check if repository is being create when SSH request * fix lint * fix template * some improvements * fix template * unified migrate options * fix lint * fix loading page * refactor * When gitea restart, don't restart the running tasks because we may have servel gitea instances, that may break the migration * fix js * Update models/repo.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * fix tests * rename ErrTaskIsNotExist to ErrTaskDoesNotExist * delete release after add one on tests to make it run happy * fix tests * fix tests * improve codes * fix lint * fix lint * fix migrations
-
- 12 Oct, 2019 3 commits
-
-
zeripath authored
-
guillep2k authored
* Add check for empty set when dropping indexes during migration
-
zeripath authored
* Change tests to make it possible to run TestGit with 1.7.2 * Make merge run on 1.7.2 * Fix tracking and staging branch name problem * Ensure that git 1.7.2 works on tests * ensure that there is no chance for conflicts * Fix-up missing merge issues * Final rm * Ensure LFS filters run on the tests * Do not sign commits from temp repo * Restore tracking fetch change * Apply suggestions from code review * Update modules/repofiles/temp_repo.go
-
- 11 Oct, 2019 4 commits
-
-
GiteaBot authored
-
Lauris BH authored
-
spaeps authored
It was just missing
-
Lunny Xiao authored
* move change issue title from models to issue service package * make the change less * fix typo
-
- 10 Oct, 2019 7 commits
-
-
zeripath authored
-
zeripath authored
-
guillep2k authored
* Draft for ResolveMentionsByVisibility() * Correct typo * Resolve teams instead of orgs for mentions * Create test for ResolveMentionsByVisibility * Fix check for individual users and doer * Test and fix team mentions * Run all mentions through visibility filter * Fix error check * Simplify code, fix doer included in teams * Simplify team id list build
-
Yaşar Çiv authored
-
GiteaBot authored
-
pseudocoder authored
It's(swagger api link) mentioned vaguely in the FAQ but IMHO missing from API usage page.
-
6543 authored
-
- 09 Oct, 2019 7 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
-