summaryrefslogtreecommitdiffstats
path: root/client/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-281-9/+0
|
* 1) Public board default view to Swimlane.Lauri Ojansivu2020-06-081-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 valueGiacomo Vespignani2020-05-271-1/+1
|
* Prettifier fixes.Lauri Ojansivu2020-05-251-30/+37
|
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-251-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 bindMarc Hartmayer2020-05-242-3/+3
| | | | Suggested by deepcode.ai.
* Merge branch 'lib-change' of https://github.com/PDIS/wekan intoLauri Ojansivu2020-05-242-19/+27
|\ | | | | | | PDIS-lib-change
| * Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-201-1/+3
| | | | | | | | Remove reduandant files
| * Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-083-12/+40
| |\
| * \ Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-133-3/+102
| |\ \
| * | | Change upload routine, add upload popupRomulus Urakagi Tsai2019-12-242-8/+12
| | | |
| * | | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-271-14/+2
| | | |
| * | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-201-3/+11
| | | |
| * | | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-11/+17
| | | |
* | | | Export Board to Zip fileLewis Cowles2020-05-181-0/+206
| |_|/ |/| | | | | | | | | | | | | | | | | * Extracts Card covers * Labels * Re-works some CSS & HTML * Produces deployable assets (minus WebFonts)
* | | Support card shortcuts when hovering a cardMarc Hartmayer2020-04-291-6/+16
| | |
* | | Fix shortcuts mapping in the shortcuts listMarc Hartmayer2020-04-291-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 settingsMarc Hartmayer2020-04-221-1/+10
| | | | | | | | | | | | Implements #2535.
* | | Set first day of the week to MondayMarc Hartmayer2020-04-221-0/+1
| | |
* | | Add filter option for assigneeDaniel Eder2020-04-081-1/+9
| | | | | | | | | Works exactly like member
* | | Fix Browser always reload the whole page when I change one of the card color.Lauri Ojansivu2020-03-311-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 afterLauri Ojansivu2020-03-241-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 Ojansivu2020-02-071-0/+30
| | | | | | | | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* | Fix prettier.Lauri Ojansivu2020-01-101-3/+8
| |
* | More keyboard shortcuts: c for archive cardLauri Ojansivu2020-01-091-0/+28
| | | | | | | | | | | | Thanks to xet7 ! Related #1878
* | Add Worker role.Lauri Ojansivu2020-01-031-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 itLauri Ojansivu2019-11-291-6/+0
| | | | | | | | | | | | differently in next 2nd implementation. Thanks to xet7 !
* | Fix lint errors.Lauri Ojansivu2019-11-261-6/+3
| |
* | Fix lint errors.Lauri Ojansivu2019-11-201-22/+20
| |
* | Use database when logged in. Continued.Lauri Ojansivu2019-11-191-6/+6
| | | | | | | | Thanks to xet7 !
* | Use database when logged in. Continued.Lauri Ojansivu2019-11-191-34/+31
| | | | | | | | Thanks to xet7 !
* | New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-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 Ojansivu2019-10-301-1/+3
|\ | | | | | | whowillcare-master
| * Fix: lists filter didn't get added into filter active checklistSam X. Chen2019-10-301-1/+3
| |
| * Add Feature: allowing user to filter list in Filter function not just cardsSam X. Chen2019-10-181-8/+2
| |
| * Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-181-2/+18
| | | | | | | | boardadmin can star list
* | Merge pull request #2763 from liske/changes/sensible-card-timesLauri Ojansivu2019-10-291-2/+3
|\ \ | | | | | | Enhancement: set card times more sensible using the 'Today' button in…
| * | Lintian fixes.Thomas Liske2019-10-281-1/+1
| | |
| * | Enhancement: set card times more sensible using the 'Today' button in datepickerThomas Liske2019-10-241-2/+3
| |/
* / Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-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 viewSam X. Chen2019-09-261-1/+9
|
* BugFix: in richer editor @ autocomplete doesn't really insert the user name ↵Sam X. Chen2019-09-171-0/+1
| | | | into comment properly
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-292-2/+4
|\
| * Fixes #2638 importing trelloJustin Reynolds2019-08-221-1/+1
| |
| * Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-121-0/+77
| |\
| * | Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-071-1/+3
| | |
* | | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-171-1/+0
| |/ |/|
* | Add Feature: Richer Editor insert picture as attachment instead of b64 stringSam X. Chen2019-08-101-0/+25
| |
* | Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵Sam X. Chen2019-08-071-0/+52
|/ | | | image, video
* Prettier & eslint project style updateJustin Reynolds2019-06-2816-445/+500
|