004fb30ebe
Remove code for checking ssh-keygen
2016-03-19 20:31:23 -04:00
9e09e48502
#2850 fix potential SSH commands dislocation
...
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.
Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
2016-03-18 06:13:16 -04:00
0048980da5
Merge pull request #2845 from moltam/feature/org-member-full-name-avatar
...
Display org member's full name in link title.
2016-03-16 17:17:45 -04:00
d169d00be6
Display org member's full name in link title.
2016-03-16 22:04:19 +01:00
ff731ea07d
#2814 LOWER() column value within search
2016-03-16 16:55:19 -04:00
9a5a27ea8d
Improve repository lable style
...
- add border-radius to filter list items
- use color as background of label for issue/pull view page
2016-03-15 19:52:40 -04:00
2df42e369e
Merge pull request #2829 from odinuge/htmlmeta
...
Set description meta tag correctly
2016-03-15 17:54:44 -04:00
01ff65a93e
Fix indent
2016-03-15 22:35:59 +01:00
a75fa58e1c
Make description meta tag golang 1.4 compatible
2016-03-15 19:57:19 +01:00
a04596659b
Merge pull request #2830 from odinuge/branchname-compare
...
Fix problems with '#' in branchname
2016-03-15 14:36:58 -04:00
149d62a648
#13 fix admin can't search private repos
...
- update glide info
2016-03-15 14:23:12 -04:00
c9321550e0
Add prorper escaping of url in issue form
2016-03-15 11:56:49 +01:00
ac390d28b8
Fix problems with '#' in branchname
...
Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822 .
2016-03-15 11:36:23 +01:00
561e5f9ccb
Set description meta tag correctly
...
Set the description meta tag correctly when there is no repo
description. Also use the ability to trim trailing whitespaces,
to make the template cleaner.
2016-03-15 10:17:23 +01:00
85d7afeba0
Set HTML meta values corresponding to repository
...
Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before.
2016-03-14 17:32:24 +01:00
9bd9ad4205
#1692 add CRUD issue APIs
...
- Fix go-gogs-client#10
- Related to #809
2016-03-13 23:20:22 -04:00
b4f47a7623
#1891 attempt to fix invalid csrf token
2016-03-12 20:56:03 -05:00
d733efc1cc
#1286 #2098 Alpha support for custom templates
...
No guarantee for compatibility with future changes
2016-03-12 13:48:34 -05:00
c6277cce51
Minor fixes for #2761
2016-03-11 17:57:44 -05:00
6530375dbf
Merge pull request #2761 from soudy/grey-out-merge-commit
...
Grey out merge commits
2016-03-11 17:51:17 -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
5267dce210
Fix ref comment from commit create empty feed
2016-03-11 05:11:58 -05:00
97c48da49f
Merge pull request #2803 from Rukenshia/develop
...
Using HTML Description of repositories in the 'Explore' view. Fixes #…
2016-03-10 16:17:40 -05:00
1e74ee51ff
Using HTML Description of repositories in the 'Explore' view. Fixes #2800
2016-03-10 21:31:13 +01:00
eed9966ad6
#2727 fix incompatible SQL in PostgreSQL
2016-03-09 23:18:39 -05:00
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
2016-03-09 19:53:30 -05:00
0c9a616326
Update frontend resources
2016-03-07 00:11:12 -05:00
0e9bc2d410
Fix pull request availability check
2016-03-06 23:57:46 -05:00
0ea0c5ec4f
Prepare release
2016-03-06 19:55:38 -05:00
12b5a76b0d
Minor fix for #2772
2016-03-06 15:37:49 -05:00
a4452864ea
Merge pull request #2772 from OhDaeto/master
...
Add ru-RU to home template
2016-03-06 15:36:40 -05:00
d8738f5bfd
минимальные -> низкие (системные требования)
2016-03-06 22:59:49 +03:00
9cf7f3e46f
Remove duplicated of code
2016-03-06 14:44:22 -05:00
14aba3489e
Add ru-RU to home template
2016-03-06 22:22:41 +03:00
13bd16af92
Minor fixes for #2766
2016-03-06 13:24:42 -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
414eb22ef9
#1597 fix activitity feeds for pull requests
2016-03-05 12:58:51 -05:00
1d3ec27cb7
Put if statement of grey merge commits on one line
2016-03-05 17:59:07 +01:00
a0cd59bd0e
Grey out merge commits
2016-03-05 17:00:38 +01:00
a2f13eae55
#1157 some avatar setting changes
...
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
dfd6f8f7ab
Merge pull request #2757 from joshfng/fix-fork-relative-url
...
Use relative url when showing forked from
2016-03-04 18:37:42 -05:00
275464e7fb
Use relative url when showing forked from
2016-03-04 18:32:30 -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
4d5911dbcf
Merge pull request #2746 from joshfng/feature-delete-wiki-pages
...
Add ability to delete single wiki pages.
2016-03-04 13:14:37 -05:00
d57a2b908a
#2743 and #2751 fix bad SQL generated by XORM
...
Use hand-written SQL to do complex query
2016-03-04 13:08:47 -05:00
2f228ddf31
Update delete wiki page route
2016-03-04 09:26:52 -05:00