Commit Graph

5014 Commits (d21d5fd736758b66102d6a75a189db578e06e377)
 

Author SHA1 Message Date
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
Jonas 9ad3a07989 Fix for : Corrected process ID placeholder to PID from Pid ()
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
Sandro Santilli 44827698e2 Reword the reinit_missing_repos message to be clear about what it does ()
I was confused by current wording, which seemed to imply that
*records* would be initialized, while instead the function initializes
the *git repositories* instead, where missing but referenced.
Bo-Yi Wu f1412142e0 refactor: repo counts for SearchRepositoryByName func ()
Lunny Xiao c0ea3963be fix delete repo will hang on postgres ()
Andrew Boyarshin 0602a44b27 Fix URL handling in the whole markdown module, improve test coverage ()
Amended with string to bool change in API SDK.

Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
Andrew Boyarshin 817710dd47
Fix span wrapping all the things
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
Lunny Xiao 12e71e5706 Removed footer copyright year ()
* change footer copyright year from 2016 to 2017

* add 2016 copyright back

* remove the copyright year
Ethan Koenig 76057105ca Remove unnecessary loads in org_team ()
Ethan Koenig f1ab906c51 Unit tests for models/repo_collaboration ()
puffybsd 8de8e11487 Fixes 1019, install page SMTP user is required to ()
to be an email address.

Signed-off-by: P.B. <puffybsd@yahoo.com>
Dan Morrill 832477b1bc Tweak docker target to work by default. ()
Fix for : adds "bindata" to tags by default, as without this the
resulting docker image won't start, as it doesn't contain locale files.
Verified to work even if you specify TAGS="bindata" such that it appears
twice.
bit 490d3771f7 s/fields/terms ()
use terms instead of fields as variable name to avoid confusion: NewPhraseQuery(terms []string, field string)
Lunny Xiao d077fd084a added missing new struct sync ()
Lunny Xiao 0e6b9ea786 Take back control of hooks ()
* git: delegate all server-side Git hooks ()

* create hooks directories

* take control hooks back

* fix lint

* bug fixed and minor changes

* fix imports style

* fix migration scripts