Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1) Public board default view to Swimlane. | Lauri Ojansivu | 2020-06-08 | 1 | -5/+13 |
| | | | | | | 2) When changing Public board view (sets view cookie), also reload page so view is changed immediately. Thanks to xet7 ! | ||||
* | Added an API to get the cards for a specific custom field value | Giacomo Vespignani | 2020-05-27 | 1 | -1/+1 |
| | |||||
* | Prettifier fixes. | Lauri Ojansivu | 2020-05-25 | 1 | -30/+37 |
| | |||||
* | Move In Progress ostrio-files changes to separate branch, and revert ↵ | Lauri Ojansivu | 2020-05-25 | 1 | -26/+18 |
| | | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110 | ||||
* | Use on instead of bind | Marc Hartmayer | 2020-05-24 | 2 | -3/+3 |
| | | | | Suggested by deepcode.ai. | ||||
* | Merge branch 'lib-change' of https://github.com/PDIS/wekan into | Lauri Ojansivu | 2020-05-24 | 2 | -19/+27 |
|\ | | | | | | | PDIS-lib-change | ||||
| * | Fix migrated attachment not readable bug | Romulus Urakagi Tsai | 2020-05-20 | 1 | -1/+3 |
| | | | | | | | | Remove reduandant files | ||||
| * | Merge branch 'master' into lib-change | Romulus Tsai 蔡仲明 | 2020-05-08 | 3 | -12/+40 |
| |\ | |||||
| * \ | Merge branch 'master' of https://github.com/wekan/wekan into lib-change | Romulus Urakagi Tsai | 2020-02-13 | 3 | -3/+102 |
| |\ \ | |||||
| * | | | Change upload routine, add upload popup | Romulus Urakagi Tsai | 2019-12-24 | 2 | -8/+12 |
| | | | | |||||
| * | | | Uploaded done, but uploading not | Romulus Urakagi Tsai | 2019-11-27 | 1 | -14/+2 |
| | | | | |||||
| * | | | Attachment upload from card done, need to fix download link | Romulus Urakagi Tsai | 2019-11-20 | 1 | -3/+11 |
| | | | | |||||
| * | | | Trying to upload an attachment with Meteor-Files | Romulus Urakagi Tsai | 2019-11-18 | 1 | -11/+17 |
| | | | | |||||
* | | | | Export Board to Zip file | Lewis Cowles | 2020-05-18 | 1 | -0/+206 |
| |_|/ |/| | | | | | | | | | | | | | | | | | * Extracts Card covers * Labels * Re-works some CSS & HTML * Produces deployable assets (minus WebFonts) | ||||
* | | | Support card shortcuts when hovering a card | Marc Hartmayer | 2020-04-29 | 1 | -6/+16 |
| | | | |||||
* | | | Fix shortcuts mapping in the shortcuts list | Marc Hartmayer | 2020-04-29 | 1 | -5/+5 |
| | | | | | | | | | | | | Shorcuts are case-sensitive therefore let's fix the keys in the shortcuts list. | ||||
* | | | Implement option to change the first day of week in user settings | Marc Hartmayer | 2020-04-22 | 1 | -1/+10 |
| | | | | | | | | | | | | Implements #2535. | ||||
* | | | Set first day of the week to Monday | Marc Hartmayer | 2020-04-22 | 1 | -0/+1 |
| | | | |||||
* | | | Add filter option for assignee | Daniel Eder | 2020-04-08 | 1 | -1/+9 |
| | | | | | | | | | Works exactly like member | ||||
* | | | Fix Browser always reload the whole page when I change one of the card color. | Lauri Ojansivu | 2020-03-31 | 1 | -204/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325). Thanks to javen9881 and xet7 ! Closes #2971 | ||||
* | | | 1) Fix Pasting text into a card is adding a line before and after | Lauri Ojansivu | 2020-03-24 | 1 | -0/+204 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | (and multiplies by pasting more) by changing paste "p" to "br". 2) Fixes to summernote and markdown comment editors, related to keeping them open when adding comments, having @member mention not close card, and disabling clicking of @member mention. Thanks to xet7 ! Closes #2890 | ||||
* | | Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵ | Lauri Ojansivu | 2020-02-07 | 1 | -0/+30 |
| | | | | | | | | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 ! | ||||
* | | Fix prettier. | Lauri Ojansivu | 2020-01-10 | 1 | -3/+8 |
| | | |||||
* | | More keyboard shortcuts: c for archive card | Lauri Ojansivu | 2020-01-09 | 1 | -0/+28 |
| | | | | | | | | | | | | Thanks to xet7 ! Related #1878 | ||||
* | | Add Worker role. | Lauri Ojansivu | 2020-01-03 | 1 | -22/+18 |
| | | | | | | | | | | | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788 | ||||
* | | Remove 1st implementation of collapse swimlanes. I will do it | Lauri Ojansivu | 2019-11-29 | 1 | -6/+0 |
| | | | | | | | | | | | | differently in next 2nd implementation. Thanks to xet7 ! | ||||
* | | Fix lint errors. | Lauri Ojansivu | 2019-11-26 | 1 | -6/+3 |
| | | |||||
* | | Fix lint errors. | Lauri Ojansivu | 2019-11-20 | 1 | -22/+20 |
| | | |||||
* | | Use database when logged in. Continued. | Lauri Ojansivu | 2019-11-19 | 1 | -6/+6 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Use database when logged in. Continued. | Lauri Ojansivu | 2019-11-19 | 1 | -34/+31 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles. | Lauri Ojansivu | 2019-11-18 | 1 | -0/+54 |
|/ | | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 ! | ||||
* | Merge branch 'master' of https://github.com/whowillcare/wekan into ↵ | Lauri Ojansivu | 2019-10-30 | 1 | -1/+3 |
|\ | | | | | | | whowillcare-master | ||||
| * | Fix: lists filter didn't get added into filter active checklist | Sam X. Chen | 2019-10-30 | 1 | -1/+3 |
| | | |||||
| * | Add Feature: allowing user to filter list in Filter function not just cards | Sam X. Chen | 2019-10-18 | 1 | -8/+2 |
| | | |||||
| * | Add Feature: allow user to sort Lists in Board by his own preference, ↵ | Sam X. Chen | 2019-10-18 | 1 | -2/+18 |
| | | | | | | | | boardadmin can star list | ||||
* | | Merge pull request #2763 from liske/changes/sensible-card-times | Lauri Ojansivu | 2019-10-29 | 1 | -2/+3 |
|\ \ | | | | | | | Enhancement: set card times more sensible using the 'Today' button in… | ||||
| * | | Lintian fixes. | Thomas Liske | 2019-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Enhancement: set card times more sensible using the 'Today' button in datepicker | Thomas Liske | 2019-10-24 | 1 | -2/+3 |
| |/ | |||||
* / | Add Features: allowing lists to be sorted by modifiedAt when not in ↵ | Lauri Ojansivu | 2019-10-29 | 1 | -0/+10 |
|/ | | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093 | ||||
* | Add feature: Add due timeline into Calendar view | Sam X. Chen | 2019-09-26 | 1 | -1/+9 |
| | |||||
* | BugFix: in richer editor @ autocomplete doesn't really insert the user name ↵ | Sam X. Chen | 2019-09-17 | 1 | -0/+1 |
| | | | | into comment properly | ||||
* | Merge remote-tracking branch 'upstream/master' | Sam X. Chen | 2019-08-29 | 2 | -2/+4 |
|\ | |||||
| * | Fixes #2638 importing trello | Justin Reynolds | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/wekan/wekan | Romulus Urakagi Tsai | 2019-08-12 | 1 | -0/+77 |
| |\ | |||||
| * | | Add 'show archive' and 'hide empty lists' in filter feature. | Romulus Urakagi Tsai | 2019-08-07 | 1 | -1/+3 |
| | | | |||||
* | | | Add Feature: enable two-way webhooks - stage one | Sam X. Chen | 2019-08-17 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Add Feature: Richer Editor insert picture as attachment instead of b64 string | Sam X. Chen | 2019-08-10 | 1 | -0/+25 |
| | | |||||
* | | Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵ | Sam X. Chen | 2019-08-07 | 1 | -0/+52 |
|/ | | | | image, video | ||||
* | Prettier & eslint project style update | Justin Reynolds | 2019-06-28 | 16 | -445/+500 |
| | |||||
* | - [Fix Wekan unable to Select Text from Description edit ↵ | Lauri Ojansivu | 2019-06-19 | 1 | -8/+8 |
| | | | | | | | | | | | | box](https://github.com/wekan/wekan/issues/2451) by removing feature of card description submit on click outside. This is because when selecting text and dragging up did trigger submit of description, so description was closed and selecting text failed. This did affect all Chromium-based browsers: Chrome, Chromium, Chromium Edge. Thanks to xet7 ! Closes #2451 |