cryptpad/www/common
2017-08-29 18:15:40 +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 improve logic for guessing titles within code documents 2017-07-12 11:09:53 +02:00
common-file.js add support for thumbnails in metadata 2017-08-18 12:47:04 +02:00
common-hash.js Fix old hashes not working anymore in pad 2017-08-28 13:53:24 +02:00
common-history.js Add history to pad2 2017-08-21 17:40:21 +02:00
common-interface.js emit notification when alert, confirm, or prompt are called 2017-08-28 13:46:28 +02:00
common-messaging.js lint compliance 2017-08-28 17:51:50 +02:00
common-messenger.js delete dead code. fix off-by-one for messages. turn off history button when history is exhausted 2017-08-28 18:32:43 +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 ensure that function signatures are correct 2017-08-28 11:40:31 +02:00
common-thumbnail.js create a thumbnail when uploading images from whiteboard 2017-08-18 12:53:02 +02:00
common-title.js Move pad attributes in pad data 2017-07-05 12:26:42 +02:00
common-userlist.js Fix friend removal and update user data 2017-07-17 18:07:58 +02:00
common-userlist2.js wip 2017-08-09 17:37:55 +02:00
common-util.js make uid function reusable 2017-08-24 11:31:20 +02:00
credential.js allow instance-wide custom salt for login 2017-05-05 09:10:31 +02:00
cryptget.js Move the parseHash code into parsePadUrl 2017-05-12 16:33:45 +02:00
cryptpad-common.js polyfill for array.fill 2017-08-29 11:49:10 +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 Fix the ghost icon in the drive and add missing text 2017-08-28 12:22:31 +02:00
fileObject.js remove unused variables 2017-05-04 16:16:09 +02:00
fsStore.js drop support for legacy pad list 2017-07-31 15:34:56 +02:00
hyperscript.js clientside templating 2017-06-21 18:02:38 +02:00
LessLoader.js use minified less compiler 2017-06-29 10:50:21 +02:00
loading.js drop 'loading' text from loading screen 2017-08-29 18:15:40 +02:00
login.js log users out if they do not have curve keys. add curve keys to object on registration and login. 2017-07-05 17:19:28 +02:00
markdown.less make some markdown styles reusable 2017-08-02 11:03:06 +02:00
media-tag.js fix pdf display problems in chrome 2017-08-17 18:11:46 +02:00
mergeDrive.js Fix duplicate folders in the drive 2017-07-04 14:51:35 +02:00
metadata-manager.js Fix an issue preventing pads to be stored in the drive 2017-08-29 11:02:56 +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 Make loading screen come much earlier on pad2 2017-08-23 12:14:51 +02:00
sframe-boot2.js Big caching improvements :D 2017-08-22 15:50:10 +02:00
sframe-chainpad-netflux-inner.js Handle infinite-spinner errors and properly inform the user 2017-08-25 14:24:43 +02:00
sframe-chainpad-netflux-outer.js Handle infinite-spinner errors and properly inform the user 2017-08-25 14:24:43 +02:00
sframe-channel.js Make loading screen come much earlier on pad2 2017-08-23 12:14:51 +02:00
sframe-common-history.js jshint compliance 2017-08-23 11:04:44 +02:00
sframe-common-interface.js Fix avatar for anonymous users in secure pads 2017-08-28 16:57:10 +02:00
sframe-common-title.js Update the tab title to match the pad title in pad2 2017-08-28 14:49:33 +02:00
sframe-common.js Enable notifications in secure pads 2017-08-29 11:20:02 +02:00
sframe-protocol.js Enable notifications in secure pads 2017-08-29 11:20:02 +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 bump tippy to 1.2.0, add dynamicTitle option 2017-08-08 16:19:44 +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 fix toolbar drive link (oops) 2017-08-11 12:56:06 +02:00
toolbar3.js regular expressions are never falsey 2017-08-29 10:37: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 Add a recent pads category in the drive 2017-08-22 14:28:17 +02:00
visible.js remove unused variables 2017-05-04 16:16:09 +02:00