547 Commits

Author SHA1 Message Date
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
d733efc1cc #1286 #2098 Alpha support for custom templates
No guarantee for compatibility with future changes
2016-03-12 13:48:34 -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
ad513a20e9 #2302 Replace time.Time with Unix Timestamp (int64) 2016-03-09 19:53:30 -05: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
9cf7f3e46f Remove duplicated of code 2016-03-06 14:44:22 -05:00
13bd16af92 Minor fixes for #2766 2016-03-06 13:24:42 -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
52fdecf97b Fix grammar in README 2016-03-05 19:46:32 +01:00
9c0f84cee8 Update README notes 2016-03-05 13:09:31 -05:00
414eb22ef9 #1597 fix activitity feeds for pull requests 2016-03-05 12:58:51 -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
d57a2b908a #2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
2016-03-04 13:08:47 -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
f946040fa9 #1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
2016-03-03 15:09:43 -05:00
c9901bbba5 #2743 workaround to fix XORM problem 2016-03-03 10:57:27 -05:00
97429a25ab #2727 make IN clause compatible with Postgres 2016-03-01 14:39:28 -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
d320915ad2 Minor fix for #2710 2016-02-27 11:31:24 -05:00
129638117f #2697 fix panic when close issue via commit message 2016-02-25 14:17:55 -05:00
baaf6046a1 Minor fix for #2660 2016-02-24 23:59:17 -05:00
d324500959 Prepare to release 2016-02-24 01:14:43 -05: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
acf094fb07 Minor fix for #2634
Add AttributesInBind option in new auth source form.
2016-02-20 14:56:27 -05:00
b7f3d94cd0 Minor fix for #2524 2016-02-19 22:16:26 -05:00
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.
2016-02-19 17:39:50 -05:00
7162095635 Merge pull request #2664 from jwdeitch/patch-1
Update contributing guidlines link
2016-02-19 16:09:43 -05:00
0b54035d7a Update README.md 2016-02-19 16:07:15 -05:00
dbd4697001 Update contributing guidlines link
previously displays 404
2016-02-19 15:25:23 -05:00
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.
2016-02-17 22:47:06 -05:00
632c27802c Minor fix for #2624 2016-02-15 14:57:15 -05:00
58e004f7da Remove cache avatar support and add its tests 2016-02-14 23:14:55 -05:00
a1d97e8f5c Minor fix for #2567 2016-02-14 20:07:42 -05:00
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.
2016-02-14 19:42:38 -05:00
de3be370f7 Remove unused tests
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
2016-02-13 18:11:15 -05:00
5258ee3740 Update locales and update sponsor 2016-02-11 13:34:21 -05:00
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.
2016-02-10 15:21:39 -05:00
ee53204e02 Improve db path prompt when install 2016-02-07 11:51:53 -05:00
f8182ac521 #2558 delete local wiki copy when rename repo and user 2016-02-05 14:11:53 -05:00