aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
...
* | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-033-12/+31
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37490 from nextcloud/backport/37448/stable25Arthur Schiwon2023-03-311-0/+6
|\ | | | | [stable25] hide shared files located in group folder's trash bin
| * hide shared files located in group folder's trash binArthur Schiwon2023-03-301-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | another approach to fixing the avatar generationSimon L2023-03-301-0/+5
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Add label for logo linkChristopher Ng2023-03-303-18/+32
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #37366 from nextcloud/backport/36636/stable25Louis2023-03-271-2/+2
|\ | | | | [stable25] fix OC_Image: Prevent E_WARNING from getimagesize*
| * fix OC_Image: Prevent E_WARNING from getimagesize*Marcel Klehr2023-03-231-2/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Make sure to reopen session before cleaningJulius Härtl2023-03-271-0/+4
| | | | | | | | | | | | | | Otherwise restoring the requesttoken would reopen and read the existing session data and restore it instead of clearing Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-223-0/+5
|/ | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* chore: use local variable for remote addressDaniel Kesselberg2023-03-161-1/+15
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #36899 from nextcloud/backport/36837Arthur Schiwon2023-03-151-3/+5
|\ | | | | [stable25] fix(SystemTagManager): Truncate overlong tag names
| * fix(SystemTagManager): Truncate overlong tag namesMarcel Klehr2023-02-281-3/+5
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #36749 from nextcloud/backport/36689/stable25Arthur Schiwon2023-03-151-1/+1
|\ \ | | | | | | [stable25] Change X-Robots-Tag header from "none" to "noindex, nofollow"
| * | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* | | manual backport of #35057Julien Veyssier2023-03-152-2/+22
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Add chunking in SystemTagObjectMapper::getTagIdsForObjectsCôme Chilliet2023-03-141-7/+9
| | | | | | | | | | | | | | | | | | This avoids crashing on Oracle with more than 1000 objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #37158 from nextcloud/backport/37070/stable25Simon L2023-03-101-4/+6
|\ \ \ | | | | | | | | [stable25] add a check for disk_free_space in Config.php
| * | | add a check for disk_free_space in Config.phpSimon L2023-03-091-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #37156 from nextcloud/backport/37140/stable25Simon L2023-03-101-33/+32
|\ \ \ \ | | | | | | | | | | [stable25] imaginary - fix autorotate for heic and improve the logic
| * | | | imaginary - fix autorotate and improve the logicSimon L2023-03-091-33/+32
| |/ / / | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | add back missing lineSimon L2023-03-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | postgresql - add quotes around user namesSimon L2023-03-101-3/+3
|/ / / | | | | | | | | | | | | | | | fix https://github.com/nextcloud/server/issues/37114 Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #37003 from nextcloud/backport/36803/stable25Simon L2023-03-071-1/+5
|\ \ \ | | | | | | | | [stable25] [db]: Remove not supported column comments for SQLite
| * | | fix(DB): Remove not supported column comments when using SQLiteFerdinand Thiessen2023-03-021-1/+5
| | |/ | |/| | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | | Fix appconfig compatibility with Oracle DBJoas Schilling2023-02-281-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(OCC): Don't throw in the repair step for phone validationJoas Schilling2023-02-281-1/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Port user menu to VueChristopher Ng2023-02-241-2/+2
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit c77998209f779dfccd86afeeafd43a7bbd886ff2)
* | fix(appinfo): navigation type is optionalJoas Schilling2023-02-242-6/+5
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> (cherry picked from commit bf7fe04c4b238f7c20dd3bb54c2f8df13cc0f6b8)
* | Allow settings navigation items with no route entryChristopher Ng2023-02-242-3/+11
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 62b7bb73955a6f782ddaf6e3d248f29b93165099)
* | Merge pull request #36218 from nextcloud/backport/35873/stable25Joas Schilling2023-02-241-1/+2
|\ \ | | | | | | [stable25] Add option to return an exit-code when occ status signals an update is needed
| * | Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running `./occ status -e` will produce any output. However, it will: exit 0 during normal operation, exit 1 when in maintenance mode, exit 2 when `./occ upgrade` is needed. Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
* | | Merge pull request #36729 from nextcloud/backport/36691/stable25Simon L2023-02-241-0/+7
|\ \ \ | | | | | | | | [stable25] add a disk_free_space check before writing config
| * | | fix it for 32-bitSimon L2023-02-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | | address review by JoasSimon L2023-02-151-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | | add a disk_free_space check before writing configSimon L2023-02-151-0/+6
| | |/ | |/| | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #36696 from nextcloud/backport/36525/stable25Joas Schilling2023-02-241-6/+12
|\ \ \ | | | | | | | | [stable25] fix: Only get params from PUT content if possible
| * | | fix: Only get params from PUT content if possibleJulius Härtl2023-02-141-6/+12
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #36752 from nextcloud/backport/36735/stable25Joas Schilling2023-02-241-1/+7
|\ \ \ | | | | | | | | [stable25] fix the contacts-menu vcf-contact avatars
| * | | fix the contacts-menu vcf-contact avatarsSimon L2023-02-161-1/+7
| |/ / | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #36645 from nextcloud/backport/36637/stable25Joas Schilling2023-02-241-4/+4
|\ \ \ | | | | | | | | [stable25] Safer URL match in FileReferenceProvider
| * | | safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
| |/ / | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* / / Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-1/+1
|/ / | | | | | | | | | | | | | | The expression builder already suround the SQL with parenthesis when using in(), so we must not add another pair, this confuses at least sqlite. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #36593 from nextcloud/backport/36588/stable25Côme Chilliet2023-02-091-3/+0
|\ \ | | | | | | [stable25] Revert #34908 to allow 32bit setups to upgrade to 26
| * | Revert "disable upgrades to 26 for 32-bit"Côme Chilliet2023-02-071-3/+0
| | | | | | | | | | | | | | | | | | This reverts commit faa747e44575269d9f4eb09d0a2c6aa3fe0501f8. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix the backportSimon L2023-02-081-12/+16
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | imaginary - allow to generate heif, pdf and svg thumbnailsSimon L2023-02-081-3/+29
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #36442 from nextcloud/backport/36433/stable25blizzz2023-02-071-4/+1
|\ \ \ | | | | | | | | [stable25] fix(encryption): don't throw on missing file
| * | | fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #36374 from nextcloud/backport/35894/stable25blizzz2023-02-071-5/+13
|\ \ \ \ | | | | | | | | | | [stable25] fix moving files of encrypted local storage to unencrypted local storage
| * | | | fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-261-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for example when moving encrypted files to a groupfolder Signed-off-by: Robin Appelman <robin@icewind.nl>