Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2018-12-20Use empty templateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Allow templates to be created from the webRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Open newly created documentJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20Add create callback with templateId to the pickerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20Design picker width adaptiveJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Template picker and system tpl script fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Fix code style and practiceJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Add template js handler and commentsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Fix DI error, added design base and delete handlerJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Error handler and class code style fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Template manager initJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-18Add current version indicatorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-18Make version restore compatible with Nextcloud 13/14Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-18Remove events once collabora gets closedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-18Use proper targets, since app-sidebar might be created laterJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-18Use new dav endpoint for restoreJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-18Properly set event handlers for versions sidebarJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-18WIP: move revision handling to the versions sidebar tabJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-17Merge pull request #321 from nextcloud/bugfix/noid/sidebar-15Roeland Jago Douma
Fix showing the files sidebar on Nextcloud 15
2018-12-17Reload file list after closing collaboraJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-17Add polyfill for Number.isInteger (fixes #326)Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-08Fix showing the files sidebar on Nextcloud 15Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22Translate the Revision HistoryRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-11Hide loading overlay sooner to show password promtRoeland Jago Douma
Fixes #307 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-09Fix tooltip positioningJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-09Indicate read only usersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-09Just show a user onceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-09Use object to store list of viewsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30Disable the vertical swipe to reload gesture.Jan Holesovsky
The reload causes returning back to Files.
2018-10-30Merge pull request #293 from ↵Roeland Jago Douma
nextcloud/fix/do_not_show_spinner_if_nickname_visible Do not show overlay if we request the nickname
2018-10-30Fix notificationRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-30Do not show overlay if we request the nicknameRoeland Jago Douma
If sharinga a directory with RW permissions and the directory contains an editable file. The nickname field was hidden behind the spinner. Now we check if the nickname field is there as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-29Notify clients when the document is fully loadedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-26Show display name on avatar hover and disable contacts menu for guest usersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-26Parse the link to AssertURL trought he generateURLRoeland Jago Douma
This is to make sure that index.php etc is properly added. Else this might fail on some setups. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-18Show document overlay when document is fully loadedTamás Zolnai
We can avoid showing the toolbar / menubar during it's initialization. Also avoid showing online own progress spinner.
2018-10-18Merge pull request #281 from nextcloud/fix/280Roeland Jago Douma
Do not show loading screen if we need a nickname
2018-10-17Do not show loading screen if we need a nicknameRoeland Jago Douma
Fixes #280 If we require the user to enter a password. We should not show the loading screen. As this overlays the input field as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-17Properly remove view entries from the arrayJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-16Define namespace early onRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-16Use the parent filepickerRoeland Jago Douma
As collabora runs in an anonymous iframe. We need to actually call the parent filepicker. Else it can't find the username. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-15Move to compiled handlebarsRoeland Jago Douma
The CSP in NC15 will be stricter so compiling at runtime won't work anymore. Generate the precompiled tempaltes by installing handlebars and running: handlebars -n OCA.RichDocuments.Templates js/templates/ -f js/templates.js Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-09Obtain fileId correctly from urlRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-09Do not use deprecated OC.webrootRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-13Js fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-13Add iOS fallback for RichDocumentsMobileInterfaceJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-06Translate the filenames as wellRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04Add tooltip, contactsmenu and properly cleanup containerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-09-04Show avatars in headerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-09-04First POC to show the avatars of the editorsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>