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
Lauri Ojansivu
71103d72e8
Tried to fix fonts for #914 , not #707 that was wrong number in previous commit.
2017-03-24 21:50:25 +02:00
Lauri Ojansivu
d60cd71e64
Fix fonts. Still looking for better solution for #707
2017-03-24 21:45:03 +02:00
Lauri Ojansivu
16366db2a5
Merge branch 'Serubin-devel' into devel
2017-03-24 21:00:18 +02:00
Lauri Ojansivu
2031d107c4
Fix: Double slash problem on card pop-ups. Closes #785
2017-03-24 20:59:29 +02:00
Lauri Ojansivu
a9059201a7
Merge branch 'devel' of https://github.com/Serubin/wekan into Serubin-devel
2017-03-24 20:41:40 +02:00
Lauri Ojansivu
cfc2175765
Update urls.
2017-03-24 20:34:11 +02:00
Serubin
e088159c2f
Eslint will now ignore packages directory.
2017-03-23 00:46:16 -04:00
Serubin
0586593caa
Updated flow-router commit. Changed url
2017-03-23 00:22:06 -04:00
Serubin
c7f9651236
App env variables
2017-03-22 22:29:54 -04:00
Serubin
92a34ba6a7
Added local dependency for flow-router
2017-03-22 22:23:49 -04:00
Lauri Ojansivu
167e873e13
Update screenshot.
2017-03-22 15:55:24 +02:00
Lauri Ojansivu
cd01f84de6
Merge pull request #930 from dwrensha/sandstorm-release-19
...
update sandstorm metadata for appVersion 19 release
2017-03-21 22:57:12 +02:00
David Renshaw
9b2e039da2
update sandstorm metadata for appVersion 19 release
2017-03-21 16:38:06 -04:00
Lauri Ojansivu
a00eb436ff
Fix default font so Chinese is shown correctly. Thanks to mo-han !
2017-03-19 22:52:15 +02:00
Lauri Ojansivu
eaa09ea341
Fix default font so Chinese is shown correctly. Closes #914
2017-03-19 22:48:26 +02:00
Lauri Ojansivu
0472b98aa4
Fix bug: No need for Array.prototype if using rest operator. Thanks to vuxor !
2017-03-19 20:04:21 +02:00
Lauri Ojansivu
561448df64
Merge branch 'vuxor-concat-blaze-helper' into devel
2017-03-19 19:53:10 +02:00
Ivan Radeljic
402a2b8f93
No need for Array.prototype if using rest operator
2017-03-16 08:06:41 +01:00
Lauri Ojansivu
7130bfa98a
Update changelog.
2017-03-15 01:46:49 +02:00
Lauri Ojansivu
593510ac6a
Update translations.
2017-03-15 01:40:35 +02:00
Lauri Ojansivu
862ce27eb9
Set IE compatibility mode to Edge to so that
...
Wekan board loads correctly.
2017-03-15 01:25:48 +02:00
Lauri Ojansivu
42bdc0e101
v0.13 Wekan release.
2017-03-12 16:33:39 +02:00
Lauri Ojansivu
d4c2b9c882
Merge branch 'lkisme-admin-panel' into devel
2017-03-12 16:15:53 +02:00
Lauri Ojansivu
6b1b452c4a
Merge branch 'admin-panel' of https://github.com/lkisme/wekan into lkisme-admin-panel
2017-03-12 16:11:33 +02:00
Lauri Ojansivu
de396e6c6b
Update translations.
2017-03-12 16:03:53 +02:00
lkisme
72c3651be4
Set mail-from to environment immediately after changed,
...
allow user set a blank username&password pair in SMTP setting.
2017-03-09 23:29:48 +08:00
Lauri Ojansivu
a64e9af1d3
Fix typo.
2017-03-05 23:48:51 +02:00
Lauri Ojansivu
e3f4bd60d2
v0.12 Wekan release.
2017-03-05 22:42:34 +02:00
Lauri Ojansivu
96a54f9384
Merge branch 'whodafly-checklist-import' into devel
2017-03-05 22:25:47 +02:00
Lauri Ojansivu
53a7ab0496
Merge branch 'checklist-import' of https://github.com/whodafly/wekan into whodafly-checklist-import
2017-03-05 22:12:59 +02:00
Raoul Snyman
bc9e093e07
Fix up some linting issues
2017-03-05 13:08:53 -07:00
Raoul Snyman
4414582a35
Close #873 by importing checklists from Trello
2017-03-05 12:56:07 -07:00
Lauri Ojansivu
c775da8ccc
v0.11.1-rc2 Wekan prerelease.
2017-03-05 21:15:16 +02:00
Lauri Ojansivu
c829440bc2
Update Finnish translation.
2017-03-05 20:49:37 +02:00
Lauri Ojansivu
3f4be5e9fa
Update translations.
2017-03-05 20:23:24 +02:00
Lauri Ojansivu
44dbe43ac4
Add Admin Panel:
...
1) Disable Self-Registration and invite users
2) SMTP settings.
2017-03-05 20:16:12 +02:00
Lauri Ojansivu
cbc3c8224f
Merge branch 'lkisme-devel' into devel
...
Add Admin Panel:
1) Disable Self-Registration and invite users
2) SMTP settings.
Adding Admin user in mongo cli:
1) Use database that has wekan data, for example:
use admin;
2) Add Admin rights to some Wekan username:
db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
Hiding Admin panel by removing Admin rights:
use admin;
db.settings.remove({});
2017-03-05 19:59:19 +02:00
Lauri Ojansivu
7c9a30d8fe
Fix merge conflict.
2017-03-05 19:58:22 +02:00
Lauri Ojansivu
7b68f1901e
Invite user with lower case email. Thanks to fmonthel !
2017-03-05 19:08:10 +02:00
Lauri Ojansivu
d61e609977
Merge branch 'fmonthel-devel' into devel
...
Invite user with lower case email
2017-03-05 19:05:26 +02:00
Florent MONTHEL
ad6471d3bd
[ENH] Invite user with lower case email
2017-03-04 20:42:25 -05:00
Lauri Ojansivu
fd9357a495
Separate platforms and new features
2017-03-02 14:14:29 +02:00
Lauri Ojansivu
ba73d31123
Fix typos.
2017-03-02 14:06:09 +02:00
Lauri Ojansivu
b18cc761ca
Add: Install from source on Windows. Thanks to entrptaher !
2017-03-02 13:56:37 +02:00
Lauri Ojansivu
2c5bf2756d
Removed donations link.
2017-03-02 13:39:40 +02:00
Lauri Ojansivu
5105c34305
Add: Docker environment for Wekan development. Thanks to eemeli !
2017-03-01 21:02:53 +02:00