Commit Graph

317 Commits (ce8344aa45664660c55fe4a81d7d2afbcd494633)

Author SHA1 Message Date
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
yflory bd422178c4 Hide the filepicker button in readonly mode
yflory 642511dc3b Disable exiting present mode when in embed mode
yflory 514bff7065 Add slide number in the title in slide2
yflory 05793c220c Fix secure iframes on Edge
yflory f2aaaa9751 Move slide to secure iframe
yflory 8b2733e2da Fix typo
yflory e85b34f127 Add embed options in the secure pad hashes
Caleb James DeLisle b081603455 Update requirejs
yflory 7c49ca6e3f Fix initial text size in code
Pierre Bondoerffer 90075cd48e
media-tag to less file
Pierre Bondoerffer f585ddccdf
fix image sizes in /slide/
ansuz 66d81429bd integrate file embed into code editor
ansuz fe826133b3 make some markdown styles reusable
ansuz 1c238100c8 don't throw alerts in the middle of someone's presentation
yflory a80b00a765 Move the file picker in common
yflory a5a73ce326 Fix print button in slide
yflory 3bd5f01e53 Fix slide ratio in preview mode
ansuz 7a225af11e fix some minor slide navigation bugs
yflory d09f5b70c7 Fix slides CSS
yflory e732284845 Lint
yflory 8f5a244999 Replace mediatag markdown syntax by html. Enable file upload in /code.
ansuz 29c6ed6e9b hide slide arrows when there are no more slides in that direction
ansuz 9f6ecea5d9 fix nacl reference error in media tag
ansuz 9c1eaf9c1a lint compliance
ansuz 42375190e6 style buttons for long titles
ansuz c27c140130 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz ac8da0d52d load codemirror in the correct context. fix selection events
yflory 789274fd4f Fix font-size in slides
ansuz 7377d39b39 hide print button
ansuz 43b877ad27 fix styling on media tag download button
ansuz efedfe0667 show preview pane by default in /slide/
yflory 81c8949aee Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 70c9f3df75 Fix avatar size
ansuz f09ae9b19c jshint compliance
yflory 9b131dc49c Fix CSS in the slide app
yflory 5694505719 Fix syntax highlighting
yflory 4ab82710ab Remove the background color from the text-color button in the slide app
yflory 26193aeaa7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory b9320e6005 Toolbar improvements
ansuz ecff05425f feedback for slide printing
ansuz 7a5c5ce0a3 load scripts asynchronously
ansuz fca1ef4d36 hide unstyled content until the loading screen is displayed
ansuz cfc5907237 remove unnecessary style rules
ansuz 7de2683169 make all apps use clientside templates
ansuz e9bfaa9a60 compile less clientside. remove compiled css
ansuz ffcbde4325 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 48ece55ed5 style fixes, and dynamic less compilation
yflory 38f568635d Fix duplicate media-tag in slides when adding or removing a slide
yflory a11befaa0f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 13288ee18b Update the userlist in code, slide and pad
ansuz 852c028822 don't allow editing if pad type is wrong
yflory 92b6e60573 Small improvements for the new toolbar
yflory dbfad9d227 Lint
yflory d3b9ac2511 Update the preview and present content on Ready in slides
yflory 54adb680e7 Hide the slide number in the title outside of present mode
ansuz 06ca70d11e lint compliance
yflory 928dadcf77 Fix toolbar dropdown menus not visible in slide
yflory 1df11f2813 Update the font-size when entering/leaving present mode
yflory 66d8c0ed11 Add a preview mode to the slide app
yflory a5924cb803 Make sure the initial title is set in the userDoc when creating a new pad
yflory 66b076111e Add an upload button to the slide's file picker
yflory f3f1cf9e6d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory a237eec41e Add a file picker in the slide app
ansuz 20874c76f1 prevent code blocks from overflowing slides
yflory 497ddeee6d Upload files with drag&drop in the drive
yflory 494b44e2b1 fix lint errors
yflory 19cb920a7c Don't redraw a media-tag everytime the content has changed
yflory f9c26645cf Upload images using the slide app
ansuz ec9a4dec5e Merge branch 'soon' into staging
ansuz 76c530037b enable donate button in all apps
ansuz 99a44f119f don't send referrer headers on pads which may link outward
ansuz 1240b864ef fix misconfigured history
yflory 0bd4caeb7e Add the task list code to the markdown renderer
yflory 56bcdff890 Add a preview of the markdown content in the code editor
yflory 5d0535966c Center vertically slides in present mode and checkbox to disable transitions
yflory 1e4fc5a979 lint
yflory c00158d23a Move code to common-history
yflory a6c49cd65c Fix undefined title in slides present mode
yflory ff16084719 Fix lint errors
yflory 50c8a859e6 Move the CodeMirror cursor code to common-codemirror
yflory c79a6e3b2b Move Metadata, CodeMirror and title functions in separate files
yflory 5a883d5a57 Use the new toolbar and move the userlist code in a separate file
ansuz 78b11584f8 remove unused variables
yflory 1d3b8188b3 Add mobile support in the slide app
ansuz 841c9ee9de don't close popup dialog when hitting enter if textarea has focus
yflory a165332c15 Don't store a pad in the drive if the limit has been reached
ansuz f7e96b4e8c resolve merge conflicts and jquery errors
yflory 92ea03d7d9 View and restore the history of a pad
Caleb James DeLisle c341fa8e94 Pull jquery using require.js rather than as a script tag and fix require to pass jquery as a parameter
ansuz 50277cb0ae don't rely on 'info' in onRemote so we can call it anywhere
yflory 2ad0a65b71 Remove shortcuts that override browser actions
ansuz df4a250359 use feedback api instead of app=
yflory 84d8615cf1 Save and use templates in pad, code and slides
ansuz 18469edf18 extend list item rendering to support gfm task lists
ansuz 055bc03092 strip carriage return
yflory 4ddf9b4e04 Improve whiteboard UI
yflory 71c59d7ae2 Remove unnecessary TODOs
yflory a8ffac5dcd Remove old code
yflory 5322eff607 Use the current values for the checkboxes in the print options dialog
ansuz 912215185f add uid to userdata for better notifications
yflory 26edb77cf0 Fix style and usability issues in slides
yflory cd77f50717 Fix transitions in slides, add swipe event handlers, and fix print in firefox
yflory e139295d7e Add transitions in present mode
yflory 45ac3e40a2 Copy print options to present mode
yflory a5f11d0d0d Uniform the slides rendering in present and print mode
yflory 15e9af77bb Remove the langauge selector from toolbar and add it in settings
yflory 13d7b3cadc Merge branch 'd' into staging
yflory a286599f93 Fix fast reconnect, and add support for reconnecting ws in polls
yflory fe5e33a0ee Fix loss of presentation position when updating slides
yflory ca9faa0056 Fix wrong translation keys
yflory f94db93897 Improve the slides layout in print mode
yflory 2392167996 Export slides as PDF
yflory 4bac8ea0c7 Draw all the slides at once to allow reference links (fix )
yflory 459b18c97b Add the loading screen in the HTML so that it is displayed before JS is loaded
yflory cb88227e2b Autocomplete on key press in some dropdown menus
yflory 2a1b241592 Display a button to open the editing link while in read-only mode if we know it
ansuz c884782d57 here are some changes
yflory 6b8d0c8bc7 Merge branch 'security2' of git.xwikisas.com:xwiki-labs/cryptpad into security2
yflory b32d698291 Fix issue with present mode in slide (readonly)
Caleb James DeLisle 91eda5fa83 Implement stronger content-security-policy except in /pad/ which does not allow it.
Implement a "loader" which allows for applying a version number to everything.
Added a cache control for anything which has a version.
ansuz 7db0e14bc0 add 'force' flag to override removal of html elements
ansuz 86adfbf27d update cache-busting directive in all supported apps
yflory 2ad9debe58 Remove the placeholders in /code and /slide
yflory e15a6a347f Fix the forget pad button
yflory c72bbd4c37 Use the file name as initial title
yflory 47b8fefd9e Load messages.js only once, in cryptpad-common
yflory c17f28e5fe Fix race condition
ansuz 8167ed9048 implement cache-busting everywhere
yflory e4dbe97d71 Update display name in realtime across tabs and remember 'anonymous' name
yflory d54262c8df Use the same disconnecter error translation key for all the apps
yflory 914c442615 Do not redirect to home page when logging out from another tab
yflory 7e7d1f7a16 Display the error when opening a document with the wrong app
yflory 6f0d33dc1d Fix missing placeholder in the Slide app
yflory 7d6e15e465 Throw an error when trying to open a document with the wrong app
yflory fbbf8a2829 Replace initialState by a placeholder in slide and code
ansuz 72c4175b6f remove slide/oldmain.js
yflory a4286f1c83 Merge branch 'soon' into newtoolbar
yflory 373b07ed28 Fix lint errors
yflory ce1e792419 Merge branch 'soon' into newtoolbar
yflory f8455875a9 Fix the NoScript (iframe not loaded) bug with inner iframes
yflory 1e1bfd275c Don't show the tab notification when someone has joined the pad