Unknwon
ab114927b3
#13 fix admin can't search private repos
- update glide info
9 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
9 years ago
Unknwon
ae39f78ad1
#1891 attempt to fix invalid csrf token
9 years ago
Unknwon
3df10f1e79
#1286 #2098 Alpha support for custom templates
No guarantee for compatibility with future changes
9 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Unknwon
14a88c827c
Fix ref comment from commit create empty feed
9 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
9 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
f925c24186
Fix pull request availability check
9 years ago
Unknwon
cd46685f99
Prepare release
9 years ago
Unknwon
10d7cf61bd
Remove duplicated of code
9 years ago
Unknwon
d17c739c02
Minor fixes for #2766
9 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
9 years ago
Unknwon
f66b1d34cd
#1597 fix activitity feeds for pull requests
9 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
9 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
9 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
9 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
9 years ago
Unknwon
49af309459
#2748 fix redirect loop with auto-signin
9 years ago
Unknwon
22599912df
Minor fixes for #2745
9 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
9 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
9 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
9 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
9 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
b53eab3773
Minor fix for #2710
9 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
9 years ago
Unknwon
f49351bd43
Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
9 years ago
Unknwon
4eb48337da
Minor fix for #2660
9 years ago
Unknwon
4c3776029a
#2682 fix missing slash for go-get meta
9 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
9 years ago
Unknwon
4691b1a841
Fix wrong place to check disable SSH
9 years ago
Unknwon
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
9 years ago
Unknwon
4200adfa83
Minor fix for #2524
9 years ago
Unknwon
e57b81fc19
Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
9 years ago
Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
9 years ago
Unknwon
1464e1dee0
#2639 add branch prefix for test webhook
9 years ago
Unknwon
04d7b393ab
Minor fix for #2624
9 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
9 years ago
Unknwon
184d76a5d4
Minor fix for #2567
9 years ago
Unknwon
6a75926ebe
#2569 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
9 years ago
Unknwon
0e661c24d7
#2485 fix payloads mixed up for webhook
When repository contains a Slack type hook,
it changes original payload content.
This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.
9 years ago
Unknwon
efd7e59b3e
Improve db path prompt when install
9 years ago
Unknwon
26feb3693e
#2558 delete local wiki copy when rename repo and user
9 years ago
Unknwon
ad2d66ed4f
#2556 handle space in image URL
9 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
9 years ago
Unknwon
01f1a736b6
Add missing patch conflit pattern
9 years ago
Unknwon
10d0c55f16
Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
9 years ago