Unknwon
10332ef7cc
Add Czech support
10 years ago
Unknwon
9e3e82ebea
models/release: filter input to prevent command line argument vulnerability
10 years ago
Unknwon
6d0dc3bbcc
#2895 minor fix for bug of xorm
10 years ago
Unknwon
f34f5ee273
Add new language support
- Update language choose dropdown to fit more languages
10 years ago
Unknwon
1bedc83fef
#2992 set default style name when empty in AfterSet
10 years ago
Unknwon
ab4d2d3a25
#2916 fix sort' field missing on issue pagination link
10 years ago
Unknwon
fd631bf9c0
Fix XORM IN condition table name parse
10 years ago
Unknwon
6ba31f0be3
#2878 print error of JSON unmarshal and always returns a valid object
10 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
59873085d6
Handle windows deletion when start
Fix #2872
10 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
10 years ago
Unknwon
b77b57dec2
Add route for #2846
10 years ago
Unknwon
2f317884d3
Remove code for checking ssh-keygen
10 years ago
Unknwon
762a19a143
#2850 fix potential SSH commands dislocation
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.
Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
10 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
10 years ago
Unknwon
8f4ab731b5
Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
10 years ago
Unknwon
ab114927b3
#13 fix admin can't search private repos
- update glide info
10 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
10 years ago
Unknwon
ae39f78ad1
#1891 attempt to fix invalid csrf token
10 years ago
Unknwon
3df10f1e79
#1286 #2098 Alpha support for custom templates
No guarantee for compatibility with future changes
10 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
10 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
10 years ago
Unknwon
14a88c827c
Fix ref comment from commit create empty feed
10 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
10 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
10 years ago
Unknwon
f925c24186
Fix pull request availability check
10 years ago
Unknwon
cd46685f99
Prepare release
10 years ago
Unknwon
10d7cf61bd
Remove duplicated of code
10 years ago
Unknwon
d17c739c02
Minor fixes for #2766
10 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
10 years ago
Unknwon
f66b1d34cd
#1597 fix activitity feeds for pull requests
10 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
10 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
10 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
10 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
10 years ago
Unknwon
49af309459
#2748 fix redirect loop with auto-signin
10 years ago
Unknwon
22599912df
Minor fixes for #2745
10 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
10 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
10 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
10 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
10 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
10 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
10 years ago
Unknwon
b53eab3773
Minor fix for #2710
10 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
10 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.
10 years ago
Unknwon
4eb48337da
Minor fix for #2660
10 years ago
Unknwon
4c3776029a
#2682 fix missing slash for go-get meta
10 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
10 years ago
Unknwon
4691b1a841
Fix wrong place to check disable SSH
10 years ago