focalboard/server
Harshil Sharma e0ec1c03e0
New Props: Created By, Created At, Updated By, Updated At (#583)
* Added create_at column for blocks

* Populating created by

* Added logic for storing created by

* Added GetBlock by ID to store interface

* Added creayed by and modified by properties

* Added created by and modified by properties

* Added lastmodifiedat property

* Fixed existing webapp test

* Added webapp unit tests

* Added webapp unit tests

* Added webapp unit tests

* Adding server test

* Added server tests

* Fixed a bug causing created by to be set empty

* Avodining timezone specific test behavior

* Made cypress viewport bigger to avoid out-of-viewoport issues in multiple tests

* Removed a leftover comment

* Added updated at/by in table view

* Added updated at in card view

* Fixing sort

* Fixed sorting of updated by

* Fixed existing tests

* Added table tests

* Added cardTree fix

* Fixed tests

* Removed unused import

* Update snapshots

* Added a tamper attempt test

* Removed some leftover debug code

* Removed sending creator from client

* Fixed lint error

* Fixed a build issue

* Avoided setting insert query params multiple times

* Multiple minor review fixes

* Fixed test
2021-07-08 20:06:43 +05:30
..
admin-scripts Rename admin local socket 2021-02-01 10:31:06 -08:00
api New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30
app New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30
auth First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
client First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
context First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
integrationtests Add RPC API support to plugin (#619) 2021-06-25 16:49:06 +02:00
main Add RPC API support to plugin (#619) 2021-06-25 16:49:06 +02:00
model New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30
server Ensure all code paths close *sql.Rows (#679) 2021-07-06 16:44:11 -04:00
services New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30
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 Prevented concurrent writes to websocket (#658) 2021-07-01 08:11:29 +02:00
.golangci.yml First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
go.mod Remove enterprise symlink (#589) 2021-06-18 07:48:01 +02:00
go.sum Remove enterprise symlink (#589) 2021-06-18 07:48:01 +02: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