about summary refs log tree commit diff
path: root/pkgs/servers/peertube
AgeCommit message (Collapse)AuthorFilesLines
2024-06-11peertube: parallelize gzip and brotli step (#319092)Infinidoge1-5/+6
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-17treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessarySandro Jäckel1-2/+2
2024-04-04peertube: 6.0.3 -> 6.0.4Thomas Gerbet1-2/+2
Security fix release: > Prevent XSS injection in embed Changes: https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4
2024-02-16peertube: add peertube-runnerr utilityIzorkin1-2/+19
2024-02-16peertube: split peertube-cli utilityIzorkin1-3/+7
2024-02-16peertube: 5.2.1 -> 6.0.3Izorkin1-34/+47
2023-11-22peertube: migrate to prefetch-yarn-depsFelix Buehler1-5/+5
2023-09-29peertube: 5.1.0 -> 5.2.1Izorkin1-4/+4
2023-07-02peertube: enable building on Darwin and aarch64-linuxTheodore Ni1-15/+46
2023-05-09Merge pull request #218599 from Izorkin/update-peertubeMartin Weinelt1-4/+4
peertube: 5.0.0 -> 5.1.0
2023-05-09peertube: Remove matthiasbeyer from maintainersMatthias Beyer1-1/+1
I do not feel qualified of maintaining this. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-05-08peertube: 5.0.0 -> 5.1.0Izorkin1-4/+4
2022-12-23peertube: 4.3.1 -> 5.0.0Izorkin1-6/+6
2022-11-17peertube: 4.3.0 -> 4.3.1Izorkin1-2/+2
2022-10-17peertube: create static gzip and brotli filesIzorkin1-14/+9
2022-10-03peertube: 4.2.2 -> 4.3.0Theodore Ni1-10/+21
2022-10-02peertube: pass yarn caches as environment variablesYureka1-18/+15
2022-08-09peertube: 4.2.1 -> 4.2.2Izorkin1-3/+3
2022-06-25peertube: 4.2.0 -> 4.2.1Izorkin1-2/+2
2022-06-15peertube: 4.1.1 -> 4.2.0Izorkin1-4/+4
2022-03-09peertube: 4.1.0 -> 4.1.1Izorkin1-4/+9
2022-02-24peertube: 4.0.0 -> 4.1.0Izorkin1-5/+5
2022-02-24peertube: remove unused packages and modulesIzorkin1-40/+4
2022-02-24peertube: 3.4.1 -> 4.0.0Izorkin1-6/+5
2021-10-25peertube: init at 3.4.1Steven Roose1-0/+157
Co-authored-by: Izorkin <izorkin@elven.pw> # maybe as the author of this commit seems to be Steven Co-authored-by: Moritz Hedtke <Moritz.Hedtke@t-online.de> Co-authored-by: Steven Roose <steven@stevenroose.org> Co-authored-by: Matthias Beyer <mail@beyermatthias.de> Co-authored-by: Ismaël Bouya <ismael.bouya@normalesup.org>