John McLear
092d096d19
make one video
2021-03-14 13:11:59 +00:00
John McLear
1efc616508
Update collaborate.js
2021-03-14 12:40:45 +00:00
John McLear
83f08a6bc3
diff
2021-03-14 12:16:14 +00:00
John McLear
b1fe9c1ef3
Update collaboration.yml
2021-03-14 12:09:47 +00:00
John McLear
b13c6b74c7
Update collaboration.yml
2021-03-14 12:00:27 +00:00
John McLear
4351f2447e
Update collaboration.yml
2021-03-14 10:54:26 +00:00
John McLear
25353fd315
Update collaboration.yml
2021-03-14 10:44:24 +00:00
John McLear
02688e873d
Update collaboration.yml
2021-03-14 10:42:56 +00:00
John McLear
550f9cbd32
update
2021-03-14 10:19:00 +00:00
John McLear
beaf2e8f1e
Update collaborate.js
2021-03-14 10:07:32 +00:00
John McLear
e73a4e79f6
Update collaboration.yml
2021-03-14 09:51:49 +00:00
John McLear
76469fff8f
Update collaboration.yml
2021-03-14 09:47:30 +00:00
John McLear
96032ad361
timeouts
2021-03-14 09:37:05 +00:00
John McLear
622a2be177
why is video so slow?
2021-03-14 09:25:21 +00:00
John McLear
cbf2a5898c
Update collaborate.js
2021-03-14 09:06:13 +00:00
John McLear
6a1b2005bd
Basis for test, no actual assertion yet for UX
2021-03-14 08:45:40 +00:00
John McLear
3f2c1ae1dd
Update collaborate.js
2021-03-13 21:10:48 +00:00
John McLear
1f141710f5
Update collaboration.yml
2021-03-13 20:53:19 +00:00
John McLear
e6600d45e4
cache node_modules maybe?
2021-03-13 20:34:09 +00:00
John McLear
c63c621722
Update collaboration.yml
2021-03-13 20:28:18 +00:00
John McLear
6a57717236
test to see if wait is required
2021-03-13 20:19:34 +00:00
John McLear
72c41c228f
Update collaborate.js
2021-03-13 19:56:17 +00:00
John McLear
a549ca07ab
parallel?
2021-03-13 19:38:23 +00:00
John McLear
bc1baeb2fe
Update collaboration.yml
2021-03-13 19:36:49 +00:00
John McLear
1581b713b9
Update collaboration.yml
2021-03-13 19:24:01 +00:00
John McLear
04e275ea15
Update collaboration.yml
2021-03-13 19:12:54 +00:00
John McLear
af42e3e620
Update collaboration.yml
2021-03-13 18:57:16 +00:00
John McLear
878af5ee0a
Update collaboration.yml
2021-03-13 18:51:06 +00:00
John McLear
51a8f0db22
Update collaboration.yml
2021-03-13 18:27:59 +00:00
John McLear
ee41ca7807
Update collaborate.js
2021-03-13 17:19:21 +00:00
John McLear
cc4253bf3f
Update collaboration.yml
2021-03-13 16:54:30 +00:00
John McLear
89a661b448
tests: test to see if I can have multiple cypress clients collaborating at once
2021-03-13 16:46:14 +00:00
John McLear
92a42520ee
tests: scrap buggy and non-functional responsiveness test
2021-03-13 16:45:49 +00:00
webzwo0i
6f591b5c77
add class pad to timeslider to fix height issue ( #4941 )
2021-03-12 21:16:22 -05:00
webzwo0i
8e2a21ec84
arrow functions dont have arguments ( #4943 )
2021-03-12 14:25:14 -05:00
Richard Hansen
0b9bf4a78e
deps: Update ueberdb2 to get updated metrics
2021-03-11 20:21:38 +00:00
Richard Hansen
9b82d1d37d
server: Log stats (metrics) on fatal error
...
This might help users troubleshoot rare crashes.
2021-03-11 07:38:44 +00:00
Richard Hansen
d2610284ad
bin/safeRun.sh: Fix try: not found
bug
...
This fixes a copy+paste bug introduced in commit
8b28e00784
(v1.8.8).
2021-03-10 02:54:20 -05:00
John McLear
9bc3ac0957
Include shard.etherpad.com in the README
2021-03-09 18:10:49 +00:00
Richard Hansen
fcf43a7089
stats: Expose ueberDB metrics
2021-03-08 22:32:39 +00:00
Richard Hansen
71dfa7070d
deps: Update ueberdb2 to get metrics
2021-03-08 22:32:39 +00:00
Richard Hansen
926f0fcefb
CSS: Increase size of contenteditable area
2021-03-08 14:39:18 +00:00
Richard Hansen
404486069c
ace: Build the outer and inner iframes programmatically
...
This makes the code easier to read and it silences Chrome's
`document.write()` warning:
https://developers.google.com/web/updates/2016/08/removing-document-write
This is a redo of commit a17f9bf3cf
,
which was reverted in commit 912f0f195f
due to a CSS bug.
2021-03-05 19:31:59 +00:00
webzwo0i
4ca989a255
sessions: add more endpoints that do not need a session ( #4921 )
...
* add more endpoints that do not need a session
* Update src/node/hooks/express/webaccess.js
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
* Update src/node/hooks/express/webaccess.js
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
Co-authored-by: John McLear <john@mclear.co.uk>
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2021-03-05 07:48:33 +00:00
Richard Hansen
60da2373a6
CSS: Add comment to no-skin/pad.css
to silence warning
...
Firefox prints "Style sheet could not be loaded" if the file is empty.
2021-03-05 07:45:48 +00:00
Richard Hansen
5546cc5e7b
CSS: Delete bogus <link>
tag
...
Browsers report an error with this tag. Strangely, this tag has
existed since Etherpad's very first commit.
2021-03-05 07:45:48 +00:00
Richard Hansen
470f40d7db
CSS: Use auto
for iframe body height
...
This change makes no visual difference right now, but will matter (for
reasons I don't understand) once we change `ace.js` to build the
iframes by constructing elements in JavaScript (vs. writing HTML).
2021-03-05 07:45:48 +00:00
Richard Hansen
48e1d1c23f
CSS: Fix class name for outer iframe <html>
tag
...
* Add the class "pad" to the `<html>` tag in `pad.html` (the outer
iframe's parent).
* Change the CSS selector that refers to the `<html>` tag in
`pad.html` from `html:not(.inner-editor)` to `html.pad`.
* Change the class name of the outer iframe's `<html>` tag from
"inner-editor" to "outer-editor".
* Update CSS rules to use the new class name.
2021-03-05 07:45:48 +00:00
John McLear
6615d36f8d
Merge branch 'master' into develop
2021-03-05 07:28:48 +00:00
John McLear
b99c2cae22
Merge branch 'develop'
2021-03-05 07:28:47 +00:00