Commit Graph

2872 Commits

Author SHA1 Message Date
David Benque 940ef7f594 Add opengraph preview images 2022-07-15 15:27:11 +01:00
Maxime Cesson 376ba4ce8d Add some generic OpenGraph data to apps 2022-07-15 15:48:45 +02:00
ansuz 96a12d12a9 guard against possible type error, lint compliance 2022-07-13 19:28:59 +05:30
Maxime Cesson 24ccb6d9e7 Apply placeholder to all relevant applications on a slow connection #865
Made with the following command from the cryptpad/ root directory:

$ patternStatic='(<link href=\"\/customize\/src\/outer\.css.*$|<script async data-bootload=\"\/customize\/template\.js\".*$)';
$ pattern2='<style>$';
$ js='<script src=\"\/customize\/pre-loading\.js\"><\/script>';
$ css='<link href=\"\/customize\/src\/pre-loading\.css\" rel=\"stylesheet\" type=\"text\/css\">';
$ find . -name 'index.html' | grep -v -E '(onlyoffice|bower_components|node_modules)' | while read x; \
do if [ `grep -cE "$pattern" $x` -gt 0 ]; then sed -E "s/($pattern)/$js\n    \1\n    $css/" $x > tmp; \
mv tmp $x; y=`echo $x | sed 's/index\.html/inner\.html/'`; if [ -f "$y" ]; then \
sed -E "s/($pattern2)/$js\n    $css\n    \1/" $y > tmp; mv tmp $y; fi; fi; done
2022-07-13 13:21:38 +02:00
Maxime Cesson 80fad70404 Prepare to apply placeholder to all needed apps 2022-07-13 12:46:04 +02:00
Maxime Cesson edaa8e1d9e Redo placeholder before loading screens for inner and outer 2022-07-12 13:07:58 +02:00
Maxime Cesson 4b7e1b0757 Add a placeholder before loading screens for slow connection 2022-07-11 10:21:00 +02:00
David Benque bc29c26b66 Add image for home page logo
- easier to customize the main logo while keeping the CryptPad brand
in the footer and other places
2022-07-08 14:52:43 +01:00
David Benqué 6261878940 Round corners of icons in New dialog 2022-06-01 15:29:22 +01:00
David Benqué 3631067c95 Round corners of document title when hovered/edited 2022-06-01 15:23:54 +01:00
ansuz 1bdf292093 don't show a home page subscribe button to premium users 2022-06-01 18:37:17 +05:30
David Benqué 2fbecb0dee Round corners for drive tips 2022-06-01 13:20:45 +01:00
David Benqué 3b7f5c2df7 Remvoe padding around user-menu avatar on small screens 2022-05-31 09:38:39 +01:00
ansuz dc071d0095 use URL API to identify remote hrefs 2022-05-30 17:20:03 +05:30
ansuz c0d2af50ef lint compliance 2022-05-30 17:19:09 +05:30
David Benqué f507af3ccf Fix unreadable drive tree item when selected + right click 2022-05-27 13:37:20 +01:00
David Benqué f5d32a7001 Align app icons to the left on home page 2022-05-27 13:22:18 +01:00
David Benqué 32088bf111 Round corners of loading messages 2022-05-27 13:15:26 +01:00
David Benqué d0435adb20 Round corners of image preview modal 2022-05-27 13:02:41 +01:00
ansuz 0c9973b42f Merge branch '4.15-candidate' into soon 2022-05-20 20:59:12 +05:30
David Benqué 944b4511e0 Clear remaining XXXs 2022-05-16 16:23:33 +01:00
David Benqué fc1e78120c Correct toolbar button styles across light/dark themes 2022-05-16 16:21:57 +01:00
ansuz 3288dd984f unify 'terms' and 'footer_terms' translation keys 2022-05-13 18:56:49 +05:30
David Benqué 6d73f008d8 Link footer logo to project website + change font color 2022-05-13 12:40:12 +01:00
David Benqué 29f20b0ec2 Merge branch 'sandpaper-toolbar-icon' into 4.15-candidate 2022-05-13 12:19:26 +01:00
David Benqué 1dc2d74f08 Show drive icon when hovering document icon in toolbar 2022-05-13 12:18:28 +01:00
David Benqué f3e10994ab Update cptools font with Drive icon 2022-05-13 12:17:20 +01:00
David Benqué c2b882dbe6 Add comments 2022-05-13 11:59:32 +01:00
David Benqué 5f765b1dc2 Show drive icon when hovering settings toolbar 2022-05-13 11:57:20 +01:00
David Benqué cf10e0b390 Swap toolbar icon on hover
⚠️ in document toolbars the destroy icon is used instead of drive
it is a placeholder because the drive icon is not in CPtools
2022-05-13 11:51:40 +01:00
ansuz 93bdea554f Merge branch '4.15-candidate' of github.com:xwiki-labs/cryptpad into 4.15-candidate 2022-05-13 15:51:01 +05:30
ansuz 958b3e4376 remove references to removed pages and notes that have been addressed 2022-05-13 15:50:38 +05:30
David Benqué fcb11dd65a Fix sizing of instance title block on home page 2022-05-13 11:09:14 +01:00
ansuz 633b8e062f lint compliance 2022-05-13 15:20:48 +05:30
ansuz 6102c704e0 respect admin decision not to show crowdfunding info 2022-05-13 15:15:00 +05:30
David Benqué 3f6afcd3fb Remove hard-coded translation keys 2022-05-13 09:38:27 +01:00
David Benqué da8bf544f0 Show instance name on contact page 2022-05-13 09:14:35 +01:00
ansuz 0ce395e213 Merge branch '4.15-candidate' of github.com:xwiki-labs/cryptpad into 4.15-candidate 2022-05-13 13:34:32 +05:30
ansuz f523888718 remove deprecated default static pages 2022-05-12 16:23:56 +05:30
David Benqué db3e7aa5de Use light theme colors in dark theme for more highlight 2022-05-11 15:43:34 +01:00
David Benqué 80ffbc4bf6 Apply rounded corners to items in New modal (from drive) 2022-05-11 14:11:17 +01:00
David Benqué 03acfb51e4 Round corners of avatar without picture 2022-05-11 14:02:38 +01:00
David Benqué 74af6629e3 Use variable for UI drop shadow 2022-05-11 13:45:27 +01:00
David Benqué daf3634ed6 Remove padding in drive sidebar docs 2022-05-10 12:11:50 +01:00
ansuz 1b2c6de355 Merge branch '4.15-candidate' of github.com:xwiki-labs/cryptpad into 4.15-candidate 2022-05-10 13:09:24 +05:30
David Benqué 5d6ebe682e Round tooltips 2022-05-09 16:47:35 +01:00
David Benqué 5f3cee7601 Style offline drive 2022-05-09 16:32:45 +01:00
David Benqué cf01bd8215 Clean up and lint 2022-05-09 13:53:39 +01:00
David Benqué a960d20a93 Remove underline in footer buttons 2022-05-09 13:41:53 +01:00
David Benqué e22de3f699 Add icon for Accounts app 2022-05-09 13:41:27 +01:00
David Benqué 54fdf32c36 Fix color of hovered leftside-categories in light theme 2022-05-09 13:40:42 +01:00
David Benqué c17c4adfd7 Redesign contact page 2022-05-09 13:02:47 +01:00
David Benqué 936dc9950a Style buttons and footer
- add logo to Back Home button
- style Subscribe button on homepage
- reorganize footer with version string on the left
- restyle footer buttons
2022-05-06 18:00:30 +01:00
David Benqué c990665bb5 Add Contact link and style instance "legal" links 2022-05-06 16:35:45 +01:00
David Benqué bc49d1d945 Display longer instance titles on one line on large screens
- refactored flex layout to maximize the length of the instance title
if more screen space is available.
2022-05-06 16:34:17 +01:00
ansuz cfa4776c81 round off some more corners 2022-05-06 17:30:35 +05:30
ansuz 80cc9c7bba solve the great textfit mystery of 2022 2022-05-06 16:32:36 +05:30
David Benqué d344743308 Add icons to nav buttons 2022-05-06 11:10:44 +01:00
David Benqué e444154866 Apply styles to home sotice alert 2022-05-06 10:59:50 +01:00
ansuz a2731c44b0 assorted home page fixes/improvements
* link to home page from other static pages
* home notice
  * moved to the top of the home page
  * configured via server API instead of application_config.js
  * WIP admin panel UI
* more debugging info for unsupported decrees
* lint compliance probably
2022-05-06 13:55:00 +05:30
ansuz 5fd4b7a3cb remove what-is-cryptpad.html 2022-05-06 13:47:05 +05:30
ansuz 0731d81451 remove terms page 2022-05-05 11:48:47 +05:30
David Benqué d25a15e96d Merge remote-tracking branch 'origin/4.15-candidate' into 4.15-candidate 2022-05-04 17:16:56 +01:00
David Benqué 96950d01a2 Preparing to test TextFit 2022-05-04 17:15:12 +01:00
David Benqué 2778f51656 Fix footer
- make responsive behavior more robust
- add placeholder translation
- remove old code
2022-05-04 16:57:02 +01:00
ansuz 8222566961 remove some unused code, speed up home page load time 2022-05-04 18:35:30 +05:30
David Benqué f0263d82c2 Merge remote-tracking branch 'origin/4.15-candidate' into 4.15-candidate 2022-05-04 13:21:56 +01:00
David Benqué 7baf0250ac Display subscribe and donate buttons if instance accepts subscriptions 2022-05-04 13:21:25 +01:00
ansuz 2078d2b8df remove margin which caused an unnecessary scrollbar
when window.innerWidth < 1185
2022-05-04 15:17:55 +05:30
ansuz f5e6a2a43f display instance name on login and register 2022-05-04 15:13:22 +05:30
ansuz 6ae4446036 Merge branch 'custom-home-page' into 4.15-candidate 2022-05-03 18:32:33 +05:30
ansuz 916c0dd322 Merge branch 'sandpaper-static' into 4.15-candidate 2022-05-03 18:31:56 +05:30
ansuz 8adeeb21ec display instance info on the home page
* implements /api/instance
* updates recommended NGINX config
* adds a test on /checkup/
2022-05-03 18:20:34 +05:30
David Benqué 3be11e01cf Style drive splitter 2022-05-03 10:23:18 +01:00
yflory b25a38e13c Add resizer to the drive 2022-05-02 16:23:06 +02:00
ansuz f29609af42 lint errors 2022-04-27 18:06:17 +05:30
ansuz 0a9419c248 Merge branch 'sandpaper-static' into 4.15-candidate 2022-04-27 18:04:00 +05:30
David Benqué 97832340cf Remove Terms, What is, and Maintenance pages 2022-04-25 16:04:26 +01:00
ansuz 93a9c44b6e Merge branch 'main' into 4.15-candidate 2022-04-20 15:32:46 +05:30
ansuz cda3f03101 update changelog and bump version to 4.14.1 2022-04-20 12:09:03 +05:30
ansuz 8674091b8a fix tautology in Ukrainian language title 2022-04-19 14:33:48 +05:30
ansuz 02b12506e1 enable Polish and Ukrainian 2022-04-13 17:58:39 +05:30
ansuz 6986a5fbd4 add missing Ukrainian translation override file 2022-04-13 16:36:18 +05:30
ansuz 19d7521087 prepare label for Ukrainian translation 2022-04-13 14:07:45 +05:30
ansuz 58b98a77e2 set titles for pages which still used the default 2022-04-11 17:49:13 +05:30
ansuz 78bc424e84 don't load info pages in iframes 2022-04-04 16:38:18 +05:30
David Benqué 58611e6f6b Rounded and redesigned static pages
- Login and register pages
- Features page
2022-04-01 16:08:16 +01:00
ansuz 0d1bfdc02b easier configuration of translated instance descriptions on the home page 2022-03-30 17:53:14 +05:30
David Benqué 657323c80d More responsive nav and footer 2022-03-30 11:19:35 +01:00
ansuz dae6d7fc1e add hints for translation linting and remove notes 2022-03-25 16:53:10 +05:30
ansuz 418201ba3f home page fixes and lint compliance 2022-03-25 11:34:31 +05:30
ansuz 83f721341f Merge branch 'sandpaper-static' into 4.15-candidate 2022-03-25 11:33:56 +05:30
ansuz 6c10a914cf bump platform version to 4.14.0 2022-03-24 13:21:48 +05:30
ansuz e6c51e3dff remove hardcoded translations and invert remote embedding logic 2022-03-24 12:43:16 +05:30
David Benqué 0198bf6782 Redesign instance home page 2022-03-23 09:59:16 +00:00
ansuz 386827d825 handle 500 errors 2022-03-22 16:41:42 +05:30
David Benqué 0757993dd8 Rounded snapshots 2022-03-17 16:10:08 +00:00
David Benqué ef509b5835 Fix export format form 2022-03-17 16:09:53 +00:00
David Benqué 5d1f461527 Fix button contrasts in toolbar 2022-03-17 16:09:17 +00:00
David Benqué c6eb4b7819 Rounded usergrid 2022-03-16 11:44:00 +00:00