Unknwon
60cf5595d9
Update locale bindata
2016-06-28 00:26:18 +08:00
Unknwon
210c86e6d2
Minor fix for #3194
...
- Update locale bindata
2016-06-27 16:38:35 +08:00
Unknwon
6a6dcb1542
Update locale
2016-06-12 18:03:51 +08:00
Unknwon
8470f67eb6
#2954 use text/plain as default email content format
2016-05-30 01:32:01 -07:00
Unknwon
6330503f8c
locale: update Czech
2016-05-12 14:31:06 -04:00
Unknwon
b189f804f1
bindata: follow up data clean
2016-05-11 12:17:52 -04:00
Unknwon
8e4ee6dba2
Add Czech support
2016-05-11 12:00:47 -04:00
Unknwon
a7fbe69199
Add new language support
...
- Update language choose dropdown to fit more languages
2016-04-25 13:40:23 -04:00
Unknwon
3128069260
#2992 set default style name when empty in AfterSet
2016-04-22 18:36:05 -04:00
Kim Carlbäcker
466f7ae7c2
Fixed #2909 ( #2979 )
2016-04-19 16:35:36 -04:00
Unknwon
15443dded9
Update locales
2016-04-11 18:38:25 -04:00
Unknwon
546b073898
Update locales
2016-03-23 15:56:56 -04:00
Unknwon
188bbd9a68
Prepare release
2016-03-19 14:51:41 -04:00
Unknwon
ed75dd7c5c
Update locales
2016-03-18 04:03:13 -04:00
Unknwon
eb7f7d92bf
Generate bindata for #2823
2016-03-14 16:46:36 -04:00
Unknwon
68f561c06a
Update glide.lock
2016-03-12 14:44:28 -05:00
Unknwon
4213989291
Update locales
2016-03-11 15:47:49 -05:00
Unknwon
e84cef16cf
#13 finish user and repository search
...
Both are possible on explore and admin panel
2016-03-11 15:33:12 -05:00
Unknwon
529f8d9b4b
Rename module: middleware -> context
2016-03-11 11:56:52 -05:00
Unknwon
afe19a33e5
Prepare release
2016-03-06 19:55:38 -05:00
Unknwon
7e6e298de7
Add Finnish support
2016-03-05 21:13:04 -05:00
Unknwon
89068533f2
#1146 finish new access rights for collaborators
2016-03-05 20:45:23 -05:00
Unknwon
68f78d79ef
#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
Unknwon
c696aa9443
#1597 fix activitity feeds for pull requests
2016-03-05 12:58:51 -05:00
Unknwon
5158dbfde8
#1157 some avatar setting changes
...
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
Unknwon
9a29668124
Update locales
2016-03-04 18:51:18 -05:00
Unknwon
359ceda51b
Minor fixes for #2746
2016-03-04 13:32:17 -05:00
Josh Frye
7608a650c8
Add ability to delete single wiki pages.
2016-03-04 09:26:52 -05:00
Unknwon
4612822eb8
Minor fixes for #2745
2016-03-03 23:24:22 -05:00
Josh Frye
9fa43576dd
Repo setting to delete and disable wiki
2016-03-03 16:12:48 -05:00
Unknwon
8fbb98b3ee
#1891 attempt to fix expected invalid CSRF token
...
- Remove unused config settings `[picture] service`
2016-03-03 15:09:43 -05:00
Unknwon
be385c12f7
Allow setting git operations timeouts
...
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
2016-02-29 19:29:49 -05:00
Unknwon
71e086b6d9
#2700 fix sqlite3 can't create issue with more than one label
2016-02-29 18:45:12 -05:00
Unknwon
4a378f95f8
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
Unknwon
128394f9db
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
Unknwon
8015d40786
Minor fix for #2660
2016-02-24 23:59:17 -05:00
Josh Frye
4e4d720851
Test mailer button. Addresses #1531
2016-02-24 09:48:05 -05:00
Unknwon
35a9836dc9
Prepare to release
2016-02-24 01:14:43 -05:00
Unknwon
41fbd1bbeb
#1821 add actions for close and reopen issues
2016-02-22 12:40:00 -05:00
Unknwon
4181250ccb
Fix #857
2016-02-20 15:10:34 -05:00
Adam Strzelecki
cbf66ead0b
Update bindata for LDAP changes
2016-02-20 14:17:24 +01:00
Unknwon
871ceac7de
Minor fix for #2624
2016-02-15 14:57:15 -05:00
Unknwon
354dd25700
Remove cache avatar support and add its tests
2016-02-14 23:14:55 -05:00
Unknwon
bbcd0a2f2b
fix #2454
2016-02-14 20:26:49 -05:00
Josh Frye
ab7816a69f
Add helper text for log path.
2016-02-12 09:24:09 -05:00
Josh Frye
1b9438c2eb
Add install option for log path
2016-02-12 09:19:45 -05:00
Unknwon
39fc9747cb
Update locales and update sponsor
2016-02-11 13:34:21 -05:00
Unknwon
aee228d07e
#2485 fix payloads mixed up for webhook
...
When repository contains a Slack type hook,
it changes original payload content.
This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.
2016-02-10 15:21:39 -05:00
Unknwon
e7f964a2b0
Improve db path prompt when install
2016-02-07 11:51:53 -05:00
Unknwon
2572dba3f0
Generate CSS for #2561
2016-02-05 14:53:45 -05:00