Unknwon
da092dd05b
Convert all API handers to use *context.APIContext
9 years ago
Unknwon
2eadcbdb03
Add APIContext
9 years ago
Unknwon
ae39f78ad1
#1891 attempt to fix invalid csrf token
9 years ago
Unknwon
355444f320
Update glide.lock
9 years ago
Unknwon
0cfe0f4e6c
Merge pull request #2796 from saboya/custom_app_data_path
Making AppDataPath customizable.
9 years ago
Alec S
d49e8cad4e
remove errant debug statement
9 years ago
Unknwon
9c44a47c27
Update locales
9 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Unknwon
14a88c827c
Fix ref comment from commit create empty feed
9 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
9 years ago
Rodrigo Saboya
0d7ae312e3
Making AppDataPath customizable.
9 years ago
Unknwon
f925c24186
Fix pull request availability check
9 years ago
Unknwon
cd46685f99
Prepare release
9 years ago
Unknwon
7f485f72f7
Some minor changes
9 years ago
Unknwon
505503bd41
Add Finnish support
9 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
9 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.
9 years ago
Unknwon
f66b1d34cd
#1597 fix activitity feeds for pull requests
9 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
9 years ago
Unknwon
b88ceff9bf
Update locales
9 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
9 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
9 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
9 years ago
Unknwon
49af309459
#2748 fix redirect loop with auto-signin
9 years ago
Unknwon
22599912df
Minor fixes for #2745
9 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
9 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
9 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
9 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
9 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.
9 years ago
Unknwon
4eb48337da
Minor fix for #2660
9 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
9 years ago
Unknwon
e1e7bd8013
Prepare to release
9 years ago
Gibheer
e080ee49a5
use StartSSHServer instead of DisableSSH
DisableSSH doesn't check the kind of ssh server to use, so that was
wrong. Use StartSSHServer instead.
9 years ago
Gibheer
38ac440213
seperate ssh constants from schema constants
The contants were placed in the same section as the scheme ones, which
may lead to confusion.
9 years ago
Unknwon
4c3776029a
#2682 fix missing slash for go-get meta
9 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
9 years ago
Unknwon
b1198310bb
Replace uuid module with original package
9 years ago
Unknwon
7b69942300
#2334 strip whitespace for migrate URL
Also fix a possible race condition while install
9 years ago
Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
9 years ago
Unknwon
a16ec44cf5
Fix #857
9 years ago
Adam Strzelecki
c5844bab8e
Update bindata for LDAP changes
9 years ago
Adam Strzelecki
16dd8d9ce4
LDAP: Make a bit more detailed log traces
This is useful especially to check whether we fetch right attributes, using
right LDAP search base and in right order.
9 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.
9 years ago
Adam Strzelecki
0c08945c88
LDAP: Use single connection in BindDN mode auth
According to RFC 4511 4.2.1. Processing of the Bind Request "Clients may send
multiple Bind requests to change the authentication and/or security
associations or to complete a multi-stage Bind process. Authentication from
earlier binds is subsequently ignored."
Therefore we should not use 2 connections, but single one just sending two bind
requests.
9 years ago
Unknwon
e57b81fc19
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