Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-26Add Sieve supportDaniel Kesselberg
* Expose managesieve port * Add sieve client factory * Add support for sieve to provisioning * Refactor test connectivity logic and add sieve. * Add support for sieve to provisioning * Add sieve to account form * Add debug logger for ManageSieve * Add api to get and update active script * Add error for managesieve exception * Add text editor to update existing script Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-03Remove the composer intall from the MakefileChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-02Merge pull request #3946 from nextcloud/techdept/makefile-dev-setup-dev-buildChristoph Wurst
Build a dev version for a dev build, not a production version
2020-11-02Update the Makefile docker test imageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-02Build a dev version for a dev build, not a production versionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-30Use a Github action for integration testsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-22Comply with our npm guidelinesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-10Replace the legacy appstore target in Makefile with the Krankerl commandChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-06Remove unused translation extractorMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-09Add utilities to make dev easierKevin Ndung'u
Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
2018-02-12Move transifex config for updated l10n scriptMorris Jobke
See nextcloud/docker-ci#78 for details Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-15Fix Makefile's dev-setup and composer installChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-27Remove unused exclude rulesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-15Fix 'make optimize-js'Christoph Wurst
To *optimize* js files we need webpack, which is a npm dev dependency and thus we have to first install those. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-31Merge branch 'master' of github.com:/nextcloud/mail into webpack_prod_configChristoph Wurst
2017-10-31Fix Travis CI errors due to missing phpunit executableChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-31Merge branch 'master' of github.com:/nextcloud/mail into webpack_prod_configChristoph Wurst
2017-10-30Install composer dev deps on TravisChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-30Fix package sizeChristoph Wurst
* Don't package composer dev deps * Don't package the .phan dir * Don't package .hg dirs Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-30Separate webpack configsSteffen Lindner
2017-08-27WIP Move to Webpack3 (#468)Steffen Lindner
* Add init webpack config * Replace text! with raw-loader! * Add ignore for build.js and remove build.js * Ship build.js to browser, include shim modules * Add handlebars loader * Remove vendor dir, remove bower * Add source-map * Make karma work with webpack, more or less Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Properly load hb templates by webpack Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Remove debug logging * Use modules for view helpers and properly declare dependencies Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Fix jquery.autosize Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Declare global functions Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Always install dev deps Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-08-21Use another IMAP docker image that allows more connectionsChristoph Wurst
Since CI builds of #326 failed and I could reproduce this locally, it turned out that running single tests or tests of a single directory was no problem. However, executing all tests at once led to failing IMAP connections. Apparently an increased number of allowed IMAP connections fixes the problem (locally). Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-08-02Use a decent SMTP docker image to test againstChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-12-18fix rsync excludes to include 'build' directory of dependenciesChristoph Wurst
2016-12-05fix and sort rsync excludesChristoph Wurst
2016-12-04include bower dependencies in gitChristoph Wurst
2016-12-02automatically sign and package the appChristoph Wurst
This rsyncs the files into a directory that can then be used to sign the app's files. Moreover, the created tar.gz is then signed and the certificate is printed to the command line. All steps that require the private key are only run if the key is available. Therefore peole can also use this to build their own version :-)
2016-10-13Exclude '.lgtm' from tar command.Alexander Weidinger
2016-09-05move translation extractor to build dirChristoph Wurst
2016-08-22adjust packagingChristoph Wurst
2016-08-22move js build files to 'build' dirChristoph Wurst
2016-05-29Prevent merge conflicts of the changelog filesChristoph Wurst
2016-05-01don't include js tests when packagingChristoph Wurst
2016-03-27update php libs, fix Makefile target 'update-composer'Christoph Wurst
2016-02-17add imap docker for faster CI buildsChristoph Wurst
- use trusty beta - add mysql5.6 - create mysql travis user - secret credentials not needed anymore - use Makefile for docker management
2016-02-04Merge pull request #1222 from owncloud/fix-makefile-dependenciesChristoph Wurst
remove cyclic dependency from Makefile
2016-02-03update excluded files for packagingChristoph Wurst
2016-01-30remove cyclic dependency from MakefileChristoph Wurst
2015-10-12use Makefile to set up dev environmentChristoph Wurst
2015-09-11fix makefile for packagingChristoph Wurst
2015-09-10Only install production depsSteffen Lindner
2015-09-08load optimized js files only in debug modeChristoph Wurst
2015-05-10Adding Makefile to generate appstore zipThomas Müller