1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-02 14:47:55 +02:00

Commit Graph

  • 95164e0cf0 cleanup addCardTemplate Chen-I Lim 2020-11-11 09:33:34 -0800
  • 57d7eb35bd Create template from card Chen-I Lim 2020-11-11 09:21:16 -0800
  • ca1c46dbab Save board and card title on Esc Chen-I Lim 2020-11-10 13:19:46 -0800
  • ca06bfbba1 Menu name margin Chen-I Lim 2020-11-10 11:29:01 -0800
  • 6445231737 Allow nested MenuWrappers to close on item click Chen-I Lim 2020-11-10 11:24:07 -0800
  • 289f8f9d30 Card templates Chen-I Lim 2020-11-10 11:23:08 -0800
  • 5b07bee7ec Add BlockTypes type Chen-I Lim 2020-11-10 11:20:43 -0800
  • 506f2cd3bf Fix empty sidebar on fitst load Chen-I Lim 2020-11-10 10:09:08 -0800
  • 4524a3713e Refactor ContentBlock, fix order logic. Chen-I Lim 2020-11-09 13:06:39 -0800
  • 48e4cfd102 Minor: log.Printf Chen-I Lim 2020-11-09 12:53:25 -0800
  • 72d3a31954 Fix CardDetail state updates Chen-I Lim 2020-11-09 12:05:55 -0800
  • 1a3cb5a5fb Test helper: distribute cards Chen-I Lim 2020-11-09 10:25:00 -0800
  • 7ec73468c4 Make BoardPage state immutable Chen-I Lim 2020-11-09 10:04:07 -0800
  • 4079c99666 Cleanup drag and drop logic Chen-I Lim 2020-11-09 10:02:54 -0800
  • 16e21c74ac Cleanup card sort logic Chen-I Lim 2020-11-09 10:02:09 -0800
  • 921de750dd
    Merge pull request #23 from mgdelacroix/add-client Jesús Espino 2020-11-09 18:26:46 +0100
  • 27ba0cc6c5 Remove unused router from the web.Server struct Miguel de la Cruz 2020-11-09 18:23:41 +0100
  • 1111bd337a Add API client, integration tests structure and server lifecycle changes Miguel de la Cruz 2020-11-09 13:19:03 +0100
  • 98e07214e8 Tidy up makefile and readme Chen-I Lim 2020-11-07 10:50:34 -0800
  • 7d2d1c252a Detect if incemental update resulted in changes Chen-I Lim 2020-11-06 15:10:36 -0800
  • c00902cb6b Filter relevant updates Chen-I Lim 2020-11-06 14:07:04 -0800
  • 0cca55126c npm run fix Chen-I Lim 2020-11-06 12:50:25 -0800
  • 234676698e Fix card title change Chen-I Lim 2020-11-06 12:49:17 -0800
  • b86372f96b Use default sort order for ties (stable sort) Chen-I Lim 2020-11-06 12:48:11 -0800
  • 1378b4d2b4 Lower notification delay from 200 to 100ms Chen-I Lim 2020-11-06 12:00:05 -0800
  • 9a40ada10d Handle delete boards correctly Chen-I Lim 2020-11-06 11:59:40 -0800
  • 1acdeafc83
    Merge pull request #22 from mattermost/incremental-updates Chen-I Lim 2020-11-06 11:13:45 -0800
  • 4a7bf165c4 cleanup Chen-I Lim 2020-11-06 10:20:03 -0800
  • 40623db4c5 Sync on reconnect Chen-I Lim 2020-11-06 10:17:33 -0800
  • 0d0bc7a672 Incremental updates on websocket Chen-I Lim 2020-11-06 10:11:01 -0800
  • 35ebd44d24 More work on authentication Jesús Espino 2020-11-06 16:46:35 +0100
  • 85c8a5a966 Merge branch 'main' into auth Jesús Espino 2020-11-06 15:24:50 +0100
  • 3c68a97451 npm run fix Chen-I Lim 2020-11-04 11:24:06 -0800
  • 0c9f0f0240 Allow sort by name (title) in menu Chen-I Lim 2020-11-04 11:21:09 -0800
  • d1ece53731 Show sort indicator in table header Chen-I Lim 2020-11-04 11:04:30 -0800
  • 4beb03b197 Fix select menu label overflow Chen-I Lim 2020-11-04 08:56:34 -0800
  • 7368edc160 Improving the value selector performance, only initializing it on activation Jesús Espino 2020-11-04 11:50:18 +0100
  • 31cd68bade Fix octo-block css Chen-I Lim 2020-11-03 16:49:13 -0800
  • e0bcb5ee60 Put sort and groupBy menu icons on right Chen-I Lim 2020-11-03 16:45:07 -0800
  • 2232d531ee Fix MarkdownEditor css Chen-I Lim 2020-11-03 16:38:16 -0800
  • b8dce8a110 Sidebar handler mehod signatures Chen-I Lim 2020-11-03 16:21:35 -0800
  • fb5b7ed0d4 Move octoserver.exe to bin Chen-I Lim 2020-11-03 16:12:39 -0800
  • 1d843b39d9 Cleaned up makefile names and renamed Linux binary Chen-I Lim 2020-11-03 15:04:04 -0800
  • bb14144b05 Merge branch 'main' of github.com:mattermost/mattermost-octo-tasks into main Chen-I Lim 2020-11-03 14:37:39 -0800
  • dba3a03669 Windows app Chen-I Lim 2020-11-03 14:37:29 -0800
  • 0be3e36313 Fix build break Chen-I Lim 2020-11-03 11:15:16 -0800
  • 74de574525 Making propertyMenu a pure widget Jesús Espino 2020-11-03 19:35:24 +0100
  • e55e5fa2a4
    Merge pull request #21 from mattermost/resize-columns Jesús Espino 2020-11-03 07:57:19 +0100
  • 2fb38dda0a Resize table columns Chen-I Lim 2020-11-02 15:47:45 -0800
  • 3ae9b2fc1f
    Merge pull request #20 from mattermost/gitignore Jesús Espino 2020-11-02 20:51:09 +0100
  • aee8d8ab5f Adding some files to gitignore coreyhulen 2020-11-02 10:24:23 -0800
  • 5269175248 Fix add board Chen-I Lim 2020-11-02 09:46:35 -0800
  • 4ed2e02fef Make webhook calls async Chen-I Lim 2020-11-02 09:07:05 -0800
  • ae1b23b022 Fixing some linter errors Jesús Espino 2020-11-02 11:20:00 +0100
  • f0f455c61d Fixed the icons in the board headers Jesús Espino 2020-11-02 11:17:50 +0100
  • a71f7d6b13 Removing general hover classes and moving them into each component css Jesús Espino 2020-11-02 10:46:28 +0100
  • c53ab6423f Improving the dots icon in the value selector Jesús Espino 2020-11-02 10:19:40 +0100
  • 2842e19a3b Removed all the octo-button usages and replaced them with Button Jesús Espino 2020-11-02 07:47:52 +0100
  • 28568db1bf Almost removed all the octo-button class Jesús Espino 2020-11-01 17:35:25 +0100
  • f658f6654e Removing more octo-button usages Jesús Espino 2020-11-01 17:25:39 +0100
  • e2b45da9d0 Migrating some octo-button class divs into Button objects Jesús Espino 2020-11-01 16:35:49 +0100
  • 1b19819141 Using more widely the Button and IconButton components Jesús Espino 2020-10-31 17:30:56 +0100
  • de1a9f5427 Adding icon button component Jesús Espino 2020-10-31 16:55:32 +0100
  • 88a87d790a migrating filter component to use the Button component Jesús Espino 2020-10-31 16:46:58 +0100
  • 9a7c613022 Improving a bit the icon selector moving it to a component Jesús Espino 2020-10-31 16:41:11 +0100
  • e93f95bf62 Moving the buttons icon into the button widget Jesús Espino 2020-10-31 16:00:28 +0100
  • 97ff09230c Fix a bit the comments style Jesús Espino 2020-10-31 15:44:42 +0100
  • e620ab89ad Adding emoji icon Jesús Espino 2020-10-31 15:41:03 +0100
  • 57ac32b33a Improve the property selector to allow modify colors and delete the properties right there Jesús Espino 2020-10-30 20:33:01 +0100
  • 0d177980ea Moving webhook service into the right place Jesús Espino 2020-10-30 19:33:25 +0100
  • 049d69d4a0
    Merge pull request #19 from mattermost/webhooks Jesús Espino 2020-10-30 19:12:59 +0100
  • 0c8d0a214c Adding divider content blocks Jesús Espino 2020-10-30 19:06:32 +0100
  • c96bfba6bf Merge branch 'main' into webhooks Chen-I Lim 2020-10-30 10:58:12 -0700
  • f4a0c28bda Fixing table select elements Jesús Espino 2020-10-30 18:40:46 +0100
  • 1479eeccfa Adding a bunch of icons Jesús Espino 2020-10-30 18:31:40 +0100
  • e3e5d1d610 Adding delete/duplicate icons to the boardCard menu Jesús Espino 2020-10-30 16:49:19 +0100
  • 4543f32435 Adding value selector/creator widget Jesús Espino 2020-10-30 15:22:11 +0100
  • dc89bfd627 Adding button with menu component and using it for the new button Jesús Espino 2020-10-30 10:05:06 +0100
  • 238c7664a2 Tiny detail fixed on sidebar theming Jesús Espino 2020-10-30 07:47:39 +0100
  • 526125cba7 Rename WebhookClient Chen-I Lim 2020-10-29 13:42:43 -0700
  • 923ac19769 webhook cleanup Chen-I Lim 2020-10-29 13:32:51 -0700
  • 5e8789cb14 Basic webhook on block update Chen-I Lim 2020-10-29 13:09:02 -0700
  • 7629e09eee Fix icon colors in the sidebar Jesús Espino 2020-10-29 18:48:51 +0100
  • 4e55dc4ffb Improving theming in icons for the sidebar Jesús Espino 2020-10-29 18:44:56 +0100
  • 48a067ab15 Undomanager groups: error checks for nested calls Chen-I Lim 2020-10-29 09:22:35 -0700
  • a427190926 Killing the server on linux-app shutdown Jesús Espino 2020-10-29 15:52:31 +0100
  • 4cf814acd1 Adding build process to the linux app Jesús Espino 2020-10-29 10:03:48 +0100
  • ce77568bd9 Add initial linux client Jesús Espino 2020-10-29 07:50:25 +0100
  • b79cb62fc3 Improve drag and drop multiple logic Chen-I Lim 2020-10-28 14:40:27 -0700
  • 264ed20aa3 Del: delete selected cards Chen-I Lim 2020-10-28 14:13:43 -0700
  • b7ea5e677b Undo grouping Chen-I Lim 2020-10-28 13:57:53 -0700
  • 25a1ebeda4 Cmd+Shift+Click to extend selection Chen-I Lim 2020-10-28 13:26:55 -0700
  • 1aaf23c230 Drop cards after target when drag down in column Chen-I Lim 2020-10-28 11:58:55 -0700
  • 3ec91d3208 Allow manual ordering of untitled cards Chen-I Lim 2020-10-28 11:28:23 -0700
  • 8794145802 Manual card order Chen-I Lim 2020-10-28 10:46:36 -0700
  • f5667304f6 Changing the behavior of the flash messages Jesús Espino 2020-10-28 18:37:17 +0100
  • 2d3fd049ed Migrating flash messages into a component Jesús Espino 2020-10-28 17:56:27 +0100
  • e5f2ffa600 Check current group by property in menu Chen-I Lim 2020-10-28 08:58:32 -0700
  • 0568006a27 Auth WIP Jesús Espino 2020-10-28 14:35:41 +0100
  • ec93778293 Adding emoji picker Jesús Espino 2020-10-28 10:45:15 +0100