aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* better indexesMaxence Lange2024-01-241-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore: bump server version to 29.0.0.4 to trigger migrationsGrigorii K. Shartsev2024-01-171-1/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: change mime type for msg fileDaniel Kesselberg2023-11-291-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix: add mimetype for eml and msgDaniel Kesselberg2023-11-281-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* feat(release): Bump Server version to 29Joas Schilling2023-11-231-4/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 28.0.0 beta 4Arthur Schiwon2023-11-141-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.0 beta 3Arthur Schiwon2023-11-101-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.0 beta 2Arthur Schiwon2023-11-061-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore: 28.0.0 beta 1John Molakvoæ2023-11-011-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(update): Allow updating from 27.1 to 28Joas Schilling2023-10-241-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version.php to owncloud 10.13Rello2023-10-191-1/+1
| | | | | | | | 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>
* bump server version to 28.0.0.2 to trigger new migration stepJulien Veyssier2023-08-071-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* bump oc_version to 28.0.0.1hamza2212023-08-011-1/+1
| | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* chore(release): Bump Major version in master branch to 28Joas Schilling2023-05-171-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* re-add version numberRobin Appelman2023-05-121-1/+1
| | | | | | turns out those are quite important Signed-off-by: Robin Appelman <robin@icewind.nl>
* 27.0.0 beta 2John Molakvoæ2023-05-091-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 27.0.0 beta 1John Molakvoæ2023-05-041-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-281-1/+1
| | | | | | | | | | | | 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>
* chore(release): Bump Major version in master branch to 27Joas Schilling2023-03-031-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 26.0.0 RC1Arthur Schiwon2023-03-021-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 26.0.0 beta 5John Molakvoæ2023-02-231-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 26.0.0 beta 4Arthur Schiwon2023-02-131-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 26.0.0 beta 3Arthur Schiwon2023-02-091-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 26.0.0 beta 2Arthur Schiwon2023-02-011-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 26.0.0 beta 1Arthur Schiwon2023-01-251-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore(version): Bump dev version to trigger database migrationJulius Härtl2023-01-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove ownCloud 10.5 upgrade pathVincent Petry2022-11-291-1/+0
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Allow upgrading from ownCloud 10.11Vincent Petry2022-11-281-0/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix missing background on upgradeChristopher Ng2022-10-131-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump versions to upgrade fromJulius Härtl2022-09-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 25.0.0 beta 7Nextcloud Bot2022-09-151-2/+2
| | | | Signed-off-by: Nextcloud Bot <bot@nextcloud.com>
* 25.0.0 beta 6Arthur Schiwon2022-09-091-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update avatars on updateCarl Schwan2022-09-091-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 25.0.0 beta 5Arthur Schiwon2022-09-061-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 25.0.0 beta 4Arthur Schiwon2022-08-301-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 25.0.0 beta 3Arthur Schiwon2022-08-251-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 25.0.0 beta 2John Molakvoæ2022-08-181-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 25.0.0beta1John Molakvoæ2022-08-121-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump versionJoas Schilling2022-07-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add new share attributes columnVincent Petry2022-06-081-1/+1
| | | | | | To store more extended permissions in the future. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* feat: add docxf and form mimetypesLuka Trovic2022-06-071-1/+1
| | | | signed-off-by: Luka Trovic <luka@nextcloud.com>
* Bump versionJoas Schilling2022-04-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 25Joas Schilling2022-04-141-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 24.0.0 RC1Arthur Schiwon2022-04-131-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 24.0.0 beta 3Arthur Schiwon2022-04-071-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 24.0.0 beta 2Arthur Schiwon2022-03-311-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 24.0.0 beta 1Arthur Schiwon2022-03-241-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-1/+1
| | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>