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
8 years ago
Lunny Xiao
a06cb6ca62
fix wrong num of user repos because of duplicated click delete button & performance optimization ( #1092 )
8 years ago
Bo-Yi Wu
7be9425305
fix: Add str2html on DisplayName of Org. ( #1091 )
8 years ago
Thomas Boerger
8d78492c34
Fixed custom templates for static builds ( #1087 )
8 years ago
Ethan Koenig
228aa19e31
Remove unnecessary loads in org_team ( #1090 )
8 years ago
Ethan Koenig
f8e89a7034
LableIDs -> LabelIDs ( #1088 )
8 years ago
Bo-Yi Wu
caf5020e80
refactor: move SearchRepositoryByName testing. ( #1083 )
8 years ago
Lunny Xiao
2f67b5cbf5
fix some typos ( #1082 )
8 years ago
Ethan Koenig
122132af04
Consistency checks for action unit tests ( #1079 )
8 years ago
Ethan Koenig
8240cba2c2
Optimize and unit test Issue_ReplaceLabels ( #1080 )
8 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
8 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
8 years ago
awwalker
92595a6f05
API: support /users/:username/repos
clean up
fix arguments
remove repeated token
give admins listing rights
8 years ago
Lunny Xiao
045272eba4
fix push ( #1076 )
8 years ago
Ethan Koenig
d3cc6d582b
Fix unused Engine bugs ( #1064 )
8 years ago
Lunny Xiao
0792695d11
remove unused struct ( #1062 )
8 years ago
Lunny Xiao
f4e94039b7
Remove unused vars ( #1063 )
* remove unused vars
* remove unused comment
8 years ago
Lunny Xiao
5fed24d769
move all repo list functions as a standalone file ( #1061 )
8 years ago
Lunny Xiao
644cd620cc
fix setMerged for remove unnecessary db connection ( #1067 )
8 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
8 years ago
Lunny Xiao
86db4045ba
refactor api issues load attributes for better performance ( #1066 )
8 years ago
silverwind
484ebdd318
Makefile: Use hash over which ( #1069 )
`hash` is a much faster shell-builtin alternative to `which`.
8 years ago
puffybsd
5e878d57c3
Implements 1071, .gitignore support for FSharp and Clojure. ( #1072 )
8 years ago
silverwind
5019589091
Makefile: Also redirect stderr on which calls ( #1068 )
8 years ago
Lunny Xiao
b82d76de72
remove unused fixme on dump command ( #1065 )
8 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
8 years ago
Ethan Koenig
10e11fb4d5
Fix go vet faults ( #1060 )
8 years ago
Sandro Santilli
d9ce2e70dc
Allow migrating installations with no local avatars ( #1056 )
8 years ago
Lunny Xiao
605af57942
Fix avatar enumable ( #1049 )
* fix avatar enumable
* fix import style
8 years ago
Lunny Xiao
31a6ff3965
fix 500 when use a duplicat email instead of giving an error tip ( #1040 )
8 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
8 years ago
Lunny Xiao
b0fa905bfd
fix #13 ( #1042 )
8 years ago
Andrey Nering
b4be1b33d4
Merge pull request #970 from andreynering/api-repo-mirror
Add "mirror" field to repo API
8 years ago
Andrey Nering
50ac2a9342
Merge pull request #1053 from andreynering/do-not-test-libravatar
Remove test that touch network
8 years ago
Lunny Xiao
459de23737
refactor for searching user ( #1038 )
* refactor for searching user
* fix like bug
* better format for builder cond
8 years ago
Lunny Xiao
3512bb0415
fix 500 when change user setting email to an exist email ( #1039 )
8 years ago
Andrey Nering
17a8f0cab0
Remove test that touch network
8 years ago
Andrey Nering
1b150e26bf
Update vendor of code.gitea.io/sdk/gitea
8 years ago
Andrey Nering
a703da2d6e
Add "mirror" field to repo API
8 years ago
Andrey Nering
d933416d81
Merge pull request #1043 from andrew-boyarshin/autolink
Fix span wrapping all the things
8 years ago
Jonas
28189e2bac
Fix for #1037 : Corrected process ID placeholder to PID from Pid ( #1048 )
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
8 years ago
Sandro Santilli
49b0cc6871
Reword the reinit_missing_repos message to be clear about what it does ( #1047 )
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.
8 years ago
Bo-Yi Wu
575020655e
refactor: repo counts for SearchRepositoryByName func ( #1045 )
8 years ago
Lunny Xiao
d509192e69
fix delete repo will hang on postgres ( #1044 )
8 years ago
Andrew Boyarshin
72f983b887
Fix URL handling in the whole markdown module, improve test coverage ( #1027 )
Amended with string to bool change in API SDK.
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
8 years ago
Andrew Boyarshin
a6ffe30cf2
Fix span wrapping all the things
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
8 years ago
Lunny Xiao
4c898860b0
Removed footer copyright year ( #829 )
* change footer copyright year from 2016 to 2017
* add 2016 copyright back
* remove the copyright year
8 years ago
Ethan Koenig
1dc6a2df45
Remove unnecessary loads in org_team ( #1035 )
8 years ago
Ethan Koenig
5445f3783a
Unit tests for models/repo_collaboration ( #1032 )
8 years ago
puffybsd
41c56c0132
Fixes 1019, install page SMTP user is required to ( #1020 )
to be an email address.
Signed-off-by: P.B. <puffybsd@yahoo.com>
8 years ago