summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* 28.0.3 RC1skjnldsv2024-02-141-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* 28.0.2Benjamin Gaussorgues2024-02-011-2/+2
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* 28.0.2 RC5Arthur Schiwon2024-01-261-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.2 RC4Arthur Schiwon2024-01-241-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.2 RC3Arthur Schiwon2024-01-231-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.2 RC2Benjamin Gaussorgues2024-01-221-2/+2
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* 28.0.2 RC1Arthur Schiwon2024-01-151-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.1John Molakvoæ2023-12-211-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 28.0.1 RC1John Molakvoæ2023-12-151-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 28.0.0Arthur Schiwon2023-12-111-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.0 RC4Arthur Schiwon2023-12-081-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.0 RC3Andy Scherzinger2023-12-071-2/+2
| | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* 28.0.0 RC2Arthur Schiwon2023-11-281-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 28.0.0 RC1Arthur Schiwon2023-11-201-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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>