summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * correcting _fieldNameToId(field);IgnatzHome2018-05-191-2/+2
| | |
| | * i was constructing the wrong and the whole time.. *sigh*IgnatzHome2018-05-191-2/+5
| | |
| | * fixing string detection in advanced filterIgnatzHome2018-05-191-2/+1
| | |
| | * another debug lineIgnatzHome2018-05-191-0/+1
| | |
| | * damm i got the eslint file again....IgnatzHome2018-05-191-1/+1
| | |
| | * correct way, wrong ideaIgnatzHome2018-05-192-3/+8
| | |
| | * javascript is confusing sometimesIgnatzHome2018-05-191-1/+1
| | |
| | * this took me way too longIgnatzHome2018-05-191-2/+2
| | |
| | * console log for debugIgnatzHome2018-05-191-1/+1
| | |
| | * correcting return type from constructedIgnatzHome2018-05-191-1/+1
| | |
| | * correcting push not part of stringIgnatzHome2018-05-191-1/+1
| | |
| | * first test for Advanced FilterIgnatzHome2018-05-193-2/+118
| | |
| * | Update translations.Lauri Ojansivu2018-05-2040-76/+116
| | |
| * | v0.98v0.98Lauri Ojansivu2018-05-193-4/+4
| | |
| * | Merge branch 'feuerball11-feature-custom-fields-filter' into develLauri Ojansivu2018-05-199-5/+48
| |\ \
| | * | - Filtering by Custom FieldLauri Ojansivu2018-05-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | - Update to NPM 6.0.1 and MongoDB 3.2.20 Thanks to feuerball11 and xet7 !
| | * | Update translations.Lauri Ojansivu2018-05-192-0/+2
| | | |
| | * | Use NPM 6.0.1Lauri Ojansivu2018-05-192-2/+2
| | | |
| | * | Merge branch 'feature-custom-fields-filter' of ↵Lauri Ojansivu2018-05-194-3/+35
| |/| | | | |/ | | | | | | https://github.com/feuerball11/wekan into feuerball11-feature-custom-fields-filter
| | * correcting 'no custom fields'IgnatzHome2018-05-191-2/+8
| | |
| | * More Filter Corrections (Custom Fields)IgnatzHome2018-05-191-16/+3
| | |
| | * Filter Sidebar CorrectionsIgnatzHome2018-05-192-1/+8
| | |
| | * Correcting FIlter search with Multiple Custom FieldsIgnatzHome2018-05-191-2/+2
| | |
| | * reverting .eslintrc (i always forget to dont commit this)IgnatzHome2018-05-191-1/+1
| | |
| | * Correcting constructed mongoSelectorIgnatzHome2018-05-192-11/+22
| | |
| | * Filter on custom fields presenceIgnatzHome2018-05-193-3/+18
| | |
| | * Merge remote-tracking branch 'original/devel' into feature-custom-fields-filterIgnatzHome2018-05-1950-96/+1050
| | |\
| | * | first test for custom fields filterIgnatz2018-05-181-0/+6
| | | |
| * | | MongoDB v3.2.20Lauri Ojansivu2018-05-192-2/+2
| | | |
| * | | Fix date.Lauri Ojansivu2018-05-191-1/+1
| | |/ | |/|
| * | v0.97v0.97Lauri Ojansivu2018-05-193-3/+7
| | |
| * | Update translations.Lauri Ojansivu2018-05-191-1/+1
| | |
| * | v0.96v0.96Lauri Ojansivu2018-05-193-5/+5
| | |
| * | Update translations.Lauri Ojansivu2018-05-192-3/+3
| | |
| * | Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵Lauri Ojansivu2018-05-191-0/+12
| |\ \ | | | | | | | | | | | | into devel
| * | | Update translations.Lauri Ojansivu2018-05-183-47/+47
| | | |
| * | | Add CLA backLauri Ojansivu2018-05-181-0/+1
| | | |
| * | | Fix: checklistItems broken after upgrade.Lauri Ojansivu2018-05-181-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to feuerball11 ! Closes #1636
| * | | Merge branch 'franksiler-migration-checklistitems-fix' into develLauri Ojansivu2018-05-181-1/+1
| |\ \ \
| | * | | Merge branch 'migration-checklistitems-fix' of ↵Lauri Ojansivu2018-05-181-1/+1
| |/| | | | | | | | | | | | | | | | | | https://github.com/franksiler/wekan into franksiler-migration-checklistitems-fix
| | * | | ensure checklistItem titles are correct when migratingFrank Siler2018-05-161-1/+1
| | | | |
| * | | | Changed place of greenkeeper badge.Lauri Ojansivu2018-05-181-2/+1
| | | | |
| * | | | Merge branch 'greenkeeper/initial' into develLauri Ojansivu2018-05-182-1/+3
| |\ \ \ \
| | * \ \ \ Merge branch 'devel' into greenkeeper/initialLauri Ojansivu2018-05-1877-152/+1902
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'feuerball11-feature-custom-fields' into develLauri Ojansivu2018-05-1877-152/+1902
| |\ \ \ \ \
| | * | | | | - Add: Custom Fields.Lauri Ojansivu2018-05-181-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to feuerball11, papoola and xet7 ! Closes #807
| | * | | | | Update translations.Lauri Ojansivu2018-05-1842-0/+924
| | | | | | |
| | * | | | | Fix lint errors back to eslint requirements.Lauri Ojansivu2018-05-183-90/+90
| | | |_|_|/ | | |/| | |
| | | * | | docs(readme): add Greenkeeper badgegreenkeeper[bot]2018-05-181-0/+2
| | | | | |
| | | * | | chore(package): update dependenciesgreenkeeper[bot]2018-05-181-1/+1
| | |/ / / | |/| | |