Commit Graph

416 Commits

Author SHA1 Message Date
John Livingston c4004ed28c 2.3.0 2021-05-27 14:08:50 +02:00
John Livingston cf7eaae6dc Version 2021-05-27 14:08:17 +02:00
John Livingston 41fb48c54d CHANGELOG.md 2021-05-26 14:21:35 +02:00
John Livingston 6ece40827b Fix css. 2021-05-26 14:15:01 +02:00
John Livingston 65b5e16a64 Merge branch 'main' into new_placeholders 2021-05-20 10:11:42 +02:00
John Livingston a35446f1cb Roadmap. 2021-05-18 21:06:52 +02:00
John Livingston 760dbc93f7 Merge v2.2.1. 2021-05-18 21:02:53 +02:00
John Livingston c406fba2cf 2.2.1 2021-05-18 20:51:52 +02:00
John Livingston 5984722880 Revert «Better default values for settings», because of a bug in Peertube. 2021-05-18 20:51:07 +02:00
John Livingston 5b7f247af3 Using new placeholder. WIP. 2021-05-18 20:35:19 +02:00
John Livingston 2d3726a087 Refactoring. 2021-05-18 19:13:47 +02:00
John Livingston c1db044133 ConverseJS is using sessionStorage rather than localStorage. 2021-05-18 19:09:29 +02:00
John Livingston 4a644aafae Try to tweak the ConverseJS keepalive parameter to avoid some bugs. 2021-05-18 19:00:26 +02:00
John Livingston afb27bacc6 Adding a try/catch for debugging purpose. 2021-05-18 18:48:19 +02:00
John Livingston bc81008ffb Room are persistent by default when there is a non temporary working dir. 2021-05-18 18:29:17 +02:00
John Livingston d4b8c8b2e2 Using getBaseStaticRoute for index.html urls. 2021-05-18 18:17:13 +02:00
John Livingston 2a8df1dc3c Use peertubeHelpers.plugin methods when available:
* getBaseStaticRoute use peertubeHelper when available
* getBaseRouter renamed getBaseRouterRoute and use peertubeHelper when available
* Backward compatibility is maintained.
2021-05-18 18:06:11 +02:00
John Livingston 4cf9ab51aa Prosody log rotation every 24 hour. 2021-05-12 14:59:52 +02:00
John Livingston c5bcf611d3 Prosody log level will be the same as the Peertube's one. 2021-05-12 11:48:38 +02:00
John Livingston bcf5066c90 Roadmap update. 2021-05-11 17:32:49 +02:00
John Livingston c9eb3ffda4 Update comment after more tests. 2021-05-11 17:31:20 +02:00
John Livingston 27544a2612 Roadmap 2021-05-11 17:23:45 +02:00
John Livingston 236a9301bc mod_muc_moderation 2021-05-11 16:49:55 +02:00
John Livingston a602c7870a Using mod_muc_mam:
* Starting with Peertube 3.2.0, builtin prosody save room history on server. So when a user connects, he can get previously send messages.
* Fix: settings archive_expires_after was useless without mod_mam
2021-05-11 16:10:57 +02:00
John Livingston 094193a3b1 Builtin prosody use a working dir provided by Peertube. 2021-05-11 15:37:34 +02:00
John Livingston 0305b849cf Updating types. 2021-05-11 15:08:41 +02:00
John Livingston 235e8ac5b2 Roadmap. 2021-05-11 14:28:32 +02:00
John Livingston e945227e36 2.2.0 2021-05-11 10:06:53 +02:00
John Livingston e194fd0e81 Changelog 2021-05-11 10:06:39 +02:00
John Livingston abfe7ac604 Roadmap 2021-05-10 21:09:35 +02:00
John Livingston 07ab2a80ed Settings: hide unnecessary settings depending on webchat mode (requires Peertube 3.2.0). 2021-05-10 21:04:04 +02:00
John Livingston df5f8e0f73 Remove unecessary TODO. 2021-05-10 19:52:26 +02:00
John Livingston d0012333cb Updating Changelog. 2021-05-10 11:16:25 +02:00
John Livingston 4840bd735a Better default values for settings:
* Remove old Peertube 3.0.1 compatibility (default value for checkbox settings should be false)
2021-05-07 19:18:41 +02:00
John Livingston 9245ec3443 Update Roadmap. 2021-05-07 19:01:41 +02:00
John Livingston e5cb358083 Roadmap 2021-05-07 18:56:59 +02:00
John Livingston bebefb1a5d Don't display webchat when viewing a playlist:
* remove old Peertube 3.0.1 hook compatibility
* use new parameters for hook action:video-watch.video.loaded (Peertube
3.2.0)
* backward compatibility with Peertube 3.1.0 hooks
* don't display webchat if there is a current playlist
2021-05-07 18:52:01 +02:00
John Livingston 32724fa7d8 Update Roadmap. 2021-05-07 17:12:15 +02:00
John Livingston 73ed34a2fa Fix: starting with Peertube 3.2.0, there is a header X-Frame-Options. Removing it on the iframe route. 2021-05-07 16:45:55 +02:00
John Livingston 31c10621d1 2.1.3 2021-05-06 21:06:55 +02:00
John Livingston 5484947f51 Fix: if the video owner is already owner of the chatroom, he should not be downgraded to admin. 2021-05-06 21:05:46 +02:00
John Livingston e91d378e5c Fix: 2.1.0 was in fact correct... Did not work on my preprod env because of... a Livebox bug... 2021-05-06 21:00:42 +02:00
John Livingston fec219a909 Revert getProsodyDomain. Broken when not on localhot. 2021-05-06 14:04:16 +02:00
John Livingston 5650d6aed8 Bump version 2.1.1. 2021-05-06 14:00:18 +02:00
John Livingston 6cca689ef7 Trying to fix for production. 2021-05-06 13:59:45 +02:00
John Livingston ccf1db2939 Bump version to v2.1.0. 2021-05-06 13:33:30 +02:00
John Livingston f590cf2c7b Builtin Prosody: use Peertube domain instead of localhost. 2021-05-06 13:31:55 +02:00
John Livingston 2e7c5b295a Documentation 2021-05-06 13:01:01 +02:00
John Livingston cea229b80c Update Roadmap. 2021-05-06 12:44:29 +02:00
John Livingston bda306b461 Dont add chat admin for remote videos. 2021-05-06 12:42:07 +02:00