about summary refs log tree commit diff
path: root/pkgs/servers/roundcube
AgeCommit message (Collapse)AuthorFilesLines
2020-09-27roundcube: 1.4.8 -> 1.4.9Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.9
2020-08-10roundcube: 1.4.7 -> 1.4.8Benjamin Asbach1-2/+2
2020-07-05roundcube: 1.4.6 -> 1.4.7Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.7
2020-06-27roundcubePlugins.carddav: init at 3.0.3Daniel Schaefer2-0/+12
2020-06-10roundcubePlugins.persistent_login: 5.1.0 -> 5.2.0Maximilian Bosch1-2/+2
https://github.com/mfreiholz/persistent_login/releases/tag/version-5.2.0
2020-06-07roundcube: 1.4.5 -> 1.4.6Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.6
2020-06-03roundcube: 1.4.4 -> 1.4.5Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.5
2020-04-29roundcube: 1.4.3 -> 1.4.4Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.4
2020-02-19roundcube: 1.4.2 -> 1.4.3Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
2020-01-03Merge pull request #76896 from Vskilet/roundcube-updateMaximilian Bosch1-2/+2
roundcube: 1.4.1 -> 1.4.2
2020-01-03roundcube: 1.4.1 -> 1.4.2Victor SENE1-2/+2
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch1-1/+1
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
2019-11-22roundcube: 1.4.0 -> 1.4.1Maximilian Bosch1-2/+2
https://github.com/roundcube/roundcubemail/releases/tag/1.4.1 Also fixed the test which got broken during #71407, most likely due to a merge issue.
2019-11-10roundcube: 1.3.10 -> 1.4.0Maximilian Bosch2-3/+3
https://roundcube.net/news/2019/11/09/roundcube-1.4.0-released * `curl` cmd in the test can fail as roundcube returns a http/401 if unauthorized (and we're explicitly requesting the login form). By checking if the `persistent_login` plugin is loaded, the assertion is still valid) * Use `$argv[0]` to determine install path in the installer script. I'm not exactly sure why, but it seems as `__DIR__` now resolves symlinks which breaks the installer if roundcube is in a `buildEnv` with third-party plugins.
2019-09-28roundcube: 1.3.9 -> 1.3.10R. RyanTM1-2/+2
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
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-04-16roundcube: 1.3.8 -> 1.3.9R. RyanTM1-2/+2
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
2019-04-02roundcube: don't resolve symlinks in update.shMaximilian Bosch2-8/+42
A side-effect of this is that the derivation required a rewrite in order to apply the patch properly.
2019-02-08roundcube: add `withPlugins` functionMaximilian Bosch1-2/+6
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 ]) ```
2019-02-08roundcubePlugins: initMaximilian Bosch4-0/+40
This meta-package is supposed to contain third-party roundcube plugins such as `persistent_login` that will be linked into the roundcube derivation.
2018-11-30roundcube: 1.3.7 -> 1.3.8Florian Klink1-4/+4
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
2018-09-26roundcube: simplify using fetchzipVictor SENE1-12/+9
2018-09-24roundcube: init at 1.3.7Victor SENE1-0/+26