Граф коммитов

60 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling a9e1d4add6
feat(deps): Add Nextcloud 28 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 15:23:43 +02:00
Joas Schilling e59744bb77
chore: Add Nextcloud 27 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-05 16:58:00 +01:00
Jonas ca753535ab
Add repair step to reset all sessions before Yjs migration
Text sessions with data from our old collaboration backend cause issues
after the upgrade to Text with the new Yjs backend. Therefore let's
force-reset all sessions when upgrading from a Text version smaller than
3.7.1.

Signed-off-by: Jonas <jonas@freesources.org>
2023-02-27 17:48:53 +01:00
Max 4fce40bb61
enh: store awareness messages separately
Signed-off-by: Max <max@nextcloud.com>
2023-02-09 10:08:47 +01:00
Max f0c6287d56
enh: store yjs document state on save
Retrieve the state when creating a session.
This can be used to seed the document editing history
instead of fetching all steps from version 0 on.

Also cleanup fetch from SessionControllers.
We always provide the content in session creation.

Signed-off-by: Max <max@nextcloud.com>
2023-01-31 09:28:16 +01:00
Max e7cdcf03e9
rename: master branch to main
Signed-off-by: Max <max@nextcloud.com>
2023-01-17 15:17:14 +01:00
Joas Schilling 8137e3cd6d
Add Nextcloud 25 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22 13:19:33 +02:00
Julien Veyssier f5a34ceef7
rename image controller/service to attachment
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-06 14:44:53 +02:00
Julien Veyssier 4d48e9d363
rename most image stuff to file/media/attachment
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-06 14:44:53 +02:00
Julien Veyssier 3fec1f052d
allow media file upload, handle display in ImageView
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-06 14:44:53 +02:00
Julius Härtl 2e3c92ac00 Implement notification backend for mentions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-25 11:04:53 +02:00
Luka Trovic 5e0d9f49ee feat: add user mentions feature
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2022-08-25 11:04:53 +02:00
Joas Schilling b8d17166ab
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14 23:19:51 +02:00
Julien Veyssier 6f619c0ce4
remove upload by link on server side, fix error management
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-03-31 11:18:46 +02:00
Julien Veyssier 8785d5e934
add index for last_contact in text_sessions table
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-02-03 13:58:06 +01:00
Julien Veyssier 81aebeec9b
use Vuex to store current session and get it in the ImageView component
rename some variables
use session auth instead of NC auth to serve images

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03 10:27:37 +01:00
Julien Veyssier 2f6a92b502
use attachment folder when inserting image from Files
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03 10:27:36 +01:00
Julien Veyssier 761d0ddb65
public upload/link-insertion almost done, issue with missing fileId in single file share
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03 10:27:34 +01:00
Julien Veyssier 7267f0b71d
display/upload/add-link works with attachment folder in user context
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03 10:27:34 +01:00
Julien Veyssier a103b98345
upload image file via Text API call for more flexibility in saved file location
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03 10:27:34 +01:00
Julien Veyssier b7234c0401
insert link working
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03 10:27:34 +01:00
Joas Schilling b6f13e1f13
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-11 11:01:31 +01:00
Joas Schilling fa66b72f94
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-24 15:43:32 +02:00
Joas Schilling 6ad455ba22
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03 09:48:41 +01:00
Roeland Jago Douma edbd604ebc
Fix PHP-CS
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-29 15:24:00 +01:00
Roeland Jago Douma ddca81d99c
Move away from GET
We send some (not always sensitive but still) infor in the GET requests.
Better to do this with PUT (create session) and POST (fetch and close).
So that we don't leak anything we do not want to leak.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-18 21:52:55 +01:00
Joas Schilling acd77f91f0
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18 10:55:53 +02:00
Robert Szmurło 1394cf786b
Fixed a typo in url to third screenshot. 2020-08-14 15:41:41 +02:00
Morris Jobke 759d6799bc
Use IBootstrap for the app bootstrap
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-10 07:58:40 +02:00
Joas Schilling 2641c0fa66
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-07 10:01:58 +02:00
Roeland Jago Douma d2a8ab5f3f
Add index on the oc_text_sessions table
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-02 10:39:24 +02:00
Julius Härtl 478760aaeb
Add occ command to restore documents to their last saved state
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-04 20:17:01 +01:00
Julius Härtl d5dfa416d1
Master is 19
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 15:49:13 +01:00
Julius Härtl 797e29ccf9
Persist setting for rich workspace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-06 14:09:18 +01:00
Julius Härtl c1e009c77b
Move to POST
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-02 12:28:31 +01:00
Julius Härtl a6bd99213f
Add direct editing endpoint for workspaces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-02 12:28:30 +01:00
Julius Härtl baa11f4063
Start with direct editing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-02 12:28:30 +01:00
Julius Härtl d9e5efbf47
Add dav plugin for rich workspaces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-18 12:44:40 +01:00
Julius Härtl 45490a60c0
Add workspace route and public page handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-04 19:35:11 +01:00
Joas Schilling 4394344553
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05 11:18:24 +02:00
Julius Härtl a0b37befb0
Prepare master for 18
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-14 13:42:42 +02:00
Julius Härtl 8797ff333f
Bump version for 17 release
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-12 18:28:11 +02:00
Julius Härtl 4ac4185de2
Prepare release of 1.0.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-08 10:16:01 +02:00
Julius Härtl 28bacd103f
Run compatibility check against master
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-16 19:59:29 +02:00
Julius Härtl 29ea9ee3f9
Mark text app as default enabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-16 14:10:41 +02:00
Julius Härtl 563e06d9c6
Bump version to 1.0.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-10 18:53:07 +02:00
Julius Härtl e2ecb49b10
Require at least 16.0.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 15:27:09 +02:00
Julius Härtl 627f14ee0e
Prepare first release
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-27 09:27:16 +02:00
Julius Härtl 187bc51ed1
Bump version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-25 10:57:07 +02:00
Julius Härtl da4be5e6d5
Add background job to cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-17 23:10:26 +02:00