John McLear
f33bd821ee
Revert "TO REVERT: Deleting other tests."
...
This reverts commit a0c57b9c11
.
2021-03-15 15:50:02 +00:00
John McLear
58f0000ed4
Update responsiveness.js
2021-03-15 15:34:14 +00:00
John McLear
211264c6de
Update responsiveness.js
2021-03-15 15:28:28 +00:00
John McLear
05d8ba2f5a
remove more sketchiness
2021-03-15 15:10:16 +00:00
John McLear
a6d59e004c
Update responsiveness.js
2021-03-15 14:48:42 +00:00
John McLear
6e4f3f8fab
remove flakey tests
2021-03-15 14:48:30 +00:00
John McLear
1b4b243736
Update responsiveness.js
2021-03-15 14:29:29 +00:00
John McLear
4876cf7313
tests
2021-03-15 14:09:21 +00:00
John McLear
9478418984
Speed things up
2021-03-15 13:50:50 +00:00
John McLear
e0dbacf86f
attempts
2021-03-15 13:31:13 +00:00
John McLear
5550912d81
testing more edits...
2021-03-15 13:12:11 +00:00
John McLear
4910396f40
Update responsiveness.js
2021-03-15 12:54:11 +00:00
John McLear
d3d9ec095a
Update responsiveness.js
2021-03-15 12:36:31 +00:00
John McLear
db2d097d5a
Update responsiveness.js
2021-03-15 11:58:32 +00:00
John McLear
adfe7e51ae
Update responsiveness.js
2021-03-15 11:51:51 +00:00
John McLear
844c787bbf
Update responsiveness.js
2021-03-15 11:21:45 +00:00
John McLear
01d4bfc753
enterkey
2021-03-15 11:17:33 +00:00
John McLear
4e38c5714f
Update responsiveness.js
2021-03-15 11:09:44 +00:00
John McLear
754aa8363b
Update responsiveness.js
2021-03-15 11:01:17 +00:00
John McLear
4da826dd0c
exec
2021-03-15 10:58:45 +00:00
John McLear
98a83462d2
Update collabrunner.sh
2021-03-15 10:56:21 +00:00
John McLear
230336add3
executable...
...
silent commit..
2021-03-15 10:56:09 +00:00
John McLear
586e4a13b6
Update frontend-collab-tests.yml
2021-03-15 10:54:15 +00:00
John McLear
28c6170cd7
hrm
2021-03-15 10:50:45 +00:00
John McLear
918e642501
Update collabrunner.sh
2021-03-15 10:48:42 +00:00
John McLear
d8baf7a1a7
Update frontend-collab-tests.yml
2021-03-15 10:46:45 +00:00
John McLear
47475bada6
Update frontend-collab-tests.yml
2021-03-15 10:42:11 +00:00
John McLear
5aa8d9ca5f
First Test Run on Sauce Labs
2021-03-15 10:36:21 +00:00
John McLear
a0c57b9c11
TO REVERT: Deleting other tests.
2021-03-15 10:10:02 +00:00
Richard Hansen
c5a37d7a92
deps: Bump ueberdb2 to get MySQL improvements
2021-03-13 19:51:43 +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
John McLear
de394f72a6
bump version
2021-03-05 07:28:44 +00:00
John McLear
dabb4917ed
changelog 1.8.12
2021-03-05 07:27:31 +00:00
John McLear
5ac90ab30f
tests: Allow time for minification to complete
...
Minification happens after the initial visit and request to pages.
2021-03-05 07:11:42 +00:00