7708 Commits

Author SHA1 Message Date
Yuriy Bakhtin
44f2ecb29a
Fix guest access to user profile home page (#4798)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-01-26 13:33:44 +01:00
Yuriy Bakhtin
60562677b8
Fix CountrySelect definition (#4799) 2021-01-26 13:31:48 +01:00
Lucas Bartholemy
2432654028 Prepare 1.7.2 release v1.7.2 2021-01-21 13:25:44 +01:00
Yuriy Bakhtin
2bdc435486
Deny slashes in usernames (#4780) 2021-01-18 11:05:18 +01:00
Yuriy Bakhtin
5c20ca98eb
Restrict HTML tags in Space name (#4768) 2021-01-11 12:29:34 +01:00
Sam Sheridan
bf628b84f1
Fix #4744: Banner image orientation not being processed 2021-01-07 13:17:14 +01:00
Yuriy Bakhtin
5d2db8ad73
Fix #4743: LikeLink also when no CanLike permission 2021-01-07 13:15:50 +01:00
Lucas Bartholemy
44237e1eaf Fix grunt install in GitHub workflow 2021-01-03 22:12:21 +01:00
Lucas Bartholemy
4c4d5ca169
Fix #4703: SSO login drops no warning if AuthClient cannot be stored (#4704) 2020-12-30 16:09:54 +01:00
Lucas Bartholemy
041057e037
Fix #4700: Deep Links from Microsoft Office Documents (#4702) 2020-12-30 16:08:12 +01:00
Lucas Bartholemy
b253ed069f Merge branch 'master' of github.com:humhub/humhub 2020-12-17 16:59:13 +01:00
Lucas Bartholemy
37b5c6726f Rebuild default theme stylesheet 2020-12-17 16:58:10 +01:00
Lucas Bartholemy
eb0ea61a40
Merge pull request #4728 from humhub/fix/4727
Fix #4727: Nav tabs with data-toggle are styled in link color
2020-12-17 16:41:17 +01:00
Lucas Bartholemy
1082c5b434
Merge branch 'master' into fix/4727 2020-12-17 16:41:07 +01:00
Lucas Bartholemy
03586b3c9b
Merge pull request #4725 from humhub/fix/4715
Fix #4715: Call to `Content::canArchive()` throws error on global content
2020-12-17 16:01:21 +01:00
buddh4
26ab963cd7
Merge branch 'master' into fix/4715 2020-12-17 15:51:41 +01:00
buddh4
7fb89d4c50 Code style update in Content.php 2020-12-17 15:50:39 +01:00
Lucas Bartholemy
bc79135a4f
Merge pull request #4724 from humhub/fix/4717
Fix #4717: Repsonsive layout alignment issue on small screens
2020-12-17 15:43:23 +01:00
Lucas Bartholemy
ed15eef899
Update CHANGELOG.md 2020-12-17 15:42:54 +01:00
buddh4
a8a1b17f0d Fix #4727: Nav tabs with data-toggle are styled in link color 2020-12-17 15:22:32 +01:00
buddh4
e359659529 Fix #4715: Call to Content::canArchive() throws error on global content 2020-12-17 14:56:19 +01:00
buddh4
307572915f Fix #4717: Repsonsive layout alignment issue on small screens 2020-12-17 14:36:43 +01:00
Lucas Bartholemy
18edbc0e26
Update CHANGELOG.md 2020-12-17 13:40:00 +01:00
Lucas Bartholemy
4e3597b9ba
Merge pull request #4649 from alexpts/patch-1
Fix success change password with error on save model
2020-12-17 13:38:31 +01:00
Lucas Bartholemy
8cbb9e725d
Merge pull request #4723 from humhub/fix/4714-youtube-oembed-not-working
Use https for sample OEmbed endpoints
2020-12-17 12:54:47 +01:00
Lucas Bartholemy
f27e1b24d2
Update CHANGELOG.md 2020-12-17 12:54:18 +01:00
yurabakhtin
78011833c9 Updated CHANGELOG.md 2020-12-17 14:52:42 +03:00
yurabakhtin
cd739c5172 Update sample OEmbed endpoints to https
# Conflicts:
#	CHANGELOG_DEV.md
2020-12-17 14:16:48 +03:00
yurabakhtin
02fc2ceaed Use https for sample OEmbed endpoints 2020-12-17 14:16:01 +03:00
Lucas Bartholemy
3ea7b4253b
Merge pull request #4710 from humhub/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2020-12-14 15:29:02 +01:00
dependabot[bot]
0c05b0c8a2
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 14:28:08 +00:00
Lucas Bartholemy
fcb8e0c924
Merge pull request #4667 from humhub/chg/4648
Chg: Switched from travis to github actions
2020-12-01 16:17:11 +01:00
buddh4
16e8e79321 Added push/pull branch filter to github test workflow 2020-12-01 13:51:38 +01:00
buddh4
ccafac438a Changed test badge in README.md 2020-12-01 13:48:22 +01:00
Lucas Bartholemy
96ccba5428
Merge pull request #4679 from humhub/fix/richtextExtensionScan
Fix: Richtext extension scan cuts title if title contains `)`
2020-12-01 11:17:31 +01:00
buddh4
1bdf4eddc1 Fixed issue in .codeclimate.yml 2020-11-30 18:31:28 +01:00
buddh4
173201d241 Added code climate exclusion list 2020-11-30 18:29:21 +01:00
buddh4
30c5358dc7 Exclude tests from codeclimate 2020-11-30 18:26:52 +01:00
buddh4
ca8e644980 Updated CHANGELOG.md 2020-11-30 18:14:24 +01:00
buddh4
a898e45850 Fixed RichtextExtensionTest test function name. 2020-11-30 18:13:00 +01:00
buddh4
e6b81cd6d2 Fix: Richtext extension scan cuts title if title contains ) 2020-11-30 18:08:43 +01:00
Lucas Bartholemy
5083c093f5
Merge pull request #4669 from humhub/fix/4668
Fix #4668: table-responsive tables do not overflow due to default word break style
2020-11-30 09:26:22 +01:00
Alex Pavlov
662ab447f2
Merge pull request #1 from humhub/master
Merge master to alexpts/humhub:patch-1
2020-11-29 11:21:23 +03:00
buddh4
d02e707338 Added word-wrap style to table-responsive 2020-11-27 13:47:40 +01:00
buddh4
7bbebd8c3f Fix #4668: table-responsive tables do not overflow due to default word break style 2020-11-27 13:45:42 +01:00
buddh4
062d230d52 Chg: Switched from travis to github actions 2020-11-27 12:29:43 +01:00
Lucas Bartholemy
47f4c3febd Prepare 1.7.1 Release v1.7.1 2020-11-27 12:23:20 +01:00
Lucas Bartholemy
65ce3cdcac
Merge pull request #4666 from humhub/fix/richtextFileAttachNoTitle
Fixes richtext attachment of multiple files without title
2020-11-27 10:52:38 +01:00
buddh4
0466714792 Fix #4666: Richtext attachment of multiple files without title fails 2020-11-27 10:48:07 +01:00
buddh4
0e1de8a315 Fixes richtext attachment of multiple files without title 2020-11-27 10:44:38 +01:00