1. 14 Oct, 2019 10 commits
  2. 13 Oct, 2019 9 commits
    • guillep2k's avatar
      Rewrite reference processing code in preparation for opening/closing from... · 15809d81
      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
      15809d81
    • Benson Muite's avatar
      Update seek-help.zh-cn.md (#8488) · 6e3f5109
      Benson Muite authored
      Update link to Mandarin help forum
      6e3f5109
    • GiteaBot's avatar
      [skip ci] Updated translations via Crowdin · 0c680f33
      GiteaBot authored
      0c680f33
    • Benson Muite's avatar
      Update seek-help.en-us.md (#8487) · ba716705
      Benson Muite authored
      Update link to Mandarin help
      ba716705
    • GiteaBot's avatar
      [skip ci] Updated translations via Crowdin · c23cf4c9
      GiteaBot authored
      c23cf4c9
    • zeripath's avatar
      IsBranchExist: return false if provided name is empty (#8485) · c888ebfb
      zeripath authored
      * IsBranchExist: return false if provided name is empty
      
      * Ensure that the reference returned is actually of a valid type
      c888ebfb
    • GiteaBot's avatar
      [skip ci] Updated translations via Crowdin · f858b89b
      GiteaBot authored
      f858b89b
    • zeripath's avatar
      Fixes #8369: Create .ssh dir as necessary (#8486) · 300d9a1c
      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
      300d9a1c
    • Lunny Xiao's avatar
      Move migrating repository from frontend to backend (#6200) · f2a3abc6
      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: default avatarlunny <xiaolunwen@gmail.com>
      
      * Update models/repo.go
      Co-Authored-By: default avatarlunny <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: default avatarguillep2k <18600385+guillep2k@users.noreply.github.com>
      
      * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
      Co-Authored-By: default avatarguillep2k <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
      f2a3abc6
  3. 12 Oct, 2019 3 commits
  4. 11 Oct, 2019 4 commits
  5. 10 Oct, 2019 7 commits
  6. 09 Oct, 2019 7 commits