Commit graph

613 commits

Author SHA1 Message Date
rrooij
465fa3a739 Fix translations typo and double message
The Spanish error about the missing message ID appeared twice and
generated an error when converting the translation file.

Another fix is the typos that were still present in the msgid's.
2018-03-24 13:37:19 +01:00
Tomas Bures
d83ec23629
Merge pull request #401 from rrooij/typofix
Subscriptions: fix error typo
2018-03-24 09:31:20 +01:00
rrooij
a9054b30dd Subscriptions: fix error typo 2018-03-23 19:53:28 +01:00
Gerard Krol (Zermelo)
5ee8347115
Merge pull request #393 from mauricemeyer/master
Fixed typos and superfluous spaces in the German translation
2018-03-06 14:58:44 +01:00
Maurice Meyer
9ae21f7550
Fixed typos and superfluous spaces
Signed-off-by: Maurice Meyer <morre@mor.re>
2018-03-06 14:51:49 +01:00
Tomas Bures
ca145edaef
Merge pull request #379 from gsiou/api-search-user
Docs for api/lists/:email
2018-02-18 19:28:40 +01:00
Gerard Krol (Zermelo)
1aea2d6b3e
Merge pull request #383 from alen12345/ldapauth-docker
Added ldapauth support to docker
2018-02-13 16:57:56 +01:00
Alessio Nava
e4d21e037a Added ldapauth support to docker 2018-02-13 14:54:17 +00:00
Georgios Anastasiou
b151784071 Docs for api/lists/:email 2018-02-06 14:57:58 +02:00
Andris Reinman
3c36d298c4 updated install script 2018-01-09 12:43:02 +02:00
Andris Reinman
69550d0383
Merge pull request #349 from zermelo-software/passport-ldapauth
Add support for passport-ldapauth
2018-01-09 12:41:05 +02:00
Andris Reinman
3f1f68515d
Merge pull request #323 from programster/updating-documentation
Moving documentation to docs area
2018-01-09 12:40:33 +02:00
Andris Reinman
ed2c84d868
Merge pull request #314 from wotomg/patch-1
Update install.sh
2018-01-09 12:39:08 +02:00
Andris Reinman
75f34905d8
Merge pull request #368 from HLFH/master
Custom date fields will support dates before 1970
2018-01-09 12:37:50 +02:00
Andris Reinman
304b9a0fd5
Merge pull request #369 from gsiou/api-search-user
API functionality - Get lists a user has subscribed to
2018-01-09 12:37:29 +02:00
Georgios Anastasiou
bd53a77bed Changed route 2018-01-09 12:20:46 +02:00
Georgios Anastasiou
678e6a5d59 Fixed to pass test 2018-01-08 13:47:28 +02:00
Georgios Anastasiou
c085faa157 Implemented api for searching lists that have parameter email as a subscriber 2018-01-08 13:03:38 +02:00
Gaspard d'Hautefeuille
bc73a0df0c
Custom date fields will support dates before 1970
TIMESTAMP replaced by DATETIME
2018-01-03 09:19:54 +00:00
Roger Witzig
eb8a5878dd
Merge pull request #344 from brentdur/brentdur/247_template-duplicate
Adds duplicate Template
2017-11-15 12:56:34 +01:00
Roger Witzig
dca236af23
Merge pull request #348 from zermelo-software/api_extensions
Add API support for GET /api/subscriptions/:listId
2017-11-13 15:25:06 +01:00
Gerard Krol
8b2e3b47b0 Add note about generated names of custom fields. 2017-11-08 10:54:18 +00:00
Gerard Krol
4d81089959 Add support for passport-ldapauth 2017-11-08 10:47:46 +00:00
Gerard Krol
ac09ba81dd Add API documentation for GET /api/subscriptions/:listId 2017-11-06 10:34:55 +00:00
Gerard Krol
0073989430 Add API support for retrieving subscriptions. 2017-11-06 10:23:57 +00:00
Brenton Durkee
56fedc6ee9 Fix lint errors 2017-10-17 19:16:19 -04:00
Brenton Durkee
0cbec006b4 Adds duplicate button to Template edit form.
Adds duplicate model function for Template that gets a Template by id
and creates a new Template with the same data.
2017-10-16 11:29:57 -04:00
Roger Witzig
b30a9f2e41 Merge pull request #341 from MelwinKfr/patch-1
add: LDAP options `bindUser` and `bindPassword`
2017-10-11 13:34:31 +02:00
Melwin Kieffer
cf38aea80b doc: bindUser and binPassword LDAP options 2017-10-11 12:11:45 +02:00
Melwin Kieffer
65923c0c05 add: LDAP options bindUser and bindPassword
To be able to use a different user for bind requests,
which can be required by some LDAP security strategy.
2017-10-10 16:30:40 +02:00
witzig
0a369e2475 Fix grouped custom fields not saving deselected values #333 2017-10-05 13:39:53 +02:00
witzig
6e3b9d209c Fix import type display 2017-10-01 21:36:11 +02:00
witzig
615ed5a693 Support multiple usage of RSS merge tags, closes #329 2017-09-29 12:22:37 +02:00
witzig
46acece89c Improve CSV import error handling, closes #324 2017-09-29 00:32:00 +02:00
Roger Witzig
b406870756 Merge pull request #326 from witzig/list-import 2017-09-29 00:26:55 +02:00
witzig
83e62e990b Update import.hbs 2017-09-29 00:19:19 +02:00
witzig
ebac58e686 Add comment 2017-09-29 00:13:32 +02:00
witzig
f4375e9da9 Update import type display 2017-09-28 01:34:34 +02:00
witzig
c5b481a266 Add option to preserve unsubscribed status on list import, #325 2017-09-28 00:55:19 +02:00
witzig
5ada25c2dc Fix error checking, #324 2017-09-27 19:27:01 +02:00
Roger Witzig
6e51a074d6 Merge pull request #322 from programster/dockerfile-node-bump
Bumping the dockerfile baseimage from node 8.1 to 8.6
2017-09-27 10:17:10 +02:00
Programster
8bd9b5bc9e * Undoing my change of swapping out the mailtrain title with the logo because it looks wierd as the logo has too much whitespace.
* Adding the information about Node js version requirement to the manual installation instructions.
2017-09-27 02:13:11 +00:00
Programster
286434d846 Trying to slim down the front README page. If user's need more detailed information, such as how to deploy on Rancher, they should read the docs area. 2017-09-27 02:03:34 +00:00
Programster
2d96566b07 Moving the majority of the documentation from the README file to the documents area and referencing it. 2017-09-27 01:55:19 +00:00
Programster
66fa5e1e32 Bumping the dockerfile baseimage from node 8.1 to 8.6 2017-09-27 01:21:44 +00:00
witzig
c7c972d1d5 Bump deps
- mjml comment bug has been fixed in 3.3.5
- csv-generate is no longer required since v1.19.1
- escape-string-regexp added to dependencies
- bluebird and lodash added to dev-dependencies
2017-09-26 14:10:16 +02:00
witzig
e669b5684e Fixed MJML Dependency (temporary) 2017-09-22 16:20:14 +02:00
witzig
f96b9de510 Bumped some deps
Note: isemail 3.x, jsdom 11.x, and mjml 3.3.4 contain breaking changes
2017-09-22 15:28:26 +02:00
witzig
8e1bc1df7a Fixes #298 - Import CSV didn't show hidden custom fields 2017-09-22 14:26:47 +02:00
Roger Witzig
d840b2a88b Merge pull request #317 from mystvearn147/patch-1
add package-lock.json file to gitignore
2017-09-22 11:46:36 +02:00