Unknwon
da092dd05b
Convert all API handers to use *context.APIContext
10 years ago
Unknwon
2eadcbdb03
Add APIContext
10 years ago
Unknwon
ae39f78ad1
#1891 attempt to fix invalid csrf token
10 years ago
Unknwon
355444f320
Update glide.lock
10 years ago
Unknwon
0cfe0f4e6c
Merge pull request #2796 from saboya/custom_app_data_path
Making AppDataPath customizable.
10 years ago
Alec S
d49e8cad4e
remove errant debug statement
10 years ago
Unknwon
9c44a47c27
Update locales
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
Unknwon
14a88c827c
Fix ref comment from commit create empty feed
10 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
10 years ago
Rodrigo Saboya
0d7ae312e3
Making AppDataPath customizable.
10 years ago
Unknwon
f925c24186
Fix pull request availability check
10 years ago
Unknwon
cd46685f99
Prepare release
10 years ago
Unknwon
7f485f72f7
Some minor changes
10 years ago
Unknwon
505503bd41
Add Finnish support
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
f66b1d34cd
#1597 fix activitity feeds for pull requests
10 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
10 years ago
Unknwon
b88ceff9bf
Update locales
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
49af309459
#2748 fix redirect loop with auto-signin
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
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
10 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
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
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
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
Unknwon
e1e7bd8013
Prepare to release
10 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.
10 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.
10 years ago
Unknwon
4c3776029a
#2682 fix missing slash for go-get meta
10 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
10 years ago
Unknwon
b1198310bb
Replace uuid module with original package
10 years ago
Unknwon
7b69942300
#2334 strip whitespace for migrate URL
Also fix a possible race condition while install
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
Adam Strzelecki
c5844bab8e
Update bindata for LDAP changes
10 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.
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
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.
10 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.
10 years ago