Jonas
f8be6bd86d
Corrected Mirror.NextUpdate not set ( #1388 )
9 years ago
Kuba Tyszko
71eb5e0f73
fixes pull request hanging indefinitely when it contains normal and LFS file pointers ( #1425 )
9 years ago
Andrey Nering
2d7c63bc7f
Merge pull request #1410 from andreynering/notification/issue-watch
[Notifications Step 6] Per issue/PR watch/unwatch
9 years ago
Andrey Nering
406a3068c3
Improve tests a little
9 years ago
Andrey Nering
37342f0a61
Code style fixes
9 years ago
agrn
ca68b6b276
Fix "Error: No issue number specified" when pushing ( #1393 )
* Fix "Error: No issue number specified" when pushing
* update pr
9 years ago
Mura Li
3e9ae8b124
Add length check for the return string ( #1420 )
* Add length check for the return string
* Differentiate error paths and logging messages
* Rectify error message
9 years ago
Andrey Nering
e166948734
Add unit tests for issue_watch
9 years ago
Andrey Nering
cfa19e64d6
Use variables for times
9 years ago
Andrey Nering
bc1f2178bb
Add copyright headers
9 years ago
Andrey Nering
f2f3d9cb5e
Fix lint
9 years ago
Andrey Nering
43f516b31f
Add updated_unix column on issue_watch
9 years ago
Andrey Nering
7436738eb6
Consider issue_watchers while sending notifications
9 years ago
Andrey Nering
04c020df1e
Add watch button on issue
9 years ago
Andrey Nering
17b2d74bf2
Create issue_watch table
9 years ago
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
9 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
9 years ago
Lunny Xiao
c8de723057
fix migration failed when authorized_keys is not exist ( #1180 )
9 years ago
Kim "BKC" Carlbäcker
e1984e61ce
Cleaner IMO ( #1361 )
9 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
9 years ago
Sandro Santilli
7ef4727cca
Run "make fmt" with go-1.6 ( #1333 )
9 years ago
Lunny Xiao
16a53e80ac
fix delete user failed on sqlite ( #1321 )
9 years ago
Lunny Xiao
7c64045ea5
fix wiki bugs ( #1294 )
9 years ago
Sandro Santilli
810604d929
Show user OpenID URIs in their profile ( #1314 )
9 years ago
Lunny Xiao
58baf41539
fix gpg wrong column types
9 years ago
Bo-Yi Wu
fdf5227984
feat: Only use issue and wiki on repo. ( #1297 )
9 years ago
Sandro Santilli
f8863080a2
Login via OpenID-2.0 ( #618 )
9 years ago
Lunny Xiao
6e4413b23d
fix wrong log when push to a new branch ( #1220 )
9 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
9 years ago
Antoine GIRARD
d110b2d4bd
Implement GPG api ( #710 )
* Implement GPG API
* Better handle error
* Apply review recommendation + simplify database operations
* Remove useless comments
9 years ago
Ethan Koenig
1d8ae87655
Batch updates for issues ( #926 )
9 years ago
Ethan Koenig
9c781e8fd4
Fix typos in models/ and modules/ ( #1248 )
9 years ago
Ethan Koenig
c2ba9ca97b
Refactor and fix incorrect comment ( #1247 )
9 years ago
Sandro Santilli
77c77f40d5
Fix migration comment ( #1241 )
9 years ago
Lunny Xiao
a9d2d3608f
fix forget migration for wiki hooks ( #1227 )
9 years ago
Sandro Santilli
857571ada0
Reserve the "explore" user/org name ( #1222 )
9 years ago
Ethan Koenig
93c40d0526
Simplify RepositoryList.loadAttributes() ( #1211 )
9 years ago
Ethan Koenig
ad7699a9c8
Move user_follow to separate file ( #1210 )
Also add unit tests
9 years ago
Ethan Koenig
7a2a9fce72
Unit tests for issue_list ( #1209 )
9 years ago
Philippe Kueck
2748ff05f0
fix #1189 , commit messages containing a pipe ( #1203 )
9 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
9 years ago
Lunny Xiao
10a6a72a7d
bug fixed for delete repo failed ( #1193 )
9 years ago
Lunny Xiao
8595a5ae44
fix random avatars ( #1147 )
9 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.
9 years ago
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
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
a06cb6ca62
fix wrong num of user repos because of duplicated click delete button & performance optimization ( #1092 )
9 years ago
Ethan Koenig
228aa19e31
Remove unnecessary loads in org_team ( #1090 )
9 years ago