Commit graph

696 commits

Author SHA1 Message Date
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
Lauri Ojansivu
4c62b32605 Moved fmonthel's cleanup/logstash/stats repos to Wekan GitHub Org. Thanks to fmonthel ! 2017-02-28 14:53:28 +02:00
lkisme
39f2837838 wording change, email sending optimization, add texts to i18n 2017-02-26 21:11:15 +08:00
Lauri Ojansivu
48728bf745 Fix Bug: Orphan documents were created when cards were deleted. Thanks to maulal ! 2017-02-26 10:15:39 +02:00
Lauri Ojansivu
7f978ea677 Merge branch 'maulal-devel' into devel
Fix Bug: orphan documents were created when cards were deleted
2017-02-26 10:10:16 +02:00
lkisme
e3c3cc0d8d Make mailServer setting optional 2017-02-26 14:25:29 +08:00
lkisme
e441e751d5 remove translation in zh-CN 2017-02-25 11:29:37 +08:00
maulal
06699007c4 Bug: orphan documents were created when cards were deleted 2017-02-25 02:16:00 +01:00
lkisme
1dfb6ef477 Admin panel:
Only invited user can register in strict mode,
Set mail server in admin panel,
Switch strict mode in admin panel,
Invite people to system in admin panel
2017-02-24 22:10:38 +08:00
Lauri Ojansivu
29fdfb9c88 Fix: Only headerb-ar new-boards are auto-starred, not all new boards. Thanks to jLouzado ! 2017-02-22 17:44:04 +02:00
Lauri Ojansivu
d45a197695 Merge branch 'jLouzado-bAutoStarBoard' into devel
Only header-bar new-boards are auto-starred
Closes #847
2017-02-22 17:39:10 +02:00
Lauri Ojansivu
3658016435 Merge branch 'bAutoStarBoard' of https://github.com/jLouzado/wekan into jLouzado-bAutoStarBoard
Only header-bar new-boards are auto-starred
2017-02-22 17:30:34 +02:00
Lauri Ojansivu
b185b5ef8e Improve performance by adding indexes to MongoDB. Thanks to maulal ! Closes #837 2017-02-22 17:25:16 +02:00
Lauri Ojansivu
b4fd6b7004 Merge branch 'maulal-devel' into devel
Improve Wekan performance by adding indexes to MongoDB
2017-02-22 17:14:20 +02:00
Alexis LACROIX
6ca832c02b Improve wekan performance (checklist collection scan) 2017-02-22 17:05:30 +02:00
maulal
cd6317cedb Improve wekan performance #837 2017-02-22 17:05:30 +02:00
Joel Louzado
b2e950540f changes for lint warnings 2017-02-22 18:59:51 +05:30
Joel Louzado
02e381f694 invoke new component from headerBar 2017-02-22 17:34:57 +05:30
Joel Louzado
ac07646749 New component for use in header-bar 2017-02-22 17:33:17 +05:30
Lauri Ojansivu
cd70076af2 Add: Wekan changes to Logstash. Thanks to fmonthel ! 2017-02-22 01:30:22 +02:00
Lauri Ojansivu
330aa24995 Update French translation. 2017-02-22 01:18:49 +02:00
Lauri Ojansivu
af820e0eb3 Add: Fix typos. Thanks to pra85 ! 2017-02-22 01:10:54 +02:00
Lauri Ojansivu
af76b78458 Merge branch 'pra85-patch-2' into devel 2017-02-22 01:08:32 +02:00