Commit Graph

46 Commits

Author SHA1 Message Date
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
Weijia Wang
6b0de30acc tt-rss-theme-feedly: fix license 2024-01-05 22:02:51 +01:00
R. Ryantm
46796330dc tt-rss-theme-feedly: 3.1.0 -> 4.1.0 2024-01-05 22:02:30 +01:00
Thomas Gerbet
796121dc9b tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
Upstream Docker images also uses PHP 8.1.

Diff:
https://git.tt-rss.org/fox/tt-rss.git/diff/?id=0578bf802571781a0a7e3debbbec66437a7d28b4&id2=602e8684258062937d7f554ab7889e8e02318c96
2023-04-27 11:46:38 +02:00
R. Ryantm
35f0dcc532 tt-rss-theme-feedly: 2.10.0 -> 3.1.0 2023-01-10 05:08:51 +00:00
Jörg Thalheim
d7ea83612a tt-rss-plugin-auth-ldap: unstable-2022-10-31 -> unstable-2022-11-30
Diff: 0cc2a21441...582ade49fd
2022-12-01 15:01:55 +01:00
Jörg Thalheim
52da2b9e7b tt-rss-plugin-auth-ldap: 2.0.0 -> unstable-2022-10-31 2022-10-31 07:52:20 +01:00
Jörg Thalheim
1438ed30c1 tt-rss: 2022-08-01 -> 2022-10-15 2022-10-31 07:52:01 +01:00
Smaug123
73a4e61349 tt-rss: 2021-06-21 -> 2022-08-01
Pull in a year of upstream changes.
This update will involve two database migrations when logging in to the
resulting service.
2022-10-31 07:50:31 +01:00
Sandro
e58348c2e3
Merge pull request #179923 from imsofi/fix/tt-rss-plugin-auth-ldap/fix-ldaps 2022-09-15 23:14:54 +02:00
R. Ryantm
06feb653aa tt-rss-theme-feedly: 2.9.1 -> 2.10.0 2022-07-31 03:53:14 +00:00
Sofi
841cccb579
tt-rss-plugin-auth-ldap: fix ldaps connection issue 2022-07-02 17:58:31 +02:00
Milo Gertjejansen
810f9640da
tt-rss-plugin-feediron: init at 1.32 (#142277)
* tt-rss-plugin-feediron: init at v1.32

Adds feediron plugin for tt-rss.

* Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Remove stray semi-colon

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-20 17:06:28 +02:00
R. Ryantm
54679d94a3 tt-rss-theme-feedly: 2.8.2 -> 2.9.1 2022-02-13 11:05:13 +00:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
R. RyanTM
e75485b963 tt-rss-theme-feedly: 2.5.0 -> 2.8.2 2021-08-23 06:09:55 +00:00
Jörg Thalheim
88a326a926 tt-rss-plugin-auth-ldap: fix compat with latest tt-rss 2021-08-01 18:21:23 +02:00
Milo Gertjejansen
70338c53c9 Added release notes and broke date apart 2021-07-25 15:40:33 -04:00
Milo Gertjejansen
97cb387fb9 tt-rss: 2021-01-29 -> 2021-06-23 and modules/tt-rss: updated config.php creation
The version of tt-rss in nixpkgs was pre-php 8. This updates tt-rss to the most recent version, which uses php 8.

The updates to the module are required changes, per https://community.tt-rss.org/t/rip-config-php-hello-classes-config-php/4337.
2021-07-06 18:46:21 -04:00
Guillaume Girol
a421a74be3 tt-rss-plugin-tumblr-gdpr: remove 2021-06-12 21:49:14 +02:00
Greizgh
ff2006837c tt-rss: 2019-01-29 -> 2021-01-29 2021-01-30 11:35:05 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Janne Heß
5ac88239e0
tt-rss-theme-feedly: 2.3.1 -> 2.5.0 2020-08-21 22:11:36 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
842cca3d2f tt-rss-theme-feedly: 2.0.0 -> 2.3.1 2020-01-17 11:54:21 +00:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Janne Heß
531171e1c9 tt-rss-theme-feedly: Package additional themes 2019-03-14 19:01:32 +01:00
Ryan Mulligan
1849a783ca
Merge pull request #53766 from dasJ/tt-rss-instagram
tt-rss-plugin-ff-instagram: Init at git-2019-01-10
2019-02-17 21:19:15 -08:00
worldofpeace
1ccc8e9cc2
Merge pull request #55525 from dasJ/tt-rss-ldap-license
tt-rss-plugin-auth-ldap: Use the correct license
2019-02-17 15:32:53 +00:00
Ryan Mulligan
964d3007ab
Merge pull request #55934 from dasJ/tt-rss-gdpr-fix
tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
2019-02-17 06:16:39 -08:00
Janne Heß
b1cfee198e tt-rss-theme-feedly: 1.4.0 -> 2.0.0
The old version doesn't work anymore since #54896 was merged.
2019-02-17 14:45:37 +01:00
Janne Heß
e79b7dbcf3 tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
The old version doesn't work anymore since #54896 was merged.
2019-02-17 11:12:20 +01:00
Janne Heß
37469c3038 tt-rss-plugin-auth-ldap: Use the correct license
The repo now has a license file which contains the Apache 2 license.
2019-02-10 17:22:16 +01:00
Jörg Thalheim
a8244c680a
tt-rss-plugin-auth-ldap: init at 2.0.0 2019-02-08 07:08:11 +00:00
Nadrieril
b0c696be3a tt-rss: 2018-04-05 -> 2019-01-29 2019-01-29 20:50:11 +01:00
Janne Heß
36d65c59fe tt-rss-plugin-ff-instagram: Init at git-2019-01-10 2019-01-10 17:56:47 +01:00
Janne Heß
022b81f3f8 tt-rss-theme-feedly: Init at 1.4.0 (#44634) 2018-08-07 23:33:15 +02:00
Janne Heß
f9980af8ac tt-rss-plugin-tumblr-gdpr: Init at 1.2 (#44620) 2018-08-07 21:36:15 +02:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Nadrieril
fd79c26994 tt-rss: 2018-01-05 -> 2018-04-05 2018-04-05 16:35:03 +01:00
Robin Gloster
944376bc32 tt-rss: 17.4 -> 2018-01-05
tt-rss switched to a rolling release model
2018-01-05 14:47:54 +01:00
Maximilian Bosch
161e80e3fd
treewide: get rid of invalid buildPhases argument
I don't know where this comes from (I accidentally did that as well
once), but some derivations seem to use `buildPhases` rather than
`phases` in their derivations.

This kills all improper usages as the lack of a `phases` argument
didn't break the build, so this can be safely removed.
2017-11-08 21:38:06 +01:00
Nadrieril
c226ee619a tt-rss: 16.3 -> 17.4 2017-07-17 02:20:16 +02:00
Al Zohali
98e419c0e2 tt-rss service: init at 16.3 2016-07-21 20:46:35 +03:00