Commit Graph

1857 Commits

Author SHA1 Message Date
63e21c146a ensure we don’t try changing LDAP passswords 2016-03-14 09:40:16 -05: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
b4f47a7623 #1891 attempt to fix invalid csrf token 2016-03-12 20:56:03 -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
1314ba219e Updated and created were appended with _unix. Fresh databases have only the newly named fields. 2016-03-11 12:43:35 +01:00
792c13cf0a readd 'dashboard' to title 2016-03-10 12:10:03 -06:00
af847ef94e Merge branch 'develop' of github.com:gogits/gogs into develop 2016-03-09 22:56:52 -06:00
bfed3ea7d3 fix indentation 2016-03-09 22:56:03 -06:00
affa3c2dbf Remove dashboard keyword from title 2016-03-09 21:01:43 -06:00
6775ac7334 change page titles for user and org dashes 2016-03-09 20:46:36 -06:00
72a8fa3bc8 Allowing site admins to view private repositories in org/home 2016-03-08 18:20:00 +01:00
0e9bc2d410 Fix pull request availability check 2016-03-06 23:57:46 -05:00
9cf7f3e46f Remove duplicated of code 2016-03-06 14:44:22 -05:00
9c91e27933 Added: Ability to delete org avatar. 2016-03-06 17:36:30 +01: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
a2f13eae55 #1157 some avatar setting changes
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
4cb8bf1b75 #1597 fix premission logic check of pull request 2016-03-04 16:14:02 -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
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
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
7a91d7e776 Merge pull request #2694 from mhartkorn/pullrefs
Improved Pull Request refs
2016-02-26 14:21:31 -05:00
129638117f #2697 fix panic when close issue via commit message 2016-02-25 14:17:55 -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
51f15880d1 Call PushToBaseRepo() also on Pull Request creation and not only on git push 2016-02-24 13:56:54 +01:00
912f7b51e9 #1821 add actions for close and reopen issues 2016-02-22 12:40:00 -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
7140dbac95 Fix #857 2016-02-20 15:10:34 -05:00
7e0baf4136 Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
2016-02-20 14:44:21 -05:00
a703f7d7b4 Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
2016-02-20 14:12:15 -05:00
834d92a47b LDAP: Fetch attributes in Bind DN context option
This is feature is workaround for #2628 (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.

Such approach is an alternative to minimal permissions security pattern for
BindDN user.
2016-02-20 14:12:32 +01:00
aa12135b97 Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
2016-02-19 18:10:03 -05:00
2408df3f35 Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
2016-02-19 15:04:50 -05:00
a1b28fc33c Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls(). 2016-02-19 20:48:32 +01:00
a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors. 2016-02-19 20:33:06 +01:00
658bfc2704 Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates

Priority:
- root
- .gogs
- .github
2016-02-18 21:21:30 -02: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
d5ca913b2f #2639 add branch prefix for test webhook 2016-02-17 15:05:07 -05:00
2765b5c7cf #2630 fix wrong user avatar link in webhook
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
2016-02-15 15:18:53 -05:00
632c27802c Minor fix for #2624 2016-02-15 14:57:15 -05:00
dc89c51f3e Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
2016-02-15 14:26:21 -05:00