summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36022 from nextcloud/backport/36016/stable25John Molakvoæ2023-01-061-0/+16
|\ | | | | [stable25] Add restrictions when downloading to resolve with opengraph link provider
| * add restrictions on content-type and content-size when downloading to ↵Julien Veyssier2023-01-051-0/+16
| | | | | | | | | | | | resolve with opengraph link provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #35815 from nextcloud/backport/33709/stable25John Molakvoæ2023-01-061-3/+3
|\ \ | |/ |/| [stable25] Use display name cache on getStorageInfo
| * Use display name cache on getStorageInfoJulius Härtl2022-12-191-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Adapt test to also run isolated Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #35734 from nextcloud/stable25-quota-as-float-for-32bit-folksCôme Chilliet2023-01-028-22/+23
|\ \ | | | | | | [stable25] Quota value as float for 32-bit systems
| * | Silence a warning from psalm with explanationCôme Chilliet2022-12-191-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Adapt types of subclassesCôme Chilliet2022-12-195-11/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Make it clear that file sizes may be float on 32bitsCôme Chilliet2022-12-192-10/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove quota value type for 32-bit systemsVincent Petry2022-12-191-2/+2
| |/ | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #35812 from nextcloud/backport/35177/stable25Vincent Petry2023-01-021-0/+9
|\ \ | | | | | | [stable25] restoring clearCachedConfig()
| * | restoring clearCachedConfig()Maxence Lange2022-12-191-0/+9
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Revert "[stable25] avatar generation - disable setimageformat"Simon L2022-12-291-2/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | avatar generation - disable setimageformatSimon L2022-12-271-1/+2
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #35676 from nextcloud/backport/35071/stable25Vincent Petry2022-12-221-4/+5
|\ \ \ | | | | | | | | [stable25] Add alt to the logo, adapt css for logo
| * | | Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-221-4/+5
| | |/ | |/| | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / | increase preview_max_memory and make it easier to debugSimon L2022-12-221-3/+3
|/ / | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #35798 from nextcloud/backport/35780/stable25Vincent Petry2022-12-191-1/+1
|\ \ | |/ |/| [stable25] Fix missing cast of double controller parameters
| * fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-161-1/+1
| | | | | | | | | | | | ``settype`` allows 'double' as alias of 'float'. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #35516 from nextcloud/backport/35502/stable25Vincent Petry2022-12-161-1/+1
|\ \ | | | | | | [stable25] Fix SQL comparison with int array during external storage deletion
| * | Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Fix https://github.com/nextcloud/server/issues/32007#issuecomment-1329405245 Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
* | | Merge pull request #35668 from nextcloud/backport/35649/stable25Vincent Petry2022-12-161-1/+2
|\ \ \ | |_|/ |/| | [stable25] Update the unencrypted file size when closing streams
| * | Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-081-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Update the unencrypted file size when closing streamsJulius Härtl2022-12-081-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | check if params given to API are really an arrayArtur Neumann2022-12-161-2/+1
| | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | Merge pull request #35710 from nextcloud/backport/34477/stable25Joas Schilling2022-12-121-0/+4
|\ \ \ | | | | | | | | [stable25] Show group name instead of group id as recommendation
| * | | Show group name instead of group id as recommendationJoas Schilling2022-12-091-0/+4
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #35712 from nextcloud/backport/35097/stable25Joas Schilling2022-12-113-26/+53
|\ \ \ | | | | | | | | [stable25] Improve email results for sharing
| * | | Improve email search resultsJoas Schilling2022-12-091-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-092-26/+47
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #35706 from nextcloud/backport/35705/stable25Joas Schilling2022-12-111-1/+4
|\ \ \ | | | | | | | | [stable25] Update sensitive config list of Talk
| * | | Update sensitive config list of TalkJoas Schilling2022-12-091-1/+4
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / preview: fix HEIC orientationVarun Patil2022-12-111-0/+3
|/ / | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | Mark method as deprecatedCarl Schwan2022-12-052-2/+1
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit ef31396727771eb771b450e91e7b097b2ca151b9)
* | Fix decryption fallback after adding a secretJulius Härtl2022-12-051-5/+10
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit a6796b424784561f4ab76d04324985f1f2f6a75f)
* | Rotate token after fallbackJulius Härtl2022-12-051-2/+8
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit 553cb499b2abf51b1edd9b2deb309cec6cff35b6)
* | Add fallback routines for empty secret casesJulius Härtl2022-12-054-5/+41
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit 81f8719cc0fdc2fc25a00ac1412ffc63cd62eabf)
* fix update for 32-bitSimon L2022-11-281-2/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #35377 from nextcloud/backport/35368/stable25Simon L2022-11-242-0/+65
|\ | | | | [stable25] Add repair job that will ensure that secret and passwordsalt are set
| * remove superfluous use statementArthur Schiwon2022-11-241-1/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Add repair job that will ensure that secret and passwordsalt are setCarl Schwan2022-11-232-0/+66
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35335 from nextcloud/stable25-revert-34032-fix-quota-32bitblizzz2022-11-242-5/+5
|\ \ | | | | | | Revert "[stable25] Fix quota type to int"
| * | Float the quotaVincent Petry2022-11-231-1/+1
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Revert "Fix quota type to int"Vincent Petry2022-11-232-4/+4
| | | | | | | | | | | | | | | | | | This reverts commit d61efdff6c53cb8588b1f54e2b096b336b5163b2. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Allow single character search by defaultChristopher Ng2022-11-241-1/+1
| |/ |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35366 from nextcloud/backport/35353/stable25blizzz2022-11-231-3/+3
|\ \ | |/ |/| [stable25] Update cache when file size === 0
| * Update cache when file size === 0Louis Chemineau2022-11-231-3/+3
| | | | | | | | | | | | | | | | The conditions were false when $result === 0. $results here contains the number of written bits. The correct way of checking for operation success is to check if $result === false Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #34955 from nextcloud/backport/34934/stable25blizzz2022-11-231-2/+5
|\ \ | |/ |/| [stable25] Read encrypted session data again on reopen
| * Do not remove complete encrypted session key when just a key should be removedJulius Härtl2022-11-031-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Read encrypted session data again on reopenJulius Härtl2022-11-031-1/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix forwarding the object id when searching commentsJoas Schilling2022-11-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>