Commit Graph

5028 Commits (0afab876311a35c56a23b1f7903f9247d5673c8a)
 

Author SHA1 Message Date
Bo-Yi Wu 0afab87631 refactor: remove redundant slash. ()
Lunny Xiao c1d5983d3e fix panic when get user repos from api ()
Lunny Xiao d2165a5890 fix compare button failed when there is no fork repos ()
Bo-Yi Wu 28a5bc313a fix: gofmt errors. ()
Lunny Xiao 6bdfadf4a9 fix broken caused by boltdb in mips/mipsle ()
Lunny Xiao ef13bbaf7d Don't rewrite non-gitea public keys ()
* don't rewrite non-gitea public keys

* add comment for public key
Lunny Xiao 341b3a0349 bug fix for dump when data directoryis not exist ()
Schwobaland 2f7dc28b22 add ProxyFromEnvironment if none set ()
Jonas f3bf409082 Log config pretty printer ()
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
Lunny Xiao 0380ce269f add back the default setting values and fix ()
Lunny Xiao cfdc62e7fa Comment force push detect to fix bug ()
* umcomment force push detect to fix bug 

* fix 

* handle global config set and fix 
Lunny Xiao 9cb08a3cf5 fix wrong num of user repos because of duplicated click delete button & performance optimization ()
Bo-Yi Wu 19bc2b10ae fix: Add str2html on DisplayName of Org. ()
Thomas Boerger db6777d369 Fixed custom templates for static builds ()
Ethan Koenig d21d5fd736 Remove unnecessary loads in org_team ()
Ethan Koenig 22f7aa6e9c LableIDs -> LabelIDs ()
Bo-Yi Wu e83c8afc56 refactor: move SearchRepositoryByName testing. ()
Lunny Xiao c2eef171ff fix some typos ()
Ethan Koenig 4b286f282a Consistency checks for action unit tests ()
Ethan Koenig cf80e19157 Optimize and unit test Issue_ReplaceLabels ()
Jonas a201977590 Fix for : Embed build tags ()
* Fix for 
Add build tags to ldflags and print in version output

Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>

* Reworked formatBuiltWith function

Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>

* Add tags to version information in admin panel

Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>

* Added new variable for use on admin page.

Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>

* Fixed incorrect indentation
Willem van Dreumel 8947b711aa Link OAuth2 account to 2FA enabled account (fix ) ()
* fixes  where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed

* handle errors
awwalker c0f99e8229 API: support /users/:username/repos
clean up

fix arguments

remove repeated token

give admins listing rights
Lunny Xiao 9084bdd863 fix push ()
Ethan Koenig 136e6beb0f Fix unused Engine bugs ()
Lunny Xiao 50918084bb remove unused struct ()
Lunny Xiao e4134debd1 Remove unused vars ()
* remove unused vars

* remove unused comment
Lunny Xiao 32faec00e6 move all repo list functions as a standalone file ()
Lunny Xiao d4e38cf129 fix setMerged for remove unnecessary db connection ()
Lunny Xiao 522f194983 Bug fixed for org avatar caused by ()
* bug fixed for org avatar caused by 

* use isfile only
Lunny Xiao a5ac4c64fc refactor api issues load attributes for better performance ()
silverwind ab462fb95f Makefile: Use hash over which ()
`hash` is a much faster shell-builtin alternative to `which`.
puffybsd a30797425f Implements 1071, .gitignore support for FSharp and Clojure. ()
silverwind 5bd22a2f4a Makefile: Also redirect stderr on which calls ()
Lunny Xiao 35548a9d4e remove unused fixme on dump command ()
Bo-Yi Wu 95574a3640 fix: Admin can see all private repositories on Explore page. ()
* fix: Admin can see all private repositories on Explore page.

* refactor: fix session
Ethan Koenig 831ff41754 Fix go vet faults ()
Sandro Santilli bf24099114 Allow migrating installations with no local avatars ()
Lunny Xiao 80f900ebae Fix avatar enumable ()
* fix avatar enumable

* fix import style
Lunny Xiao 19b3c45ca7 fix 500 when use a duplicat email instead of giving an error tip ()
Lunny Xiao cd1821a7e2 Move push update to post-receive and protected branch check to pre-receive ()
* move all push update to git hook post-receive and protected branch check to git hook pre-receive

* add SSH_ORIGINAL_COMMAND check back

* remove all unused codes

* fix the import
Lunny Xiao e8e56da9ac fix ()
Andrey Nering ddb0287bf6 Merge pull request from andreynering/api-repo-mirror
Add "mirror" field to repo API
Andrey Nering c4a3d5148d Merge pull request from andreynering/do-not-test-libravatar
Remove test that touch network
Lunny Xiao fc4f7e82f9 refactor for searching user ()
* refactor for searching user

* fix like bug

* better format for builder cond
Lunny Xiao 8894f856de fix 500 when change user setting email to an exist email ()
Andrey Nering f552b0a207 Remove test that touch network
Andrey Nering d7af8f96d7 Update vendor of code.gitea.io/sdk/gitea
Andrey Nering 946f3078d3 Add "mirror" field to repo API
Andrey Nering d4a7040c7f Merge pull request from andrew-boyarshin/autolink
Fix span wrapping all the things