summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-145-7/+788
| | |\ \
| * | | | Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-201-3/+13
| |/ / / | | | | | | | | | | | | Remove reduandant files
| * | | Card clone OKRomulus Urakagi Tsai2020-05-142-6/+41
| | | |
| * | | Attachment activities merging doneRomulus Urakagi Tsai2020-05-082-21/+6
| | | |
| * | | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-088-70/+440
| |\ \ \
| * | | | Done attachments activities operatingRomulus Urakagi Tsai2020-05-082-181/+66
| | | | |
| * | | | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-139-26/+342
| |\ \ \ \
| * | | | | Start writing migrationRomulus Urakagi Tsai2020-02-131-97/+3
| | | | | |
| * | | | | Fix sandstorm storage pathRomulus Urakagi Tsai2020-01-141-0/+4
| | | | | |
| * | | | | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-141-0/+2
| | | | | |
| * | | | | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-272-3/+6
| | | | | |
| * | | | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-205-11/+16
| | | | | |
| * | | | | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-8/+39
| | | | | |
* | | | | | Added Modern theme with Poppins fonthelioguardabaxo2020-05-221-0/+1
| |_|_|_|/ |/| | | |
* | | | | Added natural themehelioguardabaxo2020-05-161-1/+2
| | | | |
* | | | | Added clearblue themeCidKramer2020-05-151-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-141-0/+15
|\ \ \ \
| * | | | Fix creation of card linksMarc Hartmayer2020-04-301-0/+15
| | |_|/ | |/| | | | | | | | | | | | | | Without this fix, orphaned card links are created and therefore this leads to problems as described in https://github.com/wekan/wekan/issues/2785.
* | | | Fix syntax. Maybe sometime later think about translations.Lauri Ojansivu2020-05-131-1/+25
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | Merge branch 'add-more-import-export-options' of ↵Lauri Ojansivu2020-05-134-195/+688
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/brymut/wekan into brymut-add-more-import-export-options
| * | | | add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-104-212/+385
| | | | |
| * | | | add: import board/cards/lists using CSV/TSVBryan Mutai2020-05-072-1/+321
| |/ / /
* | | | Merge pull request #3084 from wackazong/master-patch-1Lauri Ojansivu2020-05-131-1/+1
|\ \ \ \ | | | | | | | | | | Create card does not allow an empty member list
| * | | | Create card does not allow an empty member listwackazong2020-05-081-1/+1
| |/ / / | | | | | | | | When I create a card via the API I always have the authorId in members, even if I pass an empty string as member list. Workaround: I can empty the member list by passing an empty string in a PUT request. This pull request proposes to not add the authorId to the member list when creating a card and the member list is empty.
* | | | API add boards to json where user is member ofNico2020-05-031-1/+40
| | | |
* | | | Card vote options in new forkNico2020-05-031-3/+67
|/ / /
* | | Fix getStartDayOfWeek functionMarc Hartmayer2020-04-281-2/+5
| | | | | | | | | | | | | | | | | | | | | In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned. Let's fix this by differentiating between undefined and an actual value. Fixes: 9ae20a3f51e63c29f536e2f5b3e66a2c7d88c691
* | | Fix Cards and Users docs not generated because of syntax error and new ↵Lauri Ojansivu2020-04-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Javascript syntax. Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. Thanks to pvcon13 and xet7 !
* | | Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-271-39/+14
| | | | | | | | | | | | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* | | Additional vote featuresNico2020-04-261-14/+39
| | |
* | | Fix getStartDayOfWeek functionMarc Hartmayer2020-04-231-1/+2
| | | | | | | | | | | | | | | In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned. Let's fix this by differentiating between undefined and an actual value.
* | | Fix lint errors in lint error fix.Lauri Ojansivu2020-04-224-23/+25
| | | | | | | | | | | | Thanks to xet7 !
* | | Implement option to change the first day of week in user settingsMarc Hartmayer2020-04-221-0/+20
| | | | | | | | | | | | Implements #2535.
* | | Multiple lint issue fixesMarc Hartmayer2020-04-211-2/+2
| | | | | | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`.
* | | Insert new boards at last positionboeserwolf2020-04-191-0/+8
| | |
* | | Add move function to boards mutationsboeserwolf2020-04-191-0/+4
| | |
* | | Add sortDefault helper for sorting boardsboeserwolf2020-04-192-9/+30
| | |
* | | Add sort field to boards modelboeserwolf2020-04-191-0/+8
| | |
* | | Update settings.jsAllemand2020-04-141-1/+1
| | |
* | | hide password auth with PASSWORD_LOGIN_ENABLED variablesalleman2020-04-131-0/+5
| | |
* | | debug isBoardAdmin on main pagesalleman2020-04-131-2/+2
| | |
* | | fix error in notifications cleanup cronJonathan Baird2020-04-111-2/+3
| | |
* | | Merge pull request #3006 from NicoP-S/masterLauri Ojansivu2020-04-102-12/+45
|\ \ \ | | | | | | | | Public vote
| * | | Public voteNico2020-04-102-12/+45
| | | |
* | | | Merge pull request #3004 from slvrpdr/masterLauri Ojansivu2020-04-091-0/+10
|\ \ \ \ | |/ / / |/| | | When adding a user to a board that has subtasks, also add user to the subtask board
| * | | When adding a user to a board that has subtasks, also add user to the ↵Pedro Sousa2020-04-091-0/+10
| | | | | | | | | | | | | | | | subtask board
* | | | Add vote import from TrelloNico2020-04-091-2/+25
| | | |
* | | | Remove export button if WITH_API is not enabledNico2020-04-091-0/+8
|/ / / | | | | | | | | | | | | #2938 https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
* | | Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-082-32/+33
| | | | | | | | | | | | | | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* | | add a scheduled notification cleanup jobJonathan Baird2020-04-081-0/+36
| | |