cryptpad/www/common
2017-09-28 10:23:48 +02:00
..
pdfjs fix pdf display problems in chrome 2017-08-17 18:11:46 +02:00
theme fix font size 2017-03-31 13:28:30 +02:00
boot.js Implement stronger content-security-policy except in /pad/ which does not allow it. 2017-03-01 21:06:53 +01:00
boot2.js polyfill for array.fill 2017-08-29 11:49:10 +02:00
clipboard.js remove unused variables 2017-05-04 16:16:09 +02:00
common-codemirror.js Move the code app in a secure iframe 2017-08-30 11:10:57 +02:00
common-file.js add encrypted thumbnails to metadata for images. 2017-09-05 10:57:59 +02:00
common-hash.js Fix double / when storing a file 2017-09-06 11:41:09 +02:00
common-history.js Add history to pad2 2017-08-21 17:40:21 +02:00
common-interface.js lint compliance 2017-09-21 11:19:23 +02:00
common-messaging.js Fix undefined friend 2017-08-31 15:49:20 +02:00
common-messenger.js delete range requests after they have completed 2017-09-14 12:08:41 +02:00
common-metadata.js don't allow editing if pad type is wrong 2017-06-22 14:31:55 +02:00
common-realtime.js Hopefully fix infinite spinner whenever there is a disconnect (pad) 2017-09-11 15:46:21 +02:00
common-thumbnail.js make pixels 100px 2017-09-05 11:25:47 +02:00
common-title.js Move pad attributes in pad data 2017-07-05 12:26:42 +02:00
common-userlist.js Fix flickering avatar in firefox 2017-08-30 12:26:11 +02:00
common-userlist2.js wip 2017-08-09 17:37:55 +02:00
common-util.js Mistake in mkEvent which makes all events only work once 2017-09-25 18:03:31 +02:00
credential.js use camel case, not snek case 2017-09-11 14:00:27 +02:00
cryptget.js Move the parseHash code into parsePadUrl 2017-05-12 16:33:45 +02:00
cryptpad-common.js Enable tags in pads 2017-09-19 15:30:08 +02:00
cursor.js remove unused variables 2017-05-04 16:16:09 +02:00
curve-put.js add support for curve message signing and curve validateKeys 2017-07-06 18:30:16 +02:00
curve.js handle errors when deriving keys. fix incorrect reference 2017-08-17 12:50:12 +02:00
diffMarked.js lint compliance 2017-08-14 14:02:57 +02:00
encode.js remove unused variables 2017-05-04 16:16:09 +02:00
feedback-main.js apply translations on feedback page 2017-03-13 12:56:49 +01:00
feedback.html use bootloader in feedback.html 2017-04-18 17:31:35 +02:00
file-dialog.less Use less2 in secure iframes 2017-09-04 15:09:54 +02:00
fileObject.js remove unused variables 2017-05-04 16:16:09 +02:00
fsStore.js Add setAttribute/getAttribute in secure iframes. Store attributes in settings 2017-09-06 16:05:20 +02:00
hyperscript.js use setAttribute for assigning attributes in hyperscript 2017-09-19 10:27:19 +02:00
LessLoader.js Improve the LessLoader check to hopefully stop the message saying cookies were blocked. 2017-09-25 15:45:56 +02:00
loading.js show loading screen tips during loading screen 2017-09-26 10:59:25 +02:00
login.js let's try using actual js syntax 2017-09-11 14:04:40 +02:00
markdown.less make some markdown styles reusable 2017-08-02 11:03:06 +02:00
media-tag-nacl.min.js Add media-tag-nacl to cryptpad so it will be hosted on the server 2017-08-31 16:28:48 +02:00
media-tag.js use cryptpad-september build of media-tag 2017-09-05 10:43:48 +02:00
mergeDrive.js Fix 'import local pads' in settings creating duplicates 2017-09-25 17:09:26 +02:00
metadata-manager.js Make code2 the default code app 2017-09-05 11:36:02 +02:00
migrate-user-object.js Remove migration for pad attributes 2017-09-26 14:36:49 +02:00
modes.js Fix syntax highlighting 2017-07-03 11:16:28 +02:00
noscriptfix.js Implement stronger content-security-policy except in /pad/ which does not allow it. 2017-03-01 21:06:53 +01:00
notify.js jshint compliance 2017-08-23 11:04:44 +02:00
pinpad.js add history removal 2017-07-20 15:55:04 +02:00
requireconfig.js Big caching improvements :D 2017-08-22 15:50:10 +02:00
RequireLess.js make libs pass jshint 2017-06-22 10:03:58 +02:00
rpc.js ensure that function signatures are correct 2017-08-28 11:40:31 +02:00
sframe-boot.js Fix language selection in sandboxed iframes 2017-09-18 14:26:54 +02:00
sframe-boot2.js 1. implement cryptpadCache which has put() and get() functions that can be used like a localStorage that auto-flushes when a new version is released 2017-09-14 10:23:05 +02:00
sframe-chainpad-listmap.js drop any notion of crypto from sframe-listmap 2017-09-19 18:21:33 +02:00
sframe-chainpad-netflux-inner.js Refactor sframe-cpnf-inner to export chainpad 2017-09-25 15:46:04 +02:00
sframe-chainpad-netflux-outer.js Add some debugging lines to help synthesize error cases 2017-09-26 15:58:25 +02:00
sframe-channel.js 1. implement cryptpadCache which has put() and get() functions that can be used like a localStorage that auto-flushes when a new version is released 2017-09-14 10:23:05 +02:00
sframe-common-codemirror.js Focus the editable content when opening a codemirror pad 2017-09-13 18:09:55 +02:00
sframe-common-file.js Fix link origin in sframe upload table 2017-09-25 12:44:05 +02:00
sframe-common-history.js Fix style and race condition for history mode 2017-09-21 18:00:33 +02:00
sframe-common-interface.js Fix missing style in toolbar/less2 2017-09-25 11:59:05 +02:00
sframe-common-outer.js Lint 2017-09-25 11:51:24 +02:00
sframe-common-title.js Migrate the file to a sandboxed iframe 2017-09-12 18:40:11 +02:00
sframe-common.js Fix style and race condition for history mode 2017-09-21 18:00:33 +02:00
sframe-protocol.js Enable tags in pads 2017-09-19 15:30:08 +02:00
test.js export boolean Test.testing 2017-06-01 10:23:24 +02:00
test.md test for flakey tests 2017-08-28 18:42:04 +02:00
themes.js uppercase LOL 2017-04-14 15:35:02 +02:00
tippy.css develop a system for avoiding z-index problems 2017-09-13 17:43:17 +02:00
tippy.min.js bump tippy to 1.2.0, add dynamicTitle option 2017-08-08 16:19:44 +02:00
toolbar.js Added caching versions to some of the images which are loaded by js 2017-06-30 12:11:44 +02:00
toolbar2.js Hopefully fix infinite spinner whenever there is a disconnect (pad) 2017-09-11 15:46:21 +02:00
toolbar3.js Lint 2017-09-25 14:47:19 +02:00
treesome.js remove unused variables 2017-05-04 16:16:09 +02:00
TypingTests.js Fix the typong tests not working properly 2016-04-14 12:24:17 +02:00
userObject.js prevent typeError 2017-09-28 10:23:48 +02:00
visible.js remove unused variables 2017-05-04 16:16:09 +02:00