mavenbline
74a4a1e17f
Fix invalid repo urls after change username ( #10150 )
...
* Fix invalid repo urls after change username
* Update user.go
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-02-08 16:59:40 +02:00
jaqra
7d8a2d05cf
Allow emoji on popup label ( #10166 )
...
* allow emoji on popup label
* Make emojify work
* Remove unnecessary class
Co-Authored-By: silverwind <me@silverwind.io >
Co-authored-by: silverwind <me@silverwind.io >
2020-02-08 12:48:17 +01:00
Antoine GIRARD
632df9b996
Improve make PR (force build and help message) ( #10178 )
...
* Force build of assets
* Add make pr to make help
* apply @jolheiser suggestion
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com >
* Run clean-all before make pr
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com >
2020-02-08 01:14:43 +01:00
silverwind
4721d45c2a
move clipboard.js to npm/webpack ( #10183 )
...
- created lazy-loaded webpack chunk for clipboard.js
- upgraded clipboard.js from 1.5.9 to 2.0.4
- parallelize initialization of all lazy-loaded features
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-02-08 00:03:42 +01:00
Lars Lehtonen
0754ceca5b
modules/log: remove noop written variables ( #10182 )
...
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-02-07 21:35:30 +01:00
6543
11789aebb0
Fix code-expansion arc-green theme bug ( #10180 )
...
* fix code-expansion theme bug
* working solution without important
* no new color
* the midle
2020-02-07 20:19:50 +01:00
GiteaBot
11995bf2ee
[skip ci] Updated translations via Crowdin
2020-02-07 17:11:26 +00:00
silverwind
fdf6d25915
Reorganize frontend files and tooling ( #10168 )
...
- move "vendor" files to js/vendor and less/vendor
- move swagger to js/standalone (meant for standalone pages)
- move gitgraph to features and streamline its loading
- add linting configs to webpack dependencies in make
- set ignored files for eslint/stylelint directly in their configs
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-02-07 18:09:30 +01:00
James Lakin
6e6da2c276
Tweak locale to respect singular conflicting file message in P… ( #10177 )
...
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-02-07 17:38:18 +01:00
John Olheiser
cf33a18a5c
Fix commit view ( #10169 )
...
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: zeripath <art27@cantab.net >
2020-02-07 18:38:50 +08:00
zeripath
c512bfd09c
Prevent double waitgroup decrement ( #10170 )
...
* Prevent double waitgroup decrement
2020-02-07 09:08:09 +00:00
John Olheiser
d32b65ab68
Fix topics dropdown ( #10167 )
...
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-02-07 07:46:09 +02:00
Antoine GIRARD
730f026c6e
make: improve make pr ( #10165 )
2020-02-06 23:40:27 +02:00
guillep2k
08c9160e71
Allow emoji on review head comments ( #10159 )
...
Co-authored-by: techknowlogick <matti@mdranta.net >
2020-02-06 20:35:53 +02:00
guillep2k
727fc42db7
Fix issue/pull link ( #10158 )
2020-02-06 13:12:15 -05:00
silverwind
70dd3faad3
update JS dependencies ( #10155 )
...
result of `make npm-update`. no real notable changes, the breaking
change in styleline is Node.js 10 which we already require.
2020-02-05 21:22:21 -05:00
GiteaBot
77431599f6
[skip ci] Updated translations via Crowdin
2020-02-05 09:48:57 +00:00
John Olheiser
95013fde60
Fix push-create SSH bugs ( #10145 )
...
* Attempt to fix push-create SSH bugs
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Fix binding
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Invalid ctx
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2020-02-05 10:40:35 +01:00
GiteaBot
7dcd305424
[skip ci] Updated translations via Crowdin
2020-02-04 14:28:42 +00:00
6543
d4096ab6a2
Ensure DeleteUser is not allowed to Delete Orgs and visa versa ( #10134 )
...
* add check to DeleteUser
* add check to DeleteOrganization
* add Test
* remove redundancy (deleteOrg is only used in DeleteOrganization)
* Update models/org.go
Co-authored-by: zeripath <art27@cantab.net >
2020-02-04 16:27:18 +02:00
6543
b3c72a7c4a
[API] expose RepoOwner on Issue responce ( #10126 )
...
* add RepoOwner on issue api responce
* CI.restart()
2020-02-04 00:05:17 -05:00
James Lakin
3ff95cef60
Show if a PR has conflicting files on the PR lists ( #10130 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-02-04 00:14:38 +02:00
Lauris BH
20c513be6e
Show download count info in release list ( #10124 )
...
* Show download count info in release list
* Use go-humanize
2020-02-03 21:50:37 +02:00
6543
ea50f60df2
Prevent DeleteUser API abuse ( #10125 )
...
* fix & co
* word suggestions from @jolheiser
2020-02-03 18:46:33 +02:00
GiteaBot
29151b90c6
[skip ci] Updated translations via Crowdin
2020-02-03 08:48:26 +00:00
Lunny Xiao
48ce135cc9
Move PushUpdateAddDeleteTags to repository module from models ( #10106 )
...
* Move PushUpdateAddDeleteTags to repository module from models
* Fix deadlock on sqlite
2020-02-03 09:47:04 +01:00
6543
e959d1a48b
working part of #9998 ( #10114 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-02-03 10:21:50 +08:00
zeripath
2c903383b5
Add Unique Queue infrastructure and move TestPullRequests to this ( #9856 )
...
* Upgrade levelqueue to version 0.2.0
This adds functionality for Unique Queues
* Add UniqueQueue interface and functions to create them
* Add UniqueQueue implementations
* Move TestPullRequests over to use UniqueQueue
* Reduce code duplication
* Add bytefifos
* Ensure invalid types are logged
* Fix close race in PersistableChannelQueue Shutdown
2020-02-02 23:19:58 +00:00
zeripath
b4914249ee
Update aria-fixed semantic-dropdown to fomantic master ( #10096 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-02-02 17:28:00 -05:00
Lunny Xiao
bf1970d0bd
Improve push update options ( #10105 )
...
* Improve push update options
* fix test
* More refactor and fix lint
* fix lint
* Fix lint
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-02-02 15:27:34 -05:00
guillep2k
70aa629ae7
Add warning when using relative path to app.ini ( #10104 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-02-02 18:20:20 +02:00
zeripath
391e0638cc
Check if go exists before generating the GOPATH ( #10100 )
...
* Check if go exists before generating the GOPATH
* Move export PATH into Go protected section
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-02-01 21:43:35 -05:00
guillep2k
bcb52aef09
Implement "embedded" command to extract static resources ( #9982 )
...
* draft
* Implement extract command
* Fix nits and force args on extract
* Add !bindata stub, support Windows, fmt
* fix vendored flag
* Remove leading slash for matching
* Add docs
* Fix typos
* Add embedded view command
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-02-02 10:17:44 +08:00
zeripath
9b9dd19d7d
Fix broken FlushAll ( #10101 )
...
* go function contexting is not what you expect
* Apply suggestions from code review
Co-Authored-By: Lauris BH <lauris@nix.lv >
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-02-01 23:43:50 +00:00
guillep2k
72f9cfc8f0
Use a file as make evidence for fomantic instead of a directory ( #10032 )
...
* Use evidence file as dependency instead of dir
* fix eol
* Update .gitignore
Co-Authored-By: silverwind <me@silverwind.io >
* Use FOMANTIC_SOURCES to establish dependencies as per @silverwind
Co-authored-by: silverwind <me@silverwind.io >
2020-02-01 20:15:32 +00:00
Lunny Xiao
ce7062a422
Cache last commit to accelerate the repository directory page visit ( #10069 )
...
* Cache last commit to accelerate the repository directory page visit
* Default use default cache configuration
* add tests for last commit cache
* Simplify last commit cache
* Revert Enabled back
* Change the last commit cache default ttl to 8760h
* Fix test
2020-02-01 19:11:32 +00:00
silverwind
046bb05979
remove VERSIONS file ( #10070 )
...
It serves no clear purpose and is not used anywhere to my knowledge.
Also, it's name to version mapping doesn't work with bundling.
2020-02-01 18:25:27 +00:00
guillep2k
131baa26be
Accept punctuation after simple+cross repository issue references ( #10091 )
...
* Support references ending in , . and ;
* Accept :;, in simple refs; fix 2+ consecutive refs
* Include cross-repository references
* Add ?!, fix spacing problem
2020-02-01 18:01:30 +00:00
zeripath
f8f6adc2a6
Add button to revert SimpleMDE to plain textarea ( #10099 )
2020-02-01 17:06:57 +00:00
silverwind
6dcf110628
enable babel-loader cache ( #10083 )
...
this speeds up repeated webpack builds by around 20%. It will use the
default cache directory `node_modules/.cache/babel-loader`.
Also added cache invalidation to workaround https://github.com/babel/babel-loader/issues/690
2020-02-01 15:12:41 +00:00
Lunny Xiao
3ccd271081
Fix branch page pull request title and link error ( #10092 )
...
* Fix branch page pull request title and link error
* Fix ui
2020-02-01 15:54:25 +02:00
Lunny Xiao
107a694fd6
Fix IsErrPullClosed ( #10093 )
2020-02-01 11:24:26 +00:00
6543
8d43563a32
[BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist ( #10029 )
...
* only try to get HeadBranch if HeadRepo exist
* impruve
* no nil error
* add TEST
* correct error msg
2020-01-31 16:13:51 -05:00
6543
13bc82009c
API endpoint for repo transfer ( #9947 )
...
* squash
* optimize
* fail before make any changes
* fix-header
2020-01-31 15:49:04 +00:00
guillep2k
d816f7018b
Remove migration support from versions earlier than 1.6.0 ( #10026 )
...
* Remove migration support from versions earlier than 1.6.0
* Remove unused functions
* Update gogs upgrade instructions
* Improve "latest" link as per @jolheiser
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-01-31 21:42:45 +08:00
Lauris BH
b3d8e2d4f7
Update topics repo count when deleting repository ( #10051 )
...
* Update topics repo count when deleting repository
* Add migration to fix incorrect data
* Optimize to use single update to recalculate values
2020-01-31 08:57:19 +02:00
6543
159732dcb7
update ( #10079 )
2020-01-31 07:01:32 +02:00
John Olheiser
6bb0f20456
Remove unused config on UI ( #10078 )
...
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2020-01-31 00:18:31 +02:00
GiteaBot
68e4f4efc7
[skip ci] Updated translations via Crowdin
2020-01-30 16:12:42 +00:00
Lunny Xiao
eac5142ac7
Fix leveldb test race ( #10054 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-01-30 11:09:39 -05:00