Unknwon
019cd8b3db
#2842 add quotes to attachment file name
10 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
d2f481e85f
Fix status code
10 years ago
Unknwon
11c481a053
Change list teams API to non-admin specific
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
ab114927b3
#13 fix admin can't search private repos
- update glide info
10 years ago
Unknwon
b8e7c01d90
Merge pull request #2823 from zacheryph/feature/local-only-password-reset
Prevent `Forgot Password` for non local users
10 years ago
Zachery Hostens
c1b28d1394
ensure we don’t try changing LDAP passswords
10 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
10 years ago
Unknwon
da092dd05b
Convert all API handers to use *context.APIContext
10 years ago
Unknwon
ae39f78ad1
#1891 attempt to fix invalid csrf token
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
Marin Jankovski
cd97a3e8a9
Updated and created were appended with _unix. Fresh databases have only the newly named fields.
10 years ago
Alec S
f1f1580f7b
readd 'dashboard' to title
10 years ago
Alec S
e0eb54efa7
Merge branch 'develop' of github.com:gogits/gogs into develop
10 years ago
Alec S
bdfc6fda87
fix indentation
10 years ago
Alec S
93bdc4ad19
Remove dashboard keyword from title
10 years ago
Alec S
103e8008cf
change page titles for user and org dashes
10 years ago
Jan Christophersen
f87ae17a17
Allowing site admins to view private repositories in org/home
10 years ago
Unknwon
f925c24186
Fix pull request availability check
10 years ago
Unknwon
10d7cf61bd
Remove duplicated of code
10 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
10 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
10 years ago
Unknwon
ad91428936
#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.
10 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
10 years ago
Unknwon
c9812bcb3e
#1597 fix premission logic check of pull request
10 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
10 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
10 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
10 years ago
Unknwon
22599912df
Minor fixes for #2745
10 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
10 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
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
dd27059a62
Merge pull request #2694 from mhartkorn/pullrefs
Improved Pull Request refs
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
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
10 years ago
Martin Hartkorn
b65249c7c5
Call PushToBaseRepo() also on Pull Request creation and not only on git push
10 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
10 years ago
Unknwon
d398777e08
Make markdown as an independent module
10 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
10 years ago
Unknwon
a16ec44cf5
Fix #857
10 years ago
Unknwon
81f7a2d374
Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
10 years ago
Unknwon
beaaf5b8f2
Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
10 years ago
Adam Strzelecki
727a5245ac
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.
10 years ago
Unknwon
de270d5d87
Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
10 years ago
Unknwon
6dc21aa0a0
Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
10 years ago