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
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