summary refs log tree commit diff
path: root/pkgs/servers/tt-rss
Commit message (Collapse)AuthorAge
* tt-rss-plugin-tumblr-gdpr: removeGuillaume Girol2021-06-12
|
* tt-rss: 2019-01-29 -> 2021-01-29Greizgh2021-01-30
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* tt-rss-theme-feedly: 2.3.1 -> 2.5.0Janne Heß2020-08-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tt-rss-theme-feedly: 2.0.0 -> 2.3.1R. RyanTM2020-01-17
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* tt-rss-theme-feedly: Package additional themesJanne Heß2019-03-14
|
* Merge pull request #53766 from dasJ/tt-rss-instagramRyan Mulligan2019-02-17
|\ | | | | tt-rss-plugin-ff-instagram: Init at git-2019-01-10
| * tt-rss-plugin-ff-instagram: Init at git-2019-01-10Janne Heß2019-01-10
| |
* | Merge pull request #55525 from dasJ/tt-rss-ldap-licenseworldofpeace2019-02-17
|\ \ | | | | | | tt-rss-plugin-auth-ldap: Use the correct license
| * | tt-rss-plugin-auth-ldap: Use the correct licenseJanne Heß2019-02-10
| | | | | | | | | | | | The repo now has a license file which contains the Apache 2 license.
* | | Merge pull request #55934 from dasJ/tt-rss-gdpr-fixRyan Mulligan2019-02-17
|\ \ \ | | | | | | | | tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
| * | | tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1Janne Heß2019-02-17
| |/ / | | | | | | | | | The old version doesn't work anymore since #54896 was merged.
* / / tt-rss-theme-feedly: 1.4.0 -> 2.0.0Janne Heß2019-02-17
|/ / | | | | | | The old version doesn't work anymore since #54896 was merged.
* | tt-rss-plugin-auth-ldap: init at 2.0.0Jörg Thalheim2019-02-08
| |
* | tt-rss: 2018-04-05 -> 2019-01-29Nadrieril2019-01-29
|/
* tt-rss-theme-feedly: Init at 1.4.0 (#44634)Janne Heß2018-08-07
|
* tt-rss-plugin-tumblr-gdpr: Init at 1.2 (#44620)Janne Heß2018-08-07
|
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* tt-rss: 2018-01-05 -> 2018-04-05Nadrieril2018-04-05
|
* tt-rss: 17.4 -> 2018-01-05Robin Gloster2018-01-05
| | | | tt-rss switched to a rolling release model
* treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch2017-11-08
| | | | | | | | | 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.
* tt-rss: 16.3 -> 17.4Nadrieril2017-07-17
|
* tt-rss service: init at 16.3Al Zohali2016-07-21