summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Attachments downloadRomulus Urakagi Tsai2020-05-051-2/+2
| | | |
| * | | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-1347-561/+1979
| |\ \ \
| * | | | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-143-26/+27
| | | | |
| * | | | Uploading dialog doneRomulus Urakagi Tsai2020-01-023-10/+34
| | | | |
| * | | | Change upload routine, add upload popupRomulus Urakagi Tsai2019-12-245-13/+56
| | | | |
| * | | | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-275-28/+21
| | | | |
| * | | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-203-14/+31
| | | | |
| * | | | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-182-19/+33
| | | | |
* | | | | Merge pull request #3109 from marc1006/issue_3107Lauri Ojansivu2020-05-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Set '*' as default value for swimlane and list name in card move action
| * | | | | Set '*' as default value for swimlane and list name in card move actionMarc Hartmayer2020-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the same default as `Utils.getTriggerActionDesc` has. This commit fixes https://github.com/wekan/wekan/issues/3107.
* | | | | | Merge pull request #3108 from marc1006/issue_2757Lauri Ojansivu2020-05-241-10/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change the swimlaneid of a card only if a new target swimlaneid is se…
| * | | | | | Change the swimlaneid of a card only if a new target swimlaneid is selectedMarc Hartmayer2020-05-231-10/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes the issue https://github.com/wekan/wekan/issues/2757. While at it, fix the same issue also for multi selection.
* | | | | | Merge branch 'master' of https://github.com/helioguardabaxo/wekanLauri Ojansivu2020-05-243-2/+189
|\ \ \ \ \ \
| * | | | | | Added Modern theme with Poppins fonthelioguardabaxo2020-05-223-2/+189
| |/ / / / /
* / / / / / Export Board to Zip fileLewis Cowles2020-05-183-1/+218
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extracts Card covers * Labels * Re-works some CSS & HTML * Produces deployable assets (minus WebFonts)
* | | | | Added natural themehelioguardabaxo2020-05-161-0/+19
| | | | |
* | | | | Try to fix Sandstorm Export menu.Lauri Ojansivu2020-05-151-6/+4
| | | | | | | | | | | | | | | | | | | | Thanks to xet7.
* | | | | Merge branch 'master' of https://github.com/CidKramer/wekan into ↵Lauri Ojansivu2020-05-161-0/+233
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | CidKramer-master
| * | | | | Added clearblue themeCidKramer2020-05-151-0/+233
| | |_|_|/ | |/| | |
* | | | | Fix lint.Lauri Ojansivu2020-05-161-1/+1
| | | | |
* | | | | Fix Can't Scroll on All Boards on mobile phone. Added drag handles.Lauri Ojansivu2020-05-163-0/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | Thanks to xet7 ! Fixes #3096
* | | | Add popup and changelog for linked card fixes.Lauri Ojansivu2020-05-142-2/+23
| | | |
* | | | Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-143-8/+27
|\ \ \ \
| * | | | Fix typoMarc Hartmayer2020-04-301-1/+1
| | | | |
| * | | | Refuse to delete a card as long as there is link to itMarc Hartmayer2020-04-302-3/+25
| | | | | | | | | | | | | | | | | | | | This fixes https://github.com/wekan/wekan/issues/2785.
| * | | | Fix creation of card linksMarc Hartmayer2020-04-301-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, orphaned card links are created and therefore this leads to problems as described in https://github.com/wekan/wekan/issues/2785.
* | | | | Merge pull request #3088 from krupupakku/masterLauri Ojansivu2020-05-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Swimlanes ID missing in new boards
| * | | | | Swimlanes ID missing in new boardsmvolo172020-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | when creating a new card in a new board there were and error on console. Result: card was not created. adding this parenthesis it works now. Just for info. without this change if you want to create a card you need to change view to swimlines and go back to list view
* | | | | | Fix syntax. Maybe sometime later think about translations.Lauri Ojansivu2020-05-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | | | Merge branch 'add-more-import-export-options' of ↵Lauri Ojansivu2020-05-135-14/+155
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/brymut/wekan into brymut-add-more-import-export-options
| * | | | | | add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-102-1/+75
| | | | | | |
| * | | | | | add: import board/cards/lists using CSV/TSVBryan Mutai2020-05-074-13/+80
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-masterLauri Ojansivu2020-05-137-54/+166
|\ \ \ \ \ \
| * | | | | | Card vote options in new forkNico2020-05-037-54/+166
| |/ / / / /
* | | | | | Merge branch 'master' of https://github.com/krupupakku/wekan into ↵Lauri Ojansivu2020-05-132-0/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | krupupakku-master
| * | | | | avatar-image fixMarco Volo2020-05-082-0/+4
| |/ / / /
* / / / / Add white-space:normal to copy-to-clipboard button in card detailshelioguardabaxo2020-05-022-1/+4
|/ / / /
* / / / Install Wekan to mobile homescreen icon and use fullscreen PWA.Lauri Ojansivu2020-04-302-4/+16
|/ / / | | | | | | | | | | | | | | | | | | | | | Docs at https://github.com/wekan/wekan/wiki/PWA Thanks to xet7 ! Closes #2879
* | | 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.
* | | Smaller height for Add Board button.Lauri Ojansivu2020-04-281-1/+1
| | | | | | | | | | | | Thanks to xet7 !
* | | Fix list header height when cards count is shownMarc Hartmayer2020-04-271-3/+3
| | |
* | | Make sure that the board header buttons fit into one lineMarc Hartmayer2020-04-271-1/+1
| | | | | | | | | | | | ...even for devices with 360px width resolution.
* | | Revert part 2, related https://github.com/wekan/wekan/pull/3048Lauri Ojansivu2020-04-271-1/+4
| | |
* | | Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-274-22/+23
| | | | | | | | | | | | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* | | Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-04-271-1/+4
|\ \ \
| * | | Reactivate the touch event fix for the boards listMarc Hartmayer2020-04-271-1/+4
| | | | | | | | | | | | | | | | This fixes https://github.com/wekan/wekan/issues/3049.
* | | | Remove old codeNico2020-04-261-5/+0
| | | |
* | | | Additional vote featuresNico2020-04-263-18/+21
| | | |
* | | | Put checkbox and label in same rowNico2020-04-261-3/+4
|/ / /