aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* 27.1.0Arthur Schiwon2023-09-151-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.1.0 RC4Arthur Schiwon2023-09-131-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.1.0 RC3Arthur Schiwon2023-09-081-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.1.0 RC2Arthur Schiwon2023-09-051-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.1.0 RC1Arthur Schiwon2023-08-291-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #40028 from nextcloud/release/27.1.0_beta_3v27.1.0beta3John Molakvoæ2023-08-251-2/+2
|\ | | | | 27.1.0 beta 3
| * 27.1.0 beta 3John Molakvoæ2023-08-241-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | [stable27] allow to upgrade from 26.0.x to 27.1.x directlySimon L2023-08-181-0/+1
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
* 27.1.0 beta 2John Molakvoæ2023-08-161-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 27.1.0 beta 1John Molakvoæ2023-08-081-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 27.0.2John Molakvoæ2023-08-081-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 27.0.2 RC1Arthur Schiwon2023-08-021-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.0.1Arthur Schiwon2023-07-201-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.0.1 RC2Arthur Schiwon2023-07-171-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.0.1 RC1Arthur Schiwon2023-07-101-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.0.0Arthur Schiwon2023-06-121-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.0.0 RC4John Molakvoæ2023-06-091-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 27.0.0 RC3John Molakvoæ2023-05-311-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 27.0.0 RC2Arthur Schiwon2023-05-241-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 27.0.0 RC1Arthur Schiwon2023-05-171-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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>