summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* comment only working, naive implementation completeRyan Helsing2017-03-1813-18/+64
|
* current progressRyan Helsing2017-03-187-29/+46
|
* dont show list optionsRyan Helsing2017-03-182-11/+11
|
* cant see add list if comment onlyRyan Helsing2017-03-183-1/+12
|
* ability to store comment only, actual prevention nextRyan Helsing2017-03-184-7/+44
|
* add english descRyan Helsing2017-03-181-1/+3
|
* Update changelog.v0.16Lauri Ojansivu2017-03-151-0/+8
|
* Update translations.Lauri Ojansivu2017-03-151-1/+1
|
* Set IE compatibility mode to Edge to so thatLauri Ojansivu2017-03-152-0/+16
| | | | Wekan board loads correctly.
* v0.13 Wekan release.v0.13Lauri Ojansivu2017-03-121-0/+15
|
* Merge branch 'lkisme-admin-panel' into develLauri Ojansivu2017-03-122-5/+22
|\
| * Merge branch 'admin-panel' of https://github.com/lkisme/wekan into ↵Lauri Ojansivu2017-03-122-5/+22
|/| | | | | | | lkisme-admin-panel
| * Set mail-from to environment immediately after changed,lkisme2017-03-092-5/+22
| | | | | | | | allow user set a blank username&password pair in SMTP setting.
* | Update translations.Lauri Ojansivu2017-03-124-86/+86
|/
* Fix typo.Lauri Ojansivu2017-03-051-1/+1
|
* v0.12 Wekan release.v0.12Lauri Ojansivu2017-03-051-0/+15
|
* Merge branch 'whodafly-checklist-import' into develLauri Ojansivu2017-03-051-1/+41
|\
| * Merge branch 'checklist-import' of https://github.com/whodafly/wekan into ↵Lauri Ojansivu2017-03-051-1/+41
|/| | | | | | | whodafly-checklist-import
| * Fix up some linting issuesRaoul Snyman2017-03-051-4/+4
| |
| * Close #873 by importing checklists from TrelloRaoul Snyman2017-03-051-1/+41
| |
* | v0.11.1-rc2 Wekan prerelease.v0.11.1-rc2Lauri Ojansivu2017-03-051-10/+10
| |
* | Update Finnish translation.Lauri Ojansivu2017-03-052-338/+338
| |
* | Update translations.Lauri Ojansivu2017-03-0523-88/+572
| |
* | Add Admin Panel:Lauri Ojansivu2017-03-051-2/+20
| | | | | | | | | | 1) Disable Self-Registration and invite users 2) SMTP settings.
* | Merge branch 'lkisme-devel' into develLauri Ojansivu2017-03-0519-8/+658
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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({});
| * | Fix merge conflict.Lauri Ojansivu2017-03-0519-8/+658
|/| |
| * | wording change, email sending optimization, add texts to i18nlkisme2017-02-269-50/+74
| | |
| * | Make mailServer setting optionallkisme2017-02-261-0/+5
| | |
| * | remove translation in zh-CNlkisme2017-02-251-9/+2
| | |
| * | Admin panel:lkisme2017-02-2420-10/+638
| | | | | | | | | | | | | | | | | | | | | 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
* | | Invite user with lower case email. Thanks to fmonthel !Lauri Ojansivu2017-03-051-0/+1
| | |
* | | Merge branch 'fmonthel-devel' into develLauri Ojansivu2017-03-052-3/+4
|\ \ \ | |_|/ |/| | | | | Invite user with lower case email
| * | [ENH] Invite user with lower case emailFlorent MONTHEL2017-03-042-3/+4
|/ /
* | Separate platforms and new featuresLauri Ojansivu2017-03-021-8/+11
| |
* | Fix typos.Lauri Ojansivu2017-03-021-2/+2
| |
* | Add: Install from source on Windows. Thanks to entrptaher !Lauri Ojansivu2017-03-022-2/+7
| |
* | Removed donations link.Lauri Ojansivu2017-03-021-3/+0
| |
* | Add: Docker environment for Wekan development. Thanks to eemeli !Lauri Ojansivu2017-03-012-3/+7
| |
* | Moved fmonthel's cleanup/logstash/stats repos to Wekan GitHub Org. Thanks to ↵Lauri Ojansivu2017-02-282-10/+10
| | | | | | | | fmonthel !
* | Fix Bug: Orphan documents were created when cards were deleted. Thanks to ↵Lauri Ojansivu2017-02-261-0/+1
| | | | | | | | maulal !
* | Merge branch 'maulal-devel' into develLauri Ojansivu2017-02-261-0/+10
|\ \ | |/ |/| | | Fix Bug: orphan documents were created when cards were deleted
| * Bug: orphan documents were created when cards were deletedmaulal2017-02-251-0/+10
|/
* Fix: Only headerb-ar new-boards are auto-starred, not all new boards. Thanks ↵Lauri Ojansivu2017-02-221-0/+2
| | | | to jLouzado !
* Merge branch 'jLouzado-bAutoStarBoard' into develLauri Ojansivu2017-02-224-9/+20
|\ | | | | | | | | Only header-bar new-boards are auto-starred Closes #847
| * Merge branch 'bAutoStarBoard' of https://github.com/jLouzado/wekan into ↵Lauri Ojansivu2017-02-224-9/+20
|/| | | | | | | | | | | jLouzado-bAutoStarBoard Only header-bar new-boards are auto-starred
| * changes for lint warningsJoel Louzado2017-02-221-6/+6
| |
| * invoke new component from headerBarJoel Louzado2017-02-222-1/+2
| |
| * New component for use in header-barJoel Louzado2017-02-222-6/+16
| |
* | Improve performance by adding indexes to MongoDB. Thanks to maulal ! Closes #837Lauri Ojansivu2017-02-221-2/+3
| |
* | Merge branch 'maulal-devel' into develLauri Ojansivu2017-02-225-1/+11
|\ \ | |/ |/| | | Improve Wekan performance by adding indexes to MongoDB