Commit Graph
400 Commits
Author SHA1 Message Date
talyz 080e4e43fb discourse.tests: Test the appropriate discourse package
Perform the tests on the package that the `tests` attribute is a child
of, i.e. if `discourseAllPlugins.tests` is built, the tests will run
with the `discourseAllPlugins` package, not the `discourse` package as
previously.

(cherry picked from commit 6fd5a40ccaf0b4da1362803a387bf46d381dd66a)
2021-08-17 23:16:18 +02:00
talyz 639e1d9639 discourse: Remove leftover link to unused plugins directory
(cherry picked from commit bb14315d51a1c35304dfd82ff5c1faeaaf2c450c)
2021-08-17 23:13:55 +02:00
talyz 202c17a806 discourse.plugins.discourse-data-explorer: Update
(cherry picked from commit 6f2652735817e22c55de3b6e137faf7cdbc3fd2a)
2021-08-17 23:13:49 +02:00
talyz 700cfb0fc3 discourse.plugins.discourse-solved: Update
(cherry picked from commit 92b758266e61b2efe078973a3d020b3d1a2c363d)
2021-08-17 23:13:43 +02:00
talyz fddb277d03 discourse.plugins.discourse-canned-replies: Update
(cherry picked from commit 5d94e3bfc94637f6876b9957471fc571646867b0)
2021-08-17 23:13:36 +02:00
talyz 4a30a10e62 discourse.plugins.discourse-calendar: Update
(cherry picked from commit d1a63bf19c6c75430393dab94f5e939b258ffdb6)
2021-08-17 23:13:30 +02:00
talyz f2533d47c8 discourse: 2.7.5 -> 2.7.7
(cherry picked from commit c97ae4ad8e782765b333840d8d1aa83903f82b7f)
2021-08-17 23:13:23 +02:00
Felix Buehler c193cf6ed9 discourse.mkDiscoursePlugin: remove phases
(cherry picked from commit 4f62b051375b0fdaa01ba37e915cfaaa7de40d80)
2021-08-17 23:12:50 +02:00
Ryan Mulligan 8b8ccc0fd8 discourseAllPlugins: add discourse-calendar
(cherry picked from commit 858b0157e56426ee0d56faae393fc85b361ffd90)
2021-08-17 23:12:44 +02:00
Ryan Mulligan 48f779f37d discourse/update.py: add missing plugins
(cherry picked from commit 32e24e792caefa1de46bf20da2ba4d8fbbf035dc)
2021-08-17 23:12:39 +02:00
Ryan Mulligan a9358e80fc discourseAllPlugins: init discourse-migratepassword
(cherry picked from commit 85d7eb75c968421ea233f4c8a5b05886733c2dec)
2021-08-17 23:12:33 +02:00
Ryan Mulligan d0064e3868 discourseAllPlugins: init discourse-data-explorer
(cherry picked from commit 601db31c264f3008c25f3fb13f1968a543a9cfe6)
2021-08-17 23:12:28 +02:00
Ryan Mulligan 3c3cd97025 discourseAllPlugins: init discourse-checklist
(cherry picked from commit eb02dc0c4a14d5a15f3443567bc12abf631c300a)
2021-08-17 23:12:19 +02:00
talyz 955cdd607f discourse: 2.7.4 -> 2.7.5
(cherry picked from commit 60d78d7f1f218e19b1d0997ff4798c97a274cc47)
2021-07-15 19:59:04 +02:00
talyz 32c19b6bf8 discourse: Remove architecture bound platforms from Gemfile.lock
Maybe bundix doesn't handle them properly? They cause runtime issues
and don't seem necessary when the binary gems are built from scratch
anyway.

(cherry picked from commit a2dbc3af1d50edb8d646817e7abe799bcf369f20)
2021-07-15 12:54:01 +00:00
talyz 23cdb918f0 discourse: Add update-plugins action to update.py
(cherry picked from commit 3300282db3f8711a5ed5a5f627c4ddfb83168e3b)
2021-07-15 12:53:59 +00:00
talyz d57e97faef discourse.plugins: Update and add metadata
(cherry picked from commit d3bc5d5b7a9e0d5fc0f33aa0f0e91e50e9921805)
2021-07-15 12:53:59 +00:00
Kim Lindberger 5fd730e210 Merge pull request #128823 from NixOS/backport-127931-to-release-21.05
[Backport release-21.05] discourse: Fix plugin support
2021-07-15 14:50:11 +02:00
illustris f58e00875d jitsi-meet: stable/jitsi-meet_5390 -> stable/jitsi-meet_5963
(cherry picked from commit a415ec434fc8f4aa8d5ff7dadea6f8e196c74d5c)
2021-07-10 00:02:59 +02:00
talyz 71474d1e41 discourse: Add a proper plugin builder + a few initial packages
Some discourse plugins have Ruby dependencies and require a
specialized builder. This introduces a generic builder that can be
used whether the plugin has Ruby dependencies or not. It also adds a
set of pre-packaged plugins available through `discourse.plugins` and
provides an easy way to add more.

(cherry picked from commit 7671b90919af8271bdf7e07bb86d63216a2145d6)
2021-06-30 22:07:26 +00:00
talyz 0a64a8b87c discourse: Patch sources instead of using replace-literal
(cherry picked from commit f0ae7fdf7e9518ab1fef4603daa860d5402f5b3b)
2021-06-30 22:07:25 +00:00
talyz 3b84448e67 discourse: Fix plugin support
For plugins to work properly, their assets need to be precompiled
along with the rest of Discourse's assets. This means we need to build
new packages when the list of plugins change.

(cherry picked from commit 9af3672f4faaafba0ce0129a87fc7925c14eeb61)
2021-06-30 22:07:25 +00:00
Maciej Krüger 1a409bd977 [Backport release-21.05] matomo: 4.2.1 -> 4.3.1
(cherry picked from commit 41ebb21aa46045d02fb8e7240c5f3fb01f7b1581)
2021-06-28 08:18:06 +02:00
rnhmjoj 459ad47968 searx: patch to fix a crash
If the `default_doi_resolver` and `use_default_settings` are used
together searx crashes.

(cherry picked from commit 2a90b3329b18fadf35bf79966cd2330d83547b7e)
2021-06-19 22:10:57 +00:00
talyz 4eec52ae4e discourse: 2.7.0 -> 2.7.4
(cherry picked from commit f7fb0d20a624c4d7fa12ba8a6e6d551655106a29)
2021-06-15 23:21:04 +00:00
Thomas Gerbet 9ec98998e2 sogo: 5.0.1 -> 5.1.1
Fixes CVE-2021-33054.
https://github.com/inverse-inc/sogo/blob/SOGo-5.1.1/CHANGELOG.md

(cherry picked from commit f528b1e43ee53751cd09207d13a300e93daf02cc)
2021-06-15 14:01:08 +00:00
Ryan Mulligan 4594e54063 nixos/discourse: Add rsync dependency
It is used for backup importing.

(cherry picked from commit e9c5ee1c4e48dc996773ccdbc0347f18fad31db9)
2021-05-28 22:16:10 -07:00
talyz ce5587e7bb discourse: 2.6.5 -> 2.7.0
(cherry picked from commit 42b8e7685d5fe5280f8f6101a6d19016b92f3a5c)
2021-05-28 22:16:10 -07:00
Hedtke, Moritz fcddce0f10 wordpress: 5.7.1 -> 5.7.2
(cherry picked from commit 5fa469b6f2f599a7869de69e6a994059d750ac92)
2021-05-28 20:34:51 +02:00
Finn Behrens 1085be2233 moodle: 3.10.2 -> 3.11 (#123877) 2021-05-21 13:13:09 +02:00
Yannick Markus 86fd2a5474 bookstack: 21.04.3 -> 21.04.5 2021-05-18 10:43:36 +02:00
Sandro 3b3f4c45ee Merge pull request #122914 from r-ryantm/auto-update/galene
galene: 0.3.3 -> 0.3.4
2021-05-17 02:20:50 +02:00
R. RyanTM cab63ca8e8 galene: 0.3.3 -> 0.3.4 2021-05-13 21:15:49 +00:00
Martin Weinelt b859a61f5c wallabag: 2.4.1 -> 2.4.2
https://github.com/wallabag/wallabag/releases/tag/2.4.2
2021-05-13 18:10:22 +02:00
Robin Gloster f2259a2dff Merge pull request #122651 from WilliButz/update/hedgedoc/1.8.2
hedgedoc: 1.8.0 -> 1.8.2 (security)
2021-05-11 20:32:57 -05:00
WilliButz 0432a81670 hedgedoc: 1.8.0 -> 1.8.2
includes fixes for:
* CVE-2021-29503: Improper Neutralization of Script-Related HTML Tags in Notes
* a potential XSS-vector in the handling of usernames and profile pictures

https://github.com/hedgedoc/hedgedoc/releases/tag/1.8.2
2021-05-11 23:59:13 +02:00
Sandro 620342dea4 Merge pull request #121003 from r-ryantm/auto-update/galene
galene: 0.3 -> 0.3.3
2021-05-08 22:57:48 +02:00
Sandro 327bdb6c1c Merge pull request #122022 from ymeister/rss-bridge
rss-bridge: 2020-11-10 -> 2021-04-25
2021-05-08 22:54:32 +02:00
ymeister 765b9672e1 rss-bridge: 2020-11-10 -> 2021-04-25 2021-05-08 14:35:58 +07:00
WilliButz 0a27a76b27 hedgedoc: 1.7.2 -> 1.8.0
https://github.com/hedgedoc/hedgedoc/releases/tag/1.8.0

includes fixes for CVE-2021-21306 and CVE-2021-29474
2021-05-04 09:58:17 +02:00
Aaron Andersen aebebb5752 Merge pull request #119325 from ymarkus/bookstack
bookstack: 0.31.7 -> 21.04.3 + nixos/bookstack: use umask before echoing & clear cache before starting
2021-05-03 20:19:39 -04:00
Yannick Markus eae6e08525 bookstack: 0.31.7 -> 21.04.3 2021-05-03 16:24:01 +02:00
R. RyanTM 377f916451 galene: 0.3 -> 0.3.3 2021-04-28 10:47:17 +00:00
Martin Weinelt 81229d3afe wordpress: 5.6.2 -> 5.7.1
Fixes: CVE-2021-29447, CVE-2021-29450
2021-04-22 13:14:39 +02:00
Michele Guerini Rocco 27b95afbb8 Merge pull request #119529 from Lassulus/searx_1.0.0
searx: 0.18.0 -> 1.0.0
2021-04-19 00:38:09 +02:00
lassulus 5752d0b1c1 searx: 0.18.0 -> 1.0.0 2021-04-18 19:39:04 +02:00
talyz 2db1ae068d discourse: 2.6.3 -> 2.6.5 2021-04-16 14:20:56 +02:00
Sandro 0cdd2d69e3 Merge pull request #117869 from nek0/matomo_4_2_1
matomo: 3.14.1 -> 4.2.1
2021-04-12 16:47:10 +02:00
Thomas Gerbet 571c050fc3 mediawiki: 1.35.1 -> 1.35.2
Fixes CVE-2021-30152, CVE-2021-30159, CVE-2021-30155 and CVE-2021-30458.

Release notes: https://www.mediawiki.org/wiki/Release_notes/1.35#Changes_since_MediaWiki_1.35.1
2021-04-10 09:43:53 +02:00
Kim Lindberger 5a1bd5ff66 Merge pull request #116074 from talyz/discourse
discourse: Add package and NixOS module
2021-04-08 14:19:49 +02:00