Lunny Xiao
8da1aca43a
fix del org avatar potential delete all avtars ( #1120 )
9 years ago
Lunny Xiao
2dda887f13
fix install submit crash caused by xorm log ( #1119 )
9 years ago
Bo-Yi Wu
a6f4a8c2f0
feat: expose url field on issue api. ( #982 )
* Add api url func.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* fix: Add unit testing.
* fix: conflicts
* fix: remove trim
* fix: revert test function name.
9 years ago
Bo-Yi Wu
6c34815d4c
refactor: remove redundant slash. ( #1109 )
9 years ago
Lunny Xiao
f1643d7080
fix panic when get user repos from api ( #1110 )
9 years ago
Lunny Xiao
7f42f837d3
fix compare button failed when there is no fork repos ( #1104 )
9 years ago
Bo-Yi Wu
8be4a548f8
fix: gofmt errors. ( #1106 )
9 years ago
Lunny Xiao
ff0b973497
fix broken caused by boltdb in mips/mipsle ( #1107 )
9 years ago
Lunny Xiao
68798005d4
Don't rewrite non-gitea public keys ( #906 )
* don't rewrite non-gitea public keys
* add comment for public key
9 years ago
Lunny Xiao
7cfe985c42
bug fix for dump when data directoryis not exist ( #1025 )
9 years ago
Schwobaland
5946b32289
add ProxyFromEnvironment if none set ( #1096 )
9 years ago
Jonas
af2d425995
Log config pretty printer ( #1097 )
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
9 years ago
Lunny Xiao
0cb281906a
add back the default setting values and fix #739 ( #1093 )
9 years ago
Lunny Xiao
9b63c7c08a
Comment force push detect to fix bug #1073 ( #1077 )
* umcomment force push detect to fix bug #1073
* fix #1086
* handle global config set and fix #1086
9 years ago
Lunny Xiao
a06cb6ca62
fix wrong num of user repos because of duplicated click delete button & performance optimization ( #1092 )
9 years ago
Bo-Yi Wu
7be9425305
fix: Add str2html on DisplayName of Org. ( #1091 )
9 years ago
Thomas Boerger
8d78492c34
Fixed custom templates for static builds ( #1087 )
9 years ago
Ethan Koenig
228aa19e31
Remove unnecessary loads in org_team ( #1090 )
9 years ago
Ethan Koenig
f8e89a7034
LableIDs -> LabelIDs ( #1088 )
9 years ago
Bo-Yi Wu
caf5020e80
refactor: move SearchRepositoryByName testing. ( #1083 )
9 years ago
Lunny Xiao
2f67b5cbf5
fix some typos ( #1082 )
9 years ago
Ethan Koenig
122132af04
Consistency checks for action unit tests ( #1079 )
9 years ago
Ethan Koenig
8240cba2c2
Optimize and unit test Issue_ReplaceLabels ( #1080 )
9 years ago
Jonas
27ae729f1f
Fix for #828 : Embed build tags ( #1051 )
* Fix for #828
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
9 years ago
Willem van Dreumel
d09e210590
Link OAuth2 account to 2FA enabled account ( fix #1050 ) ( #1052 )
* fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed
* handle errors
9 years ago
awwalker
92595a6f05
API: support /users/:username/repos
clean up
fix arguments
remove repeated token
give admins listing rights
9 years ago
Lunny Xiao
045272eba4
fix push ( #1076 )
9 years ago
Ethan Koenig
d3cc6d582b
Fix unused Engine bugs ( #1064 )
9 years ago
Lunny Xiao
0792695d11
remove unused struct ( #1062 )
9 years ago
Lunny Xiao
f4e94039b7
Remove unused vars ( #1063 )
* remove unused vars
* remove unused comment
9 years ago
Lunny Xiao
5fed24d769
move all repo list functions as a standalone file ( #1061 )
9 years ago
Lunny Xiao
644cd620cc
fix setMerged for remove unnecessary db connection ( #1067 )
9 years ago
Lunny Xiao
67e9d7b585
Bug fixed for org avatar caused by #1049 ( #1070 )
* bug fixed for org avatar caused by #1049
* use isfile only
9 years ago
Lunny Xiao
86db4045ba
refactor api issues load attributes for better performance ( #1066 )
9 years ago
silverwind
484ebdd318
Makefile: Use hash over which ( #1069 )
`hash` is a much faster shell-builtin alternative to `which`.
9 years ago
puffybsd
5e878d57c3
Implements 1071, .gitignore support for FSharp and Clojure. ( #1072 )
9 years ago
silverwind
5019589091
Makefile: Also redirect stderr on which calls ( #1068 )
9 years ago
Lunny Xiao
b82d76de72
remove unused fixme on dump command ( #1065 )
9 years ago
Bo-Yi Wu
25f3b2a9e2
fix: Admin can see all private repositories on Explore page. ( #1026 )
* fix: Admin can see all private repositories on Explore page.
* refactor: fix session
9 years ago
Ethan Koenig
10e11fb4d5
Fix go vet faults ( #1060 )
9 years ago
Sandro Santilli
d9ce2e70dc
Allow migrating installations with no local avatars ( #1056 )
9 years ago
Lunny Xiao
605af57942
Fix avatar enumable ( #1049 )
* fix avatar enumable
* fix import style
9 years ago
Lunny Xiao
31a6ff3965
fix 500 when use a duplicat email instead of giving an error tip ( #1040 )
9 years ago
Lunny Xiao
6448b1a381
Move push update to post-receive and protected branch check to pre-receive ( #1030 )
* 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
9 years ago
Lunny Xiao
b0fa905bfd
fix #13 ( #1042 )
9 years ago
Andrey Nering
b4be1b33d4
Merge pull request #970 from andreynering/api-repo-mirror
Add "mirror" field to repo API
9 years ago
Andrey Nering
50ac2a9342
Merge pull request #1053 from andreynering/do-not-test-libravatar
Remove test that touch network
9 years ago
Lunny Xiao
459de23737
refactor for searching user ( #1038 )
* refactor for searching user
* fix like bug
* better format for builder cond
9 years ago
Lunny Xiao
3512bb0415
fix 500 when change user setting email to an exist email ( #1039 )
9 years ago
Andrey Nering
17a8f0cab0
Remove test that touch network
9 years ago