Unknwon
9fcf66f0e0
Minor fix for #3246
2016-07-09 13:42:05 +08:00
Pheng Heong TAN
467d7dacb6
Modify behaviour of repo-delete. ( #3232 )
...
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
2016-07-09 13:13:57 +08:00
Unknwon
401bf944ef
Use SecurityProtocol to replace UseSSL in LDAP config
...
Initially proposed by #2376 and fixes #3068 as well.
2016-07-08 07:25:09 +08:00
Unknwon
4b25bdfbc4
#3058 #3059 support correct page size and link header
2016-07-04 17:27:06 +08:00
Unknwon
6aa00f7bcf
#2968 use HTTP_ADDR to replace localhost
2016-07-02 18:54:48 +08:00
Unknwon
6f6b37f148
#3078 update default app.ini
2016-07-01 22:27:52 +08:00
Unknwon
e84ac64964
Do not show filename not have suffifx .md
2016-07-01 15:34:03 +08:00
Unknwon
6f7276278d
#3174 genetate bindata
2016-06-29 23:25:41 +08:00
Unknwon
274a2ca528
Update locale bindata
2016-06-28 00:26:18 +08:00
Unknwon
4bbb878d20
Minor fix for #3194
...
- Update locale bindata
2016-06-27 16:38:35 +08:00
Unknwon
26342b0c24
Update locale
2016-06-12 18:03:51 +08:00
Unknwon
8df3ba96f3
#2954 use text/plain as default email content format
2016-05-30 01:32:01 -07:00
Unknwon
8a2347592d
locale: update Czech
2016-05-12 14:31:06 -04:00
Unknwon
f473895c41
bindata: follow up data clean
2016-05-11 12:17:52 -04:00
Unknwon
fbf43c31e5
Add Czech support
2016-05-11 12:00:47 -04:00
Unknwon
7049cb9d97
Add new language support
...
- Update language choose dropdown to fit more languages
2016-04-25 13:40:23 -04:00
Unknwon
78b8b63774
#2992 set default style name when empty in AfterSet
2016-04-22 18:36:05 -04:00
Kim Carlbäcker
ce36fd7a49
Fixed #2909 ( #2979 )
2016-04-19 16:35:36 -04:00
Unknwon
3257df0da3
Update locales
2016-04-11 18:38:25 -04:00
Unknwon
5ec8ef0230
Update locales
2016-03-23 15:56:56 -04:00
Unknwon
3fb4f7f498
Prepare release
2016-03-19 14:51:41 -04:00
Unknwon
c79774e8d4
Update locales
2016-03-18 04:03:13 -04:00
Unknwon
9976fc6782
Generate bindata for #2823
2016-03-14 16:46:36 -04:00
Unknwon
af8eccc02e
Update glide.lock
2016-03-12 14:44:28 -05:00
Unknwon
73e98c91c3
Update locales
2016-03-11 15:47:49 -05:00
Unknwon
2bf8494332
#13 finish user and repository search
...
Both are possible on explore and admin panel
2016-03-11 15:33:12 -05:00
Unknwon
514382e2eb
Rename module: middleware -> context
2016-03-11 11:56:52 -05:00
Unknwon
0ea0c5ec4f
Prepare release
2016-03-06 19:55:38 -05:00
Unknwon
c18f67ac6a
Add Finnish support
2016-03-05 21:13:04 -05:00
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
2016-03-05 20:45:23 -05:00
Unknwon
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
Unknwon
414eb22ef9
#1597 fix activitity feeds for pull requests
2016-03-05 12:58:51 -05:00
Unknwon
a2f13eae55
#1157 some avatar setting changes
...
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
Unknwon
2a931937a8
Update locales
2016-03-04 18:51:18 -05:00
Unknwon
9df6ce48c5
Minor fixes for #2746
2016-03-04 13:32:17 -05:00
Josh Frye
1ca171dbe9
Add ability to delete single wiki pages.
2016-03-04 09:26:52 -05:00
Unknwon
260723e2cc
Minor fixes for #2745
2016-03-03 23:24:22 -05:00
Josh Frye
f3358f5927
Repo setting to delete and disable wiki
2016-03-03 16:12:48 -05:00
Unknwon
f946040fa9
#1891 attempt to fix expected invalid CSRF token
...
- Remove unused config settings `[picture] service`
2016-03-03 15:09:43 -05:00
Unknwon
9e89584cb4
Allow setting git operations timeouts
...
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
2016-02-29 19:29:49 -05:00
Unknwon
ea80274229
#2700 fix sqlite3 can't create issue with more than one label
2016-02-29 18:45:12 -05:00
Unknwon
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
Unknwon
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
Unknwon
baaf6046a1
Minor fix for #2660
2016-02-24 23:59:17 -05:00
Josh Frye
c27038e392
Test mailer button. Addresses #1531
2016-02-24 09:48:05 -05:00
Unknwon
d324500959
Prepare to release
2016-02-24 01:14:43 -05:00
Unknwon
912f7b51e9
#1821 add actions for close and reopen issues
2016-02-22 12:40:00 -05:00
Unknwon
7140dbac95
Fix #857
2016-02-20 15:10:34 -05:00
Adam Strzelecki
a9981d8099
Update bindata for LDAP changes
2016-02-20 14:17:24 +01:00
Unknwon
632c27802c
Minor fix for #2624
2016-02-15 14:57:15 -05:00
Unknwon
58e004f7da
Remove cache avatar support and add its tests
2016-02-14 23:14:55 -05:00
Unknwon
aa5e837c65
fix #2454
2016-02-14 20:26:49 -05:00
Josh Frye
1feecd6beb
Add helper text for log path.
2016-02-12 09:24:09 -05:00
Josh Frye
a3e8c32a30
Add install option for log path
2016-02-12 09:19:45 -05:00
Unknwon
5258ee3740
Update locales and update sponsor
2016-02-11 13:34:21 -05:00
Unknwon
297e772c20
#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
ee53204e02
Improve db path prompt when install
2016-02-07 11:51:53 -05:00
Unknwon
acfc942ad7
Generate CSS for #2561
2016-02-05 14:53:45 -05:00
Unknwon
04be8c0de5
#2554 reinitialize all repos from the db
...
- Update locales
2016-02-04 12:51:00 -05:00
Unknwon
1c74612b3c
Minor fix for #2444
2016-02-01 20:55:12 -05:00
Unknwon
b900150b1d
Update locales
2016-01-28 06:15:49 -05:00
Unknwon
38efa72146
Update locales
2016-01-25 02:33:52 -05:00
Unknwon
a2ef9a2b64
update locale
2016-01-11 18:30:44 +08:00
Unknwon
db719abff2
stop compile bindata for TRANSLATORS
...
- update required version of git-module for #2373
2016-01-11 15:01:38 +08:00
Unknwon
ca35ddd078
fix #2350
2016-01-07 09:24:19 +08:00
Unknwon
0cb7396840
update locale
2016-01-06 18:44:57 +08:00
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
2016-01-05 19:21:50 +01:00
Kim "BKC" Carlbäcker
4e6d048ba1
i18n-fix for split-view
2016-01-05 19:21:49 +01:00
Unknwon
7392b6a755
fix #2327
2016-01-05 12:43:19 +08:00
Unknwon
13fe733037
#2264 use monospaced font for commit IDs in news feeds
2015-12-24 20:43:45 -05:00
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Unknwon
53eb37d529
fix #1436
2015-12-19 21:43:32 -05:00
Unknwon
09c981846b
update locales
2015-12-18 07:54:44 -05:00
Unknwon
1d95844d55
prepare release
2015-12-18 00:54:27 -05:00
Unknwon
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
2015-12-17 22:31:34 -05:00
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
2015-12-16 22:13:12 -05:00
Unknwon
b117befc2b
#1692 add user email APIs
2015-12-15 22:57:18 -05:00
Unknwon
8ecbf0f16d
fix #2204
2015-12-15 19:42:20 -05:00
Unknwon
e444a67d59
update locales
2015-12-12 14:47:11 -05:00
Unknwon
59c965a5ec
#2156 admin able to edit organization max repo creation
2015-12-11 19:24:57 -05:00
Unknwon
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
2015-12-11 15:31:02 -05:00
Unknwon
98da7241a0
fix sqlite3 cannot create repo
2015-12-11 10:13:19 -05:00
Unknwon
40f3142264
#2114 External URL for wiki
2015-12-11 04:55:08 -05:00
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
2015-12-10 19:02:57 -05:00
Unknwon
df5ed64cca
#1301 "read-only" users
2015-12-10 12:46:05 -05:00
Unknwon
2a0bb1fa90
#1575 Limit repo creation
2015-12-10 12:37:53 -05:00
Unknwon
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
2015-12-10 11:18:56 -05:00
Angus Gibson
626dc1f0bd
Reword messages for PR auto merging ( #2117 )
2015-12-10 09:28:49 +11:00
Unknwon
718d3ae258
#1943 Able to config fsck timeout
2015-12-09 11:38:12 -05:00
Unknwon
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
2015-12-09 11:24:56 -05:00
Angus Gibson
06d293a84e
Only show comparison link for >2 commits #1110
...
We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits.
2015-12-09 14:36:39 +11:00
Unknwon
120cd4e471
#1984 Better mirror repo management
2015-12-08 20:06:12 -05:00
Unknwon
3ffbb54337
minor fix for #2113 and other locales
2015-12-07 00:10:08 -05:00
Unknwon
b5f6206a65
prepare release
2015-12-06 15:34:17 -05:00
Alex Myasoedov
ae54d878c0
Fix misspelled words
2015-12-06 16:42:23 +02:00
Unknwon
ca8ce793d1
#2063 Ability to delete repo from admin panel
2015-12-05 17:39:29 -05:00
Unknwon
404867f206
fix #2105 and fix #1857
2015-12-05 13:24:13 -05:00
Unknwon
f41360d864
#2052 advanced select ops for system notices
2015-12-05 01:09:14 -05:00
Unknwon
e538ff2770
fix #1829 and fix #890
2015-12-04 21:30:33 -05:00
Unknwon
b83cb36049
minor fix for #2086
2015-12-02 19:45:43 -05:00