linweijie2012
1e51307466
fix bug forget to remove Stopwatch when remove repository ( #4933 )
...
fix bug forget to remove Stopwatch when remove repository
2018-09-14 16:09:25 +08:00
SagePtr
c145cb745b
Fix bug when repo remained bare if multiple branches pushed ( #4927 )
2018-09-13 13:36:41 +03:00
techknowlogick
1a68b3962f
backport "Enforce token on api routes ( #4840 )" ( #4905 )
2018-09-11 10:39:32 -04:00
SagePtr
d918e63bc5
Fix redirect with non-ascii branch names ( #4764 ) ( #4887 )
2018-09-07 16:32:46 -04:00
Lunny Xiao
1901f35980
issues api allow pulls and fix #4832 ( #4852 ) ( #4862 )
2018-09-04 22:13:56 -04:00
Nicolas Lenz
745c898561
Fix trimming of markup section names ( #4864 )
...
Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
2018-09-03 21:43:16 -04:00
techknowlogick
38d8b8cf49
1.5.1 Changelog ( #4851 )
...
As title
2018-09-03 08:53:34 +08:00
SagePtr
0358a40625
Fix missing release title in webhook ( #4783 ) ( #4800 )
2018-08-26 15:07:44 -04:00
techknowlogick
99ce0bfcd7
Don't disclose emails of all users when sending out emails ( #4784 )
...
Backport (#4664 )
2018-08-24 14:37:30 -04:00
Lanre Adelowo
3fbcdd9e25
Make sure to reset commit count in the cache on mirror syncing ( #4720 ) ( #4770 )
...
* Make sure to reset commit count in the cache on mirror syncing
* reset count of commits in all branches
2018-08-23 22:23:21 +08:00
Lanre Adelowo
e9def84bf2
Fixed bug where team with admin privelege type doesn't get any unit attached to the team ( #4719 ) ( #4759 )
2018-08-21 15:29:25 -04:00
Lauris BH
066515429f
Improve URL validation for external wiki and external issues ( #4710 ) ( #4740 )
...
* Improve URL validation for external wiki and external issues
* Do not allow also localhost address for external URLs
2018-08-17 20:21:20 -04:00
SagePtr
12c04a85f2
Fix failure on creating pull request with assignees ( #4419 ) ( #4727 )
2018-08-16 13:46:06 -04:00
SagePtr
a345023d0a
Fix incorrect caption of webhook setting ( #4701 ) ( #4718 )
2018-08-15 19:06:56 +03:00
SagePtr
052aa54b2b
Make cookies HttpOnly and obey COOKIE_SECURE flag ( #4707 )
2018-08-14 16:19:20 -04:00
SagePtr
cbe8a1f0e6
Hide org/create menu item in Dashboard if user has no rights ( #4678 ) ( #4686 )
2018-08-13 14:22:15 +03:00
techknowlogick
cfe6941905
1.5.0 changelog
2018-08-10 13:16:53 -04:00
Lunny Xiao
eb8c611b1d
Site admin could create repos even MAX_CREATION_LIMIT=0 ( #4645 ) ( #4650 )
...
* site admin could create repos even MAX_CREATION_LIMIT=0
* Optimize if structure
2018-08-09 06:31:57 +03:00
techknowlogick
b1eaeeb0cd
Backport Remove link to GitHub issues in 404 template #4639 ( #4644 )
2018-08-08 16:20:05 -04:00
SagePtr
15a403bf97
Push whitelist now doesn't apply to branch deletion ( #4601 ) ( #4640 )
2018-08-08 11:19:13 +03:00
Lunny Xiao
099028681e
fix bugs when too many IN variables ( #4594 ) ( #4597 )
2018-08-02 14:48:39 -04:00
Dingjun
940e30bcd4
fix panic issue on update avatar email ( #4580 ) ( #4590 )
...
fix #4580
back port PR for release/v1.5, refer to #4581
2018-08-01 21:34:57 +08:00
SagePtr
5a7830e0e8
Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function ( #4519 ) ( #4526 )
2018-07-27 22:11:53 +03:00
SagePtr
dae065ea68
Fix out-of-transaction query in removeOrgUser ( #4521 ) ( #4524 )
2018-07-27 08:57:49 -04:00
Lauris BH
40bbc7320c
Add 1.5.0-rc2 changelog ( #4488 )
2018-07-21 20:06:06 +03:00
Lauris BH
5da301bb70
Prevent html entity escaping ( #4471 ) ( #4485 )
2018-07-20 18:39:40 -04:00
Lauris BH
3e191935c8
Fix column droping for MSSQL that need new transaction for that ( #4440 ) ( #4484 )
2018-07-20 15:27:30 -04:00
Lauris BH
8a639ade58
Update xorm to latest version and fix correct `user` table referencing in sql ( #4473 ) ( #4483 )
2018-07-20 21:48:15 +03:00
Lunny Xiao
88d791013b
add valid for lfs oid ( #4461 ) ( #4477 )
2018-07-20 19:36:56 +03:00
techknowlogick
b37ca4a6ff
backport: Redirect to correct page after using scratch token ( #4472 )
2018-07-19 17:15:12 -04:00
Lauris BH
678834883e
Fix drone git@next plugin Gitea version display when building tag ( #4380 ) ( #4430 )
2018-07-12 11:40:50 -04:00
Lauris BH
1965eaf96e
Disable swagger validation while it is not fixed in upstream ( #4423 ) ( #4431 )
2018-07-12 19:49:40 +08:00
Jonas Franz
c784ac53ba
Replace src with raw to fix image paths ( #4386 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-07 00:44:16 +02:00
Nicolas Da Mutten
85f3966338
Fixes repo membership check in API ( #4341 ) ( #4379 )
...
Untested, since I can't compile (yet).
2018-07-05 23:34:31 +03:00
Lauris BH
f096e69e0a
Add default merge options when adding new repository ( #4369 ) ( #4373 )
2018-07-05 16:12:09 +02:00
Lunny Xiao
768b41adba
fix repository last updated time update when delete a user who watched the repo ( #4363 ) ( #4371 )
2018-07-05 08:46:13 +02:00
Lauris BH
155caa8e0a
Check that repositories can only be migrated to own user or organizations ( #4366 ) ( #4370 )
...
* Repositories can only migrated to own user or organizations
* Add check for organization that user does not belong to
* Allow admin to migrate repositories for other users
2018-07-05 01:18:06 +02:00
Lauris Bukšis-Haberkorns
280ebcbf7c
Update changelog
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-07-03 23:24:48 +03:00
GiteaBot
100a538622
[skip ci] Updated translations via Crowdin
2018-07-03 20:23:00 +00:00
Lauris Bukšis-Haberkorns
1c7f951534
Change 1.5.0 RC1 release date in changelog
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-07-03 23:21:44 +03:00
GiteaBot
a4dfe4b9b1
[skip ci] Updated translations via Crowdin
2018-07-03 19:58:30 +00:00
Lauris Bukšis-Haberkorns
5f52178421
Change 1.5.0 RC1 release date in changelog
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-07-03 22:57:59 +03:00
GiteaBot
83e72f17f6
[skip ci] Updated translations via Crowdin
2018-07-03 19:38:06 +00:00
techknowlogick
9c6801c8d4
Add changelog for 1.5.0-RC1 ( #4324 )
2018-07-03 22:37:07 +03:00
GiteaBot
bbf9abde49
[skip ci] Updated translations via Crowdin
2018-07-03 03:57:42 +00:00
Kim "BKC" Carlbäcker
cbee921c28
Limit uploaded avatar image-size to 4096x3072 by default ( #4353 )
2018-07-03 06:56:32 +03:00
GiteaBot
69796ddd64
[skip ci] Updated translations via Crowdin
2018-07-02 12:43:33 +00:00
Guilhem Marion
3089833167
Update TRANSLATORS ( #4349 )
2018-07-02 15:42:28 +03:00
GiteaBot
f4b7b424c1
[skip ci] Updated translations via Crowdin
2018-07-01 06:03:32 +00:00
Alexey Terentyev
547f95417d
Add myself as a maintainer ( #4345 )
2018-07-01 09:02:18 +03:00