Commit Graph

2819 Commits (e636a4fa6e7300121bc6c97f3f4530ee9ac94ffd)

Author SHA1 Message Date
ansuz e110f20397 support blocks on remote domains
yflory e59aec0a45 Try...catch on testworker.js
yflory 08005a709e Add a share icon in the drive when displaying a shared folder
ansuz 1629d7bb1d provide a SANE default in case httpUnsafeOrigin is not provided
ansuz bcbec0144c provide a default in case httpUnsafeOrigin is not provided
yflory 6143bceabb Fix XXX
ansuz a2fd32d6a3 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz e6d4bced18 clean up extraneous variables and log statements
yflory ecb9f039b1 Fix pad password change not reloading with the correct URL
yflory c9ac3c7c2b Fix search in shared folders
yflory fc91cf606b Disable moveToTrash button for pads in shared folders
ansuz 2c22232a47 check if a user is logged in strictly by User_hash
ansuz 848a918eda remove out of date comments
yflory 5b48eff78c Remove owned pads deleted from the server in shared folders
ansuz b9c4aa43b5 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 3d95e6088a leave a FIXME note
Caleb James DeLisle 792f7bcc64 show how long less takes to compile
Caleb James DeLisle 6c49318ac7 Show how long it takes to parse less
Caleb James DeLisle 0d5ac05866 refactoring of the less infrastructure
yflory b5c2eb8a9c Automatically refresh the drive when a change occurs in a shared folder
yflory 4706b8a9de Store newly created pads in the correct (shared) folder
yflory 6a80f49fe0 Don't load expired or deleted shared folders
Caleb James DeLisle a6d3dbf94f Wrapped modal.less into a mixin which gets rid of the last file which emitted CSS
Caleb James DeLisle 4a352f2ed8 Use import (reference) whenever the less file supposedly emits no CSS
yflory 7d89026d83 Fix more issues with shared folders
Caleb James DeLisle c5105d7b84 Merge branch 'check-for-css-variables' into staging
Caleb James DeLisle a440359bc7 Commit patches provided to me by someone who Seemed Trustworthy At The Time
(should fix false negatives in shared-worker detection)
Caleb James DeLisle cb8888ea1a Yes, so it turns out that making a small asthetic change after testing on every browser does actually break it :|
Caleb James DeLisle fabdbc3b61 Add a feedback test for checking for CSS variables, so we won't use a feature which is not implemented by the vast majority of the people using CryptPad...
yflory 8516587ece lint compliance
yflory 9787f5304a Don't unpin channels that are still in another proxy
yflory 321c7d5512 Move pin/unpin outside of userObject
ansuz 8574128efd unstub password change function
ansuz 25b0d764ed pass initialState variable when copying your drive in the changeUserPassword function
because the hardest problems to debug are always fixed with one line changes
ansuz 54bc29f28c WIP maybe I missed something
yflory 66a494cbd2 temp
yflory 4b86ed2dec Shared folders UI
ansuz 0a9ea95796 always set userHash in localStorage even with modern users
yflory bc7524c134 Fix tippy
yflory 6312dadb60 Fix shared folders names in the drive
yflory e0cc1a6eb6 Display a shared folder in the drive
ansuz a15e232469 complete modern user registration/login. general cleanup
ansuz d79064a4c5 Merge branch 'staging' into modern-users2
ansuz 4ef2cfa88d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 57a39258c3 WIP big commit
ansuz 0c3b898000 simple one line fixes
yflory 0c9dfc1fb5 Add proxy manager inner
yflory bd6a199dca Add missing functions to the proxy manager
yflory a25a72b5db Add a proxy manager to handle operations between shared folders
yflory 66591a3654 Merge branch 'rohref' into sharedfolder
ansuz a3e0e765b5 derive block URI and URL in dedicated functions
yflory a99e5a3aaa Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory af5cc30381 Fix undefined function when calling error() in the drive
yflory 071c34d4fa Fix undefined secret with password-protected files ()
yflory 27797c0520 Fix undefined secret with password-protected files ()
yflory 425ac8ea57 Migration for read-only links + fix issues with read-only pads
yflory 0f9a71686e Add support for read-only href stored in filesData
yflory 34914785eb lint compliance
yflory a537f7de8b Fix infinite loading screen caused by some browser settings
yflory 470f404a24 temp
ansuz cfc81e8c96 allocate blockSeed as Uint8Array
yflory 554b4a978d Load shared folders in the store
ansuz 7aa7b82c60 merge staging
yflory 6dc7e7eff4 Disable WebWorkers by default
yflory bfb850554d Fix the contacts app with workers
yflory 87dc528a99 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 6d8693ff8c Fix history mode UI
ansuz 7dc393a2d2 remove debug log
ansuz d76f3dceab remove comment
ansuz fb5553f918 fix typo
yflory 76bc82ac13 lint compliance
yflory 0160ef30b7 Fix pad password change
yflory fbe940c024 Fallback to async store in self.crypto doesn't exist in webworkers (ie/edge)
ansuz 01614c4256 verify old user password before proceeding to change passwords
ansuz 85bcaa51f7 export a constant for the number of required bytes at login time
allocate bytes for blockSeed when changing passwords
yflory a146f6acc9 Change user account password function
ansuz 6fde027a6c add some TODOs
ansuz 9a7abe0b1e Merge branch 'modern-users' of github.com:xwiki-labs/cryptpad into modern-users
ansuz c2014c5906 a bit of cleanup, bug fixes, and lint compliance
yflory 36d1ae0f6c Merge branch 'modern-users' of github.com:xwiki-labs/cryptpad into modern-users
yflory 71b085ba23 Owned drive migration UI
ansuz c3741f847d resolve conflicts from merge with staging
ansuz d03339f20b check for the presence of a blockHash in localStorage when logging in
ansuz 3ba0ad3cf1 get, set, and clear blocks from localStorage
ansuz cb5fa72dba implement removeLoginBlock rpc
yflory 7948fe2b70 Merge branch 'soon' into staging
yflory 29f577dfc6 Improve history to load it chunk by chunk
ansuz 577dea4c75 clientside implementation of block signing and encryption
yflory c802b761c7 Fix pads not stored in the correct folder the first time
yflory 60db53a993 Use framework in the whiteboard app
yflory d37aa0646e Change account password (clientside RPC)
yflory 54d63df1cf Ability to change the password of a pad
yflory d1e8baca68 Lint compliance
yflory 4896fe81fe Merge branch 'serviceworker' into staging
yflory 1b49020753 Add support for async store when WebWorker is not available
ansuz ff25929c18 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 54b52d681c fix broken share menu resulting from adblock plus triggered by 'share'
yflory d558b9e3e8 Fix 404 issues in media-tag
yflory 9fbf507cda Fix new version detection
ansuz aa51463a9a Merge branch 'soon' into staging
yflory 4dec2cca5c Translations for new version detected
yflory 089e0361b6 Detect new version
yflory da396b6528 Remove XXX
yflory aeaf7d1950 Fix mediatag...
yflory 054ad9e741 Fix 404 in thumbnails creation with corrupted data in the drive
yflory 8f28621bb0 Remove unnecessary logs when logging in
yflory e39c77e162 Merge branch 'staging' into serviceworker
yflory 921e6eb3c3 Fix wrong pad title in drive
yflory 996245ec3d Merge branch 'staging' into serviceworker
yflory 47dee664da Add support for login & logout while keeping the same shared worker
ansuz 756681211b update home page icons, allow for customization
yflory 02b282a1a5 Disconnect from shared/service worker
Caleb James DeLisle 1775638d00 Merge commit '0c8ce27' into staging
Caleb James DeLisle 0c8ce27f24 Make the less loader only load particular less files once
yflory af2a13e5ae Fix UI issue with PPF in the file picker
yflory 574d99f9db Remove support for old media-tag
ansuz eac7d38655 test media-tag, and fix the bug the tests exposed
yflory bc57f8c274 Replace media-tag.js with the new one
yflory 87f4fe9c84 Add error code to a feedback key
yflory f05e2225d6 lint compliance
yflory 78ff55e34e Fix race condition
yflory 48dc8c78b4 Fix cache and merge issues
yflory 305b47132c lint compliance
yflory 14db9fad8e Merge branch 'echidna' into serviceworker
yflory a6d9ecb3ba lint compliance
yflory 598d56c75e Fix cache issues
yflory cefe19b0e1 Merge branch 'echidna' into serviceworker
yflory 953d98be96 Fix reconnect
yflory ce6779a06f Remove debugging logs
yflory 6ab29f8f3a Test service worker and shared worker store
yflory 3f8b6d3b8a Fix default title issues when using a template
yflory 9c5ad795e1 Service worker test
yflory b0311ccec1 Don't create file duplicates in the drive
yflory 21366c252d Merge branch 'donkey' into staging
yflory cc163f83c7 Fix an issue creating duplicate files in the drive
yflory b9f5a0f52b Move async store in a webworker!
yflory 8586d0c944 Merge branch 'staging' into donkey
yflory ba0e000808 Add a file upload modal
yflory 85e5c495d9 Remove owned file
yflory 93ecc06964 Upload owned files
yflory a6bac8ae41 Fix password prompt issue when the password was wrong in the file app
yflory 05bd41f256 Upload a password-protected file from apps
yflory 66655b4a23 Upload a file with a password
yflory 8aac7bad45 Make sure the ID is not used when uploading a file
yflory 3267268e20 Fix share modal not using the previous values
yflory 586193d6a1 Password-protected files: upload files with hashes V2
yflory c7e08fedfb Password-protected files
yflory 914da83b46 Fix missing edit hash in share modal when opening a pad in read-only mode
yflory 4df285fed5 Fix pads using version 0 hashes
ansuz bd66c8fee8 hacks to handle weird entries in drive
ansuz 2170fcb9ad Merge branch 'kanban' into staging
yflory ef735d6fe6 Fix an issue when trying to create a pad with a password from a template
ansuz f218a9c119 correct a copy-pasted comment
yflory b4638efe2d Fix missing username when avatar is 404
yflory 31f9062422 Fix avatar pin
ansuz d950b34bdf Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz fb91f5df76 compare flat-dom output against hyperjson
yflory 5554c24b36 Remove dev console logging
yflory b6ebc583ba Add the kanban app to the list
yflory 65a2083afc Suggest tags based on existing ones. Display existing tags in the drive.
yflory e2052b4510 Fix multiple tippy tooltips displayed in poll's table
ansuz dcd27f0da4 finalize save button tooltips
yflory 6fde15247b Fix UI issues in the loading screen with the loading bar
yflory 2d2701596a Loading message and loading bar for migration
yflory 2b8e734cae Add revealable password input to display or prompt the password
yflory 447230d42e Clean migration logging
yflory 6c4c5c135b Async migration
yflory 288b0c2df1 Lint compliance
yflory 10ce95087a Merge branch 'password' into staging
ansuz ac09ba65ce strip both old and new style checkpoint labels before decrypting when fetching history
yflory 2451174870 Lint compliance
yflory d0c6746034 Merge branch 'mediatagplugin' into staging
yflory 009eb13fc3 Merge branch 'master' into staging
ansuz 41583b7858 Merge branch 'checkpoint-bug' into merge-checkpoint-bug
yflory 64c85fe548 Don't return channel in parsePadUrl
yflory 43d046406f Store the channel id as pad attribute
yflory b26ae67df5 Fix issues with channel ID when using a password
yflory 1879c1829c Add passwod prompt to access protected pads
yflory 811463b870 Add support for version 2 hashes needed for password-protected pads
yflory 5eab39ad75 Tets mediatag plugin using widgets
yflory 449ae579e5 Lint compliance
yflory a773c47950 Fix loading screen in login and register
yflory a51e41c883 Rename the image used in the new loading screen
yflory 9f5e5786f3 Merge branch 'pcs' into staging
yflory 206ac14438 Prevent users from creating a pad when visiting a deleted profile (read-only mode)
yflory 24dfaf766d View more templates
yflory 842952fe1f New checkboxes and radio input everywhere
yflory 68c26f3164 Custom radio inputs
yflory 7870dc05ca Fix notification timeout
yflory 881c36214f Lint compliance
yflory ec0fc85b9f Sort templates by usage in the PCS
yflory 52d6c9d468 New colortheme for alertify logs and modals
yflory 5ee5a93513 New tippy everywhere
yflory 9d57548f1d New tooltips
yflory 4a23b57655 New loading screen
yflory e1473dff79 Fix tests
yflory e37aab492b Validate messages not coming from history-keeper
yflory a570a73e98 Send checkpoints' id to the server to avoid storing duplicates
yflory 8bf9617dd6 Fix typo
yflory 2381dd0e39 Remove owned profile and owned todo in automatic account deletion
ansuz f276915712 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz b323989347 remove extraneous console statements
yflory c43afcf629 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 52e634885e Hide the import template button if templates are disabled in appconfig
ansuz c24c06e90c sign with your global private signing key
yflory 0993204d14 Disable thumbnails by default
yflory 0dfae72f88 Lock the UI for unregistered users
yflory 303adaea4c Display only 5 items in the file upload table
yflory cf22c58e39 Missing translations
yflory a9d01ac864 Lock the UI when someone is editing
yflory d12e5da1b7 Unpin old versions
yflory c4a3e98123 Fix initial value in oo apps
yflory fd1b4189be Save and open oo docs
yflory d5dce6ac22 Fix config
yflory 34f2d66b7e Load OnlyOffice documents in the inner iframe
ansuz 8c4ed76fa7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 1f700a8374 fix confusing error message
yflory 1a950319a1 Fix broken links
yflory f1c1d87d3f Fix template importer
yflory 0c2987a6d1 Import template in existing pads
yflory d4dfbddaa6 Add icons in the user menu
yflory db9eee383c Owned profile
yflory 9cba630700 lint compliance
yflory 01fb497e1b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory a718603b36 Automatic account deletion
ansuz a794efe931 Merge branch 'staging' into oo
sairim faaff60f74
Fix broken FAQ link
Add a forward slash before faq.html... for the expiring pads FAQ link.
yflory 99712ec2f0 getMetadata RPC
yflory 44cd235f48 Fix CSS with Bootstrap 4
yflory fa4b625f0d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 67cdb6bd13 Fix initial values in the pad creation screen
ansuz bd6b6dcb49 actually fix weird checkbox logic, and lint compliance
ansuz dc783ce3e4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 96a63a3b7b fix weird checkbox logic in share menu
yflory 91b3ef45f3 Fix mobile detection
yflory 4f2a91b82d Pad creation screen UI improvements
yflory 07e361b88d Account deletion button
yflory f1107ae6e5 Don't count other people's owned pads against your limit
yflory ab8306f5d4 Merge branch 'soon' into staging
yflory de97c5a3ff Fix mobile detection when hiding the userlist
yflory d6228a39bd Fix userlist notifications missing for join events
yflory 03bcd2f00d Lint compliance
yflory 3eec812aff Merge branch 'staging' into creation
yflory b1d5beca6f Translations + UI for pad creation screen v2
yflory e56d762409 Catch chainpad errors and display it in the UI
yflory c9ed6d6bf8 New pad creation screen
ansuz 7944bc1a82 merge staging branch
ansuz 64afcb7c0b comment out busyloop workaround for tippyjs
ansuz 03ae9d5714 Merge branch 'soon'
yflory 442f15df98 Add help text in all the apps + french translation
yflory cbd29794b8 Improve keyboard shortcuts in the pad creation screen
yflory 7a70d69d8e Hide editor toolbars by default when using a small screen
yflory f45023ed1f Remove connection lost popup when websocket connection is lost
yflory 689368cdd7 Fix feedback for markdown toolbar and cke toolbar
ansuz 0af90ef88d resolve merge conflict
ansuz 978b6b95df WIP make oo encrypted
yflory 62186bd4bd Remove tooltip when the element is removed from DOM
yflory b0dba481d8 Fix small UI issues and IE issues
yflory b7b560fcb8 Enable Cmd key support in shortcuts
yflory 12bfcbe701 Add fixed order for rightside icons in the toolbar
ansuz ee4d12bd57 abstract repeated call
yflory 2c90cb5907 Move help button in drawer and fix drawer style
yflory 753b7550ca Save button in the pad creation screen
yflory a4a6385e86 Add keyboard shortcuts for the Ctrl+E or Cmd+E modal
yflory 60b2384885 Move initial state into a help block
yflory 5c53868c3b Delete pads after 3 months of inactivity
yflory 329fd61bb1 Remove lag when creating a pad from the pad creation screen
yflory a697ad9762 Merge branch 'soon'
yflory 61dbf94f2d Fix pad attributes not working for readonly pads if you know the edit hash
yflory 8c42125ea0 Merge branch 'soon'
yflory 7ff9bbe2b0 Fix share modal with new pads
yflory acf09c807d Fix fonts
yflory 9ba912d953 Clean onlyoffice files
yflory db71fe5bf8 Rename font files
yflory d53ea25111 Merge branch 'soon'
yflory 5f50bedce2 Fix empty properties for readonly pads
yflory 15a8196037 Enable pad creation screen
yflory 2eef1e96e6 Remove invalid error reports
yflory 7cb3282634 New apps for text, slide and spreadsheet
yflory 766fa72841 Fix initial value of the preview link in the share modal
yflory 5c1e5a3f49 Merge branch 'staging' into oo
yflory 649fefad54 Send cookie when history keeper has changed
yflory 2ac9c3ba66 Report RPC errors when deleting owned pads
yflory 037a6ccc35 Fix INVALID_RESPONSE error in the file app
yflory 70e014cdfc Hide infinite spinner and disconnect modals when pad is deleted
yflory e83e589cf0 Kick from pad when an owned channel is deleted + whiteboard and poll
yflory 728a6a868d Manage expired channels
yflory 3bb6d5a83c Remove full history timeout
ansuz d676a5e7db Merge branch 'staging' of github.com:xwiki-labs/cryptpad into keywords
yflory 5bba9b6c39 Refactor login to remove duplicate code
yflory 4df4c48fbd Improve UI for pad creation screen
yflory 83eb304716 lint compliance
yflory 970122b41d Send the channel id to the text analyzer
yflory 80df45f257 Get text from ckeditor
yflory fb192a2c45 Add a configurable background color in the file app in view mode
yflory 91e42f1518 Fix the bug introduced in the share modal fix
yflory 0b1795e5a1 Fix an issue preventing the share modal to be used more than once
yflory bdafc101c9 Ability to remove owned channels from the drive
yflory b6e91c772e Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory a1d9f44bbd Delete owned pads from server when removed from the owner's drive
ansuz f134f11b73 new getDeletedPads rpc
yflory 5089f1206d Pad creation screen translations and link to settings
yflory 36550b781f Don't check for stronger hash if we have an edit hash
yflory 86144eda22 Display a message about pads deleted from the server
yflory 9a317018e2 Remove deleted pads from the drive
yflory 3d3f58b3fc Improve share modal customization to make it work with async functions
yflory 5827905dbd Import OnlyOffice code from the 'onlyoffice' branch and sframe it
ansuz 2b8414ca78 provide hints for running CryptPad
ansuz 80cd3e208a lint compliance
ansuz 4e8335bfdd fix support for custom button classes
yflory 2995782079 Different colors for ok and cancel in alertify
Caleb James DeLisle 4de6bd6195 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle 014aacc76a Added a new RPC to get file offsets of messages by hash or of last 2 checkpoints, also improved checking of valid channel names and fixed a pull-stream bug and exposed async-store to the window
yflory 69c33e2f83 Ability to disable profile
yflory 51587d1006 Ability to disable feedback on the entire instance
yflory 006d99e19a Fix undefined friends
yflory c90ba890ca Add more configurable options and add a new way to use custom config
yflory 2e436f16c9 Refactor context menu in drive
yflory 4bea1aa2df Display default avatars in IE
yflory adf7e14891 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory bc9a88fbe9 Add support for org-mode in th code app
ansuz b08c1d94a1 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 02dbe9e458 enforce maxUploadSize
yflory 6a906e3770 Fix share modal extension point
yflory 51b4d269be Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 6e086ee779 Add shortcuts in the share modal
ansuz fc8847dae4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 08ae327386 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory c5ebbe1a56 New share menu
ansuz e52c1fe65c remove Symbol polyfill
ansuz a91a047d73 more polyfill for IE
ansuz 50e3e3ce91 polyfill Symbol for IE
ansuz 1dd07ea48a polyfill MAX_SAFE_INTEGER everywhere
yflory 4c49cd7592 Fix template picker not displayed anymore in framework
yflory 2f74324dac Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory f79e1dfda0 Fix a race condition that could wiped the content of coed and slide
ansuz 3118dd8312 set logLevel to 2 by default for sframe apps
yflory 88a04fdb07 Don't create sfcommon a second time in code and slide
yflory ee605183e5 Make sure we don't have duplicates in the webchannel members
yflory 20f05d2f6f Fix Phantom viewers' revenge
yflory 47203c37f1 Remove console error caused by setTimeout called with undefined
yflory a4b35728dc Todo app has a hash in the omnibar
yflory 68ce7fe53d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory d59bc4612d Ability to disable the drive for anonymous users
ansuz 844d04df87 allow custom logout hooks defined in app config
ansuz 5b4e5480cb Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 9b78580d8e make usage-bar display optional
yflory db0d2e161c Hide pad creation screen features if it is disabled in app config
yflory daef08a9b3 Add an advanced new pad modal
yflory bd9c44dbb2 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory ef480fea79 Add a settings category for the pad creation screen
ansuz 05ad38cfe1 add more config parameters to share menu extension
ansuz c31b5aa6c0 make extension point cover share menu for files
yflory 13b704d9f6 Fix undefined webchannel when uploading a file
ansuz ca3697ae3a implement extension point for share menu
ansuz 5346afe51f step towards customizable login functionality
Caleb James DeLisle 151d33db18 Added testing of /poll/ :D
yflory 8c9490868b improve owned pads management in the drive
yflory e5b9f089fb Fix undefined webchannel when uploading a file
yflory 73126ed597 Display the owner and expiration time of a pad in the properties modal
yflory ecd8ef6418 improve thumbnails creation performances in code
yflory 77dcc1c705 Fix a race condition when switching language in the code app
yflory 65ccfe39ef Add a 'properties' button in pads to display pad data
yflory 071d385850 Remove an unnecessary websocket connection
yflory 7defde3c59 lint compliance
yflory 0cea5f4596 Create an owned pad and view owned pads in the drive
yflory 1ec41f4e09 Ability to pick a background image in slides
yflory 59c4df3d9b Fix 'NaN' txid for RPC when using IE
yflory 0f02d76b56 Fix missing callback when uploading files to the drive
yflory d2845b95b6 Fix multiple file upload prompt
yflory 10aaa06781 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 869909b101 implement more reliable check for whether a channel on the server is new
ansuz b6430d640e temporary measure to address infinite reload loop due to inaccurate inNewFile condition
yflory 2fd22c6db6 Fix task list in markdown when using one empty line between tasks
yflory 7164d2dfdd lint compliance
ansuz 26f5a1fe74 signal that onLocal is called by onRemote
yflory 888739e333 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory fa6106a6bb Use CSS to remove the loading screen
ansuz c0b5dc7536 make loading screen tip presence configurable
ansuz 892dfb18f7 check if users have service workers
ansuz 5f42a9749f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 4aa8d92a53 handle errors when constructing thumbnails from file metadata
yflory 5532b779fd Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz d1d75f2f25 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle 590e77aafa lint, missing semicolon
Caleb James DeLisle 4117eb71cc Report the number of tests
Caleb James DeLisle c928be028a Upgrade the testing framework to allow multiple tests
yflory f4078d68f0 Remove the 'edit username' button in the userlist in readonly mode
yflory 78f738143b Hide the markdown toolbar in read-only mode
Caleb James DeLisle cbd7351d53 Improved logging if there's a non-empty-newdoc
yflory cfc9ce33d6 Hide the tags button for anonymous users
yflory 09433e0bf0 display existing tags in the prompt in drive
Caleb James DeLisle 3c0806659b Better logging if we trigger the doc emptystring issue
Caleb James DeLisle 7842c730a4 support for testing on safari
Caleb James DeLisle e587e9cd57 allow specifying the browser in selenium
ansuz 38e28ebc9a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 3c2d6af4f0 save pending tags when clicking OK on tagPrompt
yflory 47e4ce623a Fix import pads from anon drive at registration
yflory d666e9e7ee Remove tag and filepicker buttons for anon users
yflory c18d4297e1 Fix friend requests from the userlist
Caleb James DeLisle 6a2d79249d Added some nice testing
yflory 50ddad5e41 Fix an issue with the tag prompt removing all keyup listeners
Caleb James DeLisle bb548b3428 Merge branch 'staging' into better-testing
Caleb James DeLisle 6ac4fa4689 wip
ansuz afcf3d06b3 unpin pads when they are removed from your drive
ansuz 1a0ac9830a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz c0e49211c4 eat errors related to cursors
yflory bba974947b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 6bcc72ff83 Fix pads using an old URL
Caleb James DeLisle 8582f92892 Attempt to handle the possible scenario where we are overwriting an existing pad with the initial content.
ansuz 50b6a23067 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 76af3b90a7 stub createUnpinnedWarning0
yflory a863011a0c Fix profile in read-only mode
yflory b1765c6ae3 Fix pad creation screen with anonymous users
yflory c269929319 Fix creation page not displayed in pad and slide
yflory 362104ec09 lint compliance
yflory 89cc583f53 Call the handler if onReady is called for a ready channel
yflory dcfccf88cd Merge branch 'creationpage' into staging
yflory 1922dbfd75 Creation page with mobile support
Caleb James DeLisle 7a09bf43eb Fix a truly silly mistake in rpc.js and make the pad-not-pinned message get removed if a registered user joins
Caleb James DeLisle 008b2cc67e Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle 12b0f3e201 Pad Not Pinned: Better CSS, moved element outside of the title element, added it in poll, better colors, tippy, and login/register in same window
ansuz 06422e6d5a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 38bd27303b WIP rpc framework
Caleb James DeLisle 617c4b6044 CSS refactorings and pad-is-not-pinned work
yflory e96d54e655 Add a pad creation page
yflory 4377f2cee7 Fix missing translations in the drive
yflory 203c5d64c1 Focus codemirror after using the markdown toolbar
yflory e72270d4a4 Add feedback when sharedworker is defined
yflory 1ac4abc482 Remove old code
yflory 64303b4090 Merge branch 'refactor' into staging
yflory 3e064e6638 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 604ea1c95f Feedback about webworkers
Caleb James DeLisle ba74f9d37a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle 1dabea84d9 Overrides to colortheme.less will nolonger block the adding of new keys to the original file
yflory 61935500f4 Lint compliance
yflory 9eb33e39e6 Enable change events in the drive
Caleb James DeLisle c702a23c77 Initial work on the 'pad will expire' logic
yflory 17636769e4 Remove the second network created for the drive
ansuz 291eb57027 fix auth app
yflory 52712c4bb9 Use the network from the async store for pads
yflory de7806504b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory f52d987515 Ability to resize avatars before uploading them
ansuz 34223e4b78 remove accidental inclusion
ansuz 0b54a76211 lint compliance
ansuz cd29208267 fix toolbar's incorrect gotoDrive title
ansuz e85e2dcabd Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz d3d9e2e771 WIP: refactoring rpc code
ansuz afcc888a8b make flat dom quiet again
yflory e164edec03 Fix the webworker app
yflory c59c6072f3 Remove jquery from outer
yflory c6b8bbea59 Fix tests
yflory 04e02871bc Merge branch 'refactor2' into staging
yflory 4903bd0757 Enable messenger in async store
yflory bd85f1b003 Fix file upload and remove unnecessary dependencies
Caleb James DeLisle 5187b3f26c Flow compliance and fix a few bugs in rpc.js
yflory 664625a6ef Fix more async store issues
yflory 5c3237e093 Fix issues with the async store
yflory b3688db202 Use async store
yflory 0840570fbf Async store part 1
ansuz 385ac9607c pass 'self' into common-util instead of using window
yflory 74e59a513a Add the markdown toolbar to the slide and poll apps
yflory 644f6e9985 Use the bounce app to open links from inner
ansuz 812df7de6f Merge branch 'merge-staging' into staging
ansuz be5c5831dd lint compliance
yflory b0f553e9ea Add a markdown toolbar to help with the markdown syntax
ansuz 4ff4ccd1d3 use faster and more correct 'find' implementation
ansuz 701af29192 fix broken register/login process
ansuz a3c093838c merge latest staging and resolve conflicts
ansuz 56102d3689 use unified listmap
ansuz 661db129b2 lint compliance
ansuz 80978377f2 return transformed cursor value
ansuz ee6c2097f5 resolve merge conflicts
yflory 9795ac32cb Ability to burn an anonymous drive from the browser
yflory 280a7c2765 Clean cryptpad-common
yflory eba1c9dfac Add chainpad log to the debug app
yflory 30cea8888d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 06011065d2 Add a debug app
ansuz 60c4973d62 resolve merge conflicts
ansuz 585f9d2e4e repair broken 'clear channel' button
yflory 000f3edd1d Constants file
yflory 477f14bb8b Put constants in a separate file
yflory 7f88d1d43a Improve drive loading speed
yflory 06ede6b294 Fix export in apps using framework
yflory c35e3d644e Make sure dates are stored as numbers in the drive
yflory 655dfe971d Add translation for the edit username button in the userlist
ansuz d1beb6493b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz b96ea47f1f strip tracking parameters when parsing urls
yflory fc02f97d78 Use less2 classes in the user menu
yflory 41a082c46d Fix video thumbnails
yflory af8aa25228 Add an option to never rename a file during the session
yflory 31b31654ec Lint compliance
yflory 25d3d321da Ability to rename a file before uploading it to the server
yflory 2813b7219e Fix the public key using the wrong domain in settings
yflory a96e49d55a Fix filepicker creating a new netflux network when initialized
yflory 630ac45948 Fix laggy and blinking tooltips
yflory 1f53304ad3 Display a dropdown menu inside another one
yflory 014e12b5b5 Ability to update the username from the userlist
yflory 7cfe64fc5b Remove cryptpad-common dependency for some inner apps
yflory 1514ad5df3 Move the 'logged out' screen inside the sframe
yflory 5a2afb5c95 Remove Realtime and Messaging from common
yflory 30c8c253dd Remove util and hash from common
yflory c9e1de042c Remove common-interface dependency from cryptpad-common
yflory dc207393fd Separate UI elements from cryptpad-common
Caleb James DeLisle 50da6b3b2e Needs to be handled in chainpad-listmap
Revert "Do content checks on the drive so if it gets corrupted, the patch will be rejected"

This reverts commit eaa7b6e8e5.
Caleb James DeLisle eaa7b6e8e5 Do content checks on the drive so if it gets corrupted, the patch will be rejected
yflory 354c63bd64 Clean old code
Caleb James DeLisle ac66511f0a Merge branch 'staging' into new-diff
yflory f931574dac lint compliance
Caleb James DeLisle 7b62a8042e Remove TextPatcher and begin to include ChainPad directly using requirejs instead of sniffing off the window
Caleb James DeLisle 840cd91bcb manual merge
Caleb James DeLisle 75130150d5 Refactored out TextPatcher and JsonOT and replaced with new ChainPad
yflory 101482b8cc Migrate settings to use a sandboxed iframe
yflory c1ba08cfc6 Make sure thumbnails are .png
yflory 0956905ca8 Wipe localForage on log out
yflory 6b9ffe8dd1 Make thumbnails more secure
ansuz e07bb0f7b3 roll back to old transform function, except in pad
yflory a592317e35 lint compliance
yflory fef97ed60e Fix an creating duplicates mediatags in markdown preview
yflory 9060464f37 Create thumbnails only when the tab is not focused
yflory a37e6c7979 lint compliance
yflory 2a3a5c4342 Ability to disable thumbnails
yflory 1871749b6f Fix -1 viewer in the userlist when disconnected
yflory cf3024ef5b Ability to display an error in the toolbar state
yflory 8de9a596f1 Fix cursor in thumbnails
yflory fd7bb3aadb Make sure the infinite spinner modal is not displayed multiple times
yflory 3ebb5ca493 Fix issue in diffMarked creating text nodes for each character
yflory 4250688856 Migrate profile to use sframe
ansuz 4c0049ad55 don't log presence of other users as 'joins' when you have first joined
ansuz 325f685f3e Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 1cbf1aec92 prevent undefined access in non-sframe apps
yflory ac1b67ad67 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 1245b4d244 Enable thumbnails in poll and whiteboard
ansuz df1a700cb2 disable thumbnail test. add test for flat dom
ansuz 02cd7e5b58 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 69890ebd8f prototype alternate datastructure for trees in listmap
ansuz 23c305f71f implement removeItem so localForage doesn't complain
yflory 6f020b67ca Add thumbnails to framework apps
yflory bf817f20ee Fix file upload in code and slide
yflory 24572a40d2 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory f4adbd980e Thumbnails for the code app
ansuz 69f9a7ebf3 make userlist change notifications configurable
Caleb James DeLisle 027b9fa383 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle aa37997aa3 Enable JSON-OT again because it is working now that the arguments are passed in the right order <facepalm>
ansuz bac608adfe Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz dc90811090 only call onReady once in sframe-listmap
yflory bac10472f3 lint compliance
yflory 39b4cb9226 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 18b5b20d27 Add thumbnails for PDFs
ansuz aee51f1317 lint compliance
ansuz 447b0a74ee handle errors for videos when uploading
yflory 30a69fae13 Add thumbnails for videos
yflory 21f8ae7570 Keep the correct ratio for image thumbnails
yflory 2be22867c1 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 13718d0263 Fix recent pads in chrome
ansuz 2e5fdf709a Merge branch 'soon' into staging
Caleb James DeLisle 9b02b36724 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle d7e9498143 Fix and then disable the new OT
ansuz 288e141c1f add missing sframe method
yflory c1d05a00ba Improve media-tag export in pad to work with existing CSP
yflory 3e4faf1be1 Add new state messages in the toolbar
yflory 6d080bcb45 Ability to export mediatag images in pad
yflory a0dd867f33 Fix pending state not removed after friend invite rejected
yflory c25be21138 Fix the upgrade button in the drive
Caleb James DeLisle cc6b2192e4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 515214aed1 Use present mode in embed code
yflory 201c974df6 Merge branch 'thumbnails' into staging
Caleb James DeLisle 81d0b3272d Fix multiple infinite-spinner errors piling up on top of eachother
Caleb James DeLisle 9e4c48f537 lint errors
Caleb James DeLisle a149152f11 Merge branch 'staging' into framework
yflory 4116d08dd1 Display thumbnails in the drive and then file picker
yflory 6920129126 Embed images from the drive in whiteboard
MacLemon 867b971c33 Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections.
yflory 2fd120100a Merge branch 'wb' into staging
Caleb James DeLisle 15337603bb Merge branch 'staging' into framework
Caleb James DeLisle 854c1e94a4 make infinite spinner error message go away if ChainPad settles after it has been popped
yflory 6926d42292 Autoload template picker to make it faster to appear when used
yflory 1c8e1a36e8 Add file type in the pad attributes for existing files
yflory b86f8e3f26 Fix uloaded files not moved to the correct folder in drive
Caleb James DeLisle 753e2d797e Merge branch 'staging' into framework
yflory 62bc72847f Add an error message when trying to tag a deleted pad
Caleb James DeLisle c773b5d076 Remove a brittle test which can make a pad inaccessible, switch from transformFunction to (new) patchTransformer and add another DOM.normalize() which is needed
yflory 69dd3a60ab Hide template and fileupload buttons for anonymous users
yflory 8e1f15e88d Get title suggestion based on poll's description
yflory 95ad25973e Ability to delete a stronger pad from readonly mode
yflory b28c1537e8 Fix history in readonly mode
ansuz f0bdc3b26f second try
ansuz d50a692986 add note about tags to prompt
Caleb James DeLisle c8928a0811 Switch the transform function and also stop calling textPatcher without the metadata
yflory 035150614d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 484e216054 Fix hashtag button in the toolbar
ansuz a12239405b fix toolbar 'home link' to visit home page from drive
Caleb James DeLisle 828a685ba8 Fix broken browser fight logging
yflory aa744567ed Fix thumbnails in sframe apps
yflory 5e7bf0cfb8 Embed an image in whiteboard
Caleb James DeLisle f0eb58ee95 Merge branch 'staging' into framework
yflory 1c7c37c121 Add the file class to pads in 'template' and 'recent' categories in the drive
yflory ab3648a30a Merge branch 'newpoll' into staging
ansuz 503111d26a use recompiled media-tag
ansuz 427afc3954 override modified file name in pdfjs
ansuz d85db64939 add tags from drive
Caleb James DeLisle 0aecfad854 Occasionally the language selector only says "Mode" rather than the language
ansuz 1f35798194 stop event propagation from tag prompt
Caleb James DeLisle d9e97b86e6 Merge branch 'staging' into framework
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.
yflory 26dfc65c25 Comments in polls
yflory 68bda92291 Use codemirror for description in poll
ansuz b8ce149db6 add hint about tag usage
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.
yflory 5cf86bf74a Update UI in poll and remove old code
ansuz 09c0a473e2 fix function signatures
yflory 3337689630 Wrong translation key in toolbar
yflory 126742a1c3 Fix bugs in sframe poll and update UI
ansuz 351b95d6a9 resolve merge conflicts
ansuz 6c7b135f91 lint compliance
ansuz 94c392b79f secure messaging
Caleb James DeLisle 53f65f6a87 Merge branch 'staging' into framework
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 1e5bc5da14 onReady should only be called once, onContentUpdate should be able to throw and there should be a generic normalizer
Caleb James DeLisle 12e82e80ec When changing the title of a presentation, the title in the bottom of the slide should also change
ansuz 48c49e5a75 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 19e58cec94 prevent typeError
Caleb James DeLisle f95acda758 Minor refactoring of /pad/ ; moved /*/main.js into a common file ; framework'd /code/
Caleb James DeLisle 6dbc02e81a Merge branch 'staging' into framework
Caleb James DeLisle 1c791b5b51 Fix framework by removing some async and also fix media tags
Caleb James DeLisle 90d00c10b1 Make metadata-manager a bit more robust
yflory 8de1852ab9 Lint compliance
yflory b4de31c827 Merge branch 'newdrive' into staging
Caleb James DeLisle 342b6012f7 manual merge of staging into framework
Caleb James DeLisle cf6030ab8b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle e62c5e1d07 Add some debugging lines to help synthesize error cases
yflory 345bfc1cea Remove migration for pad attributes
ansuz b3e066eaca show loading screen tips during loading screen
Caleb James DeLisle 77fe6a9bba small bug fixes
Caleb James DeLisle 1b01855dd2 Merge branch 'staging' into framework
Caleb James DeLisle 1fd7a6e2b3 Mistake in mkEvent which makes all events only work once
Caleb James DeLisle 368a6b2406 manual merge, still wip
yflory cdeac00633 Merge branch 'staging' into newdrive
yflory a8eecee590 Fix access to undefined variable in drive
yflory 91e36171eb Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 138ad17e3e Fix 'import local pads' in settings creating duplicates
yflory d2f1d0c0e9 Fix readme pad not added at registration in sframe drive
Caleb James DeLisle ae54cbca33 Refactor sframe-cpnf-inner to export chainpad
Caleb James DeLisle 44018ee7e1 Improve the LessLoader check to hopefully stop the message saying cookies were blocked.
Caleb James DeLisle b15527565c Allow passing arguments when firing events
Caleb James DeLisle 0eb2165f31 Implement a new pad framework and make it work (seemingly) with /pad/
Caleb James DeLisle d9845d3450 Refactor sframe-cpnf-inner to export chainpad
Caleb James DeLisle f418ee9632 Improve the LessLoader check to hopefully stop the message saying cookies were blocked.
Caleb James DeLisle 72f03b2a47 Allow passing arguments when firing events
yflory 6aeb366767 Lint
yflory 0600ce59ec Display the 'spinner' when typing in sframe apps
yflory 1d7683503f Fix link origin in sframe upload table
yflory 92c808812a Fix missing style in toolbar/less2
yflory 4049931924 Lint
yflory c364377d7c Use less2 in sframe drive
yflory 47fe7b1c53 Drive in sandboxed iframe
yflory dfdeb7b113 Fix style and race condition for history mode
yflory a810d7bd85 Fix style and race condition for history mode
yflory 456370b1aa Base for Drive in sandboxed iframe
ansuz 95302366d1 lint compliance
ansuz 68f7d4bc0a more conformant tagPrompt behaviour
ansuz f990200996 drop any notion of crypto from sframe-listmap
ansuz a1c124f1be Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz c9223cb942 listmap does not care about 'readOnly' mode anymore
yflory 88914ec6cc Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 8a09e39f46 Enable tags in pads
ansuz d2b27f3588 resolve merge conflicts
ansuz 4af01e6e9e make listmap consume cpNfInner
yflory 6fdd66167a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 732585ea7b Sandboxed iframe for the whiteboard app
ansuz d72146ba7f use setAttribute for assigning attributes in hyperscript
yflory a1e7bf701d Select the element after clicking 'show in folder' in the drive search
yflory 1131ef0172 Fix language selection in sandboxed iframes
yflory 018f71df04 Add drop handlers for mediatags in ckeditor
ansuz 08e0ae424d log errors in less compilation
ansuz 5b45e92250 delete range requests after they have completed
ansuz 47ce645897 implement slice
ansuz 6ed4f2fc64 fix a thing
ansuz 8a564bf350 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 513f8e73d4 refactor cryptpad.ready to use nthen
Caleb James DeLisle b643ccc232 typo
Caleb James DeLisle 652c916690 change the command in the documentation so that it will not change itself
Caleb James DeLisle 845f75f8a7 remove a 100ms dead spot from page load
Caleb James DeLisle b24e9b84af Manual merge, update the CSS in loading.js and document that loading.less does nothing.
Caleb James DeLisle 8a32b72ffc 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
2. change loading.js to use packaged css in order to get the loading screen up as quick as possible.
3. change LessLoader to cache less in cryptpadCache
ansuz 4d688289cc lint-compliance
ansuz 2797a77f5d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 47cfa0cf45 Focus the editable content when opening a codemirror pad
ansuz f039fc7ff5 develop a system for avoiding z-index problems
yflory bafa401473 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz fbd4be6135 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory d360e2d0f4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory ab64bf9e59 Use less2 for the loading screen
Caleb James DeLisle 710418f42f Make LessLoader able to cache even inside of the sandbox iframe and don't load less compiler unless needed
ansuz a332168926 fix some bugs in prompts, alerts, confirms
ansuz 0db33d48fc properly handle variable args in Cryptpad.alert
Caleb James DeLisle 0d8c292fef Merge branches 'staging' and 'staging' of github.com:xwiki-labs/cryptpad into staging
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 d46cc8226d Update LessLoader to be capable of loading CSS as well as less files and properly rewrite the URLs
ansuz e1f090bb9d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 244e3ecba7 support forefront flag in alert config
Caleb James DeLisle 63cb5dfc1e Make less loader rewrite urls to use version parameter
Caleb James DeLisle d967df2cec Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle e3c0ec29f7 Hopefully chase out a race in sframe-channel
yflory 8c41e0bdd6 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 437f50fd4a Migrate the file to a sandboxed iframe
Caleb James DeLisle 1713167a5d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle 981a919328 Added tooltips back to sframe land with hopefully a more robust removal.
yflory 7d720c73a9 Merge branch 'soon'
yflory ddbda08c88 Fix an issue when cleaning the template category in the drive
ansuz 9d229b8868 lint compliance
ansuz a87ccdc37e remove redundant lines
ansuz da0e31fa54 guard against possible type errors
ansuz a0b3201df3 fix focus on alerts, prompts, and confirms. call back from alerts
yflory 5a4836fe6d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 79094aa4bb Fix closing the title input when the title is not modified
ansuz 58c38dd77b focus on the current window when you pop an alert
ansuz b9545f45f7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 306fec2d0e improve messages for template picker confirm
ansuz 1943c83f69 clean up api for Cryptpad.confirm
Caleb James DeLisle 8d3ebdbaf7 I'm stupid
Caleb James DeLisle 041071e61c manual merge
Caleb James DeLisle 7334173b4a Hopefully fix infinite spinner whenever there is a disconnect (pad)
yflory 304a8df808 Remove unneeded migration and fix attributes migration
ansuz 5a1abc8986 let's try using actual js syntax
ansuz 134c6057c1 Merge branch 'slide2' of github.com:xwiki-labs/cryptpad into origin/slide2
ansuz 59d25b4c1a use camel case, not snek case
ansuz 520b8967fd allow people with short passwords to log in
yflory 5bf966633c Merge branch 'staging' into slide2
yflory 514bff7065 Add slide number in the title in slide2
ansuz 0ed6846e07 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz b5b9f931c7 don't use common-realtime
ansuz 32e8c8ef4b implement alertify without alertify
yflory c3a07e879c Merge branch 'staging' into slide2
yflory fc069dac48 Ask the user before loading the template picker
yflory 05793c220c Fix secure iframes on Edge
yflory 290d668ceb Fix race condition preventing slide to work on Edge
ansuz 739903d511 don't check account usage if you aren't logged in
ansuz bbf7ed3827 refactor drive to use dialog.selectable()
fix class on alertify-like boxes
yflory f2aaaa9751 Move slide to secure iframe
ansuz 809b56625d refactor ui elements
ansuz bca9ba66cb enforce a configurable minimum password length when registering
ansuz fab6264ce6 use loading screen from pages.js
ansuz e8298f165a only display first letter of name if user has no avatar
ansuz 85003f7a23 lint compliance
ansuz cca3c04d43 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 15e24ebe4f ui for hashtag picker
ansuz 1b97996ef8 implement util.once
yflory 0423a5f4e2 Clean secure iframe code
yflory 04a04aef2b Add setAttribute/getAttribute in secure iframes. Store attributes in settings
yflory 61b228db79 Fix double / when storing a file
yflory 3ca9f41290 Get embed code for pad and code
yflory 0bb6698399 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory e85b34f127 Add embed options in the secure pad hashes
ansuz b3d5e04bb4 lint compliance
ansuz 3d2a2da74e add listAllTags api
ansuz 0e8a26e8eb Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 1c50bb3f61 clear hung tooltips
yflory 53eb9bb541 Remove the logo from the filepicker loading screen
yflory 729c013af7 Get mediatag embed code from the file app
yflory 4108520d20 Add contacts in the new menu if the user is logged in
yflory 78b338c379 Merge branch 'code2' into staging
yflory db86a2dbee Merge branch 'code2' of github.com:xwiki-labs/cryptpad into code2
yflory d2787e3eff Make code2 the default code app
ansuz 4069945bc4 Merge branch 'code2' of github.com:xwiki-labs/cryptpad into code2
ansuz cd7b00d45b make pixels 100px
ansuz b1a1f4ba13 add encrypted thumbnails to metadata for images.
correct decryption logic
ansuz b8e913c95a more thumbnail methods
ansuz ffbb21dd2c use cryptpad-september build of media-tag
yflory 86e23ac19f Use less2 in secure iframes
yflory f12f4bb925 Integrate filepicker secure iframe in the code2 app
ansuz 1072e3e797 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz ae60b5845f implement search-by-tag for filesData
ansuz 72ef730f23 implement tag-related functions
ansuz 0302c06d0e send feedback if client does not support symbols
ansuz 52019dc763 make get and set pad attribute return only cloned data
yflory 89b7b644f3 Enable drag & upload in code2 and prepare filepicker
Caleb James DeLisle e2719d9098 Add media-tag-nacl to cryptpad so it will be hosted on the server
yflory 885282ddea Fix undefined friend
Caleb James DeLisle a60709ff73 Infinite spinner popup leads to frame attempting to reload and failing
yflory b8971cdc23 Add previewMode settings to code2
yflory 0d008aaa2e Add indent settings to code2
yflory f54dc7505c Migrate indentation settings to a settings subobject
yflory 0893bcc0e5 Merge branch 'staging' into code2
yflory f06683e949 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 0ce32464fd Fix flickering avatar in firefox
ansuz ba0e935add stub localStorage, and handle errors that might come from touching localStorage
ansuz be8ea4102e keep trying to parse the hash until it works
yflory a2ed266048 Move the code app in a secure iframe
ansuz a34d1793e0 drop 'loading' text from loading screen
ansuz 181a19a9a0 polyfill for array.fill
yflory 51fa6287c1 Enable notifications in secure pads
yflory 642dc17910 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 901917983b Fix an issue preventing pads to be stored in the drive
ansuz 8fb7fef3f5 regular expressions are never falsey
ansuz 24eac9b4a6 test for flakey tests
ansuz 7d2a76f4d6 delete dead code. fix off-by-one for messages. turn off history button when history is exhausted
ansuz 430a6f7b77 lint compliance
yflory d9a4a32bf9 Fix avatar for anonymous users in secure pads
yflory 00fda0d7d7 Fix avatar in read-only mode (secure pads)
yflory 88cb4fd83c Enable friend requests from secure pads
yflory 147d88d845 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory e43c68aa48 Fix viewers number in secure iframe
yflory f89015d9ed Update the tab title to match the pad title in pad2
ansuz 1280cd1659 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 51c065d13c Fix link to main in the new toolbar
yflory d9bf2abcd8 Fix old hashes not working anymore in pad
ansuz 536fe04790 emit notification when alert, confirm, or prompt are called
yflory d4589c4699 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 6c65e5ff72 Fix the ghost icon in the drive and add missing text
ansuz 5c2b58e703 log error synchronously so we get a trace when pinPads has no callback
ansuz 841e3af8da handle unfriends. clean up. better input validation
ansuz c66a0c55e0 ensure that function signatures are correct
ansuz 91f6e3e543 remove a lot of dead code
ansuz 57d0c6c973 Merge branch 'new-messaging' into staging
ansuz 9e04d039d7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 22d754d514 handle user renames
Caleb James DeLisle 0a6f81850f Handle infinite-spinner errors and properly inform the user
ansuz f58d4c941f clean up a bit
ansuz b75a951a98 encode messages with 'author' field instead of 'channel'
Caleb James DeLisle 7bbea28831 minor anti-xss changes...
ansuz 013b75ae67 implement history range requests
ansuz b71f1860db make uid function reusable
Caleb James DeLisle 75fde58846 Well that was stupid... (fix bug introduced in acfaaa7d56 when trying to make jshint compliance)
Caleb James DeLisle 5d9599c9b7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
Caleb James DeLisle cbac5e417c Make loading screen come much earlier on pad2
yflory b6881349be Fix an issue with the notifications in secure pads
yflory ec64ac485d Fix 'not a function' error
Caleb James DeLisle acfaaa7d56 jshint compliance
Caleb James DeLisle 2ad9fcee17 Manual merge of notify.js
Caleb James DeLisle 8a9755611a Merge branch 'pad2' of github.com:xwiki-labs/cryptpad into pad2
Caleb James DeLisle 2dacd57e76 fix caching on favicon
yflory 33025a9df9 Merge branch 'pad2' of github.com:xwiki-labs/cryptpad into pad2
yflory c33b128bf4 Enable feedback in pad2
yflory e81bb3fe08 Fix profile link in the userlist
ansuz 002eed0d6f make most of the messenger api async
Caleb James DeLisle d9f5e3638e Big caching improvements :D
yflory b4864b96ac Add a recent pads category in the drive
Caleb James DeLisle 4f3b4a30ee Merge branch 'pad2' of github.com:xwiki-labs/cryptpad into pad2
Caleb James DeLisle 4b70fc9f49 Use resources from the original origin in pad2
yflory aa9e0d3cd3 Enable AppConfig in pad2
yflory f40d2c0b20 Add templates to pad2
yflory 8d020833af Add missing file
yflory 8d837d22ea Add history to pad2
yflory b2e6df1f9d Add import & export in pad2
yflory e2d39de143 Forget button in pad2
yflory e4020ba8d4 Fix pad creation in pad2
yflory 140c6f3776 Add limit warning in pad2
yflory 30aef71603 Enable avatars in pad2
yflory f88a6f63fe Merge branch 'pad2' of github.com:xwiki-labs/cryptpad into pad2