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/lib
AgeCommit message (Collapse)Author
2018-12-20Use empty templateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Return empty templates by defaultRoeland 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-20Use actual name provided by APIRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Really implement put relativeRoeland Jago Douma
Special handling for tokens from a template Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Open template via OCS (Direct view)Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Add helper fucntions and just pass objects around instead of magicRoeland Jago Douma
arrays Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Add tempalte destination to WOPI tokenRoeland Jago Douma
This is required to perform the proper save as for the first time when a template is opened. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Fix correct mimetype and full urlsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Move templates over to use fileids as wellRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Handle creation of previews for templatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Some cleanupRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Reset array indexesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Fix user NotFoundExceptionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Api get all fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Ocs apiJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Fix preview and default sizeJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Design fixes and preview checkJohn 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-20Delete restore and get fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20Revert preview routeJohn 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-17Set default capabilities to falseRoeland Jago Douma
This will be added once we have the concrete capabilities from Collabora Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-08Fetch capabilities from collabora and store them in appdataJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-08Pass the uid when generating a WOPI token for a directviewRoeland Jago Douma
Else the editor will show up as a ? in the editorlist. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06Make php5.6 compatible againRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-28Do not clear asset on HEAD requestRoeland Jago Douma
If Collabora sends a head request to obtain info about the assets we should not directly delete it. Instead just let it be if it is a HEAD request. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-13Strip the service root prefixes in the Collabora Online wopi_url.Jan Holesovsky
Otherwise we cannot set the content security policy correctly.
2018-09-04Merge pull request #240 from nextcloud/feature/noid/send_msg_to_mobileRoeland Jago Douma
Send messages to mobile
2018-09-04For now no CSRF on that endpointRoeland Jago Douma
* Maybe move endpoint to OCS? Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04Move request to multipartRoeland Jago Douma
There is some dark magic from guzzle needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04Make provider use actual collabora endpointRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04Add preview provider for ODF that uses Collabora Online's web APITor Lillqvist
2018-09-04Enable remote image insert and sharingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-17Allow creation of OOXML docs if app not in default locationRoeland Jago Douma
Fixes #118 In case the apps folder is not /apps (the docker container for example). The template manager will not work with that path then obviously. This makes sure the path can always be found. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-07Delete token if it is past its lifetimeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-07Delete assets once it is fetchedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-07First start of assets endpointRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-20Merge pull request #219 from nextcloud/fix/184/use_editor_to_editMorris Jobke
Fix editing on external storage
2018-07-20Tokens expire after 10 minutesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-20Delete the token on useRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-20Return responses instead of just errorsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-20Add supported mimetypes to capabilitiesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-20Initial mobile editRoeland Jago Douma
* Add OCS endpoint for client to request a view * Endpoint returns an URL * DirectView controller to show info Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-11Revert "No need for allow inline script since we use a nonce"Roeland Jago Douma
2018-07-10Merge pull request #220 from nextcloud/dept/noid/cleanup_configRoeland Jago Douma
Cleanup config
2018-07-10Merge pull request #212 from nextcloud/dept/noid/nonce_is_usedMorris Jobke
No need for allow inline script since we use a nonce