Commit Graph

1321 Commits

Author SHA1 Message Date
Stefan Huber
1ed9c6b291
Add prettier at least for css (#327)
This reverts commit c95ab685e4 and adds code fixes to scss files

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-04-28 16:28:52 +02:00
Johannes Marbach
1b5f580e44
[GH-307] Increase clickable area on sidebar items (#344)
This moves the click handler from sidebar item titles to the sidebar items
themselves. This way, the clickable area matches with the visually highlighted
area on hover.

Fixes: #307
2021-04-28 16:05:43 +02:00
Simon Leblanc
a918af6200
Translate date and datetime with React Translator (#350) 2021-04-28 15:30:18 +02:00
Scott Bishel
2e143b63b5
update css to support truncating headers and filling cell (#354) 2021-04-28 15:21:30 +02:00
Chen-I Lim
cc00ba5611 Update changelog 2021-04-27 17:00:44 -07:00
Johannes Marbach
4212ef7db1
[GH-299] Sort views alphabetically after stripping leading emoji (#341)
* [GH-299] Sort views alphabetically after stripping leading emoji

This is a stopgap towards #299 that sorts views in the sidebar alphabetically but
only after stripping any leading emoji. This prevents unintuitive results such as
putting "📥 Inbox" before "🚀 Active".

* Extract method for sorting board views to enable testing

* Add unit tests

* Remove blank line
2021-04-27 16:57:14 -07:00
Johannes Marbach
3fb078d612
[GH-314] Persist and reapply users settings in mac app (#331)
* [GH-314] Persist and reapply users settings in mac app

Relates to: #314

* Inject settings blob at document start, push base64 conversion into TS, use proper quotes

* Remove whitespace

* Rename base64 to blob for consistency
2021-04-27 15:09:26 -07:00
Bharat
97b446f609
Added phone number field (#286)
* Added phone number field

* Removed phone number validation since its a complicated problem to solve for now

* Added the missing case for phone
2021-04-27 12:34:58 +02:00
Johannes Marbach
0ed20e499f
[GH-190] Add global option to disable randomized card icons (#310)
Relates to: #190
2021-04-26 16:41:12 +02:00
Asaad Mahmood
8c976b5ace
Updating editable default height (#337) 2021-04-26 15:52:33 +02:00
Chen-I Lim
1801422543
Fixes for workspace support (#321) 2021-04-26 13:43:02 +02:00
Weblate (bot)
28bcade9d4
Translated using Weblate (Dutch) (#334)
Currently translated at 100.0% (169 of 169 strings)

Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
Translation: Focalboard/webapp

Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
2021-04-26 11:18:19 +02:00
Chen-I Lim
2e078fda2e Merge branch 'main' of github.com:mattermost/focalboard into main 2021-04-23 20:55:50 -07:00
Chen-I Lim
237d1a87fd Update website description 2021-04-23 20:55:44 -07:00
Stefan Huber
de9557f4e7
Fix readme formatting (#323) 2021-04-23 20:31:07 -07:00
Chen-I Lim
fecab6f291 Add blog and v0.6.5 release to website 2021-04-23 13:41:11 -07:00
Jesús Espino
6b7589f67a Improving linux client 2021-04-23 10:38:24 +02:00
Chen-I Lim
f5ae0b265a Update changelog 2021-04-22 16:01:05 -07:00
Harshil Sharma
7900dbf88f
Added Todoist import script (#285) 2021-04-22 15:55:46 -07:00
Guillermo Vayá
09f16b4c44
Add macOS quarantine (#317) 2021-04-22 15:45:15 -07:00
Jesús Espino
2d261fde59
Adding mysql support to the database (#301)
* Adding mysql support

* Fixing other test cases

* Tests passing on mysql

* Fix the row number generation

* Adding blocks_history table

* merging the migrations in one single set of files

* Passing mysql tests

* Fixing default encoding on mysql

* Simplifying things

* Removing from the blocks table all deleted blocks

* Better indentation

* Moving db types to constants to make it less error prone

* reducing duplicated code

* Removing log line

* Now sql tests are running properly in mysql, sqlite and postgres
2021-04-22 22:53:01 +02:00
Chen-I Lim
4a5d7c4a64
Fix #312. Release 0.6.6 (#313)
* Fixed #269

* Fixing checkbox widht

* Fix #274. Add re-login button to error page.

* Fix #276. Login page title

* Rev Mac build version

* Update changelog for v0.6.5

* Rev Mac build number

* GitHub Actions: Build with Xcode 12.4

* Fix #297: Mac keybpard handling

* Rev Mac built to 12

* Update to v0.6.6

* Fix #312. Windows app images

* Move db and files to Documents\Focalboard on standalone Win app

* Make Win app fixupp code more robust

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-04-21 18:25:26 -07:00
Chen-I Lim
e61ba4a7a8 Update to v0.6.6 2021-04-21 12:56:14 -07:00
Chen-I Lim
c8606e5a12 Add docker instructions to download guide 2021-04-21 12:53:27 -07:00
Chen-I Lim
32489b8999 Update url in upgrade guide 2021-04-21 11:16:33 -07:00
Chen-I Lim
acd2a89d5a Update dockerfile and docs to v0.6.5 release 2021-04-21 10:37:06 -07:00
Chen-I Lim
545fb64c00
Release 0.6.5 (#311)
* Fixed #269

* Fixing checkbox widht

* Fix #274. Add re-login button to error page.

* Fix #276. Login page title

* Rev Mac build version

* Update changelog for v0.6.5

* Rev Mac build number

* GitHub Actions: Build with Xcode 12.4

* Fix #297: Mac keybpard handling

* Rev Mac built to 12

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-04-21 10:33:28 -07:00
Jesús Espino
ec1de1c9c2
merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
Jesús Espino
5dbc1d5a81 Fixing websocket connection problem with new subpath feature 2021-04-19 22:39:25 +02:00
Johannes Marbach
298141471c
[GH-277] Hide drag grip on content blocks in read-only mode (#294)
Fixes: #277
2021-04-19 11:36:07 +02:00
Johannes Marbach
6fcafcebbb
[GH-278] Prevent dragging of gallery cards in read-only mode (#293)
Fixes: #278
2021-04-19 11:35:15 +02:00
Hasta Dhana
9932cf16d8
Fix typo (#295)
Fix "simlar" word.
2021-04-19 11:34:23 +02:00
Jesús Espino
d668bf6626 Fix a backward compatibility problem 2021-04-17 10:05:07 +02:00
Jesús Espino
83375684af Adding tablePrefix support 2021-04-17 09:09:34 +02:00
Jesús Espino
5ab3f8d3ce
Addining subpath support (#241)
* Addining subpath support

* Fixing a subpath problem in suburls

* Using the server root for allow subpaths

* Fixing baseURL variable name

* Some improvements

* Making it work in mattermost plugin

* Fixing eslint warnings

* Fixing cypress tests
2021-04-16 13:42:37 +02:00
Chen-I Lim
8e2e503c32 Merge branch 'main' of github.com:mattermost/focalboard into main 2021-04-15 13:16:04 -07:00
Chen-I Lim
354a84787d Fix #276. Login page title 2021-04-15 13:16:00 -07:00
Jesús Espino
17bc781929
Merge pull request #275 from asaadmahmood/focal-264
264 - Updating comment area css
2021-04-15 21:15:30 +02:00
Asaad Mahmood
6eff770abf 264 - Updating comment area css 2021-04-15 23:56:59 +05:00
Chen-I Lim
5255d80cd9
Merge pull request #270 from haardikdharma10/fix-#186
[Fix #186]: Documentation for Share Board
2021-04-15 11:45:39 -07:00
Chen-I Lim
0a88e9606e Fix #274. Add re-login button to error page. 2021-04-15 11:15:50 -07:00
Haardik Dharma
3ff1547384 Update _index.md 2021-04-14 17:45:56 +05:30
Haardik Dharma
f92cb1787a Create share board menu.png 2021-04-14 17:45:52 +05:30
Haardik Dharma
3598347c6d Create share board.png 2021-04-14 17:45:50 +05:30
Jesús Espino
dced0fa5c1 Fixing checkbox widht 2021-04-14 10:04:55 +02:00
Jesús Espino
e96bf126be Fixed #269 2021-04-14 09:44:31 +02:00
Chen-I Lim
71205233de Update import build instructions 2021-04-13 14:35:50 -07:00
Chen-I Lim
fb555662d2
Merge pull request #256 from codingthat/patch-1
[GH-255] Add crucial step to Trello import readme
2021-04-13 14:33:11 -07:00
Chen-I Lim
b8ea3c2f34 Fix #268: Personal Server upgrade guide 2021-04-13 14:09:00 -07:00
Chen-I Lim
13e08840b6 Fix linux app compile 2021-04-13 11:20:21 -07:00