Commit Graph

29 Commits (06f46129fcf8d101db268db41116f5199fe5c7df)

Author SHA1 Message Date
yflory 8e7858e6ae New share modal in all the apps
yflory fb0827107b Secure share modal
Caleb James DeLisle f95acda758 Minor refactoring of /pad/ ; moved /*/main.js into a common file ; framework'd /code/
yflory 204e45dfae Enable templates in pad
yflory d2787e3eff Make code2 the default code app
Caleb James DeLisle b081603455 Update requirejs
ansuz 7a5c5ce0a3 load scripts asynchronously
ansuz 7de2683169 make all apps use clientside templates
ansuz e9bfaa9a60 compile less clientside. remove compiled css
ansuz 99a44f119f don't send referrer headers on pads which may link outward
ansuz 233bb7a14f reorganize some html tags for smaller diffs
yflory 459b18c97b Add the loading screen in the HTML so that it is displayed before JS is loaded
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 86adfbf27d update cache-busting directive in all supported apps
ansuz 8167ed9048 implement cache-busting everywhere
yflory 367a02c031 Add mobile support for the code app
yflory f8455875a9 Fix the NoScript (iframe not loaded) bug with inner iframes
yflory 4963c77b61 Fix the title reset bug
ansuz e9376a66c2 apply 'cp' class for unified styles
yflory 6351d1856f Remove the top bar and move its content in the applications' toolbars
yflory 39bbf8a6c1 Fix the new userlist button and make the toolbar responsive
yflory 24fbe22c9d Improve the toolbar style and the way the userlist is displayed
yflory f03018f3bc Improve the top bar and use the font awesome icons in /code
ansuz fd0a7337a3 wait a full minute until requirejs times out
ansuz dea8e225db fix double scrollbar issue
ansuz 750731d3db workaround for favicon magic
ansuz fd3cd73d0b try to fix favicon bug
ansuz 6075849ed7 add favicons to /pad/ and /code/
Yann Flory 32f44161a7 Patch Realtime into CodeMirror in CryptPad