summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resolving merge conflictsIgnatzHome2018-05-1730-62/+884
|\
| * number + date fieldsPouyan Savoli2017-10-149-130/+242
| |
| * dropdown itemsPouyan Savoli2017-09-2210-68/+209
| |
| * text custom fields are now editable using inlinedFormPouyan Savoli2017-09-223-10/+43
| |
| * show custom fields on cards but still with dummy valuePouyan Savoli2017-09-225-30/+89
| |
| * card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-222-5/+10
| |
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-225-3/+47
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-2213-67/+157
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-2213-0/+239
| |
* | Update translations.Lauri Ojansivu2018-05-162-2/+2
| |
* | Update dependencies.Lauri Ojansivu2018-05-101-6/+6
| |
* | Update translations.Lauri Ojansivu2018-05-104-47/+47
| |
* | v0.95v0.95Lauri Ojansivu2018-05-083-4/+4
| |
* | Update translation (de).Lauri Ojansivu2018-05-081-2/+2
| |
* | Update translations.Lauri Ojansivu2018-05-0842-44/+86
| |
* | Admin Panel: Option to block username change.Lauri Ojansivu2018-05-081-2/+3
| | | | | | | | Thanks to thiagofernando !
* | Merge pull request #1627 from thiagofernando/develLauri Ojansivu2018-05-0848-72/+106
|\ \ | | | | | | Includes possibility to block username change
| * | send settingBody.jadeThiago Fernando S. dos Santos2018-05-071-1/+9
| | |
| * | revert translations filesThiago Fernando S. dos Santos2018-05-0442-42/+0
| | |
| * | Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-0447-71/+139
| | |
* | | Add a new API route to create a new label in a given board.Lauri Ojansivu2018-05-081-1/+2
| | | | | | | | | | | | Thanks to ThisNeko !
* | | Merge pull request #1630 from ThisNeko/develLauri Ojansivu2018-05-081-0/+29
|\ \ \ | | | | | | | | Add a new API route to create a new label in a given board
| * | | correctionNET\faguet2018-05-071-1/+1
| | | |
| * | | Add a new API route to create a new label in a given boardNET\faguet2018-05-071-0/+29
| | | |
* | | | Fix error: title is required.Lauri Ojansivu2018-05-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Shahar-Y ! Related https://github.com/wekan/wekan/commit/8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e#commitcomment-28880774 Closes #1576
* | | | Fix error: title is required.Lauri Ojansivu2018-05-081-1/+1
|/ / / | | | | | | | | | | | | | | | Related https://github.com/wekan/wekan/commit/8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e Closes #1576
* | | Fix link.Lauri Ojansivu2018-05-061-1/+1
| | |
* | | Fix link.Lauri Ojansivu2018-05-061-1/+1
| | |
* | | Fix linkLauri Ojansivu2018-05-061-2/+1
| | |
* | | Tried to fix, but it did not work yet.Lauri Ojansivu2018-05-061-1/+1
| | |
* | | Fix lint error.Lauri Ojansivu2018-05-051-1/+1
| | | | | | | | | | | | Related https://github.com/wekan/wekan/pull/1626
* | | - REST API Edit Card Labels.Lauri Ojansivu2018-05-041-0/+8
|/ / | | | | | | Thanks to ThisNeko !
* | Merge pull request #1626 from ThisNeko/develLauri Ojansivu2018-05-041-0/+5
|\ \ | | | | | | API Edit Card Labels
| * | API Edit Card LabelsthisNeko2018-05-041-0/+5
|/ /
* | v0.94v0.94Lauri Ojansivu2018-05-033-3/+11
| |
* | Merge pull request #1622 from couscous3/patch-2Lauri Ojansivu2018-05-031-1/+2
|\ \ | | | | | | POST /cards: allow setting card members
| * | POST /cards: allow setting card memberscouscous32018-05-031-1/+2
|/ / | | | | if members isn't specified then the authorId will be the only member of the card, otherwise the provided members attribute will be used
* | v0.93v0.93Lauri Ojansivu2018-05-023-4/+4
| |
* | Merge branch 'lichtamberg-devel' into develLauri Ojansivu2018-05-022-3/+15
|\ \
| * | - Checklist items lineheight to 18px, and positioning improvements.Lauri Ojansivu2018-05-021-0/+9
| | | | | | | | | | | | Thanks to lichtamberg !
| * | Changed px to em and added margin for add-checklist-item linkPeter L2018-05-021-2/+2
| | |
| * | Move checkbox down, so it aligns at the same height like the textPeter L2018-05-021-1/+4
| | |
| * | Change checklist-item line-height to 18px. Fixes #1619Peter Lampesberger2018-05-021-1/+1
|/ /
* | Better text formatting.Lauri Ojansivu2018-05-011-2/+3
| |
* | v0.92v0.92Lauri Ojansivu2018-05-013-4/+4
| |
* | Try to fix: Users who register with an invitation code can't see lists/cards.Lauri Ojansivu2018-05-011-0/+7
| | | | | | | | | | | | | | | | Please test. Thanks to andresmanelli ! Related #1610
* | Try to fix: Users who register with an invitation code can't see lists/cards.Lauri Ojansivu2018-05-011-0/+1
| | | | | | | | | | | | | | | | Please test. Thanks to andresmanelli ! Related #1610
* | v0.91v0.91Lauri Ojansivu2018-05-013-4/+4
| |
* | Merge branch 'zebby76-devel' into develLauri Ojansivu2018-05-014-5/+17
|\ \
| * | - Fix Wekan Import / Export lists not being sortable.Lauri Ojansivu2018-05-011-0/+8
| | | | | | | | | | | | Thanks to zebby76 !