about summary refs log tree commit diff
path: root/pkgs/servers/tt-rss
AgeCommit message (Collapse)AuthorFilesLines
2021-11-10treewide: replace '-git' packages with 'unstable-' in version (#145396)Felix Bühler1-1/+1
2021-08-23tt-rss-theme-feedly: 2.5.0 -> 2.8.2R. RyanTM1-2/+2
2021-08-01tt-rss-plugin-auth-ldap: fix compat with latest tt-rssJörg Thalheim1-0/+5
2021-07-25Added release notes and broke date apartMilo Gertjejansen1-1/+12
2021-07-06tt-rss: 2021-01-29 -> 2021-06-23 and modules/tt-rss: updated config.php creationMilo Gertjejansen1-3/+3
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-06-12tt-rss-plugin-tumblr-gdpr: removeGuillaume Girol1-32/+0
2021-01-30tt-rss: 2019-01-29 -> 2021-01-29Greizgh1-4/+4
2021-01-25treewide: remove stdenv where not neededPavol Rusnak3-3/+9
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch5-10/+10
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
2020-08-21tt-rss-theme-feedly: 2.3.1 -> 2.5.0Janne Heß1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2020-01-17tt-rss-theme-feedly: 2.0.0 -> 2.3.1R. RyanTM1-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth5-5/+5
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-14tt-rss-theme-feedly: Package additional themesJanne Heß1-1/+1
2019-02-17Merge pull request #53766 from dasJ/tt-rss-instagramRyan Mulligan1-0/+30
tt-rss-plugin-ff-instagram: Init at git-2019-01-10
2019-02-17Merge pull request #55525 from dasJ/tt-rss-ldap-licenseworldofpeace1-1/+1
tt-rss-plugin-auth-ldap: Use the correct license
2019-02-17Merge pull request #55934 from dasJ/tt-rss-gdpr-fixRyan Mulligan1-2/+2
tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
2019-02-17tt-rss-theme-feedly: 1.4.0 -> 2.0.0Janne Heß1-3/+3
The old version doesn't work anymore since #54896 was merged.
2019-02-17tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1Janne Heß1-2/+2
The old version doesn't work anymore since #54896 was merged.
2019-02-10tt-rss-plugin-auth-ldap: Use the correct licenseJanne Heß1-1/+1
The repo now has a license file which contains the Apache 2 license.
2019-02-08tt-rss-plugin-auth-ldap: init at 2.0.0Jörg Thalheim1-0/+32
2019-01-29tt-rss: 2018-04-05 -> 2019-01-29Nadrieril1-3/+3
2019-01-10tt-rss-plugin-ff-instagram: Init at git-2019-01-10Janne Heß1-0/+30
2018-08-07tt-rss-theme-feedly: Init at 1.4.0 (#44634)Janne Heß1-0/+27
2018-08-07tt-rss-plugin-tumblr-gdpr: Init at 1.2 (#44620)Janne Heß1-0/+30
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-04-05tt-rss: 2018-01-05 -> 2018-04-05Nadrieril1-3/+3
2018-01-05tt-rss: 17.4 -> 2018-01-05Robin Gloster1-8/+7
tt-rss switched to a rolling release model
2017-11-08treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch1-2/+0
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-07-17tt-rss: 16.3 -> 17.4Nadrieril1-3/+3
2016-07-21tt-rss service: init at 16.3Al Zohali1-0/+28