focalboard/server
Jesús Espino be28b7dad5
Migrate webapp global state to redux (#737)
* Migrating workspace tree to redux

* More changes for use the redux store for boads and views

* Taking into account the templates on websocket event updates

* Fixing bug on boardTree maintenance

* Websocket client now connects once and subscribe/desubscribe on the fly

* Including usage of the new websocket client

* More work around migrating to redux

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* Fixing some things

* WIP

* WIP

* Another small fix

* Restoring filtering, sorting and grouping

* Fixing some other bugs

* Add search text reducer

* Fixing another drag and drop problem

* Improve store names and api

* Fixing small bgus

* Some small fixes

* fixing login

* Fixing register page

* Some other improvements

* Removing unneeded old files

* Removing the need of userCache

* Fixing comments and fixing content ordering

* Fixing sort

* Fixing some TODOs

* Fixing tests

* Fixing snapshot

* Fixing cypress tests

* Fix eslint

* Fixing server tests

* Updating the add cards actions

* Fixing some tiny navigation problems

* Mocking the api calls to pass the tests

* Migrating a new test to redux

* Adding the card right after the insert of the block (not wait for ws event)

* Showing the ws disconnect banner only after 5 seconds of disconnection

* Fixing share view

* Fix eslint

* Fixing problem with sort/groupby modifications

* Fixing some details on redirections and templates creation

* Fixing small bugs around undo

* Fix update properties on click outside the dialog

* Improving the column resize look and feel

* Removing the class based objects from the store (now they are all plain objects

* Fix eslint

* Fixing tests

* Removing unneeded code
2021-08-02 17:46:00 +02:00
..
admin-scripts Rename admin local socket 2021-02-01 10:31:06 -08:00
api Migrate webapp global state to redux (#737) 2021-08-02 17:46:00 +02:00
app Migrate webapp global state to redux (#737) 2021-08-02 17:46:00 +02:00
auth First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
client fix linter errors in plugin (#696) 2021-07-09 12:59:44 +02:00
integrationtests fix remaining golangci linter warnings (#686) 2021-07-08 21:09:02 -04:00
main Fix nil stringer error (#788) 2021-07-27 12:57:29 -04:00
model Merge release-0.8.0 2021-07-16 10:30:45 -07:00
server fix remaining golangci linter warnings (#686) 2021-07-08 21:09:02 -04:00
services Fix connection leak in db migration (#819) 2021-08-02 16:48:15 +02:00
swagger Person Property Type (#406) 2021-06-04 18:53:15 +05:30
utils New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30
web First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
ws Websocket client now connects once and subscribe/desubscribe on the fly (#752) 2021-07-28 18:14:18 +02:00
.golangci.yml Lint server & plugin for CI (#720) 2021-07-14 09:36:18 -04:00
go.mod Fix nil stringer error (#788) 2021-07-27 12:57:29 -04:00
go.sum Fix nil stringer error (#788) 2021-07-27 12:57:29 -04:00
go.tools.mod Add GitLab ci to build internally and bump go to 1.16 (#468) 2021-05-26 12:34:42 +02:00
go.tools.sum Workspace backend support 2021-03-26 11:01:54 -07:00
modd.conf Rename focalboard-server binary 2021-01-28 14:23:52 -08:00