Commit Graph

258 Commits (0c8ce27f242aa8fb2f768938334048a1e39b1610)

Author SHA1 Message Date
yflory b26ae67df5 Fix issues with channel ID when using a password
yflory 842952fe1f New checkboxes and radio input everywhere
yflory 4288f536f1 Use requireCSS to load FontAwesome
yflory 2f262b12c6 Fix help box issues
yflory 442f15df98 Add help text in all the apps + french translation
yflory b7b560fcb8 Enable Cmd key support in shortcuts
yflory 12bfcbe701 Add fixed order for rightside icons in the toolbar
yflory 2c90cb5907 Move help button in drawer and fix drawer style
yflory d975bb9cc0 Fix focus after pad creation screen
yflory 60b2384885 Move initial state into a help block
yflory 88a04fdb07 Don't create sfcommon a second time in code and slide
yflory 1ec41f4e09 Ability to pick a background image in slides
yflory 0e6e68aaff Remove print prompt in slides since the browsers already have a prompt
yflory c269929319 Fix creation page not displayed in pad and slide
Caleb James DeLisle 617c4b6044 CSS refactorings and pad-is-not-pinned work
Caleb James DeLisle c702a23c77 Initial work on the 'pad will expire' logic
ansuz 3f892e04a5 fix codemirror overflow css
yflory 74e59a513a Add the markdown toolbar to the slide and poll apps
yflory 644f6e9985 Use the bounce app to open links from inner
yflory 7cfe64fc5b Remove cryptpad-common dependency for some inner apps
yflory 30c8c253dd Remove util and hash from common
yflory dc207393fd Separate UI elements from cryptpad-common
yflory 3ebb5ca493 Fix issue in diffMarked creating text nodes for each character
yflory 6f020b67ca Add thumbnails to framework apps
yflory bf817f20ee Fix file upload in code and slide
ansuz de8339fea7 hide alertify when you are in presentation mode
Caleb James DeLisle 9e4c48f537 lint errors
Caleb James DeLisle 15337603bb Merge branch 'staging' into framework
yflory 5ed60a0ad7 Fix image ratio in slides
Caleb James DeLisle 753e2d797e Merge branch 'staging' into framework
ansuz 0d912402e5 patch for bug in Firefox ESR
ansuz 128c9c2f4e Merge branch 'staging' of github.com:CatalinScr/cryptpad into catalin
Caleb James DeLisle 383c2f54cb 1. Add a class cp-hidden-if-readonly which is display:none if the pad is in read-only mode. 2. Don't show color pickers or options when in read-only on presentation.
Caleb James DeLisle d6570ad9f2 Standardize media-tag embedder and make media tags always absolute URL, Standardize import/export logic for codemirror apps, fix arrow key navigation in presentation fullscreen mode before first click.
Caleb James DeLisle 94d2f4472b Stop using presentSuccess because it is hidden behind the modal in slide
Caleb James DeLisle fa6938baa8 1. Migrated /slide/ to use framework
2. Fixed CSS not being applied on /slide/
3. Minor changes to /code/ to reuse code which is also used on /slide/
Caleb James DeLisle 12e82e80ec When changing the title of a presentation, the title in the bottom of the slide should also change
ansuz 0a99478d9f catch diffdom errors and plow through
yflory cdeac00633 Merge branch 'staging' into newdrive
yflory b871faffc9 Enable tags in code and slide
yflory 456370b1aa Base for Drive in sandboxed iframe
yflory 72f0952835 Make sure we can't open a pad using the wrong app
yflory 483160a96a Fix tab notifications in code and slides
yflory 1131ef0172 Fix language selection in sandboxed iframes
Caleb James DeLisle 5f0383ae99 update version of sframe-boot because it was changed
yflory fa64adbbe5 Hide visible elements while loading the slide app
Caleb James DeLisle 710418f42f Make LessLoader able to cache even inside of the sandbox iframe and don't load less compiler unless needed
Caleb James DeLisle 789a923792 Change font-awesome to be pulled through LessLoader which will rewrite the font file URLs to use ver= parameter
Caleb James DeLisle 671c893e8a Duplicating code like a moron, this should hopefully get fixed later.
yflory 9271b0c1a8 Try to fix half-codemirror bug