David Schneiderbauer
96c63a4937
add 1.4.3 changelog ( #4321 )
2018-06-27 00:17:16 +02:00
Kim "BKC" Carlbäcker
459a2656bf
Backport #4312 to v1.4 ( #4320 )
2018-06-26 23:55:00 +02:00
Russell Aunger
a3b10538ec
Fix webhook type conflation. ( #4285 ) ( #4289 )
...
- Fix typo that caused Gogs hooks to be created as Gitea hooks.
- Fix typo that caused Gogs hooks to be duplicated upon edit (though this bug was masked by the previous one).
Signed-off-by: Russell Aunger <rba@live.com>
2018-06-21 12:06:29 +02:00
nickolas360
caee4870da
HTML-escape text READMEs ( #4192 ) ( #4214 )
2018-06-19 12:06:05 +03:00
Clément Lafont
8b2df7310b
Fix code tab link when viewing tags ( #3908 ) ( #4263 )
...
Signed-off-by: Ambrose Chua <ambrose@chua.family>
2018-06-17 15:28:03 +02:00
Antoine GIRARD
00ad4745ba
backport( #4091 ): Fix #4090 by escaping filename page/img link (without path) for short link ( #4254 )
2018-06-17 15:33:44 +08:00
Lauris BH
c746f820ab
Delete reactions added to issues and comments when deleting repository ( #4232 ) ( #4237 )
2018-06-12 19:19:30 -04:00
Lunny Xiao
f10640433f
fix delete comment bug ( #4216 ) ( #4228 )
2018-06-12 13:39:37 +03:00
David Schneiderbauer
1ff480baa6
undo #3142 because processes don't use the util.Timestamp ( #4203 ) ( #4208 )
2018-06-11 09:21:34 +03:00
techknowlogick
df941f5c39
Add 1.4.2 changelog ( #4115 )
2018-06-05 01:45:21 +03:00
David Schneiderbauer
1b10bc0cdf
update git vendor ( #4059 ) ( #4075 )
...
* update git vendor (#4059 )
* fix errors resulting from git vendor update
* fmt
2018-06-04 23:33:42 +03:00
Antoine GIRARD
561f459364
Fix #4081 Check for leading / in base before removing it ( #4083 )
2018-05-30 11:46:30 -04:00
Jonas Franz
1177a19a5b
Use ResolveReference instead of path.Join ( #4073 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-05-29 12:12:04 -04:00
Alexey Terentyev
d1954ae4e7
Added deletion of an empty line at the end of file ( #4054 ) ( #4074 )
...
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
2018-05-29 17:42:57 +08:00
Lunny Xiao
7673ca9646
fix attachment ENABLED ( #4064 ) ( #4066 )
...
* fix attachment ENABLED
* change wrong name on app.ini.sample
2018-05-29 08:27:44 +08:00
Michael Kuhn
2d0db24083
Fix wiki redirects ( #3919 ) ( #4065 )
...
When creating or editing a wiki page, the redirect to the wiki page does
not work because the file name is used instead of the page name.
2018-05-28 11:13:53 -04:00
Morgan Bazalgette
dec663cc0a
Don't force due date to current time ( #3830 ) ( #4057 )
2018-05-27 21:34:33 +03:00
Lunny Xiao
804148294a
fix writer cannot read bare repo guide ( #4033 ) ( #4039 )
2018-05-24 22:44:21 +08:00
Lunny Xiao
910e379265
fix webhook bug of response info is not displayed in UI ( #4023 )
2018-05-23 11:57:21 +03:00
奶爸
f1720ad133
webhook and hook_task clean up ( #4006 )
...
webhook and hook_task clean up
2018-05-22 02:08:21 +03:00
David Schneiderbauer
5f169bfcfd
add missing token validation on application settings page ( #3976 ) ( #3978 )
2018-05-16 23:55:14 +08:00
David Schneiderbauer
50adbb7134
Adjust z-index for floating labels ( #3939 ) ( #3950 )
2018-05-12 00:36:03 +03:00
Lauris BH
abc159637c
Changelog for release v1.4.1 ( #3891 )
...
* Changelog for release v1.4.1
* Fix typo
2018-05-03 07:06:40 +03:00
Lauris BH
e35d7ae1fa
Do not allow inactive users to access repositories using private keys ( #3887 ) ( #3889 )
2018-05-02 20:37:23 +03:00
Lauris BH
40c6eb0d85
Fix to use only needed columns from tables to get repository git paths ( #3870 ) ( #3883 )
2018-05-02 19:34:21 +03:00
Lauris BH
2996573976
Add "error" as reserved username ( #3882 ) ( #3886 )
2018-05-02 12:47:24 +03:00
Lauris BH
d0a9957c32
Fix docs site index page ( #3868 ) ( #3881 )
2018-05-02 11:06:10 +03:00
Lauris BH
adbf576a6e
fix gpg expired bug when time is zero ( #3584 ) ( #3884 )
2018-05-02 15:23:07 +08:00
Lauris BH
15cdb19d77
Fix path cleanup in multiple places ( #3871 ) ( #3873 )
2018-05-01 17:10:50 +08:00
kolaente
9be48f04cb
Fix only updated_unix when adding a comment (Backport of #3855 to 1.4 ) ( #3860 )
2018-04-30 21:42:37 +03:00
Lauris BH
24dd77eca6
Fix building of docs with latest hugo version ( #3856 ) ( #3862 )
2018-04-30 21:19:46 +03:00
Bwko
af7779daf8
Remove unnecessary Safe tags ( #3779 )
2018-04-11 20:39:27 +03:00
Michael Kuhn
31c0a338d6
Fix typo in deleteUser ( #3781 ) ( #3783 )
...
num_watches was used where num_stars should have been used.
2018-04-11 11:24:46 +08:00
Bwko
2ec85e0b70
Use the active branch for the code tab ( #3776 )
2018-04-10 11:10:32 +08:00
Bo-Yi Wu
251e1b68b4
Backport: fix: show Clipboard button if disable HTTP of git protocol #3773 ( #3774 )
2018-04-09 23:35:30 +08:00
Lauris BH
641d481c38
Correctly check http git access rights for reverse proxy authorized users ( #3721 ) ( #3743 )
2018-04-04 20:06:21 +03:00
Lunny Xiao
6c6d1ff08c
fix go vet error ( #3740 ) ( #3744 )
2018-03-30 23:28:10 +03:00
Bwko
d9ad876d97
Set default branchname on first push ( #3723 )
2018-03-27 12:51:20 +08:00
Lauris BH
832e2ebe91
Changelog for release 1.4.0 ( #3714 )
2018-03-25 09:12:48 +08:00
Jonas Franz
68134e6441
Escape branch name in dropdown menu ( #3692 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
(cherry picked from commit 61ce616
)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-19 22:31:01 +08:00
Lauris BH
3022681432
Changelog for 1.4.0-rc3 ( #3679 )
2018-03-16 22:11:34 +02:00
Lauris BH
c0e0fb7d39
Refactor and simplify redirect to url ( #3674 ) ( #3676 )
2018-03-16 19:59:47 +08:00
Lauris BH
0c612124f9
Update markbates/goth libary to fix OAuth2 support ( #3661 ) ( #3663 )
2018-03-13 09:08:26 +02:00
Lauris BH
5d0c9872a9
Fix MySQL and PostgreSQL column drop SQL ( #3649 ) ( #3651 )
2018-03-10 10:27:19 +08:00
Lauris BH
92a3061753
Fix column removal in MSSQL ( #3638 ) ( #3640 )
...
* Fix column removal in MSSQL
* Use xorm session in MSSQL drop column operations
* Add transaction as MSSQL alter table is transactional
2018-03-07 11:59:20 +02:00
Lauris BH
efc5a7171b
Fix wiki inter-links with spaces ( #3560 ) ( #3632 )
2018-03-06 16:43:50 +08:00
Lauris BH
93f34fd8a2
Changelog for release 1.4.0-rc2 ( #3610 )
2018-03-03 00:10:37 +02:00
Wendell Sun
dd784396ce
Fix query protected branch bug ( #3563 ) ( #3571 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
2018-02-24 00:07:25 +02:00
Wendell Sun
4a0ce6896b
Fix remove team member issue ( #3566 ) ( #3570 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
2018-02-23 20:02:45 +02:00
Wendell Sun
d87fb0a6fd
Fix the protected branch panic issue ( #3567 ) ( #3569 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
2018-02-23 19:27:34 +02:00