1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
Commit Graph

521 Commits

Author SHA1 Message Date
Renjith
ddc357ed35 [GH-132] Clean up and refactoring 2021-03-19 14:03:46 -05:00
Chen-I Lim
a34c9a7128 Fix #136: Update the displayed version 2021-03-19 09:59:46 -07:00
Renjith
ef5e72ab7c [GH-132] Add unit test to cover the type chnge event callback 2021-03-19 11:40:13 -05:00
Renjith
26af2916c4 [GH-132] Add unit test to cover delete and name change event in propertyMenu component 2021-03-19 11:22:10 -05:00
kaakaa
cb334e595a Translated using Weblate (Japanese)
Currently translated at 100.0% (131 of 131 strings)

Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
Translation: Focalboard/webapp
2021-03-19 16:30:16 +01:00
Sven Hüster
bd898877ad Translated using Weblate (German)
Currently translated at 100.0% (131 of 131 strings)

Translated using Weblate (German)

Currently translated at 100.0% (129 of 129 strings)

Co-authored-by: Sven Hüster <sven.svelle@gmail.com>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
Translation: Focalboard/webapp
2021-03-19 16:25:34 +01:00
jespino
9e3f7b26e6 Translated using Weblate (Spanish)
Currently translated at 100.0% (131 of 131 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (129 of 129 strings)

Co-authored-by: jespino <jespinog@gmail.com>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/es/
Translation: Focalboard/webapp
2021-03-19 16:25:33 +01:00
kaakaa
8f31d14a30 Translated using Weblate (Japanese)
Currently translated at 100.0% (129 of 129 strings)

Added translation using Weblate (Japanese)

Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
Translation: Focalboard/webapp
2021-03-19 16:25:33 +01:00
Jesús Espino
be0114c6a9 Fixing weblate 2021-03-19 16:11:47 +01:00
Jesús Espino
98153b8e98 Adding german and japanese translations 2021-03-19 16:10:39 +01:00
Hosted Weblate
52431faba0 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/
Translation: Focalboard/webapp
2021-03-19 15:19:42 +01:00
Jesús Espino
bea14c90ec
Merge pull request #126 from renjithgr/main
Add basic setup for unit testing components with sass files import
2021-03-19 15:19:39 +01:00
Hosted Weblate
c491a04eba Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/
Translation: Focalboard/webapp
2021-03-19 15:11:06 +01:00
Hosted Weblate
ea80357eb1 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/
Translation: Focalboard/webapp
2021-03-19 15:07:45 +01:00
Elisabeth Kulzer
88b91fd09a Translated using Weblate (German)
Currently translated at 7.7% (10 of 129 strings)

Translated using Weblate (German)

Currently translated at 3.8% (5 of 129 strings)

Added translation using Weblate (German)

Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
Translation: Focalboard/webapp
2021-03-19 15:07:45 +01:00
Renjith
4430f9d4fc Fix the test name 2021-03-19 07:52:40 -05:00
Renjith
8b499f9035 Add unit test for propertyMenu.tsx - basic setup 2021-03-19 07:41:11 -05:00
Jesús Espino
1ed5659bc7 Adding missed edit icon 2021-03-18 15:53:42 +01:00
Jesús Espino
0a5de1500a Making this theme aware in the markdown editor 2021-03-18 15:44:15 +01:00
Renjith
d6950c27bb Add property type email 2021-03-18 01:36:03 -05:00
Chen-I Lim
2681b8900a Fix #78: GetSharing should return undefined when missing 2021-03-17 12:15:16 -07:00
Chen-I Lim
46cb593bbb Use import instead of requrie 2021-03-11 08:11:07 -08:00
Chen-I Lim
87a914b197 Fix lint errors 2021-03-10 15:14:18 -08:00
Chen-I Lim
42d7bc9a88 cleanup handler interface 2021-03-10 15:03:26 -08:00
Chen-I Lim
13d63f9cd1 Unique menu keys 2021-03-10 15:00:54 -08:00
Chen-I Lim
fac8998ba2 Check for dup registerType 2021-03-10 14:58:12 -08:00
Chen-I Lim
194746f3ac i18n-extract 2021-03-10 14:56:20 -08:00
Chen-I Lim
4fb54365f6 Make add card content dynamic 2021-03-10 14:55:01 -08:00
Chen-I Lim
b7630dc178 Upload image in createBlock 2021-03-10 14:45:49 -08:00
Chen-I Lim
c55f414b19 Move add content logic into handler 2021-03-10 11:22:52 -08:00
Chen-I Lim
61015d1b5e cleanup 2021-03-10 10:55:46 -08:00
Chen-I Lim
9f87b680c2 Move content registration to elements 2021-03-10 10:53:37 -08:00
Chen-I Lim
cfe763ff47 Merge branch 'main' into content-blocks 2021-03-10 09:23:48 -08:00
Chen-I Lim
d2faeb2847 npm audit fix 2021-03-10 09:20:26 -08:00
Chen-I Lim
cb2814f364 i18n 2021-03-09 13:44:02 -08:00
Chen-I Lim
6c80a681e2 Add icon to ContentRegistry 2021-03-09 13:01:16 -08:00
Chen-I Lim
9b6eb3357d Fix scss import case 2021-03-09 12:54:19 -08:00
Chen-I Lim
f26efbc9c8 Refactor content blocks 2021-03-09 12:22:14 -08:00
Chen-I Lim
af7f666eff Return JSON empty array when not found, and handle null arrays 2021-03-08 16:08:17 -08:00
Chen-I Lim
cdb13da950 Fix #66: Maintain view when searching for text 2021-03-08 11:46:46 -08:00
Chen-I Lim
e5d16ac963 Fix #49: Name duplicates <name> copy to add below 2021-03-08 11:00:09 -08:00
Chen-I Lim
eaf8321f52 Update to v0.6.0 2021-03-08 09:36:14 -08:00
Chen-I Lim
6efdc37144 Set link color in theme 2021-03-05 14:37:30 -08:00
Chen-I Lim
6ed49cc22b Fix #61; Set dark mode property colors 2021-03-05 14:27:42 -08:00
Chen-I Lim
2297cd0b52 Highlight table row and cell on hover 2021-03-05 14:26:42 -08:00
Chen-I Lim
2b77aca5d8 Fixes #56; Preserve readonly token on view change 2021-03-04 10:39:58 -08:00
Chen-I Lim
e5824b0696
Merge pull request #54 from mattermost/archive-jsonl
Archive in JSONL format
2021-03-04 09:22:55 -08:00
Chen-I Lim
b87502e0a5 Open last boardView if not specified 2021-03-03 13:01:40 -08:00
Chen-I Lim
43c04fd32d Remove unused (and shouldn't be used) block.duplicate 2021-03-03 10:47:23 -08:00
Chen-I Lim
08107e6537 Stamp time on duplicateBlockTree 2021-03-03 10:46:50 -08:00
Chen-I Lim
655635551d parseBlockArchive and tests 2021-03-03 10:09:09 -08:00
Chen-I Lim
19d6dc1ddf Cleanup OctoListener tracing 2021-03-02 18:13:41 -08:00
Chen-I Lim
7760cfa9ae cleanup import blocks 2021-03-02 18:09:13 -08:00
Chen-I Lim
ab7d936e9f async LineReader 2021-03-02 16:13:26 -08:00
Chen-I Lim
1f461adbf8 Cleanup archive import 2021-03-02 15:35:44 -08:00
Chen-I Lim
8e1c5941bb LineReader 2021-03-02 15:14:37 -08:00
Chen-I Lim
5d050abd09 Use JSONL format for archive 2021-03-02 13:21:55 -08:00
Chen-I Lim
3456aed4b6 Store fileId for image blocks instead of url 2021-02-23 11:59:32 -08:00
Chen-I Lim
02e436c902 Store fileId for image blocks instead of url 2021-02-23 11:42:28 -08:00
Chen-I Lim
fe8bf78305 Change select property type to text 2021-02-22 17:01:07 -08:00
Chen-I Lim
40b36e7463 Improve change select property type 2021-02-22 10:06:52 -08:00
Chen-I Lim
b32ddd5544 Show version number in sidebar 2021-02-17 14:51:39 -08:00
Chen-I Lim
13d48c5a8f Cmd+Enter to accept MarkdownEditor changes 2021-02-16 12:58:30 -08:00
Chen-I Lim
d459f82a81 Show comment date and time 2021-02-16 11:52:01 -08:00
Chen-I Lim
99445eb08e Show hover-over title on edit fields 2021-02-16 11:48:41 -08:00
Chen-I Lim
76f859c4ef Move IArchive to blocks 2021-02-16 10:40:35 -08:00
Chen-I Lim
171d1392f7 Fix tslint warning 2021-02-16 10:36:10 -08:00
Chen-I Lim
30e912c3f9 Cleanup model imports 2021-02-16 10:35:52 -08:00
Chen-I Lim
a7f88c1103 Update to marked 2.0.0 2021-02-11 13:09:46 -08:00
Chen-I Lim
0082fd0dd3 Move single-user-token to environment var 2021-02-11 10:13:17 -08:00
Chen-I Lim
a7086325a6 Cleanup login client 2021-02-10 14:10:40 -08:00
Chen-I Lim
a10beb52a2 Fix indentation 2021-02-10 10:13:04 -08:00
Chen-I Lim
1a006f47a0 Cypress: single user token 2021-02-09 16:34:54 -08:00
Chen-I Lim
93b9eac852 Win app: single user token 2021-02-09 15:24:50 -08:00
Chen-I Lim
753b901877 Win: single user session token 2021-02-09 12:51:53 -08:00
Chen-I Lim
c62e587c85 Fix: Button font-size too small 2021-02-08 11:10:18 -08:00
Chen-I Lim
c484eb8c43 Don't require CSRF token for get files 2021-02-05 10:45:28 -08:00
Chen-I Lim
b2a3dafbb2 Merge branch 'main' into requested-with-header 2021-02-05 10:29:03 -08:00
Chen-I Lim
484247cefd Add help link to table view 2021-02-04 10:47:48 -08:00
Chen-I Lim
6ea082498f Handle enter on login, register, and password UI 2021-02-03 11:15:45 -08:00
Chen-I Lim
d655ca3af6 Add X-Requested-With header check for CSRF 2021-02-03 10:16:37 -08:00
Chen-I Lim
79b79b35bc Auth readToken in websocket 2021-02-02 18:21:37 -08:00
Chen-I Lim
26f73135bc Version 0.5.0 2021-02-02 14:34:10 -08:00
Chen-I Lim
c2894693ea websocket: send not authenticated error 2021-02-02 13:17:34 -08:00
Chen-I Lim
b3e660d354 Websocket auth 2021-02-02 12:06:28 -08:00
Chen-I Lim
12846ccc38 Allow ValueSelector to clear 2021-02-01 13:42:21 -08:00
Chen-I Lim
ecae0e5e4c Show view type in sidebar 2021-02-01 09:29:54 -08:00
Chen-I Lim
b44673321c npm update jest 2021-01-29 21:16:02 -08:00
Chen-I Lim
dc69ce315e Rename main-app div 2021-01-29 20:39:06 -08:00
Chen-I Lim
6749b39f27 package app name 2021-01-29 20:32:32 -08:00
Chen-I Lim
b0d8d5a025 Website: https protocol 2021-01-28 15:10:40 -08:00
Chen-I Lim
b72f5ced7d Rename focalboard-server binary 2021-01-28 14:23:52 -08:00
Chen-I Lim
82269da96e Handle single-user app (user) menu 2021-01-28 14:15:03 -08:00
Chen-I Lim
4d6754d1a9 Logo hover effect 2021-01-28 14:10:04 -08:00
Chen-I Lim
5fd0636809 About Focalboard 2021-01-28 13:55:51 -08:00
Chen-I Lim
de0e317c59 App logo in sidebar 2021-01-28 13:51:45 -08:00
Chen-I Lim
41e362cfd3 Fix table column resize 2021-01-28 11:28:05 -08:00
Chen-I Lim
e821270f24 Display close button on dialogs 2021-01-28 11:24:39 -08:00
Chen-I Lim
37b751723c Content: Load images with auth 2021-01-28 11:20:46 -08:00
Chen-I Lim
19d9e9cf15 Default favicon 2021-01-28 09:38:04 -08:00