Commit Graph

127 Commits

Author SHA1 Message Date
Aminejv
2965ce4696 feat(database): add isBookmarkSyncActivated 2022-10-03 15:36:36 +01:00
Aminejv
b9376bad0f feat(viewer): add extension onboarding columns 2022-10-03 15:36:36 +01:00
Aminejv
95287d322f feat(views): add unique constraint to filterBySource for each user 2022-09-14 14:19:28 +01:00
Aminejv
8cc83d22b7 feat(seed-database): create the views table 2022-09-12 12:27:10 +01:00
Aminejv
3359b9ad5b feat(Constants): update ifps gateway to ipfs.io 2022-06-20 13:32:54 +03:00
Martina
4ae04243cc updated length of varchar for database cols to 200 2022-02-11 20:39:54 -08:00
Martina
eada4ffc8e added empty slate deletion to migration script 2022-01-27 18:50:18 -08:00
Martina
a20f2d9967 removed onboarding from users table and adjusted color of empty state for sidebar 2022-01-27 15:24:22 -08:00
Martina
c26f24fbb1 brought migration script up to date with recent survey and sidebar changes 2022-01-27 14:53:48 -08:00
Aminejv
dd3f46f0c9 feat(db/users):
- remove settings column

- add isFilterSidebarCollapsed column
2022-01-03 12:24:34 +01:00
Aminejv
5f893bb1f8 feat(DB/Surveys): update database scripts with the surveys table changes 2021-12-29 09:50:53 +01:00
Aminejv
1faaba264c feat(scripts/adjust): add createSurveysTable 2021-12-21 23:14:42 +01:00
Aminejv
cfa8d69425 feat(Onboarding): store survey answers in the surveys table 2021-12-20 17:06:16 +01:00
Aminejv
5743dea99f feat(Upload): delete onboarding table 2021-12-14 18:10:20 +01:00
Aminejv
da00d27a4c feat(db/users): add settings column 2021-12-14 18:08:54 +01:00
Aminejv
20ba244ce8 feat(survey): change surveys table name to onboarding 2021-12-14 16:50:29 +01:00
Aminejv
4050d2a2c3 chore(survey): rename ownerId param to userId to match other tables 2021-12-14 16:49:19 +01:00
Aminejv
66254a8d99 feat(survey): added survey table 2021-12-14 16:48:27 +01:00
Martina
a7f629d370 adjustment script for change and edited flattening-migration script 2021-11-12 17:50:20 -08:00
Martina
60421cc214 swapped slate.preview for slate.coverImage 2021-11-12 13:53:31 -08:00
Martina
a5e3670581 removed link source from code and from database and search 2021-11-11 13:11:13 -08:00
Martina
8accb20f1c added ability to search through another user's files 2021-11-08 17:17:09 -08:00
Martina
e3553d71a0 improving search for filenames 2021-11-05 11:12:04 -07:00
Martina
3247cff0d1 fixing some places where search manager wasn't properly updating files 2021-11-03 10:56:42 -07:00
Martina
ddaacf72fa added search all query 2021-11-01 13:38:58 -07:00
Martina
14eb5925b2 plugged in search update function where appropriate 2021-11-01 13:38:58 -07:00
Martina
3abdd3f517 made search add/update/delete queries more succinct 2021-11-01 13:38:58 -07:00
Martina
053e2f2d04 breaking up search into multiple files and a script 2021-11-01 13:38:58 -07:00
Martina
a194fe4046 added saving tags to the file itself 2021-10-02 14:38:54 -07:00
Martina
c3f2d7c617 removed storage deal options and made edits to storage deal script 2021-09-28 14:54:02 -07:00
Martina
b2ddaf183c updated storage deal code and fixed import error 2021-09-28 13:52:21 -07:00
Martina
99b16cbfab estuary storage deals 2021-09-27 21:16:26 -07:00
Martina
838d08f743 adding api key and editing deals table 2021-09-26 17:20:16 -07:00
Martina
24b09cf0ba updated flattening migration 2021-09-26 15:38:54 -07:00
Martina
0c91a54382 textile bucketsGetOrCreate replacement 2021-09-24 18:20:28 -07:00
Martina
ef725d8040 added max length for body and extended database length for body & edited migration script 2021-09-13 12:47:23 -07:00
Martina
18396439ef converted user.hidePrivacyAlert -> user.onboarding.hidePrivacyAlert 2021-09-13 12:47:23 -07:00
Martina
3b7a0b89f5 edits to cover image flattening script 2021-09-13 12:47:23 -07:00
Martina
3e025c679d added cover image flattening 2021-09-13 12:47:23 -07:00
Martina
ee28db9142 removed serializers except sanitizeUser and updated properties lists in serializer 2021-09-13 12:47:23 -07:00
Martina
cee2af3c75 edited data methods to fit new data structure 2021-09-13 12:47:23 -07:00
Martina
e4e4f67293 removed remaining mentions of user.data, slate.data, file.data 2021-09-13 12:47:23 -07:00
Martina
c1d4aec9cb converted file.link. to top level fields 2021-09-13 12:47:23 -07:00
Martina
7081b19f7f converted slate.data.preview -> slate.preview 2021-09-13 12:44:49 -07:00
Martina
4cbd6cab6f converted file.data.coverImage -> file.coverImage 2021-09-13 12:44:49 -07:00
Martina
181ea4fa21 converted file.data.author -> file.author 2021-09-13 12:43:26 -07:00
Martina
8fd80c89ae converted file.data.source -> file.source 2021-09-13 12:43:26 -07:00
Martina
a75ef7129b converted file.data.blurhash -> file.blurhash 2021-09-13 12:43:26 -07:00
Martina
e0a044fcac converted file.data.size to file.size 2021-09-13 12:40:51 -07:00
Martina
3b19a78d58 ocnverted data.twitter to twitterVerified and twitterUsername 2021-09-13 12:40:51 -07:00