yflory
|
f04ba4a3d8
|
Too many false positive with the timeout detection
|
2019-02-05 16:17:54 +01:00 |
yflory
|
3b8d6213e0
|
lint compliance
|
2019-01-31 10:29:12 +01:00 |
yflory
|
cb89a5fdfe
|
Test timeout to kill phantom viewers
|
2019-01-30 15:50:37 +01:00 |
yflory
|
ed4f8016a1
|
Merge branch 'staging' into locks
|
2019-01-24 16:27:15 +01:00 |
yflory
|
efdecd4059
|
First step for realtime in onlyoffice apps
|
2019-01-14 14:01:22 +01:00 |
ansuz
|
20959f84ae
|
return Boolean from our test for WebRTC support
|
2019-01-10 18:21:39 +01:00 |
ansuz
|
424a14625d
|
add feedback keys for password change and drive migration
|
2019-01-08 15:17:43 +01:00 |
ansuz
|
bcd6a4b6c6
|
add feedback keys
|
2019-01-08 14:33:02 +01:00 |
yflory
|
f883fb7e04
|
Preserve chat and cursor channel when importing a template
|
2018-12-12 13:48:28 +01:00 |
yflory
|
1ba80a344b
|
See other users' cursor position
|
2018-12-04 17:18:42 +01:00 |
yflory
|
ca45ff31d1
|
Refactor messenger to use commands from UI to store
|
2018-11-27 16:55:56 +01:00 |
ansuz
|
d407f9af74
|
downgrade an XXX to a FIXME
|
2018-11-20 11:27:59 +01:00 |
yflory
|
3e9e92dcac
|
Implement full CryptDrive export
|
2018-10-18 18:50:38 +02:00 |
yflory
|
bf55657993
|
Password-protected shared folders
|
2018-10-05 18:06:11 +02:00 |
yflory
|
2a86db2001
|
New Features page
|
2018-10-03 17:25:04 +02:00 |
ansuz
|
1d63419df8
|
update error handling, but leave the note to come back
|
2018-10-02 11:31:08 -04:00 |
yflory
|
930677750c
|
Merge branch 'anonsf' into staging
|
2018-10-01 16:21:53 +02:00 |
yflory
|
17bc1ee703
|
Load shared folder when not logged in
|
2018-09-28 15:06:24 +02:00 |
ansuz
|
e77f833652
|
come back to this error
|
2018-09-25 20:09:45 -04:00 |
yflory
|
179df27e3c
|
Fix autostore not displaying the error message when over pin limit
|
2018-09-17 11:23:35 +02:00 |
yflory
|
1895d6cbd8
|
Disable crowdfunding message for premium users
|
2018-09-14 11:21:52 +02:00 |
yflory
|
e6743887fc
|
Refactor contacts/messenger so that it is usable directly in the apps
|
2018-09-06 18:41:22 +02:00 |
yflory
|
7b06626581
|
Merge branch 'autostore' into staging
|
2018-08-30 10:26:19 +02:00 |
yflory
|
256b7b5bb4
|
Phantom viewers potential fix
|
2018-08-28 16:28:32 +02:00 |
yflory
|
e8a5244362
|
Autostore base
|
2018-08-27 14:58:09 +02:00 |
yflory
|
d816a2ed9f
|
Prevent timeout when restoring drive
|
2018-07-19 17:51:38 +02:00 |
yflory
|
64b51f3a80
|
jshint compliance
|
2018-07-18 14:25:48 +02:00 |
yflory
|
aafcb1bc02
|
Merge branch 'sharedfolder' into staging
|
2018-07-18 14:18:30 +02:00 |
yflory
|
e59aec0a45
|
Try...catch on testworker.js
|
2018-07-17 16:46:24 +02:00 |
ansuz
|
a2fd32d6a3
|
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
|
2018-07-17 14:49:19 +02:00 |
ansuz
|
e6d4bced18
|
clean up extraneous variables and log statements
|
2018-07-17 14:34:25 +02:00 |
yflory
|
ecb9f039b1
|
Fix pad password change not reloading with the correct URL
|
2018-07-17 12:27:23 +02:00 |
yflory
|
fc91cf606b
|
Disable moveToTrash button for pads in shared folders
|
2018-07-16 18:05:23 +02:00 |
ansuz
|
848a918eda
|
remove out of date comments
|
2018-07-16 15:45:19 +02:00 |
yflory
|
4706b8a9de
|
Store newly created pads in the correct (shared) folder
|
2018-07-13 15:01:23 +02:00 |
Caleb James DeLisle
|
c5105d7b84
|
Merge branch 'check-for-css-variables' into staging
|
2018-07-12 17:16:21 +02:00 |
Caleb James DeLisle
|
a440359bc7
|
Commit patches provided to me by someone who Seemed Trustworthy At The Time
(should fix false negatives in shared-worker detection)
|
2018-07-12 16:59:36 +02:00 |
Caleb James DeLisle
|
cb8888ea1a
|
Yes, so it turns out that making a small asthetic change after testing on every browser does actually break it :|
|
2018-07-12 16:51:48 +02:00 |
Caleb James DeLisle
|
fabdbc3b61
|
Add a feedback test for checking for CSS variables, so we won't use a feature which is not implemented by the vast majority of the people using CryptPad...
|
2018-07-12 16:02:46 +02:00 |
ansuz
|
8574128efd
|
unstub password change function
|
2018-07-10 16:44:24 +02:00 |
ansuz
|
25b0d764ed
|
pass initialState variable when copying your drive in the changeUserPassword function
because the hardest problems to debug are always fixed with one line changes
|
2018-07-10 16:42:11 +02:00 |
ansuz
|
54bc29f28c
|
WIP maybe I missed something
|
2018-07-10 15:16:43 +02:00 |
yflory
|
4b86ed2dec
|
Shared folders UI
|
2018-07-10 14:41:37 +02:00 |
ansuz
|
0a9ea95796
|
always set userHash in localStorage even with modern users
|
2018-07-10 13:11:22 +02:00 |
yflory
|
6312dadb60
|
Fix shared folders names in the drive
|
2018-07-09 18:11:04 +02:00 |
yflory
|
e0cc1a6eb6
|
Display a shared folder in the drive
|
2018-07-09 14:36:55 +02:00 |
ansuz
|
a15e232469
|
complete modern user registration/login. general cleanup
|
2018-07-09 14:20:38 +02:00 |
ansuz
|
57a39258c3
|
WIP big commit
|
2018-07-06 11:36:48 +02:00 |
ansuz
|
0c3b898000
|
simple one line fixes
|
2018-07-06 10:28:41 +02:00 |
yflory
|
34914785eb
|
lint compliance
|
2018-06-28 16:15:38 +02:00 |