Commit Graph

5187 Commits (8371f94d06cefbd65392af3b5c0f1fd1057429f7)
 

Author SHA1 Message Date
Antoine GIRARD 8371f94d06 Rework SSH key management UI to add GPG ()
* Rework SSH key management UI to add GPG

* Add more detail to gpg key display

* Update CHANGELOG.md

* Implement deletion UI

* Implement adding gpg UI

* Various fixes

- Fix duplicate entry in locale
- Re-generate hash before verification since they are consumed

* Add missing translation

* Split template

* Catch not found/verified email error
Sandro Santilli b7da5a6cb7 Fix service description in Debian init file ()
Ethan Koenig c58708d3ee Integration test framework ()
* Integration test framework

* udpate drone sign

* Formatting fixes and move router.go to routers/

* update sign for drone
Lunny Xiao 3012971e92 fix bug on status API ()
Antoine GIRARD eb1075dd4c Check if missing/modified/unused deps in vendor and fix errors ()
* Check if missing deps in vendor

This will catch import from other repos. (maybe by auto-import)

* Remove github.com/smartystreets unused deps

* Remove github.com/boltdb/bolt unused dep

* Fetch github.com/go-xorm/core + sync gopkg.in/ldap.v2/ldap.go

* Auto-install govendor + reinstall github.com/boltdb/bolt needed by vendor/github.com/blevesearch/bleve/index/store/boltdb

* Update go-xorm/xorm to a5cb21 in vendor.json

* Use a custom repo for implementing change to bolt dep.

* Switching bolt to github.com/go-gitea/bolt

* Switching bolt to github.com/go-gitea/bolt (fork version)

* change the drone sign
Morlinest fcc7cdab11 Fix markdown rendering ()
Morlinest 5b8fe1e181 Do not show empty collaborators segment ()
Kim "BKC" Carlbäcker 4bea219128 Status-API ()
Lunny Xiao 52627032bc Add markup package to prepare for org markup format ()
Lunny Xiao f0db3da713 fix go get sub package and add domain on installation to let go get work defaultly ()
* fix go get sub package and add domain on installation to let go get work defaultly

* fix import sequence

* fix .git problem
Lunny Xiao 42072783c9 support health check via / and fix ()
Lauris BH bb14c97d40 Fix empty file download ()
Bo-Yi Wu fa2a513c62 feat: add download count field and unit testing for attachment. ()
* feat: add download count field and unit testing.

* fix: unit testing

* refactor: improve testing.

* fix: update comment

* add default value.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Lunny Xiao a2d365c81f fix ssh hangs caused by ()
Jonas f995bcc87a Add repo mirror sync API endpoint ()
* API: Add repo mirror sync

* Correct error message

* Change http status to 200
Lunny Xiao 2eeae84cbd Add internal routes for ssh hook comands ()
* add internal routes for ssh hook comands

* fix lint

* add comment on why package named private not internal but the route name is internal

* add comment above package private why package named private not internal but the route name is internal

* remove exp time on internal access

* move routes from /internal to /api/internal

* add comment and defer on UpdatePublicKeyUpdated
Lauris BH f42ec6120e Better URL validation ()
* Add correct git branch name validation

* Change git refname validation error constant name

* Implement URL validation based on GoLang url.Parse method

* Backward compatibility with older Go compiler

* Add git reference name validation unit tests

* Remove unused variable in unit test

* Implement URL validation based on GoLang url.Parse method

* Backward compatibility with older Go compiler

* Add url validation unit tests
Antoine GIRARD 941281ae12 Use MAINTAINERS file in repository in CONTRIBUTING ()
* Use MAINTAINERS file in repository because teams are not publicly available

* Use relative link
Antoine GIRARD c764a542c0 Adding @sapk to MAINTAINERS ()
Antoine GIRARD cf91cfb993 Migrate WatchInfo struct to api ()
* Remove WatchInfo and link to api struct

* Add vendor temporary update

* Return to gitea vendor source
silverwind 237270ef50 Orgs: fix org page title when full name is not defined ()
Kim "BKC" Carlbäcker d409d3ab57 Sanitation fix from Gogs ()
* Santiation fix from Gogs

* Linting

* Fix build-errors

* still not working

* Fix all the things!

* gofmt

* Add code-injection checks
Michael de Wit 21290d4e80 Optimize and fix autolink function () ()
* Optimize and fix autolink function ()

* Fix bug in autolink recursive fallback function
Bo-Yi Wu 22295944df refactor: show command help message. ()
Jonas be6edaddcb Repo size in admin panel ()
* Implementation of the feature to view repository size in admin panel
 * Move GetRepoSize to git module
 * Repository.RepoSize -> Repository.Size
 * RepoSize -> Size in template
 * Redo a few bits and pieces
 * Update size when syncing mirror or forking
 * Remove GetRepoSize
 * Changed fatal errors to error message

* Copy migration code from Gogs

* make fmt
Jonas 54f0293f0a Mirror sync interval specified as duration string ()
* Sync interval specifed as duration string

* Changed mirror interval text

* make fmt

* Add MinInterval for mirror sync

* Use duration internally

* Changed min default to 10m

* make fmt

* Incorrect default

* Removed defaults in MustDuration()

* Add Mirror interval migration

* Default values corrected

* Use transaction during migration

* Change http 500 to page with error message

* Cleanup session.commit()
Mura Li edbb9eefd6 Fix race when running commands with timeout ()
Update vendored module code.gitea.io/git
Lunny Xiao 5c0bee9b20 refactor update ssh key use time ()
Antoine GIRARD d9db188274 Fix ()
Jonas e0df611cbc Autofocus on 2fa passcode fields ()
* Autofocus on 2fa passcode field

* Autofocus on 2fa scratch code field
Lunny Xiao 5acfc7c4bc fix migrate failed and org dashboard failed on MSSQL database ()
Lunny Xiao cf6699fb4f fix gpg API panic when no verification ()
* fix gpg API panic when no verification

* fix if condition
Morlinest cbeeaa1b11 Fix and simplify repo branches UI ()
Sandro Santilli 410af6971b Set VERSION from git once, in a variable ()
Damien Gaignon a78a0266c4 Correct broken unaligned load/store in armv5 ()
Update vendor github.com/boltdb/bolt to take care of the issue .
Patrick G d800305b34 Commit search appearence fixes ()
* Fix button text to be consisstent with rest of UI

* Make all commits checkbox look nicer
Bo-Yi Wu 0cee52e0d3 fix: remove `str2html` from org full name ()
* fix: remove str2html for security issue.

* fix: update
Jonas e7493e953f Corrected Mirror.NextUpdate not set ()
Mura Li 2d1efcc270 Add GOFLAGS and EXTRA_GOFLAGS ()
Mura Li b746757209 Remove unused mutex field ()
Mura Li 93c25c9a35 Fix races in the log module by using syncmap ()
Kuba Tyszko 5d6b71fdbb fixes pull request hanging indefinitely when it contains normal and LFS file pointers ()
Morlinest 21fd3da6f5 Fix disabled fields in repo settings UI ()
Andrey Nering 37a34c1a28 Merge pull request from andreynering/notification/issue-watch
[Notifications Step 6] Per issue/PR watch/unwatch
Andrey Nering f6e5ce65b2 Improve tests a little
Andrey Nering e5c56fe30d Code style fixes
agrn 88112a5324 Fix "Error: No issue number specified" when pushing ()
* Fix "Error: No issue number specified"  when pushing

* update pr
Jonas 095e1f5155 Support for custom html meta ()
* Support for custom html meta

* Changed html meta description default
Mura Li 6a39250579 Add length check for the return string ()
* Add length check for the return string

* Differentiate error paths and logging messages

* Rectify error message
Andrey Nering fac7a6fecf Merge pull request from Morlinest/commit-graph-UI
Use whole button (commit graph) as link