Commit Graph

7448 Commits (43d30081e7a78f6df4d6502bb3c9adf091814fea)

Author SHA1 Message Date
yflory 04d8578f4e Shared folder history 2019-06-17 14:13:06 +02:00
yflory ba877ba459 Display the channel ID of a shared folder to be able to restore it 2019-06-14 14:12:43 +02:00
ansuz d19b704bb8 fix an inverted boolean 2019-06-14 13:38:09 +02:00
ansuz f5a2627d86 implement script to diagnose conflicts between the production database and the archive 2019-06-14 11:48:15 +02:00
ansuz 1e5248ff9d implement methods for checking if a file exists in the database or the archive 2019-06-14 11:38:16 +02:00
ansuz 13738abc03 remove an incorrect comment 2019-06-14 11:37:34 +02:00
ansuz 7b8ac3d8c8 Merge branch 'soon' into staging 2019-06-14 10:45:25 +02:00
yflory 3e4ee75137 Fix race condition with pins 2019-06-14 10:03:52 +02:00
ansuz 58cee9e13d remove an XXX because the code looks safe 2019-06-13 16:48:12 +02:00
ansuz a2c8ec963c archive files deleted by 'removeOwnedChannel' if the admin has configured that behaviour 2019-06-13 16:44:27 +02:00
ansuz 6aa6b706a4 don't release until you think about this XXX a bit more 2019-06-13 16:36:22 +02:00
ansuz ac3a58cc38 fix a deadlock by returning the lock after clearing ephemeral channels 2019-06-13 15:03:36 +02:00
ansuz a2eee153b1 Merge branch 'soon' into staging 2019-06-13 12:24:00 +02:00
ansuz ddf4a6a784 pass the correct path to 'listChannels' for 'listArchivedChannels' 2019-06-13 12:16:23 +02:00
ansuz 7e455e6fce drop unnecessary code, restore instead of remove archived files in restoration script, change restore archived name 2019-06-13 12:16:23 +02:00
ansuz cb0c4ee944 don't continue iterating in listChannels until a the current task has called back 2019-06-13 12:16:23 +02:00
ansuz 2605d27e3f fix a completely wrong function signature 2019-06-13 12:16:23 +02:00
ansuz 5a1c25a0df fix a race condition, shutdown the log when you're done 2019-06-13 12:16:23 +02:00
ansuz c0d908af4d implement 'unarchiveChannel' 2019-06-13 12:16:23 +02:00
ansuz 4fd490f07f leave some notes for later 2019-06-13 12:16:23 +02:00
ansuz 11976b262e add a note for later 2019-06-13 12:16:23 +02:00
ansuz dd375a2a22 every type of storage should have its own nested directory within the archive 2019-06-13 12:16:23 +02:00
ansuz 8ed725f566 update the example config to support cold storage 2019-06-13 12:16:23 +02:00
ansuz ede929f4e4 implement inactive channel archival and archival expiration 2019-06-13 12:16:23 +02:00
ansuz 17ce25b666 add a warning to delete-inactive, which we know has bugs 2019-06-13 12:16:23 +02:00
ansuz 7647f7c68a implement four new storage APIs
* listChannels
* listArchivedChannels
* archiveChannel
* removeArchivedChannel
2019-06-13 12:16:23 +02:00
ClemDee 634b051d42 Add expand/collapse all feature in drive tree 2019-06-13 11:51:38 +02:00
yflory fc9a438f27 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-06-13 11:18:10 +02:00
yflory d903aed496 Add README for our custom icons font 2019-06-13 11:18:04 +02:00
yflory dd7fc83867 Store the blob metadata the first time 2019-06-13 11:17:43 +02:00
ClemDee 73c2964241 Update collapsed folders when renaming/moving/deleting folder in Drive 2019-06-12 17:38:48 +02:00
ClemDee 3a2dd5e0a8 Renaming current folder now keep current folder opened 2019-06-12 15:46:42 +02:00
ClemDee 98f68da7f3 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-06-12 11:36:19 +02:00
ClemDee 537a310f4c Fix stuck tooltips bug 2019-06-12 11:36:08 +02:00
ClemDee 21300bb030 Add temporary folder custom color in drive 2019-06-11 17:44:36 +02:00
yflory 89264758d2 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-06-11 12:31:54 +02:00
yflory be43aad04c Add a palette icon to our custom font 2019-06-11 12:31:24 +02:00
ClemDee b546dd4033 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-06-07 16:05:57 +02:00
ClemDee 63cb8e8f66 Fix chat history bug in other workers 2019-06-07 16:04:52 +02:00
yflory 02c765b085 lint compliance 2019-06-07 15:50:00 +02:00
yflory 73e068dacc Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-06-07 15:48:44 +02:00
ClemDee d924cee747 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-06-07 15:47:29 +02:00
ClemDee f6cc3aa8c3 Fix bug chat history not deleted 2019-06-07 15:43:24 +02:00
yflory 23e48a6b4f Fix messenger unable to send messages 2019-06-07 13:44:52 +02:00
yflory 32a3ed6842 Make the clickable area to dismiss notifications bigger 2019-06-07 11:47:50 +02:00
yflory e77207dfee Merge remote-tracking branch 'origin/padsTheme' into staging 2019-06-07 11:23:26 +02:00
yflory db84b41225 Merge branch 'shareModal' into staging 2019-06-07 11:16:41 +02:00
yflory dab63c70c2 Merge branch 'cryptDriveTree' into staging 2019-06-07 11:15:35 +02:00
yflory f37bc78eaf Merge branch 'cryptDriveToolbar' into staging 2019-06-07 11:15:13 +02:00
yflory 473cbcd1b6 Fix drive toolbar new line bug 2019-06-07 11:13:46 +02:00