talyz
60d78d7f1f
discourse: 2.7.4 -> 2.7.5
2021-07-14 13:18:23 +02:00
talyz
61f4429fbd
discourse: Use terser
when building assets
...
Discourse prefers to use `terser` when building js assets, see
https://github.com/discourse/discourse/pull/12656 . It still wants to
find `uglify-js` in order to not fall back to a ruby js compression
library, so let's keep it around for now. A fix for this has been
submitted upstream in
https://github.com/discourse/discourse/pull/13683 .
2021-07-14 13:18:17 +02:00
talyz
a2dbc3af1d
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.
2021-07-14 13:18:12 +02:00
talyz
3300282db3
discourse: Add update-plugins
action to update.py
2021-07-14 13:17:55 +02:00
talyz
d3bc5d5b7a
discourse.plugins: Update and add metadata
2021-07-14 13:17:49 +02:00
Sandro
e85e671dee
Merge pull request #130001 from ymarkus/bookstack
2021-07-14 03:26:34 +02:00
Yannick Markus
6ac9cb369d
bookstack: 21.05 -> 21.05.3
2021-07-12 09:50:31 +02:00
Raphael Megzari
84eb0781aa
lemmy: init 0.11.2 ( #129723 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-09 16:28:08 +02:00
Leo Maroni
6ed56b865f
nixos/vikunja: add nixos test
2021-07-08 22:17:57 +02:00
Leo Maroni
0bef1bb91f
vikunja-api: init at 0.17.1
...
vikunja-api: use mage in build (thanks to @jtojnar)
2021-07-08 22:17:57 +02:00
Leo Maroni
3338d28040
vikunja-frontend: init at 0.17.0
2021-07-08 22:17:57 +02:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Luke Granger-Brown
272773e1cb
Merge pull request #127931 from talyz/discourse-plugins
...
discourse: Fix plugin support
2021-06-30 23:03:57 +01:00
Maciej Krüger
5b2824b9e2
matomo: 4.2.1 -> 4.3.1
2021-06-27 23:12:09 -07:00
markuskowa
4457a52cab
Merge pull request #124910 from r-ryantm/auto-update/mediawiki
...
mediawiki: 1.35.2 -> 1.36.0
2021-06-25 13:22:34 +02:00
Markus Kowalewski
40c869a812
mediawiki: 1.36.0 -> 1.36.1
2021-06-25 12:48:39 +02:00
talyz
7671b90919
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.
2021-06-24 20:54:14 +02:00
talyz
f0ae7fdf7e
discourse: Patch sources instead of using replace-literal
2021-06-24 19:38:25 +02:00
talyz
9af3672f4f
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.
2021-06-24 19:38:19 +02:00
illustris
a415ec434f
jitsi-meet: stable/jitsi-meet_5390 -> stable/jitsi-meet_5963
2021-06-20 12:36:51 +02:00
rnhmjoj
2a90b3329b
searx: patch to fix a crash
...
If the `default_doi_resolver` and `use_default_settings` are used
together searx crashes.
2021-06-18 17:19:33 +02:00
talyz
f7fb0d20a6
discourse: 2.7.0 -> 2.7.4
2021-06-15 18:19:59 +02:00
Thomas Gerbet
f528b1e43e
sogo: 5.0.1 -> 5.1.1
...
Fixes CVE-2021-33054.
https://github.com/inverse-inc/sogo/blob/SOGo-5.1.1/CHANGELOG.md
2021-06-15 11:04:13 +02:00
Sandro
ff05fd9b1d
Merge pull request #125170 from ymarkus/bookstack
...
bookstack: 21.04.5 -> 21.05
2021-06-03 18:06:22 +02:00
Maximilian Bosch
c4afcbb77e
plausible: remove create extension patch
...
Turns out this isn't needed if the module correctly adds the `citext`
extension to the `plausible` database.
2021-06-02 19:21:31 +09:00
Maximilian Bosch
cc88797ce0
plausible: minor polishing
2021-06-02 19:21:31 +09:00
Maximilian Bosch
1ed65d4bf6
plausible: platforms.{linux -> unix}
...
Co-authored-by: Raphael Megzari <raphael@megzari.com>
2021-06-02 19:21:31 +09:00
Maximilian Bosch
f3d5618ae1
plausible: correctly run digest task
2021-06-02 19:21:31 +09:00
Maximilian Bosch
6bc72cdd4a
plausiblew: cleanup build & update script
2021-06-02 19:21:31 +09:00
Maximilian Bosch
02b15d0f5b
plausible: first review fix iteration
...
* Most significant is probably the patching necessary to run plausible
with postgres without superuser privilege. This change includes:
* updating ecto_sql to 3.6 where `CREATE DATABASE` is only executed if
it doesn't exist[1].
* patching a migration to only modify the `users.email` column (to use
`citext` rather than creating the extension. `plausible-postgres`
takes care of that).
* Correctly declare dependencies in systemd.
* A few minor fixes.
[1] 051baf669e
2021-06-02 19:21:31 +09:00
Maximilian Bosch
b06ea1146c
plausible: init at 1.3.0
2021-06-02 19:21:31 +09:00
Yannick Markus
c23e59dbc7
bookstack: 21.04.5 -> 21.05
2021-06-01 09:07:43 +02:00
R. RyanTM
b36019e968
mediawiki: 1.35.2 -> 1.36.0
2021-05-29 23:31:27 +00:00
Ryan Mulligan
2dec0de3c0
nixos/discourse: Add rsync dependency
...
It is used for backup importing.
2021-05-28 17:43:02 -07:00
talyz
1f6b48be74
discourse: 2.6.5 -> 2.7.0
2021-05-28 17:43:02 -07:00
Hedtke, Moritz
5fa469b6f2
wordpress: 5.7.1 -> 5.7.2
2021-05-26 18:26:16 +02:00
R. RyanTM
f75ccee1f0
galene: 0.3.4 -> 0.3.5
2021-05-22 16:52:10 +00: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
talyz
5138941ad3
discourse: Add updater script
2021-04-05 13:55:52 +02:00
talyz
3c7df2a3cb
nixos/discourse: Add test
2021-04-05 13:55:44 +02:00
talyz
1d3715d375
discourse-mail-receiver: Init at 4.0.7
2021-04-05 13:54:14 +02:00
talyz
4d8c8f4722
discourse: init at 2.6.3
2021-04-05 13:54:06 +02:00
R. RyanTM
d85609cbce
wiki-js: 2.5.197 -> 2.5.201
2021-04-05 07:37:08 +00:00
nek0
a04b243237
matomo: 3.14.1 -> 4.2.1
2021-03-28 10:50:01 +02:00
Maximilian Bosch
ae73ec2b68
Merge pull request #116738 from Ma27/wiki-js
...
wiki-js: init at 2.5.191
2021-03-27 22:03:35 +01:00
Maximilian Bosch
47cc45ad77
wiki-js: 2.5.191 -> 2.5.197
...
ChangeLog: https://docs.requarks.io/releases#hotfix-8-25197
2021-03-27 21:09:14 +01:00
Maximilian Bosch
f3f1e16027
wiki-js: use installPhase
& get rid of buildCommand
...
With this change it's also possible to override and add custom patches.
2021-03-27 21:04:53 +01:00
Robin Gloster
2d1d8561a7
Merge pull request #115682 from r-ryantm/auto-update/wordpress
...
wordpress: 5.5.3 -> 5.6.2
2021-03-24 17:09:27 -06:00
Sandro
c10752cc4f
Merge pull request #113722 from rgrunbla/galene-03
...
galene: 0.2 -> 0.3 and bugfix of the associated module
2021-03-21 05:31:30 +01:00
Maximilian Bosch
de98a184f5
wiki-js: init at 2.5.191
2021-03-20 20:43:21 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next
2021-03-18 13:35:59 +01:00
Aaron Andersen
7cdd6238dd
Merge pull request #109711 from ymarkus/bookstack
...
bookstack: init at 0.31.7, nixos/bookstack: init
2021-03-17 20:37:03 -04:00
ajs124
58e23cd711
sogo: python2 -> python3
2021-03-16 17:45:32 +01:00
github-actions[bot]
974e83db9a
Merge master into staging-next
2021-03-16 12:25:48 +00:00
Ben Siraphob
d2005bd29c
restya-board: expand platforms to unix
2021-03-14 11:40:47 +07:00
Yannick Markus
625ca89650
bookstack: init at 0.31.7
2021-03-12 16:59:06 +01:00
github-actions[bot]
c2eb9a753a
Merge master into staging-next
2021-03-12 12:25:52 +00:00
R. RyanTM
1103fc788a
moodle: 3.10.1 -> 3.10.2
2021-03-12 03:27:47 +00:00
R. RyanTM
f272c366f4
wordpress: 5.5.3 -> 5.6.2
2021-03-10 03:16:54 +00:00
github-actions[bot]
149a81c88d
Merge master into staging-next
2021-03-10 00:39:07 +00:00
Sandro
7a4d404e0f
Merge pull request #112689 from iblech/patch-whitebophir180
2021-03-09 22:12:24 +01:00
Ingo Blechschmidt
4fa699d6df
whitebophir: 1.9.0 -> 1.9.1
2021-03-09 11:00:08 +01:00
Ingo Blechschmidt
e93028f537
whitebophir: 1.8.0 -> 1.9.0
2021-02-21 12:15:09 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Rémy Grünblatt
8f84dab8a1
galene: 0.2 -> 0.3 and bugfix of the associated module
2021-02-19 21:26:08 +01:00
github-actions[bot]
1c7975a26f
Merge master into staging-next
2021-02-13 18:15:59 +00:00
Milan Pässler
6de0275f1a
jitsi-meet: 1.0.4289 -> 1.0.4628
2021-02-13 17:34:54 +01:00
Milan Pässler
a4735f84dd
jitsi-meet: run hooks in installPhase
2021-02-13 17:34:54 +01:00
Ingo Blechschmidt
5b88cabf3c
whitebophir: 1.7.0 -> 1.8.0
2021-02-10 23:24:10 +01:00
github-actions[bot]
f6ef5ce473
Merge master into staging-next
2021-02-08 06:16:44 +00:00
Martin Weinelt
7f0872b085
Merge pull request #109780 from mweinelt/wallabag
...
wallabag: 2.4.0 -> 2.4.1
2021-02-08 03:48:57 +01:00
Jan Tojnar
91109ce94a
Merge branch 'staging-next' into staging
2021-02-04 15:02:14 +01:00
Sander van der Burg
b32335b3bd
Merge pull request #110813 from svanderburg/node2nix-update
...
nodePackages: regenerate with node2nix 1.9.0
2021-02-04 09:15:23 +01:00
Sander van der Burg
84a097848e
regenerate with node2nix 1.9.0 except zigbee2mqtt
2021-02-03 19:52:09 +01:00
github-actions[bot]
f9141c9fc1
Merge staging-next into staging
2021-02-03 00:39:57 +00:00
Sandro Jäckel
23d381f629
galene: Fix wrong input
...
Sorry about that...
2021-02-02 21:36:03 +01:00
Sandro Jäckel
2a09e446a0
galene: Remove stdenv.lib
2021-02-02 21:14:05 +01:00
Sandro
e9876afb9c
Merge pull request #109414 from rgrunbla/galene
...
galene: init at 0.2
2021-02-02 20:00:09 +01:00
github-actions[bot]
8dbc95f67b
Merge staging-next into staging
2021-01-30 12:23:09 +00:00
Ben Siraphob
32fc8b9134
pkgs/development: stdenv.lib -> lib in node-composition files
...
Future updates to these files should generate them with node2nix 1.9.0
which removes stdenv.lib from the generated Nix.
2021-01-30 14:42:17 +07:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
...
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook
2021-01-25 15:56:15 -06:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Sandro
3cd31450a1
Revert "nodePackages: regenerate with node2nix 1.9.0"
2021-01-25 11:31:27 +01:00
Sander van der Burg
3e385dc285
nodePackages: regenerate with node2nix 1.9.0
2021-01-22 22:42:58 +01:00
Rémy Grünblatt
cea5fca275
galene: init at 0.2
2021-01-22 15:56:05 +01:00
zowoq
59b83c43e0
treewide: add final newline
2021-01-22 07:18:04 +10:00
zowoq
8adc564f28
treewide: editorconfig fixes
...
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10:00
R. RyanTM
d3665032ca
moodle: 3.10 -> 3.10.1
2021-01-20 06:55:18 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Martin Weinelt
1abe0f8ca7
wallabag: 2.4.0 -> 2.4.1
...
https://github.com/wallabag/wallabag/releases/tag/2.4.1
2021-01-18 16:03:04 +01:00
Martin Weinelt
6867c3b3ff
Merge pull request #106597 from mweinelt/wallabag
...
wallabag: 2.3.8 -> 2.4.0
2021-01-18 15:21:28 +01:00
Thomas Gerbet
41abb0383c
mediawiki: 1.35.0 -> 1.35.1
...
Release notes: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/1.35.1/RELEASE-NOTES-1.35
Main motivation is to pull the security fixes for:
* CVE-2020-35474
* CVE-2020-35478
* CVE-2020-35479
* CVE-2020-35477
* CVE-2020-35480
2021-01-17 00:07:50 +01:00
WilliButz
a646165d0c
hedgedoc: 1.7.1 -> 1.7.2, fixes CVE-2021-21259
...
https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2
CVE-2021-21259:
https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw
2021-01-16 00:44:29 +01:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Michele Guerini Rocco
721a4ecfa6
Merge pull request #109114 from illustris/searx
...
searx: 0.17.0 -> 0.18.0
2021-01-14 10:15:37 +01:00
illustris
100bf61e6f
searx: 0.17.0 -> 0.18.0
2021-01-14 11:43:23 +05:30
Silvan Mosberger
0cd5058afd
Merge pull request #85842 from iblech/patch-whitebophir
...
whitebophir: init at 1.7.0 (package and service)
2021-01-13 03:06:34 +01:00
Ingo Blechschmidt
deb9c1d027
whitebophir: init at 1.7.0
2021-01-13 01:22:31 +01:00
Michele Guerini Rocco
b1fb65a741
Merge pull request #101849 from rnhmjoj/searx
...
nixos/searx: declarative configuration
2021-01-11 18:17:10 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
rnhmjoj
2a458003d9
searx: add NixOS test to passthu.tests
2021-01-11 08:41:16 +01:00
rnhmjoj
92d55d57eb
searx: make package friendly towards nginx/uWSGI
...
- Link the /static directory to make it easier to serve
- Export searx module for use in uWSGI (just import the module)
2021-01-11 08:41:15 +01:00
David Wood
a072755b45
jirafeau: 4.1.1 -> 4.3.0
2021-01-07 17:16:20 +00:00
luc65r
e52f7881ef
searx: fix build
2020-12-28 08:43:32 +01:00
WilliButz
484d851cb9
hedgedoc: 1.7.0 -> 1.7.1 (fixes CVE-2020-26286 and CVE-2020-26287)
...
https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.1
https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-wcr3-xhv7-8gxc
https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-g6w6-7xf9-m95p
2020-12-27 23:06:21 +01:00
Martin Weinelt
d90b0f22cf
wallabag: 2.3.8 -> 2.4.0
...
https://github.com/wallabag/wallabag/releases/tag/2.4.0
2020-12-22 01:46:46 +01:00
WilliButz
e19995e43b
codimd: 1.6.0 -> 1.7.0, rename to hedgedoc
...
CodiMD was renamed to HedgeDoc and is now built with nodejs-14_x.
https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.0
2020-12-22 01:39:02 +01:00
Jörg Thalheim
6fa3728805
frab: remove package
...
broken since 2018
2020-12-10 22:24:11 +01:00
MetaDark
4a5c49363a
fetchzip: remove write permissions for unpacked files
...
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Sandro
72d811d858
Merge pull request #103922 from r-ryantm/auto-update/shaarli
...
shaarli: 0.11.1 -> 0.12.1
2020-11-23 23:33:02 +01:00
Ryan Mulligan
c7b3e43be0
shaarli-material: remove package
...
This has been marked broken since Oct 2019 and has no maintainer.
2020-11-16 21:08:44 -08:00
R. RyanTM
110a7885dc
shaarli: 0.11.1 -> 0.12.1
2020-11-15 17:27:54 +00:00
R. RyanTM
a431ca0463
rss-bridge: 2020-02-26 -> 2020-11-10
2020-11-12 00:58:24 +00:00
Aaron Andersen
3fcfdb9bcc
Merge pull request #103190 from freezeboy/update-moodle
...
moodle: 3.9.2 -> 3.10.0
2020-11-10 04:15:11 -05:00
freezeboy
f3ba4b1bcd
moodle: 3.9.2 -> 3.10.0
2020-11-09 16:33:15 +01:00
freezeboy
1a7131a842
wordpress: 5.5.1 -> 5.5.3
2020-11-08 19:56:56 -08:00
Pavol Rusnak
2c931312ce
treewide: simplify rev/repo arguments in src
...
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
davidak
4166a767de
doc: improve 20.09 release notes
2020-10-27 21:11:22 +01:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Aaron Andersen
6635924441
Merge pull request #99490 from rapenne-s/update/mediawiki
...
mediawiki: 1.34.2 -> 1.35.0
2020-10-12 20:03:54 -04:00
Janne Heß
3f69715b63
sogo: 5.0.0 -> 5.0.1
2020-10-07 23:11:45 +02:00
Solène Rapenne
807bb39012
mediawiki: 1.34.2 -> 1.35.0
2020-10-03 18:29:38 +02:00
Aaron Andersen
b7520a3279
Merge pull request #98302 from helsinki-systems/upd/wordpress
...
wordpress: 5.4.2 -> 5.5.1
2020-10-01 18:33:06 -04:00
freezeboy
acfc94405d
moodle: change maintainer
2020-09-26 08:52:11 +02:00
freezeboy
53c4c7ab3a
moodle: 3.9.1 -> 3.9.2
2020-09-25 21:38:21 +02:00
ajs124
c56f278337
wordpress: 5.4.2 -> 5.5.1
2020-09-19 21:41:19 +02:00
ajs124
88363a8704
matomo: 3.14.0 -> 3.14.1
2020-09-15 02:33:30 +02:00
ajs124
c413f10daf
Merge pull request #96364 from florianjacob/matomo
...
matomo: 3.13.6 -> 3.14.0
2020-09-10 01:37:45 +02:00
WilliButz
46e3949819
codimd: build with nodejs-12_x instead of nodejs-10_x
...
The codimd test is now exposed via passthru.tests
2020-09-08 20:17:29 +02:00
Florian Jacob
f0c65f21ed
matomo: 3.13.6 -> 3.14.0
2020-08-26 14:13:16 +02:00
Lassulus
e357d0ec8c
Merge pull request #95678 from helsinki-systems/upd/sogo
...
sogo: 4.3.2 -> 5.0.0
2020-08-26 00:04:36 +02:00
ajs124
6ba9e9c4c3
sogo: switch to (hopefully) stable patch url
...
patches were "rewritten" in their repo, that's why the hash changed
2020-08-24 20:46:45 +02:00
Frederik Rietdijk
fe7bab33d7
Merge pull request #95553 from zowoq/rename-maintainers
...
maintainers: prefix number with underscore
2020-08-18 11:30:24 +02:00
Silvan Mosberger
7db9fd1dbc
Merge pull request #81467 from dawidsowa/rss-bridge
...
rss-bridge: init at 2020-02-26
2020-08-18 05:00:41 +02:00
zowoq
0052523a18
maintainers: 1000101 -> _1000101
2020-08-18 07:59:48 +10:00
ajs124
a0afc29460
sogo: 4.3.2 -> 5.0.0
2020-08-17 12:14:51 +02:00
Marek Mahut
f43fa60f02
Merge pull request #95010 from StijnDW/dokuwiki
...
dokuwiki: 2018-04-22b -> 2020-07-29
2020-08-14 16:27:38 +02:00
dawidsowa
ca64913fac
rss-bridge: init at 2020-02-26
2020-08-13 19:51:28 +02:00
Maximilian Bosch
ab65e8112e
Merge pull request #94962 from ryantm/jitsi-meet
...
jitsi: bump jicofo, jitsi-videobridge, jitsi-meet
2020-08-10 10:54:32 +02:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
Stijn DW
552fb94877
dokuwiki: 2018-04-22b -> 2020-07-29
2020-08-09 17:42:57 +02:00
Ryan Mulligan
ddacd5d0de
jitsi-meet: 1.0.4127 -> 1.0.4289
2020-08-08 12:31:51 -07:00
Ryan Mulligan
c4814c03b7
treewide: add Jitsi maintainers
...
* makes jitsi maintainer team
2020-08-04 13:07:36 -07:00
Ryan Mulligan
4162c69b3c
Merge pull request #92468 from petabyteboy/jitsi-meet
...
nixos/jitsi-meet: init
2020-08-03 12:43:37 -07:00
xeji
38aa804d5b
cryptpad: 3.13.0 -> 3.20.1 ( #94255 )
2020-07-31 22:34:43 +00:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
sohalt
aac4810374
moodle: fix typo
2020-07-19 18:38:54 +02:00
Finn Behrens
832d2289c3
moodle: update to 3.9.1
...
use phpEnv to provide xmlrpc
2020-07-16 23:48:08 +02:00
Finn Behrens
7561a3dc4a
nixos/moodle: add plugins
2020-07-16 23:48:02 +02:00
freezeboy
5f9de36ed7
moodle: 3.9.0 -> 3.9.1
2020-07-14 14:17:10 +02:00
Maximilian Bosch
31eb4387ea
Merge pull request #92804 from danielfullmer/searx-0.17.0
...
searx: 0.16.0 -> 0.17.0
2020-07-10 09:53:01 +02:00
Daniel Fullmer
624425c6b4
searx: 0.16.0 -> 0.17.0
2020-07-09 11:28:09 -07:00
Martin Milata
b128516ef1
jitsi-meet: init at 1.0.4627
2020-07-09 00:00:03 +02:00
Martin Weinelt
b07693e718
wallabag: apply patches to add missing migrations in initial setup
...
Fixes: https://github.com/wallabag/wallabag/issues/3662
2020-07-08 06:33:53 +02:00
Aaron Andersen
206eb297ad
Merge pull request #92368 from r-ryantm/auto-update/moodle
...
moodle: 3.8.3 -> 3.9
2020-07-06 07:25:02 -04:00
Aaron Andersen
4027715570
Merge pull request #92335 from r-ryantm/auto-update/mediawiki
...
mediawiki: 1.34.1 -> 1.34.2
2020-07-06 07:07:47 -04:00
Benjamin Hipple
3fd87d33b9
Merge pull request #89836 from florianjacob/matomo
...
matomo: 3.13.5 -> 3.13.6
2020-07-05 20:03:34 -04:00
R. RyanTM
1a1f2b0592
moodle: 3.8.3 -> 3.9
2020-07-05 19:49:00 +00:00
R. RyanTM
382000f6b7
mediawiki: 1.34.1 -> 1.34.2
2020-07-05 14:03:28 +00:00
Daniël de Kok
7287a36e3f
Merge pull request #91411 from mweinelt/wordpress
...
wordpress: 5.4.1 -> 5.4.2
2020-06-26 17:40:30 +02:00
Marek Mahut
31cd000bb6
Merge pull request #91613 from 1000101/1000101
...
maintainers: fix previously uncaught name issues
2020-06-26 17:12:34 +02:00
1000101
6c3b36212a
maintainers: fix previously uncaught name issues
2020-06-26 16:38:27 +02:00
Martin Weinelt
f422d6582d
wordpress: add passthru.tests
2020-06-24 17:00:45 +02:00
Martin Weinelt
e6d5fec97d
wordpress: 5.4.1 -> 5.4.2
...
Fixes: CVE-2020-4049
Closes : #91305
2020-06-24 17:00:39 +02:00
Johannes Schleifenbaum
dec248b07f
searx: fix werkzeug.contrib import
2020-06-23 15:31:32 +02:00
Daniel Fullmer
ac73a60960
searx: fix missing dependency version
...
Fixes #90060
2020-06-15 20:17:26 -04:00
Florian Jacob
7f14cdbe04
matomo: 3.13.5 -> 3.13.6
2020-06-08 21:47:09 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Kim Lindberger
825e20ff46
Merge pull request #82753 from Kloenk/feature/engelsystem
...
engelsystem: init at 3.1.0
2020-05-24 16:31:23 +02:00
talyz
1e343d1638
nixos/engelsystem: Add test
2020-05-24 15:45:22 +02:00
Niklas Hambüchen
e9d62a2063
Merge pull request #88595 from r-ryantm/auto-update/moodle
...
moodle: 3.8.2 -> 3.8.3
2020-05-23 05:01:52 +02:00
Lassulus
d84d8e802e
Merge pull request #79175 from helsinki-systems/init/sogo
...
sogo: init at 4.3.2
2020-05-22 11:04:39 +02:00
R. RyanTM
865f214e33
moodle: 3.8.2 -> 3.8.3
2020-05-22 08:24:24 +00:00
Finn Behrens
829ebc5390
engelsystem: init at version 3.1.0
2020-05-21 15:56:56 +02:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
ajs124
73c7c48918
sogo: init at 4.3.2
2020-05-12 18:49:42 +02:00