pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update to gitea 1.6.0
Module Name: pkgsrc-wip
Committed By: Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By: tuxillo
Date: Fri Nov 23 11:45:41 2018 +0000
Changeset: 07d5356b7c701b48a1d4cfc51958a7a65c9b5903
Modified Files:
gitea/Makefile
gitea/PLIST
gitea/distinfo
Log Message:
Update to gitea 1.6.0
Changes
---------------------------------
- Respect email privacy option in user search via API (#4512)
- Simply remove tidb and deps (#3993)
- Swagger.v1.json template (#3572)
- SECURITY
- Add CSRF checking to reqToken and add reqToken to admin API routes
- (#5272) (#5250)
- Improve URL validation for external wiki and external issues
- (#4710)
- Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)
- Don't disclose emails of all users when sending out emails (#4664)
- Check that repositories can only be migrated to own user or
- organizations (#4366)
- FEATURE
- Add comment replies (#5147) (#5104)
- Pull request review/approval and comment on code (#3748)
- Added dependencies for issues (#2196) (#2531)
- Add the ability to have built in themes in Gitea and provide dark
- theme arc-green (#4198)
- Add sudo functionality to the API (#4809)
- Add oauth providers via cli (#4591)
- Disable merging a WIP Pull request (#4529)
- Force user to change password (#4489)
- Add letsencrypt to Gitea (#4189)
- Add push webhook support for mirrored repositories (#4127)
- Add csv file render support defaultly (#4105)
- Add Recaptcha functionality to Gitea (#4044)
- ENHANCEMENT
- Fix milestones sorted wrongly (#4987)
- Allow api to create tags for releases if they don't exist (#4890)
- Fix #4877 to follow the OpenID Connect Audiences spec (#4878)
- Enforce token on api routes [fixed critical security issue #4357]
- (#4840)
- Update legacy branch and tag URLs in dashboard to new format (#4812)
- Slack webhook channel name cannot be empty or just contain an
- hashtag (#4786)
- Add whitespace handling to PR-comparsion (#4683)
- Make reverse proxy auth optional (#4643)
- MySQL TLS (#4642)
- Make sure to set PR split view when creating/previewing a pull
- request (#4617)
- Log user in after a successful sign up (#4615)
- Fix typo IsPullReuqestBroken -> IsPullRequestBroken (#4578)
- Allow admin toggle forcing a password change for newly created users
- (#4563)
- Update jQuery to v1.12.4 (#4551)
- Env var GITEA_PUSHER_EMAIL (#4516)
- Feat(repo): support search repository by topic name (#4505)
- Small improvements to dependency UI (#4503)
- Make max commits in graph configurable (#4498)
- Add valid for lfs oid (#4461)
- Add shortcut to save wiki page (#4452)
- Allow administrator to create repository for any organization
- (#4368)
- Fix repository last updated time update when delete a user who
- watched the repo (#4363)
- Switch plaintext scratch tokens to use hash instead (#4331)
- Increase default TOTP secret size to 320 bits (#4287)
- Keep preseeded database password (#4284)
- Implemented hover text showing user FullName (#4261)
- Add ability to delete a token (#4235)
- Fix typos in i18n variable names. (#4080)
- Api: repos/search: add parameters to control the sort order (#3964)
- Add missing path in the Docker app.ini template (#2181)
- Add file name and branch to page title (#4902)
- Offline use of google fonts (#4872)
- Add missing History link to directory listings v2 (#4829)
- Locale for Edit and Remove due date issue (#4802)
- Disable 'May Import Local Repository' when is disabled by setting
- (Is… (#4780)
- API /admin/users/{username} missing parameter (#4775)
- Display error when adding a user to a team twice (#4746)
- Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876
- (#4722)
- Focus title input when clicking helper link (#4696)
- Add vendor to user reserved words and format words list according
- alphabet (#4685)
- Add gitea/issues link to 500 page (#4654)
- Hide home button when landing page is not set to home (#4651)
- Remove link to GitHub issues in 404 template (#4639)
- Cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
- Add flash message after an account has been successfully activated
- (#4510)
- Prevent html entity escaping on delete branch (#4471)
- Locale for button Edit on protected branch (#4442)
- Update notification icon (#4343)
- Added front-end topics validation (#4316)
- Don't display buttons if there are no system notifications (#4280)
- Issue due date api (#3890)
- BUGFIXES
- dont' send assign webhooks when creating issue (#5365)
- Fix create team, update team missing units (#5188)
- Fix file edit change preview functionality (#5300)
- -ix bug when users have serval teams with different units on
- different repositories (#5307)
- Fix U2F if gitea is configured in subpath (#5302)
- Fix markdown image with link (#4675)
- Remove maxlines option for file logger (#5282)
- Fix wrong api request url for instances running in subfolders
- (#5261) (#5247)
- Accept web-command cli flags if web-command is commited (#5245)
- (#5200)
- Reduce join star, repo_topic, topic tables on repo search, to
- resolve extra columns problem on MSSQL (#5136) (#5229)
- Fix data race on migrate repository (#5224) (#5230)
- Add secret to all webhook's payload where it has been missing
- (#5208) (#5199)
- Fix sqlite and MSSQL lock (#5210) (#5223) (#5214) (#5218) (#5176)
- (#5179)
- Fix race on updatesize (#5190) (#5215)
- Fix filtering issues by tags on main screen issues (#5219) (#3824)
- Fix SQL quoting (#5137) (#5117)
- Fix regex to support optional end line of old section in diff hunk
- (#5097) (#5096)
- Fix release creation via API (#5076)
- Remove links from topics in edit mode (#5026)
- Fix missing AppSubUrl in few more templates (fixup) (#5021)
- Fix missing AppSubUrl in some templates (#5020)
- Hide outdated comments in file view (#5017)
- Upgrade gopkg.in/testfixtures.v2 (#4999)
- Disable debug routes unless PPROF is enabled in configuration
- (#4995)
- Fix user menu item styling (#4985)
- Fix layout of the topics editing form (#4971)
- Fix null pointer dereference in ParseCommitWithSignature (#4962)
- Fix url in discord webhook (#4953)
- Detect charset and convert non UTF-8 files for display (#4950)
- Make sure to catch the right error so it is displayed on the UI
- (#4945)
- Fix(topics): don't redirect to explore page. (#4938)
- Fix bug forget to remove Stopwatch when remove repository (#4928)
- Fix bug when repo remained bare if multiple branches pushed in
- single push (#4923)
- Fix: Crippled diff (#4726) (#4900)
- Fix trimming of markup section names (#4863)
- Issues api allow pulls and fix #4832 (#4852)
- Do not autocreate directory for new users/orgs (#4828) (#4849)
- Fix redirect with non-ascii branch names (#4764) (#4810)
- Fix missing release title in webhook (#4783) (#4796)
- User shouldn't be able to approve or reject his/her own PR (#4729)
- Make sure to reset commit count in the cache on mirror syncing
- (#4720)
- Fixed bug where team with admin privelege type doesn't get any unit
- (#4719)
- Fix incorrect caption of webhook setting (#4701) (#4717)
- Allow WIP marker to contains < or > (#4709)
- Hide org/create menu item in Dashboard if user has no rights (#4678)
- (#4680)
- Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645)
- Fix custom templates being ignored (#4638)
- Fix starring icon after semantic ui update (#4628)
- Fix Split-View line adjustment (#4622)
- Fix integer constant overflows in tests (#4616)
- Push whitelist now doesn't apply to branch deletion (#4601) (#4607)
- Fix bugs when too many IN variables (#4594)
- Fix failure on creating pull request with assignees (#4419) (#4583)
- Fix panic issue on update avatar email (#4580) (#4581)
- Fix status code label for a successful webhook (#4540)
- An inactive user shouldn't be able to be added as a collaborator
- (#4535)
- Don't fail silently if trying to add a collaborator twice (#4533)
- Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function
- (#4519) (#4525)
- Fix out-of-transaction query in removeOrgUser (#4521) (#4522)
- Fix migration from older releases (#4495)
- Accept 'Data:' in commit graph (#4487)
- Update xorm to latest version and fix correct `user` table
- referencing in sql (#4473)
- Relative URLs for LibreJS page (#4460)
- Redirect to correct page after using scratch token (#4458)
- Fix column droping for MSSQL that need new transaction for that
- (#4440)
- Replace src with raw to fix image paths (#4377)
- Add default merge options when creating new repository (#4369)
- Fix docker build (#4358)
- Fixes repo membership check in API (#4341)
- Dep upgrade mysql lib (#4161)
- Fix some issues with special chars in branch names (#3767)
- Responsive design fixes (#4508)
- TRANSLATION
- Fix punctuation in English translation (#4958)
- Fix translation (#4355)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07d5356b7c701b48a1d4cfc51958a7a65c9b5903
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gitea/Makefile | 2 +-
gitea/PLIST | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
gitea/distinfo | 8 ++++----
3 files changed, 57 insertions(+), 9 deletions(-)
diffs:
diff --git a/gitea/Makefile b/gitea/Makefile
index b7621ce927..7e9277a437 100644
--- a/gitea/Makefile
+++ b/gitea/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= gitea-1.5.3
+DISTNAME= gitea-1.6.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/gitea/PLIST b/gitea/PLIST
index 3490be5b3b..6ab7b1aa1b 100644
--- a/gitea/PLIST
+++ b/gitea/PLIST
@@ -545,6 +545,7 @@ share/gitea/options/locale/locale_cs-CZ.ini
share/gitea/options/locale/locale_de-DE.ini
share/gitea/options/locale/locale_en-US.ini
share/gitea/options/locale/locale_es-ES.ini
+share/gitea/options/locale/locale_fa-IR.ini
share/gitea/options/locale/locale_fi-FI.ini
share/gitea/options/locale/locale_fr-FR.ini
share/gitea/options/locale/locale_hu-HU.ini
@@ -571,6 +572,7 @@ share/gitea/options/locale/locale_zh-HK.ini
share/gitea/options/locale/locale_zh-TW.ini
share/gitea/options/readme/Default
share/gitea/public/css/index.css
+share/gitea/public/css/theme-arc-green.css
share/gitea/public/img/404.png
share/gitea/public/img/500.png
share/gitea/public/img/auth/bitbucket.png
@@ -607,10 +609,12 @@ share/gitea/public/less/_install.less
share/gitea/public/less/_markdown.less
share/gitea/public/less/_organization.less
share/gitea/public/less/_repository.less
+share/gitea/public/less/_review.less
share/gitea/public/less/_tribute.less
share/gitea/public/less/_user.less
share/gitea/public/less/index.less
-share/gitea/public/swagger.v1.json
+share/gitea/public/less/themes/_base.less
+share/gitea/public/less/themes/arc-green.less
share/gitea/public/vendor/VERSIONS
share/gitea/public/vendor/assets/font-awesome/LICENSE
share/gitea/public/vendor/assets/font-awesome/css/LICENSE
@@ -622,6 +626,26 @@ share/gitea/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.svg
share/gitea/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf
share/gitea/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff
share/gitea/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700.eot
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700.svg
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700.ttf
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700.woff
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700.woff2
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700italic.eot
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700italic.svg
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700italic.ttf
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700italic.woff
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-700italic.woff2
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-italic.eot
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-italic.svg
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-italic.ttf
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-italic.woff
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-italic.woff2
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-regular.eot
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-regular.svg
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-regular.ttf
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-regular.woff
+share/gitea/public/vendor/assets/lato-fonts/lato-v14-latin-regular.woff2
share/gitea/public/vendor/assets/octicons/LICENSE
share/gitea/public/vendor/assets/octicons/octicons.eot
share/gitea/public/vendor/assets/octicons/octicons.min.css
@@ -1937,17 +1961,32 @@ share/gitea/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot
share/gitea/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg
share/gitea/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf
share/gitea/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.eot
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.svg
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.ttf
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff2
share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot
share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf
share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg
share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf
share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff
share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.eot
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.svg
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.ttf
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff
+share/gitea/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff2
share/gitea/public/vendor/plugins/semantic/themes/default/assets/images/flags.png
share/gitea/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf
share/gitea/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg
share/gitea/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf
share/gitea/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff
+share/gitea/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.eot
+share/gitea/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.svg
+share/gitea/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.ttf
+share/gitea/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.woff
+share/gitea/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.woff2
share/gitea/public/vendor/plugins/simplemde/LICENSE
share/gitea/public/vendor/plugins/simplemde/simplemde.min.css
share/gitea/public/vendor/plugins/simplemde/simplemde.min.js
@@ -1978,7 +2017,9 @@ share/gitea/templates/admin/user/new.tmpl
share/gitea/templates/base/alert.tmpl
share/gitea/templates/base/delete_modal_actions.tmpl
share/gitea/templates/base/footer.tmpl
+share/gitea/templates/base/footer_content.tmpl
share/gitea/templates/base/head.tmpl
+share/gitea/templates/base/head_navbar.tmpl
share/gitea/templates/base/paginate.tmpl
share/gitea/templates/custom/body_inner_post.tmpl
share/gitea/templates/custom/body_inner_pre.tmpl
@@ -2028,8 +2069,14 @@ share/gitea/templates/repo/commits.tmpl
share/gitea/templates/repo/commits_table.tmpl
share/gitea/templates/repo/create.tmpl
share/gitea/templates/repo/diff/box.tmpl
+share/gitea/templates/repo/diff/comment_form.tmpl
+share/gitea/templates/repo/diff/comment_form_datahandler.tmpl
+share/gitea/templates/repo/diff/comments.tmpl
+share/gitea/templates/repo/diff/new_comment.tmpl
+share/gitea/templates/repo/diff/new_review.tmpl
share/gitea/templates/repo/diff/page.tmpl
share/gitea/templates/repo/diff/section_unified.tmpl
+share/gitea/templates/repo/diff/whitespace_dropdown.tmpl
share/gitea/templates/repo/editor/commit_form.tmpl
share/gitea/templates/repo/editor/delete.tmpl
share/gitea/templates/repo/editor/diff_preview.tmpl
@@ -2098,8 +2145,11 @@ share/gitea/templates/repo/wiki/start.tmpl
share/gitea/templates/repo/wiki/view.tmpl
share/gitea/templates/status/404.tmpl
share/gitea/templates/status/500.tmpl
-share/gitea/templates/swagger.tmpl
+share/gitea/templates/swagger/ui.tmpl
+share/gitea/templates/swagger/v1_json.tmpl
share/gitea/templates/user/auth/activate.tmpl
+share/gitea/templates/user/auth/change_passwd.tmpl
+share/gitea/templates/user/auth/change_passwd_inner.tmpl
share/gitea/templates/user/auth/finalize_openid.tmpl
share/gitea/templates/user/auth/forgot_passwd.tmpl
share/gitea/templates/user/auth/link_account.tmpl
@@ -2142,5 +2192,3 @@ share/gitea/templates/user/settings/security_openid.tmpl
share/gitea/templates/user/settings/security_twofa.tmpl
share/gitea/templates/user/settings/security_u2f.tmpl
share/gitea/templates/user/settings/twofa_enroll.tmpl
-@pkgdir gopkg
-@pkgdir bin
diff --git a/gitea/distinfo b/gitea/distinfo
index f3d41fb41a..33f4433110 100644
--- a/gitea/distinfo
+++ b/gitea/distinfo
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.1 2017/08/17 01:08:30 gavan Exp $
-SHA1 (gitea-1.5.3.tar.gz) = dafe16fc7eec8e3f12f4c6286b13cf6733e395cb
-RMD160 (gitea-1.5.3.tar.gz) = 1e4ddf6c773be66cba97925ead2ea4d07f6a17e9
-SHA512 (gitea-1.5.3.tar.gz) = 3764bdcf20ed398d60647f4920d9c0c1560b754d01329820ce1cb077a0268abed8e19a7cbbe78dbfcd3e75115f600dafd24725194b0463a97b90fe193a2f3750
-Size (gitea-1.5.3.tar.gz) = 18866434 bytes
+SHA1 (gitea-1.6.0.tar.gz) = b74fed183233a86e31f4c827ea16b3a35a0e0520
+RMD160 (gitea-1.6.0.tar.gz) = 25024e86f2bea8c187b9a555eb4d92ab0d2a65c9
+SHA512 (gitea-1.6.0.tar.gz) = 67591fd610bc16909c9cbddc9d55b7b60653934c0f77cf6cb0c3b92c8e3b884bc0b9bdd5ccb70a3897859a86caa4ebe807bb3ab988455f5516dcc95745c8d0a4
+Size (gitea-1.6.0.tar.gz) = 19508474 bytes
SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap.go) = fb6036fca52ad3ecf779080849a015fee640aba5
SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__solaris.go) = f4341dfab2b452f926353350ce861aa75e3e47f9
SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__sys.go) = 4e6121157bbd4072feaca297c081efa49379a57c
Home |
Main Index |
Thread Index |
Old Index