Commit Graph

340 Commits

Author SHA1 Message Date
Maxence Lange
8362025643 better indexes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-01-24 20:01:56 -01:00
Grigorii K. Shartsev
d772f6991c chore: bump server version to 29.0.0.4 to trigger migrations
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-01-17 20:08:08 +01:00
Joas Schilling
6056928dc6
feat(comments): Add a meta data column for comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-14 14:32:00 +01:00
Daniel Kesselberg
9f76600c88
fix: change mime type for msg file
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-29 12:27:55 +01:00
Daniel Kesselberg
dea865d247
fix: add mimetype for eml and msg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-28 17:12:21 +01:00
Joas Schilling
22343f9e58
feat(release): Bump Server version to 29
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23 10:09:40 +01:00
Arthur Schiwon
db12c49c37
28.0.0 beta 4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-14 23:55:51 +01:00
Arthur Schiwon
87e07bb762
28.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-10 14:06:28 +01:00
Arthur Schiwon
c2d4fbba9c
28.0.0 beta 2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-06 21:36:47 +01:00
John Molakvoæ
33cc3abba2
chore: 28.0.0 beta 1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-01 09:28:45 +01:00
Joas Schilling
7f9aec1e8c
fix(update): Allow updating from 27.1 to 28
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24 09:29:12 +02:00
Rello
4218d6ee43
Update version.php to owncloud 10.13
ownCloud's current version is 10.13
migration was tested with a customer; 
documentation was adjusted
https://github.com/nextcloud/documentation/pull/11225

Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-19 14:37:05 +02:00
Julien Veyssier
e9e7db997a
bump server version to 28.0.0.2 to trigger new migration step
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-08-07 13:29:14 +02:00
hamza221
af113ddad4 bump oc_version to 28.0.0.1
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-08-01 17:08:16 +02:00
Joas Schilling
e82cd99d69
chore(release): Bump Major version in master branch to 28
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:36:15 +02:00
Robin Appelman
4efcddf20f
re-add version number
turns out those are quite important

Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-05-12 15:37:34 +02:00
John Molakvoæ
671c4cbbee
27.0.0 beta 2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-09 10:13:35 +02:00
John Molakvoæ
20e5e37ab5
27.0.0 beta 1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-04 14:41:44 +02:00
Robin Appelman
f5e2b0b22f
allow storing multiple mounts for the same rootid in the mount cache
currently `[$userId, $rootId]` is used as the unique key for storing mounts in the mount cache,
however there are cases where the same rootid is mounted in multiple places for a user which currently leads to not all of those mounts being added to the cache.

Previously this didn't matter as the mount cache was only used to list users with access to a specific file, so a user having access to the file multiple times didn' change anything.

With 24 the mount cache is used for more cases and multiple mounts for the same id becomes relevant.
While I think there isn't a real negative effect atm besides missing the optimized path we should ensure that the mounts are properly listed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-04-28 15:08:08 +02:00
Joas Schilling
87f103dc6c
chore(release): Bump Major version in master branch to 27
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-03 06:37:29 +01:00
Arthur Schiwon
b9ed7eda41
26.0.0 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-02 11:07:46 +01:00
John Molakvoæ
45b4db0e6c
26.0.0 beta 5
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-02-23 14:23:02 +01:00
Arthur Schiwon
d201ab4482
26.0.0 beta 4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-02-13 13:04:37 +01:00
Arthur Schiwon
efe787aa38
26.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-02-09 10:32:11 +01:00
Arthur Schiwon
7df18f18bc
26.0.0 beta 2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-02-01 17:39:09 +01:00
Arthur Schiwon
9eccafc3b6
26.0.0 beta 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-01-25 18:21:04 +01:00
Julius Härtl
bd6ac2841d
chore(version): Bump dev version to trigger database migration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-04 08:30:53 +01:00
Vincent Petry
48da2a59af
Remove ownCloud 10.5 upgrade path
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-29 08:48:14 +01:00
Vincent Petry
5fb93b9ebd
Allow upgrading from ownCloud 10.11
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-28 21:55:07 +01:00
Christopher Ng
107a974b36 Fix missing background on upgrade
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-13 08:31:32 +00:00
Julius Härtl
2065da03e0
Bump versions to upgrade from
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-26 19:17:25 +02:00
Joas Schilling
05845e11a8
Master is now 26
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22 11:56:15 +02:00
Nextcloud Bot
99d00c5fdf
25.0.0 beta 7
Signed-off-by: Nextcloud Bot <bot@nextcloud.com>
2022-09-15 13:56:12 +00:00
Arthur Schiwon
6bedf4d314
25.0.0 beta 6
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-09 16:23:38 +02:00
Carl Schwan
bc9a488046
Update avatars on update
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09 14:23:41 +02:00
Arthur Schiwon
7f04fbe4f5
25.0.0 beta 5
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-06 10:28:59 +02:00
Arthur Schiwon
654d649edb
25.0.0 beta 4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-30 17:29:44 +02:00
Arthur Schiwon
02c412df21 25.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-25 09:21:07 +00:00
John Molakvoæ
626447f669
25.0.0 beta 2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-18 10:07:45 +02:00
John Molakvoæ
ccb3a58c9a 25.0.0beta1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-12 13:55:07 +00:00
Joas Schilling
04d5c7b37f
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13 10:18:07 +02:00
Vincent Petry
7f660674de
Add new share attributes column
To store more extended permissions in the future.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-06-08 08:46:23 +02:00
Luka Trovic
0858d3d514
feat: add docxf and form mimetypes
signed-off-by: Luka Trovic <luka@nextcloud.com>
2022-06-07 21:54:27 +02:00
Joas Schilling
06c3222176
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25 09:45:24 +02:00
Joas Schilling
bd6182b791
Master is now 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14 22:12:53 +02:00
Arthur Schiwon
9aaf8e2b00
24.0.0 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-13 13:15:53 +02:00
Arthur Schiwon
b2b72cb5da
24.0.0 beta 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-07 11:42:34 +02:00
Arthur Schiwon
0e118d730e
24.0.0 beta 2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-31 09:28:42 +02:00
Arthur Schiwon
a3ec28dabf
24.0.0 beta 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-24 10:33:54 +01:00
Robin Appelman
cfb7923e08
store mountprovider for each mount in the mounts table
this enabled more fine grained filesystem setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-23 18:02:33 +01:00