Commit Graph

53 Commits

Author SHA1 Message Date
Abhishek Shroff e20e3625fc [client] Rename User.displayName => User.name 2025-05-27 23:03:52 +05:30
Abhishek Shroff 6be5fa3d5e [client] Use user id and email 2025-05-16 01:24:41 +05:30
Abhishek Shroff 59c5ebf622 [client] db migration 2025-05-12 08:50:10 +05:30
Abhishek Shroff a3c7b5a7b7 [client] Adapt to new api response structure 2025-05-12 08:38:34 +05:30
Abhishek Shroff b5645f29a6 [client] Fix schema migration 2025-05-05 09:14:22 +05:30
Abhishek Shroff 5e486c74a9 [client] Add Publink model 2025-05-05 08:42:21 +05:30
Abhishek Shroff fdc4bae507 [client] Migrate to Hive CE 2025-04-28 01:08:31 +05:30
Abhishek Shroff 8abef2dafe [client] Fix infinite query recursion 2025-04-24 01:54:13 +05:30
Abhishek Shroff 03da7078b6 [client] Better path view 2025-04-20 20:58:14 +05:30
Abhishek Shroff 37650ac0bb [client] Show children of trashed resources 2025-04-12 01:28:42 +05:30
Abhishek Shroff 77115cb511 [client] Trashed resources 2025-04-11 20:57:09 +05:30
Abhishek Shroff c977fa67ce [client] First pass of trash 2025-04-08 22:33:30 +05:30
Abhishek Shroff a4605a6a88 [client] Parse integer resource timestamps 2025-04-06 12:18:03 +05:30
Abhishek Shroff 410ccab5a7 [client] Fix permission view 2025-04-06 03:42:33 +05:30
Abhishek Shroff e9f70811e7 [client] Various permissions-related fixes 2025-04-06 02:38:57 +05:30
Abhishek Shroff f9189b9604 [client] Store permission grants 2025-04-05 20:33:51 +05:30
Abhishek Shroff 87091273ea [client] Bookmark regular resources 2025-01-23 00:43:19 +05:30
Abhishek Shroff 78061409c1 [client] SharedResourcesRepository 2025-01-20 12:48:03 +05:30
Abhishek Shroff 0901083624 [client] WIP: Better local change tracking 2025-01-15 15:39:02 +05:30
Abhishek Shroff fb1aab9596 [client] Rename db files 2025-01-12 22:56:36 +05:30
Abhishek Shroff c1af6a9968 [client] WIP: Better PathView 2025-01-11 22:03:46 +05:30
Abhishek Shroff be9d9e8c09 [client] Reset schema version clean up init 2025-01-11 17:39:26 +05:30
Abhishek Shroff 5e5f69feb0 [client] Fix server data tracking once and for all 2025-01-11 13:42:10 +05:30
Abhishek Shroff 2d2c136dce [client] Fix recents (bandaid) 2025-01-10 11:19:39 +05:30
Abhishek Shroff 6e6e62c166 [client] Allow getResourceByName to return multiple results 2025-01-09 15:02:52 +05:30
Abhishek Shroff 8ca1a5e644 [client] Maintain creation timestamp for actions 2025-01-09 07:31:18 +05:30
Abhishek Shroff 2f7e7d7e6a [client] Fix name conflict in copy actions 2025-01-09 07:18:14 +05:30
Abhishek Shroff 8f472b5da1 [client] Move db manipulation functions into separate db helper 2025-01-02 22:47:58 +05:30
Abhishek Shroff ea9d8c8395 [client] Rename Resource.contentSize => contentLength 2025-01-02 22:19:26 +05:30
Abhishek Shroff 8ebfb91944 [client] Shared with me 2024-12-06 11:18:45 +05:30
Abhishek Shroff 04b68451e9 [client] Recents ExplorerPage 2024-12-04 14:25:06 +05:30
Abhishek Shroff 78d846717f [client] Update to work with new permissions 2024-11-28 00:08:59 +05:30
Abhishek Shroff 32536c268e [client] Add bookmarks 2024-11-21 13:11:07 +05:30
Abhishek Shroff 4d067948ab [client] request bookmarks 2024-11-20 15:25:12 +05:30
Abhishek Shroff 40d24f47c5 [client] users table 2024-11-06 23:48:27 +05:30
Abhishek Shroff 9da25ee272 [client] Use drift file for schema 2024-11-03 07:37:42 +05:30
Abhishek Shroff 5c796a39e5 [client] Parse new api data format for ls 2024-11-02 00:31:47 +05:30
Abhishek Shroff d5ad072777 [client] Streamline parsing to be a single method 2024-10-30 13:06:32 +05:30
Abhishek Shroff 9dfb1c9e55 [client] regenerate drift 2024-10-27 18:42:23 +05:30
Abhishek Shroff 4d4204727d [client] rename json and model fields 2024-10-15 21:26:49 +05:30
Abhishek Shroff f0b03ae9f2 [client] Remove flicker when re-applyling optimistic updates 2024-10-15 19:14:13 +05:30
Abhishek Shroff 9ca9d50eaa [client] Show failed actions 2024-10-03 16:27:24 +05:30
Abhishek Shroff dc5dc1f3ab [client] Upgrade offtheline to use better types 2024-09-24 16:17:04 +05:30
Abhishek Shroff e499f56854 [client] Upgrade offtheline, clear data on logout 2024-09-18 18:19:52 +05:30
Abhishek Shroff 3f0ec0fd4c [client] Support server-side logouts 2024-09-18 13:16:25 +05:30
Abhishek Shroff 50fce00182 [client] Basic preview scaffolding 2024-09-12 01:12:49 +05:30
Abhishek Shroff 0d8815aed7 [client] Send and store content type information 2024-09-12 00:16:41 +05:30
Abhishek Shroff 26eb7e9d08 [client] Fix transaction usage 2024-09-09 17:19:37 +05:30
Abhishek Shroff 9d27030775 [client] Show loading and empty states 2024-09-07 01:15:18 +05:30
Abhishek Shroff d522509f31 [client] Place db files in correct dir 2024-09-07 00:27:38 +05:30