Bo-Yi Wu
2767b67a8e
refactor: remove workaround after the golang 1.7 release. ( #1349 )
* refactor: remove workaround after the golang 1.7 release.
* remove unused import.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* refactor: Add remove function.
* refactor: rename
* refactor: update build flag
8 years ago
Philippe Kueck
356c83ffe1
rewrite pre-commit, post-commit and options hooks ( fixes #1250 ) ( #1257 )
* issue #1250 , replace {pre,post}-receive and update hooks with a single shell script that does not require custom hooks to be a sh-script
* issue #1250 , make script posix compilant
* v23, add migration script to update {pre,post}-receive and update hooks
* migration: use a more common name and rename v23 to v26 to avoid conflicts
* gofmt'ed and added copyright header
* fix SyncRepositoryHooks to also sync wiki repos
8 years ago
Lunny Xiao
c8de723057
fix migration failed when authorized_keys is not exist ( #1180 )
8 years ago
Kim "BKC" Carlbäcker
e1984e61ce
Cleaner IMO ( #1361 )
8 years ago
Antoine GIRARD
fe14d3b3fa
GPG commit validation ( #1150 )
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
8 years ago
Sandro Santilli
7ef4727cca
Run "make fmt" with go-1.6 ( #1333 )
8 years ago
Lunny Xiao
16a53e80ac
fix delete user failed on sqlite ( #1321 )
8 years ago
Lunny Xiao
7c64045ea5
fix wiki bugs ( #1294 )
8 years ago
Sandro Santilli
810604d929
Show user OpenID URIs in their profile ( #1314 )
8 years ago
Lunny Xiao
58baf41539
fix gpg wrong column types
8 years ago
Bo-Yi Wu
fdf5227984
feat: Only use issue and wiki on repo. ( #1297 )
8 years ago
Sandro Santilli
f8863080a2
Login via OpenID-2.0 ( #618 )
8 years ago
Lunny Xiao
6e4413b23d
fix wrong log when push to a new branch ( #1220 )
8 years ago
Sandro Santilli
3c004e37b3
Send notifications to partecipants in issue comments ( #1217 )
* Send notifications to partecipants in issue comments
Closes #1216
Includes test (still failing)
* Do not include "labelers" to participants
Fix test to expect what GetParticipants return
8 years ago
Antoine GIRARD
d110b2d4bd
Implement GPG api ( #710 )
* Implement GPG API
* Better handle error
* Apply review recommendation + simplify database operations
* Remove useless comments
8 years ago
Ethan Koenig
1d8ae87655
Batch updates for issues ( #926 )
8 years ago
Ethan Koenig
9c781e8fd4
Fix typos in models/ and modules/ ( #1248 )
8 years ago
Ethan Koenig
c2ba9ca97b
Refactor and fix incorrect comment ( #1247 )
8 years ago
Sandro Santilli
77c77f40d5
Fix migration comment ( #1241 )
8 years ago
Lunny Xiao
a9d2d3608f
fix forget migration for wiki hooks ( #1227 )
8 years ago
Sandro Santilli
857571ada0
Reserve the "explore" user/org name ( #1222 )
8 years ago
Ethan Koenig
93c40d0526
Simplify RepositoryList.loadAttributes() ( #1211 )
8 years ago
Ethan Koenig
ad7699a9c8
Move user_follow to separate file ( #1210 )
Also add unit tests
8 years ago
Ethan Koenig
7a2a9fce72
Unit tests for issue_list ( #1209 )
8 years ago
Philippe Kueck
2748ff05f0
fix #1189 , commit messages containing a pipe ( #1203 )
8 years ago
Lunny Xiao
24bf557541
Fix upgrade failed after ever rollback ( #1194 )
* fix upgrade failed after rollback
* fix upgrade failed after rollback
* fix possible upgrade twice fail after rollback
8 years ago
Lunny Xiao
10a6a72a7d
bug fixed for delete repo failed ( #1193 )
8 years ago
Lunny Xiao
8595a5ae44
fix random avatars ( #1147 )
8 years ago
Lunny Xiao
441ce5541f
fix avatar bug #1114 ( #1122 )
This PR fix the avatar bug described in #1114 . This will fix random avatar is blank problem and potential delete avatars dir problem.
8 years ago
Lunny Xiao
8da1aca43a
fix del org avatar potential delete all avtars ( #1120 )
8 years ago
Lunny Xiao
2dda887f13
fix install submit crash caused by xorm log ( #1119 )
8 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.
8 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
8 years ago
Lunny Xiao
a06cb6ca62
fix wrong num of user repos because of duplicated click delete button & performance optimization ( #1092 )
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
Ethan Koenig
d3cc6d582b
Fix unused Engine bugs ( #1064 )
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
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
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