Commit Graph

2515 Commits

Author SHA1 Message Date
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.
2016-03-18 06:13:16 -04:00
c79774e8d4 Update locales 2016-03-18 04:03:13 -04:00
8540043c45 Make separate string variables for space 2016-03-15 21:28:55 +01:00
f57adf3637 Fix relative links in markdown files
Replace spaces with "%20" in "urlPrefix", before markdon processing.
The spaces were causing blackfriday (markdown processor) to behave
strange. This fixes #2545.
2016-03-15 20:43:46 +01:00
9976fc6782 Generate bindata for #2823 2016-03-14 16:46:36 -04:00
9bd9ad4205 #1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
2016-03-13 23:20:22 -04:00
dd6faf7f9b Convert all API handers to use *context.APIContext 2016-03-13 18:49:16 -04:00
db4da7beec Add APIContext 2016-03-13 17:37:44 -04:00
b4f47a7623 #1891 attempt to fix invalid csrf token 2016-03-12 20:56:03 -05:00
af8eccc02e Update glide.lock 2016-03-12 14:44:28 -05:00
820be19cf5 Merge pull request #2796 from saboya/custom_app_data_path
Making AppDataPath customizable.
2016-03-12 13:53:37 -05:00
ebea20b4e7 remove errant debug statement 2016-03-11 16:44:09 -06:00
73e98c91c3 Update locales 2016-03-11 15:47:49 -05:00
2bf8494332 #13 finish user and repository search
Both are possible on explore and admin panel
2016-03-11 15:33:12 -05:00
514382e2eb Rename module: middleware -> context 2016-03-11 11:56:52 -05:00
5267dce210 Fix ref comment from commit create empty feed 2016-03-11 05:11:58 -05:00
eed9966ad6 #2727 fix incompatible SQL in PostgreSQL 2016-03-09 23:18:39 -05:00
3cacec9163 Making AppDataPath customizable. 2016-03-09 22:53:42 -03:00
0e9bc2d410 Fix pull request availability check 2016-03-06 23:57:46 -05:00
0ea0c5ec4f Prepare release 2016-03-06 19:55:38 -05:00
58f0c68151 Some minor changes 2016-03-06 16:40:04 -05:00
c18f67ac6a Add Finnish support 2016-03-05 21:13:04 -05:00
a5b0400be7 #1146 finish new access rights for collaborators 2016-03-05 20:45:23 -05:00
045f14fbd0 #1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
2016-03-05 18:08:42 -05:00
414eb22ef9 #1597 fix activitity feeds for pull requests 2016-03-05 12:58:51 -05:00
a2f13eae55 #1157 some avatar setting changes
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
2a931937a8 Update locales 2016-03-04 18:51:18 -05:00
2d2d85bba4 #1597 support pull requests in same repository 2016-03-04 15:43:01 -05:00
9df6ce48c5 Minor fixes for #2746 2016-03-04 13:32:17 -05:00
1ca171dbe9 Add ability to delete single wiki pages. 2016-03-04 09:26:52 -05:00
f6759a731a #2748 fix redirect loop with auto-signin 2016-03-04 09:15:11 -05:00
260723e2cc Minor fixes for #2745 2016-03-03 23:24:22 -05:00
f3358f5927 Repo setting to delete and disable wiki 2016-03-03 16:12:48 -05:00
f946040fa9 #1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
2016-03-03 15:09:43 -05:00
9e89584cb4 Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
2016-02-29 19:29:49 -05:00
ea80274229 #2700 fix sqlite3 can't create issue with more than one label 2016-02-29 18:45:12 -05:00
8055a0bdac Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
83c74878df Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
2016-02-27 18:55:14 -05:00
4438b7793b 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.
2016-02-25 00:21:48 -05:00
baaf6046a1 Minor fix for #2660 2016-02-24 23:59:17 -05:00
c27038e392 Test mailer button. Addresses #1531 2016-02-24 09:48:05 -05:00
d324500959 Prepare to release 2016-02-24 01:14:43 -05:00
e721c5cf86 use StartSSHServer instead of DisableSSH
DisableSSH doesn't check the kind of ssh server to use, so that was
wrong. Use StartSSHServer instead.
2016-02-23 15:43:52 +01:00
e3570ae45d seperate ssh constants from schema constants
The contants were placed in the same section as the scheme ones, which
may lead to confusion.
2016-02-23 15:41:44 +01:00
72ce06eab8 #2682 fix missing slash for go-get meta 2016-02-23 00:12:04 -05:00
912f7b51e9 #1821 add actions for close and reopen issues 2016-02-22 12:40:00 -05:00
ac78bae7b5 Replace uuid module with original package 2016-02-20 18:13:12 -05:00
926e75d721 #2334 strip whitespace for migrate URL
Also fix a possible race condition while install
2016-02-20 17:32:34 -05:00
d5a3021a7d Make markdown as an independent module 2016-02-20 17:10:05 -05:00
d8a994ef24 Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
2016-02-20 15:58:09 -05:00