3d0ad2885a
[skip ci] Updated translations via Crowdin
2020-09-15 11:29:56 +00:00
d5e6211987
Fix notifications page links ( #12838 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-15 07:06:08 +01:00
342e49e325
Stop cloning unnecessarily on PR update ( #12839 )
...
* Stop cloning unnecessarily on PR update
Fix #12740
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Remove unnecessary delete
Signed-off-by: Andrew Thornton <art27@cantab.net >
* fix lint
Signed-off-by: Andrew Thornton <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-09-14 23:32:31 -04:00
08a905f614
Fix external renderers example ( #12841 )
...
* libffi-dev is required for building jupyter
* matplotlib can not be installed using wheels on the used version of alpine
linux, which means it must be compiled and a large number of other packages
have to be installed as well.
This is very inefficient: see eg.
https://pythonspeed.com/articles/alpine-docker-python/
Apart from that, matplotlib is actually not required for rendering
notebook files in gitea and it will pull in other dependencies which take some
time to build (ie numpy).
2020-09-14 18:11:11 -04:00
ed2bdf455c
Fix background of signed-commits on arc-green ( #12837 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-14 21:18:04 +01:00
c950ea10ab
[skip ci] Updated translations via Crowdin
2020-09-14 18:43:45 +00:00
642c3c258b
Fix git open close bug ( #12834 )
2020-09-14 19:42:40 +01:00
6a1a6332de
[skip ci] Updated translations via Crowdin
2020-09-14 11:49:03 +00:00
00a806de68
[API] Milestone endpoints accept names too ( #12649 )
...
* API: Milestone endpoints accept names too
* add test
* rename
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-09-14 14:48:03 +03:00
33f606ce4c
[skip ci] Updated translations via Crowdin
2020-09-14 10:41:18 +00:00
6c4e9623cc
fix: use Base36 for all code indexers ( #12830 )
2020-09-14 13:40:07 +03:00
53b656582e
[skip ci] Updated translations via Crowdin
2020-09-13 01:49:50 +00:00
b2bda11595
Fix markdown meta parsing ( #12817 )
...
* Fix meta parsing and add minimal test
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Add license
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Require first separator and add more tests
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Make fmt
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Go lets this work gracefully 🙏
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-09-12 21:48:47 -04:00
f91bb745d6
Don't replace underscores in auto-generated IDs in goldmark ( #12805 )
...
Fix #12196
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-12 12:00:48 -04:00
55e05ad1ce
[skip ci] Updated translations via Crowdin
2020-09-12 12:32:50 +00:00
8ce10fb6e1
Fix bug on elastic search ( #12811 )
...
* Fix bug on elastic search
* Add more comments for elastic search result startIndex and endIndex
* refactor indexPos
* refactor indexPos
* Fix bug
2020-09-12 20:31:52 +08:00
ae528d8321
Translate two small lables on commit statuse list ( #12821 )
...
* Requested
* Details
Signed-off-by: a1012112796 <1012112796@qq.com >
2020-09-12 15:29:50 +08:00
c18c6cf4cf
[skip ci] Updated translations via Crowdin
2020-09-11 20:20:02 +00:00
ffddf3f8a6
Make SVG size argument optional ( #12814 )
...
Now defaults to 16 on both frontend and backend.
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-11 16:19:00 -04:00
26c4a049da
Issue templates directory ( #11450 )
...
* Issue templates
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Add some comments, appease the linter
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Add docs and re-use dir candidates
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Add default labels to issue templates
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Generate swagger
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Suggested changes
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Update issue.go
* Suggestions
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Extract metadata from legacy if possible
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-11 10:48:39 -04:00
dd1a651b58
Move all push update operations to a queue ( #10133 )
...
* Fix test
* Add no queue for test only
* improve code
* Auto watch whatever branch operation
* Fix lint
* Rename noqueue to immediate
* Remove old PushUpdate function
* Fix tests
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-11 10:14:48 -04:00
910947fbcd
[skip ci] Updated translations via Crowdin
2020-09-11 12:39:57 +00:00
7777017b43
Show PR settings on empty repos ( #12808 )
...
Fix #12788
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-11 13:39:01 +01:00
4eb0a1dfaf
Disable watch and star if not signed in ( #12807 )
...
Fix #12070
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-11 12:01:51 +01:00
e0ac545043
Add postgres schema to the search_path on database connection ( #12634 )
...
Rather than rely on the user running the gitea server and db setting the
schema search_path correctly - if gitea is run with a schema we should
simply set the search_path to have that schema first in the path.
Fix #12505
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-11 10:30:19 +01:00
25c870faa9
Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too ( #12804 )
...
Fix #12801
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-11 09:25:06 +01:00
29ac1f9122
[skip ci] Updated translations via Crowdin
2020-09-11 06:45:37 +00:00
a064153235
Set opengraph attributes on org pages ( #12803 )
...
Fix #12778
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-11 07:41:43 +01:00
bfd9ca33b7
Remove double escape on labels addition in comments ( #12809 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-09-11 00:06:41 -04:00
fd60ebfe14
[API] Migration: Change ServiceType String ( #12672 )
...
* use different structs for MigrateRepoOptions on UI and API
* Fix TokenAuth and rename UID to an understandable Name
* fix swagger doc
* simplify & mk redable
* R E F A C T O R:
migration has now internal 3 structs to store its options:
* the Options for WebUI: modules/auth/repo_form.go
* the Options for API: modules/structs/repo.go
* the option struct with after validation for internal prossessing: modules/migrations/base/options.go
* Copyright Header
* Deprecate UID - add RepoOwner
* adopt repo.go -> migrate.go
* add comment about each struct purpose
* lint
2020-09-10 23:29:19 +01:00
daefdd1385
Update gitea.com/macaron/i18n ( #12806 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-10 16:32:58 -05:00
47289344e2
Add Primary Key to Topic and RepoTopic ( #12639 )
...
Add a primary key to Topic and RepoTopic tables
Fix #8920
Signed-off-by: Andrew Thornton <art27@cantab.net >
2020-09-10 20:45:01 +01:00
4f8dad37f8
ui: change commentTag style ( #11668 )
...
* ui: change commentTag style
* Add comment tag in first comment (issue content)
* Show CommentTagPoster in other way
Signed-off-by: a1012112796 <1012112796@qq.com >
* Update routers/repo/issue.go
Co-authored-by: Lauris BH <lauris@nix.lv >
* fix lint
* revert CommentTagPoster
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-10 14:09:14 -04:00
5b10da241b
[skip ci] Updated translations via Crowdin
2020-09-10 17:06:38 +00:00
4d1c41d4e2
fix readme format ( #12797 )
...
Originally, the tabbed content under 'If pre-built frontend files are present it is possible to only build the backend:‘ has tab within the tabbed content. This commit fixed it.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-09-10 13:05:15 -04:00
c3e8c9441a
Add check for LDAP group membership ( #10869 )
...
This is a port of gogs/gogs#4398
The only changes made by myself are:
Add locales
Add some JS to the UI
Otherwise all code credit goes to @aboron
Resolves #10829
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-authored-by: zeripath <art27@cantab.net >
2020-09-10 16:30:07 +01:00
4c42fce401
Add placeholder text for bio profile text form ( #12792 )
...
* Add placeholder text
* Localize
2020-09-10 15:29:26 +01:00
7354efe702
[skip ci] Updated translations via Crowdin
2020-09-10 13:05:36 +00:00
e10327168d
GitLab DL: normalizeColor ( #12793 )
2020-09-10 14:04:30 +01:00
0db9043aa7
return error when create gitlabdownloader ( #12790 )
2020-09-10 11:27:49 +03:00
b333aa7db4
[skip ci] Updated translations via Crowdin
2020-09-10 04:17:37 +00:00
a775428516
Update JS dependencies ( #12782 )
...
- Update all dependencies
- Add explicit postcss dependency as dictated by postcss-loader
- Adapt for new postcss-loader syntax
- Move sourceMap options to top for consistency
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-10 12:16:40 +08:00
33ac0cc125
Set language via AJAX ( #12785 )
...
* Set language via AJAX
* fix lint
2020-09-10 09:09:23 +08:00
fcc410c350
[skip ci] Updated translations via Crowdin
2020-09-09 19:09:54 +00:00
ffa12bdb71
Fix "only mail on mention" bug ( #12775 )
...
* fix mail mention bug
fix #12774
Signed-off-by: a1012112796 <1012112796@qq.com >
* fix test
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-09 15:08:55 -04:00
0cd49aaebd
[skip ci] Updated translations via Crowdin
2020-09-09 18:30:16 +00:00
e153cf07c3
Add a migrate service type switch page ( #12697 )
...
* Add a migrat service type switch page
* Improve translations
* remove images
* Fix images
* remove extra create repo button on dashboard
* Follow reviewers' opinions
* Fix frontend lint
* Remove wrong submit file
* Fix tests
* Adjust the size of image
* Apply suggestions from code review
Co-authored-by: 赵智超 <1012112796@qq.com >
* Remove username and password from migration of github/gitlab
* Improve docs
* Improve interface docs
Co-authored-by: 赵智超 <1012112796@qq.com >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-09-09 14:29:10 -04:00
6483dbc8ec
[skip ci] Updated translations via Crowdin
2020-09-09 17:32:39 +00:00
7be0939332
Add MySQL FAQ section ( #12780 )
...
* Add MySQL FAQ section
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Update docs/content/doc/help/faq.en-us.md
* Update docs/content/doc/help/faq.en-us.md
Co-authored-by: mrsdizzie <info@mrsdizzie.com >
Co-authored-by: mrsdizzie <info@mrsdizzie.com >
2020-09-09 13:31:31 -04:00
090024db37
[skip ci] Updated translations via Crowdin
2020-09-09 13:09:44 +00:00