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
Bo-Yi Wu
e55eaa8545
if Mirrors repo no content is fetched, updated time should not be changed #3551 ( #3565 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2018-02-23 13:48:40 +02:00
Wendell Sun
423c642fdb
Bug fix for repo releases sorted ( #3522 ) ( #3555 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
Use TimeStampNow function
2018-02-22 09:56:38 +08:00
Bo-Yi Wu
ed2ba84525
refactor: reduce sql query in retrieveFeeds ( #3554 )
2018-02-21 18:15:00 +02:00
Lauris BH
e8015a59bb
Add issue closed time column to fix activity closed issues list ( #3537 ) ( #3540 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 21:51:37 +02:00
Lauris BH
8327300809
Update markbates/goth library ( #3533 ) ( #3539 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 20:10:38 +08:00
Lauris BH
ade183957d
Force remove test repo root path in case previous test is still locking it ( #3528 ) ( #3536 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 08:29:37 +02:00
Lauris BH
c503eac206
Fix escaping changed title in comments ( #3530 ) ( #3534 )
...
* Fix escaping changed title in comments
* Fix escaping of wiki page titile
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 10:33:51 +08:00
Jonas Bröms
221e502297
Clarify Indexer MAX_FILE_SIZE ( #3469 ) ( #3474 )
2018-02-15 11:20:41 +02:00
Codruț Constantin Gușoi
1c3d712fe7
Fixes missing avatars in offline mode ( #3471 ) ( #3477 )
...
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
2018-02-14 23:37:35 +02:00
Ethan Koenig
85f90187f3
Improve wiki test ( #3493 ) ( #3511 )
2018-02-14 22:40:59 +02:00
Jonas Franz
c0675ef6c2
Escape search query (Backport 1.4) ( #3488 )
...
* Escape search query
Signed-off-by: Jonas Franz <info@jonasfranz.de>
(cherry picked from commit 2970889
)
* Reordered imports
Signed-off-by: Jonas Franz <info@jonasfranz.de>
2018-02-11 21:25:02 +02:00
Ethan Koenig
4e27cc4813
Fix synchronization bug in repo indexer ( #3455 ) ( #3461 )
2018-02-08 08:42:45 +02:00
Lauris BH
f61ef28f26
Fix rendering of wiki page list if wiki repo contains other files ( #3454 ) ( #3463 )
...
* Fix rendering of wiki page list if wiki repo contains other files
* Improve wiki filename tests
2018-02-06 07:59:44 +02:00
Lauris Bukšis-Haberkorns
b27e10d6e4
Change 1.4.0-rc1 version release date
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-01 10:22:24 +02:00
GiteaBot
b62ce2e246
[skip ci] Updated translations via Crowdin
2018-01-31 15:41:59 +00:00
Morgan Bazalgette
10171b7e2f
add changelog for 1.4.0 ( #3435 )
...
* add changelog for 1.4.0
* remove docs
* Remove some more noise
* Small reorganization, removed bugfixes that were not present in last stable version
* Move LFS lock to features, add just merged bugfix info
2018-01-31 17:40:57 +02:00
Lauris BH
f9a5cc4d8e
Use correct transaltion key for delete email button ( #3422 )
2018-01-31 00:31:06 +02:00
Antoine GIRARD
b3fd94c13d
Add sensitive headers ( #3429 )
...
* Add HeaderWithSensitiveCase methods to respect casing
* Update webhook.go
2018-01-31 00:09:16 +02:00