Commit Graph

217 Commits (a08c0b7a5e0478e4b0e68694ca7d73f23a954e33)

Author SHA1 Message Date
Andras Timar 75a80214be Bump version to 1.12.40 6 years ago
Pranav Kant 8bbc30c52d Cleanup (#152)
* unused signal

* remove isGuest thing

This is always false; no point in having conditionals depending on this
variable

* another unused variable
6 years ago
Andras Timar 53eb5a721f Bump version to 1.12.39 7 years ago
Andras Timar 253202b783 Bump version to 1.12.38 7 years ago
Andras Timar f9487df63f Bump version to 1.12.37 7 years ago
Pranav Kant 2c3d9ae8d9 Add support for PutRelativeFile for Save As. (#136) 7 years ago
Andras Timar cec91ab335 Bump version to 1.12.36 7 years ago
Lukas Reschke 9bf62db3aa Add option to enable the app only for users in a specific group (#135)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Lukas Reschke 12bb8c055b Add avatar to UserExtraInfo (#130)
* Add avatar to UserExtraInfo

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>

* Only add UserExtraInfo is version higher than 13

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Pranav Kant 21504eb5a8 support for external apps (#124) 7 years ago
Andras Timar 94c3a38c0c Bump version to 1.12.34 7 years ago
Andras Timar 7772efc272 Bump version to 1.12.33 7 years ago
Pranav Kant 2058ec84e5 Shorter db index name
Fixes #54
7 years ago
Andras Timar 47ce01735a Bump version to 1.12.31 7 years ago
Andras Timar 377eeae143 Bump version to 1.12.30 7 years ago
Andras Timar 6d9054e6f3 Merge pull request #60 from pranavk/ooxml
Revert "Remove unrequired route"; respect OOXML settings again
7 years ago
Andras Timar 3bfb7413a7 Bump version to 1.12.29 7 years ago
Andras Timar 3adf53229a Bump version to 1.12.28 7 years ago
Marius Blüm b320276ee1 Update Collabora screenshots
Signed-off-by: Marius Blüm <marius@lineone.io>
7 years ago
Pranav Kant 0c14789cc3 Revert "Remove unrequired route"; respect OOXML settings again
This reverts commit aa89c908a7.
7 years ago
Andras Timar b133f9ed32 Bump version to 1.12.27 7 years ago
Andras Timar c1f81dc36a Bump version to 1.1.26
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Morris Jobke 18d3498a50
Add icon to admin page sidebar
* follow up to nextcloud/server#3151

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Lukas Reschke 6d046cccf4
Increase version
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Lukas Reschke 719b159a44
v1.1.24
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 92a0eed917
Whitelist wopi URL for iframes
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 478288f2f0
Increase version
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke aa89c908a7
Remove unrequired route
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 7ef24654cf
Public editing
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 4464726d80
Increase version
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 75af90b4f1
Cleanup source code
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke f304fd4629
New admin pages
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 62bd261c0b
Remove unrequired "Office" interface
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke d359d1452f
Group restrictions are not supported
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 12a873d51d
Link to Nextcloud instead to the ownCloud repo
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Andras Timar d2fa83564c Bump version to 1.1.15 8 years ago
Lukas Reschke 5ef181a29a
Remove public.php
That file is not required anymore

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Andras Timar db07929380 Bump version to 1.1.14 8 years ago
Morris Jobke 9ae2dfc029
Update to 11
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Andras Timar a4b60e84cf Bump version to 1.1.13 8 years ago
Andras Timar f0fd5b2a22 Bump version to 1.1.12 8 years ago
Pranav Kant a12ff8d0d2 security: Support WOPI's PostMessageOrigin
Adds a new property PostMessageOrigin to WOPI's CheckFileInfo.
The inner frame then only sends message to target with origin
mentioned in this property.

Also implement editor initialization WOPI specs. Inner frame
sends a App_LoadingStatus message to us when ready, and we send
Host_PostmessageReady when we are ready.
8 years ago
Andras Timar 46bd131dbe Bump version to 1.1.10 8 years ago
Andras Timar 8f0c7d304e bump version to 1.1.9 8 years ago
Pranav Kant 7e64777f4a Store canwrite property in DB
Move whether the file is editable or not logic when generating a
token and store it in the DB with the access token instead of
checking it dynamically in WOPI calls.
8 years ago
Pranav Kant 81e60581e4 Add a db index to access token 8 years ago
Pranav Kant 145854400e New 'Use OOXML by default' option in admin settings 8 years ago
Thomas Müller 517cc37372 There are no personal settings
Fixes #118
8 years ago
Andras Timar ee1e6388f9 Bump version to 1.1.6 8 years ago
Andras Timar 6fc595eb93 remove unused 'Save new documents to' setting, fixes #76 8 years ago