Commit graph

673 commits

Author SHA1 Message Date
yflory
302e0ed362 Merge branch 'staging' into mobile_tooltips_removal 2024-03-26 11:28:35 +01:00
yflory
62b4f901db Add missing handler for menu entries 2024-03-13 16:19:16 +01:00
daria
b873a84607 refactor code 2024-03-12 16:49:47 +02:00
daria
923cb9690b remove duplicate code 2024-03-08 17:37:17 +02:00
yflory
a1e2a03d03 Merge branch 'staging' into documents-toolbar 2024-03-07 14:02:41 +01:00
Wolfgang Ginolas
fdc86ab130 Remove jshint 2024-03-01 07:44:00 +01:00
daria
f5c6fb9c67 Help icon is visible bug fixed from File dropdown #1284 2024-02-20 16:46:18 +02:00
daria
869e64a37c File menu items (Pad) are accessible using the keyboard
WIP #1284
2024-02-20 15:42:41 +02:00
zuzanna-maria
c35abb4443 tooltips no longer display after associated element disappears 2024-02-06 21:07:49 +00:00
Fabrice Mouhartem
b51f1878c3 #1226: lint compliance and optimization 2024-01-25 15:17:29 +01:00
Fabrice Mouhartem
f5bd81bbb0 #1226: search anchors by id if none have been found in cke_anchors 2024-01-25 15:05:58 +01:00
Fabrice Mouhartem
7ba6d1b49d #1358: restore table editing in pads as default configuration
- Restore context menu as table editing menu depends on it. It has been
  removed with commit 7f358408af
- The paste button appears to still be there on mobile (Fennec fdroid on
  android 9)
- #1336: missing closing parenthesis in a comment

Note that you can add it to your instance configuration with the
`customize/` directory: https://docs.cryptpad.org/en/admin_guide/customization.html
2024-01-18 10:26:49 +01:00
Fabrice Mouhartem
e92c82a7ad #1336: filter out temporary information with diffDOM
- The issue was caused by the way ckeditor manages clipboard, creating
  some chunk inside a data-cke-temp span or div depending on the size
  (which are sometimes empty… or containing ` `), we filter them
  before sending data to storage. It fixes the duplicated TOC elements
  issue.
2024-01-17 14:08:14 +01:00
yflory
bebbed8e05 Merge branch 'rich-text-small-screen' into staging 2023-12-13 16:30:03 +01:00
yflory
45ac8d901f Remove CSP warnings in the console with CkEditor toolbar 2023-12-13 16:27:20 +01:00
DianaXWiki
36e4837d08 Fix toolbar keyboard nav linux #1272 2023-12-13 17:00:18 +02:00
DianaXWiki
2e13c04161 Make ricktext toolbar keyboard accesible #1272 2023-11-09 17:35:01 +02:00
DianaXWiki
d850b06bf4 Undo folder change 2023-11-08 16:54:04 +02:00
DianaXWiki
7f358408af Fix ckedit context menu and paste dialog #631,#453 2023-11-06 17:58:27 +02:00
DianaXWiki
442d7655dc Fix chat and userlist height problem 2023-10-28 17:21:48 +03:00
DianaXWiki
5d83cf3427 Delete unnecessary stuff+reduce padding for comm 2023-10-25 16:40:59 +03:00
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
DianaXWiki
a8d8c98e9f Add comm modal improvement on small screens #1271 2023-10-16 18:42:19 +03:00
DianaXWiki
bbb8364129 Make userlist and chat go on top of content #1102 2023-10-12 19:43:59 +03:00
Wolfgang Ginolas
2095c618fc Revert "Fix rich text color selection in safari"
This reverts commit 3f9814d239.
2023-07-18 14:31:13 +02:00
Wolfgang Ginolas
3f9814d239 Fix rich text color selection in safari
https://github.com/cryptpad/cryptpad/issues/1136
2023-07-17 13:56:16 +02:00
Wolfgang Ginolas
9315e411aa Make colours with special characters in names clickable
https://github.com/cryptpad/cryptpad/issues/1136
2023-07-17 13:56:16 +02:00
yflory
09bce8d852 Merge branch 'staging' into 5.4-rc 2023-07-13 14:13:34 +02:00
yflory
d39008108c lint compliance 2023-07-11 13:39:53 +02:00
yflory
e27da863d3 Upgrade CKEditor to version 4.22.1 #1119 2023-07-11 13:39:07 +02:00
Ahmed Mazen
4e32a9ac06 add favicons statically in each application
The last commit added `.ico` versions of the `png` favicons. This commit
adds each favicon statically to each application's `index.html` file.

By statically, I mean it is not inserted through Javascript and instead
is present in the file already.

This fixes favicons not displaying on Firefox.
2023-07-03 08:46:12 +08:00
yflory
30bb4d61bb Merge branch 'main' into debower 2023-05-02 13:55:40 +02:00
David Benque
148adb70cc Merge branch 'zuzanna-maria-move_resize_button' into staging 2023-03-21 14:56:20 +00:00
David Benque
2249673751 Fix spacing between resize and comments buttons 2023-03-21 14:54:03 +00:00
yflory
65835638af Fix double notifications with pad comments (mention + reply) 2023-02-01 18:00:28 +01:00
yflory
4165adc127 lint compliance 2023-01-17 17:27:48 +01:00
Pamplemousse
9019d92291 removing bower: migrate nthen
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:42 +01:00
Pamplemousse
6c10407802 removing bower: migrate bootstrap
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
a847a5300a removing bower: migrate file-saver
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
871110ec12 removing bower: migrate chainpad*
Also, explicitly add `chainpad-netflux`.

Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
e4dea5824b removing bower: migrate hyperjson
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
dd25b85554 removing bower: migrate requirejs and requirejs-plugins
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
Pamplemousse
c8859524ee removing bower: migrate components-font-awesome
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
Pamplemousse
f012d692de removing bower: migrate ckeditor
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
zuzanna-maria
f1ac1e1006 moved pad resize button so that it no longer overlaps wit hand covers the text 2022-12-31 18:28:06 +01:00
yflory
ceb9f59f53 Fix scroll issue in pad on iOS 2022-12-22 15:34:51 +01:00
ansuz
3323f09255 hack around a safari bug (for what I'm sure is not the last time) 2022-09-19 16:01:45 +05:30
ansuz
71922dbae4 add noscript tags to apps 2022-09-05 19:15:32 +05:30
ansuz
524ba22c46 update hardcoded preloading.js cache-busting version string 2022-08-30 14:27:10 +05:30
yflory
d5272874fb Add version string to placeholder .js and .css files 2022-08-17 11:14:51 +02:00