summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v0.84v0.84Lauri Ojansivu2018-04-163-4/+4
|
* Fix Node Fibers 100% CPU issue.Lauri Ojansivu2018-04-161-1/+2
| | | | Thanks to kentonv !
* Fix Node Fibers 100% CPU issue.Lauri Ojansivu2018-04-163-2/+50
| | | | | | Thanks to kentonv ! Related wekan/wekan-mongodb#2, related meteor/meteor#9796
* Update changelog with changes from andresmanelli.Lauri Ojansivu2018-04-161-0/+16
|
* Update translations.Lauri Ojansivu2018-04-162-47/+47
|
* Fix lint errorsAndrés Manelli2018-04-161-3/+3
|
* Fix #1561 Filter checklist itemsAndrés Manelli2018-04-161-2/+2
|
* Fix #1565Andrés Manelli2018-04-161-8/+25
|
* Fix #1570, now zero means hide cards countAndrés Manelli2018-04-162-2/+3
|
* Fix #1577Andrés Manelli2018-04-161-2/+2
|
* Fix lint errorsAndrés Manelli2018-04-161-2/+1
|
* Add REST API for Checklist Items (Related to #1562)Andrés Manelli2018-04-162-0/+51
|
* Fix checklists REST API (#1562)Andrés Manelli2018-04-161-58/+54
|
* v0.83v0.83Lauri Ojansivu2018-04-123-3/+9
|
* Update translations.Lauri Ojansivu2018-04-122-138/+138
|
* v0.82v0.82Lauri Ojansivu2018-04-112-3/+3
|
* - Restore original font and font sizes.Lauri Ojansivu2018-04-111-0/+7
| | | | | | | | - Admin panel people and version texts to darker. Thanks to apn3a and xet7 ! Closes #1582
* Restore original font and font sizes.Lauri Ojansivu2018-04-1112-14/+15
| | | | Admin panel people and version texts to darker.
* v0.81v0.81Lauri Ojansivu2018-04-103-4/+4
|
* Update translations.Lauri Ojansivu2018-04-102-52/+52
|
* Update translations.Lauri Ojansivu2018-04-065-121/+121
|
* Board title as markdown in board view.Lauri Ojansivu2018-04-061-1/+2
| | | | Thanks to xet7 !
* Board title as markdown in board view.Lauri Ojansivu2018-04-061-2/+3
| | | | Thanks to xet7 !
* Use lighter and smaller font sizes.Lauri Ojansivu2018-04-051-1/+2
| | | | Thanks to xet7 !
* Use lighter and smaller font sizes.Lauri Ojansivu2018-04-0510-12/+11
| | | | Thanks to xet7 !
* Fix commit URL.Lauri Ojansivu2018-04-051-1/+1
|
* - Renamed Archives to Recycle BinLauri Ojansivu2018-04-0544-1167/+1212
| | | | | | Thanks to BruceZCQ and xet7 ! Closes #1429
* Separate translations for cards in Recycle Bin and cards count.Lauri Ojansivu2018-04-051-1/+1
|
* - Removed checkbox from checklist name to have more of material design look.Lauri Ojansivu2018-04-052-4/+8
| | | | | | Thanks to quantazelle and xet7 ! Related #1568
* - Removed forcing "cards" translations to lowercase in count of cards.Lauri Ojansivu2018-04-053-2/+10
| | | | | | | | - Finnish translation of cards to lowercase. Thanks to Chartman123 and xet7 ! Closes #1571
* v0.80v0.80Lauri Ojansivu2018-04-043-4/+4
|
* Added meteor packages for security:Lauri Ojansivu2018-04-041-2/+5
| | | | | | | - browser-policy - eluck:accounts-lockout Thanks to xet7 !
* Added meteor packages for security:Lauri Ojansivu2018-04-042-0/+7
| | | | | | | - browser-policy - eluck:accounts-lockout Thanks to xet7 !
* - Changed icon of checklist name to uncheckedLauri Ojansivu2018-04-041-0/+8
| | | | Thanks to quantazelle ! Related #1568
* Changed icon of checklist name. Related #1568Lauri Ojansivu2018-04-041-1/+1
|
* Try to fix travisLauri Ojansivu2018-04-041-108/+1
|
* Update translations.Lauri Ojansivu2018-04-042-5/+5
|
* Update all from wekan-mongodb to main wekan repo docker-compose.yml fileLauri Ojansivu2018-04-041-2/+109
|
* Remove warnings about Docker. MongoDB to 3.2.19.Lauri Ojansivu2018-04-043-9/+2
|
* Update translations.Lauri Ojansivu2018-04-033-15/+15
|
* v0.79v0.79Lauri Ojansivu2018-03-313-5/+5
|
* Update translations.Lauri Ojansivu2018-03-317-42/+48
|
* Fix lint errors.Lauri Ojansivu2018-03-311-2/+2
|
* Merge branch 'andresmanelli-fixDragInListsView' into develLauri Ojansivu2018-03-314-90/+106
|\
| * - Fix drag in lists viewLauri Ojansivu2018-03-311-2/+7
| | | | | | | | | | | | | | | | - Set fixed width for swimlane header Thanks to andresmanelli ! Closes #1553, closes #1546
| * Merge branch 'fixDragInListsView' of https://github.com/andresmanelli/wekan ↵Lauri Ojansivu2018-03-313-88/+99
|/| | | | | | | into andresmanelli-fixDragInListsView
| * Fix drag in lists viewAndrés Manelli2018-03-312-87/+98
| |
| * Set fixed width for swimlane headerAndrés Manelli2018-03-311-1/+1
| |
* | Merge branch 'rjevnikar-additionalDates' into develLauri Ojansivu2018-03-2951-60/+499
|\ \
| * | - Add Received Date and End Date. Between them is already existing Start and ↵Lauri Ojansivu2018-03-291-2/+3
| | | | | | | | | | | | | | | | | | Due Date. Thanks to rjevnikar !