1ca171dbe9
Add ability to delete single wiki pages.
2016-03-04 09:26:52 -05:00
f6759a731a
#2748 fix redirect loop with auto-signin
2016-03-04 09:15:11 -05:00
dfbda48afc
Merge pull request #2738 from andreynering/emogify
...
Render emojis in more places.
2016-03-03 23:38:20 -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
c9901bbba5
#2743 workaround to fix XORM problem
2016-03-03 10:57:27 -05:00
13e71acadf
Render emojis in more places.
2016-03-02 21:54:05 -03: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
42a556a082
Merge pull request #2722 from chriswatt/hidewikidlbutton
...
Hide the download archive button when viewing wiki pages
2016-02-29 13:36:22 -05:00
a71a5bfeb4
Remove download archive button on wiki pages
2016-02-29 15:45:55 +00:00
548440b48f
Change colour of numbers on pull request tabs if greater than zero
2016-02-28 23:27:41 +00: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
c0eaae200e
Add ForegroundColor for labels
2016-02-27 13:59:11 +01: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
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
c9516c4c60
Fix wrong place to check disable SSH
2016-02-21 21:55:59 -05:00
d160c7e565
Little refactoring of diff highlight.
...
Moving cache variable to template instead of in the struct.
2016-02-21 18:45:24 -03:00
7140dbac95
Fix #857
2016-02-20 15:10:34 -05:00
acf094fb07
Minor fix for #2634
...
Add AttributesInBind option in new auth source form.
2016-02-20 14:56:27 -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
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
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
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
3af1d3c581
#2633 fix removed config option
2016-02-16 13:27:02 -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
58e004f7da
Remove cache avatar support and add its tests
2016-02-14 23:14:55 -05:00
aa5e837c65
fix #2454
2016-02-14 20:26:49 -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
d710b5e791
Fix when repo is empty
2016-02-14 23:26:47 +00:00
c47866b34a
Add grey bg to tabs on repo page
2016-02-14 23:09:33 +00:00
15d37b7a95
Refactored according to suggestions
2016-02-14 22:40:39 +01:00
3650bd8528
Convert mirrors to regular repositories.
2016-02-14 21:12:00 +01:00
8ab5399e83
Make log path required
2016-02-12 10:10:02 -05:00
ec478b4b06
Set default log path if empty during install
2016-02-12 10:03:04 -05:00