summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-12-172-2/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-162-2/+108
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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-114-26/+61
|\ \ \ | | | | | | | | [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-093-26/+55
| |/ / | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-112-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-10146-394/+394
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-082-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-072-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-062-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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)
* | [tx-robot] updated from transifexNextcloud bot2022-12-052-62/+76
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-042-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-022-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-012-2/+58
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-292-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix update for 32-bitSimon L2022-11-281-2/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2022-11-282-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-256-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35377 from nextcloud/backport/35368/stable25Simon L2022-11-244-0/+67
|\ | | | | [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-234-0/+68
| | | | | | | | 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>
* | | Merge pull request #35166 from nextcloud/backport/35091/stable25Julius Härtl2022-11-241-1/+1
|\ \ \ | | | | | | | | [stable25] Allow single character search by default
| * | | 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>
* / | [tx-robot] updated from transifexNextcloud bot2022-11-2414-0/+30
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>
* | Merge pull request #35034 from nextcloud/backport/32211/stable25blizzz2022-11-232-0/+2
|\ \ | | | | | | [stable25] Add repair command to fix wrong share ownership
| * | update autoloaderRobin Appelman2022-11-082-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>