287 Commits

Author SHA1 Message Date
Yuriy Bakhtin
2ff7f6dce6
Fix PHP 8 incompatibility with conversion false to array (#5774) 2022-06-27 15:27:40 +02:00
Yuriy Bakhtin
9736bdeea5
Fix context menu position on the right window side (#5760)
* Fix context menu position on the right window side

* Update CHANGELOG.md (#5760)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-15 11:21:39 +02:00
Yuriy Bakhtin
8e9fdf214d
Fix tests on enable space module (#5759)
* Fix tests on enable space module

* Update CHANGELOG.md (#5759)
2022-06-14 14:56:08 +02:00
Yuriy Bakhtin
be2b8f1f73
Fix user approving/declining (#5737)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-09 13:32:55 +02:00
Yuriy Bakhtin
418f862f3d
Fix logout action on force change password (#5749)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-07 17:14:27 +02:00
Yuriy Bakhtin
1f20370b2d
Fix OEmbed providers migration (#5748)
* Fix OEmbed providers migration

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-06 12:09:45 +02:00
Yuriy Bakhtin
5aacfeb6d3
Fix uninstall module with not writable module path (#5734)
* Fix uninstall module

* Update CHANGELOG.md (#5734)

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-02 13:12:12 +02:00
Lucas Bartholemy
34c5ab5dec Prepare 1.11.2 Release 2022-05-30 18:04:51 +02:00
Lucas Bartholemy
8a31366b19 Fix #5659: Improve module loading error handling 2022-05-30 18:00:31 +02:00
Yuriy Bakhtin
03c2132eea
Deny custom input for UserPicker field (#5725) 2022-05-30 17:38:16 +02:00
Yuriy Bakhtin
e0a21159f3
Fix saving of OEmbed provider endpoint URL (#5720)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-25 17:58:11 +02:00
Yuriy Bakhtin
d855bd9004
Fix confirmation window for buttons (#5719) 2022-05-25 17:40:45 +02:00
Yuriy Bakhtin
ae9be0df62
Fix input size for placeholder length in picker field (#5712)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-23 10:29:31 +02:00
Yuriy Bakhtin
29be92f5eb
Don't send notification for non-member of private space (#5705)
* Don't send notification for non-member of private space

* Doc function
2022-05-23 10:20:10 +02:00
Yuriy Bakhtin
dcf2ea1e21
Scroll to comment on single view (#5698)
* Scroll to comment on single view

* Fix comment single URL from mention notification
2022-05-16 16:24:12 +02:00
Yuriy Bakhtin
1a3d38a80a
Fix attach file to profile markdown field (#5697) 2022-05-12 17:41:06 +02:00
Yuriy Bakhtin
f3462ed605
Use primary colors in marketplace (#5690)
* Use primary colors in marketplace

* Update CHANGELOG.md (#5690)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-12 10:56:43 +02:00
Yuriy Bakhtin
adcc7f2f2a
Check value on colorpicker (#5689)
* Check value on colorpicker

* Update CHANGELOG.md (#5689)
2022-05-11 13:55:52 +02:00
Yuriy Bakhtin
513e0e76d3
Fix message on decline multiple users (#5683) 2022-05-05 10:44:53 +02:00
Yuriy Bakhtin
60f841b0a2
Use 404 page for deleted content request (#5682) 2022-05-04 17:03:55 +02:00
Yuriy Bakhtin
709b35fed7
Fix undefined UrlOembed provider pattern (#5662)
* Fix undefined UrlOembed provider pattern

* Update CHANGELOG.md (#5652)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-03 17:16:03 +02:00
Yuriy Bakhtin
2eccd0422d
Fix links of user counters in container headers (#5672) 2022-04-27 11:48:39 +02:00
Lucas Bartholemy
123c8af3ac
Update CHANGELOG.md 2022-04-26 14:10:47 +02:00
Lucas Bartholemy
227c6dc0f5 Prepare 1.11.1 release 2022-04-22 16:14:04 +02:00
Lucas Bartholemy
ac31f03f76
Added Laminas Bridge (#5654)
* Added Laminas Bridge

* Update CHANGELOG.md
2022-04-21 15:44:18 +02:00
Lucas Bartholemy
bb9cb30610 Prepare 1.11.0 Release 2022-04-20 15:30:59 +02:00
Lucas Bartholemy
880dda7752
Update CHANGELOG.md 2022-04-19 18:12:59 +02:00
Yuriy Bakhtin
eb83de20aa
Fix must change password (#5638)
* Fix must change password

* Update CHANGELOG.md (#5638)

* Improve access validation

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-04-19 17:57:30 +02:00
Yuriy Bakhtin
abe0f3cd35
Fix console command space/assign-all-members (#5646) 2022-04-19 17:47:46 +02:00
Lucas Bartholemy
336d58001b Fix #5634: Fix tests NonceCest 2022-04-15 21:11:52 +02:00
Yuriy Bakhtin
430576372d
Backup RichText in sessionStorage (#5601)
* Backup RichText in sessionStorage

* Update CHANGELOG.md
2022-03-18 16:20:17 +01:00
Yuriy Bakhtin
b1d90a99ad
Limit backup duration of RichText editor for 2 hours (#5569) 2022-02-18 22:53:46 +01:00
Yuriy Bakhtin
a282c78b56
Fix PermaLink controller error for content without container (#5513)
* Fix PermaLink controller error for content without container

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-07 23:23:02 +01:00
Yuriy Bakhtin
6e831f5428
Don't send "Follows" notification on request friendship (#5526)
* Don't send "Follows" notification on request friendship

* Fixed tests

* Fixed tests

* Fixed tests, reduce count without following emails

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-02-04 21:13:42 +01:00
Yuriy Bakhtin
6a8d8e3fbf
Fix ContentContainerPermissionAccess without provided container (#5483) 2021-12-29 15:09:35 +01:00
Lucas Bartholemy
e54728a62f
Update CHANGELOG.md 2021-12-23 14:07:19 +01:00
Lucas Bartholemy
220c464638
Update CHANGELOG.md 2021-12-20 12:24:19 +01:00
Lucas Bartholemy
77052eb86b
Update CHANGELOG.md 2021-12-20 12:20:09 +01:00
Lucas Bartholemy
c3203bc453
Update CHANGELOG.md 2021-12-20 10:54:33 +01:00
Yuriy Bakhtin
073af01acc
Fix comment highlighting on permalink (#5474) 2021-12-16 11:58:17 +01:00
Lucas Bartholemy
8958bd5a6d
Update CHANGELOG.md 2021-12-09 15:03:16 +01:00
Lucas Bartholemy
2c2e39860c
Update CHANGELOG.md 2021-12-09 15:01:38 +01:00
Yuriy Bakhtin
cedc476967
Fix empty RichText (#5467) 2021-12-08 16:23:37 +01:00
Lucas Bartholemy
0f7feb057e Prepare 1.10.2 Release 2021-12-07 19:05:05 +01:00
Yuriy Bakhtin
bfd9df6e50
Use permalink comment in notification (#5464) 2021-12-07 16:17:02 +01:00
Lucas Bartholemy
04e7ae543c
Update CHANGELOG.md 2021-12-07 13:42:30 +01:00
Yuriy Bakhtin
db4c34776d
Fix migration of default group (#5455) 2021-12-03 17:47:21 +01:00
Yuriy Bakhtin
73dfa058cf
Fix confirmation before close a form with unsaved changes on modal wi… (#5450)
* Fix confirmation before close a form with unsaved changes on modal window

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-11-30 10:52:49 +01:00
Lucas Bartholemy
a72058721d
Update CHANGELOG.md 2021-11-26 19:17:15 +01:00
Yuriy Bakhtin
e691de1117
Fix checkbox style (#5445)
* Fix checkbox style

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-11-26 14:44:05 +01:00