Commit Graph

853 Commits

Author SHA1 Message Date
Abhishek Shroff a56a8d4e8a [server] Better database config 2025-04-27 00:36:09 +05:30
Abhishek Shroff 81f33efa25 [client] Downloads list 2025-04-25 23:21:44 +05:30
Abhishek Shroff 6a0ae8a82f [client] Fix downloads button 2025-04-25 21:58:41 +05:30
Abhishek Shroff 09eabe6dbb [client] Show foreground notification on Android, tap to open 2025-04-25 15:39:31 +05:30
Abhishek Shroff 924bce612f [client] Use background_downloader to download files 2025-04-25 15:26:06 +05:30
Abhishek Shroff 1d37aa5f54 [client] Show warning when moving a folder into itself 2025-04-24 02:05:13 +05:30
Abhishek Shroff 8abef2dafe [client] Fix infinite query recursion 2025-04-24 01:54:13 +05:30
Abhishek Shroff f467db3f4d [client] Calculate and specify item extent 2025-04-23 23:18:32 +05:30
Abhishek Shroff c3c6df26aa [server] Fix error on moving folder into itself 2025-04-23 23:17:57 +05:30
Abhishek Shroff 7fac847e48 [server] Fix publink list route 2025-04-23 23:00:23 +05:30
Abhishek Shroff e30d58c3ba [client] Search focus 2025-04-22 23:01:15 +05:30
Abhishek Shroff e5d9690f94 [client] Populate search field text 2025-04-22 22:38:18 +05:30
Abhishek Shroff 5ad8f32cd7 [client] Remote search 2025-04-22 22:29:50 +05:30
Abhishek Shroff 687d3aa881 [client] Search stub 2025-04-22 11:04:31 +05:30
Abhishek Shroff 0991b2603a [client] Clean up various MaterialApps 2025-04-21 22:23:52 +05:30
Abhishek Shroff 9160035eff [client] Remove unnecessary field 2025-04-21 22:08:16 +05:30
Abhishek Shroff 419a4fce97 [client] Move recent marking from router delegate to explorer controller 2025-04-21 22:04:05 +05:30
Abhishek Shroff 9aa3d7a15a [client] Simplify nav intents 2025-04-21 02:14:37 +05:30
Abhishek Shroff 27ac6afd2a [client] Get rid of ExplorerPage.watchResource 2025-04-21 01:18:52 +05:30
Abhishek Shroff 7a2ccee479 [client] Simplify ExplorerPage 2025-04-21 01:13:55 +05:30
Abhishek Shroff 03da7078b6 [client] Better path view 2025-04-20 20:58:14 +05:30
Abhishek Shroff a02740fb59 [client] Explorer controller 2025-04-17 00:56:42 +05:30
Abhishek Shroff 282b2a1515 [client] Better routing, still needs work 2025-04-16 23:41:33 +05:30
Abhishek Shroff f3965eb399 [client] Separate login/logout MaterialApps 2025-04-16 19:59:40 +05:30
Abhishek Shroff a6b2214265 [client] Fix app scaffold refreshing on navigation 2025-04-14 01:24:56 +05:30
Abhishek Shroff 4679de537f [client] Change ExplorerNavigator to ChangeNotifier 2025-04-14 01:13:13 +05:30
Abhishek Shroff 76766a51c4 [client] Completely redo navigation without go_router 2025-04-13 23:09:43 +05:30
Abhishek Shroff a4bbe7a91f [client] Tweak Layout 2025-04-13 00:06:24 +05:30
Abhishek Shroff 37650ac0bb [client] Show children of trashed resources 2025-04-12 01:28:42 +05:30
Abhishek Shroff 94732a356d [server] Fix the logic of trash response clear 2025-04-12 01:03:57 +05:30
Abhishek Shroff 64ae8090aa [client] Rename TrashedResourceRepository.refresh 2025-04-12 01:03:35 +05:30
Abhishek Shroff 760dc125c1 [client] Delete Forever 2025-04-12 00:54:33 +05:30
Abhishek Shroff 10039aef5e [client] Consistent change naming, trash restore action 2025-04-12 00:32:52 +05:30
Abhishek Shroff f17d05d766 [client] Small trash fixes 2025-04-12 00:06:21 +05:30
Abhishek Shroff 2b25bfbd0c [client] Separate menu for trashed resources 2025-04-12 00:03:13 +05:30
Abhishek Shroff 77115cb511 [client] Trashed resources 2025-04-11 20:57:09 +05:30
Abhishek Shroff f77f72c3e1 [server][api] Add clear field to trash list response 2025-04-11 20:29:49 +05:30
Abhishek Shroff f2258d67a7 [server][core] Do not filter out home form shared resources 2025-04-11 20:27:04 +05:30
Abhishek Shroff d864156a7a [server] Tweak restore 2025-04-10 17:36:01 +05:30
Abhishek Shroff 683f511a78 [server][core] Maintain separate trash table 2025-04-10 17:27:18 +05:30
Abhishek Shroff dd5bbe3688 [server][core] Fix login error for users that can't log in 2025-04-08 23:00:54 +05:30
Abhishek Shroff c804f143ec [server][core] Fix shared resources query 2025-04-08 22:47:38 +05:30
Abhishek Shroff b5d5633e00 [client] Allow picking initial folder for copy 2025-04-08 22:43:34 +05:30
Abhishek Shroff 1604ce4778 [server][core] Fix timestamp returned from RestoreDeleted 2025-04-08 22:42:58 +05:30
Abhishek Shroff c977fa67ce [client] First pass of trash 2025-04-08 22:33:30 +05:30
Abhishek Shroff f1e93e92ba [server][api] Change cursor parameter 2025-04-08 21:23:38 +05:30
Abhishek Shroff a4605a6a88 [client] Parse integer resource timestamps 2025-04-06 12:18:03 +05:30
Abhishek Shroff 31a2218c09 [server][api] Change to unix millis for resource timestamps 2025-04-06 11:54:55 +05:30
Abhishek Shroff 4001a5ac7b [server][api] Trash restore 2025-04-06 11:13:29 +05:30
Abhishek Shroff 87f1599580 [server][api] Trash empty end-point 2025-04-06 11:05:15 +05:30