about summary refs log tree commit diff
path: root/pkgs/servers/roundcube
Commit message (Collapse)AuthorAge
* treewide: update globin's maintained drvsRobin Gloster2019-08-20
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* roundcube: 1.3.8 -> 1.3.9R. RyanTM2019-04-16
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/roundcube/versions
* roundcube: don't resolve symlinks in update.shMaximilian Bosch2019-04-02
| | | | | A side-effect of this is that the derivation required a rewrite in order to apply the patch properly.
* roundcube: add `withPlugins` functionMaximilian Bosch2019-02-08
| | | | | | | | | | | This function creates a new store path with roundcube sources and all specified plugins. It can be used like this: ``` roundcube.withPlugins (plugins: with plugins; [ persistent_login ]) ```
* roundcubePlugins: initMaximilian Bosch2019-02-08
| | | | | | This meta-package is supposed to contain third-party roundcube plugins such as `persistent_login` that will be linked into the roundcube derivation.
* roundcube: 1.3.7 -> 1.3.8Florian Klink2018-11-30
| | | | | | | | | This is a service release to update the stable version 1.3 of Roundcube Webmail. It contains fixes to several bugs backported from the master branch including a security fix for a reported XSS vulnerability plus updates to ensure compatibility with PHP 7.3 and recent versions of Courier-IMAP, Dovecot and MySQL 8. See the complete changelog at https://github.com/roundcube/roundcubemail/releases/tag/1.3.8
* roundcube: simplify using fetchzipVictor SENE2018-09-26
|
* roundcube: init at 1.3.7Victor SENE2018-09-24