Commit graph

773 commits

Author SHA1 Message Date
Lauri Ojansivu
c42c81b60a v0.18 Wekan release. 2017-04-02 17:04:17 +03:00
Lauri Ojansivu
90c53807b4 Update translations. 2017-04-02 16:43:02 +03:00
Lauri Ojansivu
ac196c89c4 Fix typo. 2017-04-02 15:17:46 +03:00
Lauri Ojansivu
97f0f96743 Move Sandstorm to separate paragraph. 2017-04-02 15:16:35 +03:00
Lauri Ojansivu
12d4ed9171 Move features and integrations to wiki. 2017-04-02 15:12:17 +03:00
Lauri Ojansivu
c58cb9eddf Update translations. 2017-04-02 13:23:21 +03:00
Lauri Ojansivu
1fa9fe372b Add: Fix email settings loaging. Thanks to Zokormazo ! 2017-04-02 13:19:41 +03:00
Lauri Ojansivu
5bf43319c9 Merge branch 'Zokormazo-email' into devel
MAIL_URL was overriden with database info all the time.
Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor
exists valid admin panel data MAIL_URL is not set.
MAIL_FROM was ignored. Same behaviour, env variable has bigger priority
than database configuration.
On both cases, althrought environment variable is set, updating admin-panel
mail settings will load new info and ignore the environment variable.
Remove some code that is not needed anymore.

This fixes #951, fixes #948, and fixes #937
2017-04-02 13:13:33 +03:00
Julen Landa Alustiza
dfeeec308a Fix email settings loading:
MAIL_URL was overriden with database info all the time.
Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor
exists valid admin panel data MAIL_URL is not set.
MAIL_FROM was ignored. Same behaviour, env variable has bigger priority
than database configuration.
On both cases, althrought environment variable is set, updating admin-panel
mail settings will load new info and ignore the environment variable.
Remove some code that is not needed anymore
2017-04-01 21:46:09 +02:00
Lauri Ojansivu
823aea497b Fix typo. 2017-03-31 13:22:12 +03:00
Lauri Ojansivu
45de749c6a Add link to Enable Admin Panel. 2017-03-31 13:20:07 +03:00
Lauri Ojansivu
ab66475a2c Add link to Import/Export MongoDB data to/from Docker container. 2017-03-31 13:17:04 +03:00
Lauri Ojansivu
69d7c0102e Add alternative Docker image while current one is broken. 2017-03-31 13:11:14 +03:00
Lauri Ojansivu
af72f2d4fb Add translation: Basque (eu) 2017-03-31 11:57:20 +03:00
Lauri Ojansivu
2f054234da Update translations. 2017-03-31 11:13:57 +03:00
Lauri Ojansivu
f9fe4a1c0b Add TLS toggle option to smtp configuration. Thanks to Zokormazo ! 2017-03-31 11:05:54 +03:00
Lauri Ojansivu
e3aa65b96e Merge branch 'Zokormazo-tls' into devel 2017-03-31 11:03:55 +03:00
Julen Landa Alustiza
db2c381c00 Add TLS toggle option to smtp configuration 2017-03-30 19:13:57 +02:00
Lauri Ojansivu
ee6aa7a6b2 Fix typo. 2017-03-30 08:16:45 +03:00
Lauri Ojansivu
5bfa8b6502 Fix: Use navigator language by default instead of English. 2017-03-30 08:15:55 +03:00
Lauri Ojansivu
ee06948074 Merge branch 'umbertooo-navigator-preferred-language' into devel 2017-03-30 08:14:05 +03:00
Lauri Ojansivu
3ce4615975 Merge branch 'navigator-preferred-language' of https://github.com/umbertooo/wekan into umbertooo-navigator-preferred-language 2017-03-30 08:06:44 +03:00
Lauri Ojansivu
9d95a7ed4d Merge pull request #952 from rhelsing/comment-hotfix
hotfix to user add isCommentOnly
2017-03-30 07:54:15 +03:00
Ryan Helsing
e9bc5eaac5 hotfix to user add 2017-03-29 14:28:04 -04:00
Lauri Ojansivu
4d4bc55991 Merge pull request #946 from stephenmoloney/devel
fix dockerfile
2017-03-28 21:24:29 +03:00
Lauri Ojansivu
c1609fb760 Update changelog. 2017-03-28 21:22:26 +03:00
Lauri Ojansivu
61b520617a Update translations. 2017-03-28 21:11:34 +03:00
Stephen Moloney
8045167b6d remove invalid command 2017-03-28 19:08:55 +01:00
Lauri Ojansivu
578619d409 Merge pull request #925 from rhelsing/comment-permissions
Comment permissions
2017-03-28 20:55:02 +03:00
Lauri Ojansivu
0c36f5f4c2 Merge pull request #943 from Zokormazo/smtp
Don't send emails if missing smtp host
2017-03-28 20:52:39 +03:00
Lauri Ojansivu
b3cd2f2125 Merge pull request #945 from Serubin/devel
Dockerfile fix for local packages
2017-03-28 20:51:17 +03:00
Lauri Ojansivu
3ccc61957c Merge pull request #942 from stephenmoloney/devel
user high availability key server and update  travis.yml for docker builds
2017-03-28 20:50:42 +03:00
Stephen Moloney
0c11096a57 update travis for a docker build 2017-03-28 18:09:57 +01:00
Serubin
b691d4935c Dockerfile fix for local packages 2017-03-28 11:50:05 -04:00
Julen Landa Alustiza
5db786e2dd Don't send emails if missing smtp host 2017-03-28 12:44:36 +02:00
Stephen Moloney
8612b05f52 user high availability key server. sks-keyservers.net/overview-of-pools.php 2017-03-28 09:35:52 +01:00
Lauri Ojansivu
ca7be3a162 Update Dockerfile maintainer and npm version. 2017-03-28 09:28:04 +03:00
Lauri Ojansivu
c197cabd98 Add registration and invitation fixes. Thanks to lkisme ! 2017-03-28 09:26:30 +03:00
Lauri Ojansivu
6a57d6d2d0 Merge branch 'lkisme-invtn-bug-fix' into devel 2017-03-28 09:20:43 +03:00
Lauri Ojansivu
b54e0c8b4f Merge branch 'invtn-bug-fix' of https://github.com/lkisme/wekan into lkisme-invtn-bug-fix 2017-03-28 09:09:16 +03:00
Lauri Ojansivu
8b14221061 Update translations. 2017-03-28 09:06:39 +03:00
Lauri Ojansivu
6c884d35db Remove unused text, no need to translate it anymore. 2017-03-28 08:58:33 +03:00
Lauri Ojansivu
5bde740351 Merge pull request #940 from JamborJan/devel
Add bigger screenshots
2017-03-28 08:43:26 +03:00
JJ
41c314638e Tinified pngs
Tinified pngs with https://tinypng.com/
2017-03-28 07:40:33 +02:00
JJ
664824c931 Add bigger screenshots
According to this conversation: https://oasis.sandstorm.io/grain/mZ6GkpaHjWAyxxKXgwTCG5/b/sandstorm/libreboard/KgLwFJqLmgheFvwRc 2 bigger screenshots added
2017-03-28 07:29:10 +02:00
lkisme
f82941550a Remove invitation code if email sending failed, improve registration process with invitation 2017-03-28 00:48:18 +08:00
Lauri Ojansivu
feafc46bb5 Release v0.17 2017-03-25 00:20:30 +02:00
Lauri Ojansivu
6ecbbc07bd Remove fixed issue. 2017-03-24 22:32:52 +02:00
Lauri Ojansivu
24e3e92d3e Update urls and upcoming version. 2017-03-24 22:31:59 +02:00
Lauri Ojansivu
9cb80d9273 Update translations. 2017-03-24 22:14:25 +02:00