Unknwon
c30b856d14
#3505 use user’s info for committer and author
9 years ago
Unknwon
13a8823bd3
#3495 only start builtin SSH server after user finish installation
9 years ago
Unknwon
bb359a74f1
migrations: set comment updated as created
9 years ago
Unknwon
6b98d58906
#2966 code cleanup
9 years ago
Unknwon
f8a48ffaad
Web editor: improve code quality
9 years ago
Unknwon
0b273ac4d5
#3383 code cleanup
9 years ago
Unknwon
a00c932bbc
General code quality improvement
9 years ago
Unknwon
6f9a95f830
#2246 add HTMLURL to webhook type
...
- Fill Milestone and Assignee field when available in webhook payload
9 years ago
Unknwon
9349def72e
#3464 reproduce diff signs
...
Commited wrong file.
9 years ago
Unknwon
4042d1f0c3
models/issue: improve quality and performance of NewIssue function
9 years ago
Unknwon
61e27dedf7
#3466 fix response of pull request form validation error
9 years ago
Unknwon
5e89485cec
Update README [CI SKIP]
9 years ago
Unknwon
8637e67e6f
Fix outdated edit can’t overwrite changes
9 years ago
Unknwon
dccb0c15b9
Replace convert.To with APIFormat calls
9 years ago
Unknwon
3f7f4852ef
#2246 fully support of webhooks for pull request
9 years ago
Unknwon
0f33b04c87
Add subcommand to create new user in CLI
9 years ago
Unknwon
a47aef5460
#2852 code cleanup
9 years ago
Unknwon
5077408d78
#3233 code cleanup and minor issue fix
9 years ago
Unknwon
0f26f3678a
#3279 use doer email for FROM field of issues
9 years ago
Unknwon
5448d29b2e
#3417 wrong dashboard issue count for create by you
9 years ago
Unknwon
edd786446c
#3158 skip RUN_USER check on Windows
9 years ago
Unknwon
f70343660d
Little code refactoring
9 years ago
Unknwon
90af997fec
#3399 500 for upstream pulls page if user has forked repository
9 years ago
Unknwon
e5bf4281b5
#2825 early response 200 when ?go-get=1
9 years ago
Unknwon
99385db0c4
#3320 code cleanup
9 years ago
Unknwon
ec92565f23
#3393 fix missing sub-url prefix in relative avatar link
9 years ago
Unknwon
ab9c5fb5e7
#2593 allow render raw content
...
Use URL query parameter render=1 to render content in raw mode.
9 years ago
rugk
28dc5bb566
Replace gogs.io http links with https version ( #3386 )
9 years ago
Unknwon
cf6d321991
Ignore repository with issue disabled or use external tracker in dashboard issues
9 years ago
Unknwon
50422f1fc2
#3348 always use relative avatar link in the template
9 years ago
Unknwon
2f105f3979
#2162 completely disable builtin issue tracker when enable external tracker
9 years ago
Unknwon
e7fd65f0cf
#3290 better code structure and batch minor improvements
9 years ago
Unknwon
10dc330640
#3345 dump content directly to HTTP ResponseWriter
9 years ago
Unknwon
8aa0a76702
#3327 fix wrong table name in Join
9 years ago
Unknwon
2d76de2574
#3281 fix x.Iterate returns nothing inside session scope with SQLite3
9 years ago
Unknwon
4d8b905541
models/ssh_key: code cleaning
9 years ago
Unknwon
899e799459
#1601 support delete issue comment
9 years ago
Unknwon
e74630ae3b
#1384 add pagination for repositories
9 years ago
Unknwon
1f2e173a74
Refactor User.Id to User.ID
9 years ago
Unknwon
57a47bbc05
Add some tutorial links [CI SKIP]
9 years ago
Unknwon
d90acacd86
Update README [CI SKIP]
9 years ago
Unknwon
69f5308761
#2903 use different reversed words and patterns for repository and user
9 years ago
Unknwon
4b5e09e4d6
#3181 detect situation when base branch is deleted in pull request
9 years ago
Unknwon
745167d57a
#3157 create user path before rename repository while transfer
...
os.Rename does not create parent directory automatically when not exist
9 years ago
Unknwon
c912494609
#3076 detect invalid tag name git error
9 years ago
Unknwon
ae88d76032
Bump version
9 years ago
Unknwon
57af7432fc
#3295 fix wrong logic judgement
9 years ago
Unknwon
60110adc06
models/webhook: restrict deletion to be explicitly with repo and org ID
9 years ago
Unknwon
c083d76567
#2937 able to prohibit user login
9 years ago
Unknwon
fff615d5fc
Bump version
9 years ago
Unknwon
194a742fb9
#2798 fix assign operation not take effect
9 years ago
Unknwon
de10387f41
#2586 bump git-module requirement
9 years ago
Unknwon
fdcca9292e
#2458 fix emoji been rendered inside raw content area
9 years ago
Unknwon
9fcf66f0e0
Minor fix for #3246
9 years ago
Unknwon
d62ab49978
#3057 retrieve webhook with repo_id
...
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
9 years ago
Unknwon
401bf944ef
Use SecurityProtocol to replace UseSSL in LDAP config
...
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon
4b25bdfbc4
#3058 #3059 support correct page size and link header
9 years ago
Unknwon
6aa00f7bcf
#2968 use HTTP_ADDR to replace localhost
9 years ago
Unknwon
e84ac64964
Do not show filename not have suffifx .md
9 years ago
Unknwon
a10ca2c5f6
#2959 update README version description
9 years ago
Unknwon
7938506e07
#518 update git-module require version
9 years ago
Unknwon
6f7276278d
#3174 genetate bindata
9 years ago
Unknwon
c041273dd3
repo/http: clean code
9 years ago
Unknwon
8df3ba96f3
#2954 use text/plain as default email content format
9 years ago
Unknwon
e9ae926e04
#809 fix wrong closed issue count when create closed issue via API
...
Add start count corrector for Repository.NumClosedIssues
9 years ago
Unknwon
7826eae452
#3045 fix DEPRECATED Action signature erorr
9 years ago
Unknwon
fbf43c31e5
Add Czech support
9 years ago
Julien Reichardt
6be9a2c1db
Add DPlatform as an installation way ( #3044 )
9 years ago
Unknwon
0a78d99a4d
models/release: filter input to prevent command line argument vulnerability
9 years ago
Unknwon
0325bec283
#2895 minor fix for bug of xorm
9 years ago
Unknwon
7049cb9d97
Add new language support
...
- Update language choose dropdown to fit more languages
9 years ago
Unknwon
78b8b63774
#2992 set default style name when empty in AfterSet
9 years ago
Unknwon
a27c6f4b75
#2916 fix sort' field missing on issue pagination link
9 years ago
Unknwon
762ab056a2
Fix XORM IN condition table name parse
9 years ago
Unknwon
ac53bb593d
#2878 print error of JSON unmarshal and always returns a valid object
9 years ago
Unknwon
b1d41cfa60
#1692 add admin APIs to add/remove a user from teams
9 years ago
Unknwon
98b58fa050
Handle windows deletion when start
...
Fix #2872
9 years ago
Unknwon
e6f927f61a
#1692 api: admin list and create team under organization
9 years ago
Unknwon
9e09e48502
#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.
9 years ago
Unknwon
ff731ea07d
#2814 LOWER() column value within search
9 years ago
Unknwon
9a5a27ea8d
Improve repository lable style
...
- add border-radius to filter list items
- use color as background of label for issue/pull view page
9 years ago
Unknwon
149d62a648
#13 fix admin can't search private repos
...
- update glide info
9 years ago
Unknwon
9bd9ad4205
#1692 add CRUD issue APIs
...
- Fix go-gogs-client#10
- Related to #809
9 years ago
Unknwon
db4da7beec
Add APIContext
9 years ago
Unknwon
b4f47a7623
#1891 attempt to fix invalid csrf token
9 years ago
Unknwon
d733efc1cc
#1286 #2098 Alpha support for custom templates
...
No guarantee for compatibility with future changes
9 years ago
Unknwon
2bf8494332
#13 finish user and repository search
...
Both are possible on explore and admin panel
9 years ago
Unknwon
514382e2eb
Rename module: middleware -> context
9 years ago
Unknwon
5267dce210
Fix ref comment from commit create empty feed
9 years ago
Unknwon
eed9966ad6
#2727 fix incompatible SQL in PostgreSQL
9 years ago
Unknwon
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
0e9bc2d410
Fix pull request availability check
9 years ago
Unknwon
0ea0c5ec4f
Prepare release
9 years ago
Unknwon
9cf7f3e46f
Remove duplicated of code
9 years ago
Unknwon
13bd16af92
Minor fixes for #2766
9 years ago
Unknwon
c18f67ac6a
Add Finnish support
9 years ago
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 years ago
Romain Beaumont
52fdecf97b
Fix grammar in README
9 years ago
Unknwon
9c0f84cee8
Update README notes
9 years ago
Unknwon
414eb22ef9
#1597 fix activitity feeds for pull requests
9 years ago
Unknwon
2d2d85bba4
#1597 support pull requests in same repository
9 years ago
Unknwon
9df6ce48c5
Minor fixes for #2746
9 years ago
Unknwon
d57a2b908a
#2743 and #2751 fix bad SQL generated by XORM
...
Use hand-written SQL to do complex query
9 years ago
Unknwon
f6759a731a
#2748 fix redirect loop with auto-signin
9 years ago
Unknwon
260723e2cc
Minor fixes for #2745
9 years ago
Unknwon
f946040fa9
#1891 attempt to fix expected invalid CSRF token
...
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
c9901bbba5
#2743 workaround to fix XORM problem
9 years ago
Unknwon
97429a25ab
#2727 make IN clause compatible with Postgres
9 years ago
Unknwon
9e89584cb4
Allow setting git operations timeouts
...
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
9 years ago
Unknwon
ea80274229
#2700 fix sqlite3 can't create issue with more than one label
9 years ago
Unknwon
8055a0bdac
Post work for #2637
...
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
d320915ad2
Minor fix for #2710
9 years ago
Unknwon
129638117f
#2697 fix panic when close issue via commit message
9 years ago
Unknwon
baaf6046a1
Minor fix for #2660
9 years ago
Unknwon
d324500959
Prepare to release
9 years ago
Unknwon
72ce06eab8
#2682 fix missing slash for go-get meta
9 years ago
Unknwon
912f7b51e9
#1821 add actions for close and reopen issues
9 years ago
Unknwon
acf094fb07
Minor fix for #2634
...
Add AttributesInBind option in new auth source form.
9 years ago
Unknwon
b7f3d94cd0
Minor fix for #2524
9 years ago
Unknwon
341da3cea7
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
7162095635
Merge pull request #2664 from jwdeitch/patch-1
...
Update contributing guidlines link
9 years ago
jwdeitch
0b54035d7a
Update README.md
9 years ago
jwdeitch
dbd4697001
Update contributing guidlines link
...
previously displays 404
9 years ago
Unknwon
338af89d56
#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
632c27802c
Minor fix for #2624
9 years ago
Unknwon
58e004f7da
Remove cache avatar support and add its tests
9 years ago
Unknwon
a1d97e8f5c
Minor fix for #2567
9 years ago
Unknwon
9adfe453d5
#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
de3be370f7
Remove unused tests
...
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
9 years ago
Unknwon
5258ee3740
Update locales and update sponsor
9 years ago
Unknwon
297e772c20
#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
ee53204e02
Improve db path prompt when install
9 years ago
Unknwon
f8182ac521
#2558 delete local wiki copy when rename repo and user
9 years ago
Unknwon
d4583ebd4b
Add YunoHost link to README
9 years ago
Unknwon
8e40f86d2c
#2556 handle space in image URL
9 years ago
Unknwon
04be8c0de5
#2554 reinitialize all repos from the db
...
- Update locales
9 years ago
Unknwon
a47baa1b7a
Add missing patch conflit pattern
9 years ago
Unknwon
1c74612b3c
Minor fix for #2444
9 years ago
Unknwon
4848620594
#2229 adjust URL verbose depth for reverse proxy sub-path
9 years ago
Unknwon
112a7cab31
#2497 incorrect error handle for team name
9 years ago
Unknwon
4deb876343
Minor fix for #2494
...
- Change tooltip size from mini to tiny in profile page
9 years ago
Unknwon
e33ddac9bf
Minor fix for #2396
9 years ago
Unknwon
7ef9a05588
#2179 use Go sub-repo ssh to verify public key content
9 years ago
Unknwon
29b07693dd
minor fix to #2383
...
- add tooltip for organization name in profile
9 years ago
Unknwon
ab89be33a9
fix #2385
9 years ago
Unknwon
f43cc90841
#2287 Truncate repository name if too long
9 years ago
Unknwon
91bab801aa
#2349 try to handle []int8 case
9 years ago
Unknwon
86bce4a2ae
minor fix to #2335
9 years ago
Unknwon
e0f0f72a36
#2345 disallow access of some pages for empty repo
9 years ago
Unknwon
cc22c8a1ae
update dep lib version requirement
9 years ago