aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-21134-2322/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35799 from nextcloud/backport/35780/stable24Vincent Petry2022-12-191-1/+1
|\ | | | | [stable24] 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>
* | [tx-robot] updated from transifexNextcloud bot2022-12-172-2/+64
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35524 from nextcloud/backport/35502/stable24Vincent Petry2022-12-161-1/+1
|\ \ | | | | | | [stable24] 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 #35657 from nextcloud/backport/35649/stable24Vincent Petry2022-12-161-1/+2
|\ \ \ | |_|/ |/| | [stable24] Update the unencrypted file size when closing streams
| * | Also update the unencrypted size of files when creating them with empty contentJulius H盲rtl2022-12-071-0/+1
| | | | | | | | | | | | Signed-off-by: Julius H盲rtl <jus@bitgrid.net>
| * | Update the unencrypted file size when closing streamsJulius H盲rtl2022-12-071-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>
* | | 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>
* | [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>
* [tx-robot] updated from transifexNextcloud bot2022-11-282-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35334 from nextcloud/revert-34032-backport/34019/stable24Simon L2022-11-252-5/+5
|\ | | | | Revert "[stable24] Fix quota type to int"
| * Float the quotaVincent Petry2022-11-241-1/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Revert "[stable24] Fix quota type to int"Vincent Petry2022-11-242-4/+4
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-256-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-2414-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35367 from nextcloud/backport/35353/stable24Louis2022-11-231-3/+3
|\ | | | | [stable24] 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>
* | Fix forwarding the object id when searching commentsJoas Schilling2022-11-231-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-234-2/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Don't use quota cache through user managementVincent Petry2022-11-211-4/+8
| | | | | | | When querying the free space through user management APIs, don't use the cached quota value. The latter is only there to accelerate PROPFINDs. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #35250 from nextcloud/bugfix/noid/quota-zeroSimon L2022-11-211-2/+2
|\ | | | | [stable24] Properly compare quota against both float/int values
| * Properly compare quota against both float/int valuesJulius H盲rtl2022-11-181-2/+2
| | | | | | | | Signed-off-by: Julius H盲rtl <jus@bitgrid.net>
* | Merge pull request #35141 from nextcloud/backport/34160/stable24C么me Chilliet2022-11-212-15/+20
|\ \ | | | | | | [stable24] Detect weird local ips
| * | Fix tests for nested v4 in v6C么me Chilliet2022-11-141-14/+6
| | | | | | | | | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
| * | Use new dependency to normalize IPsC么me Chilliet2022-11-141-0/+13
| | | | | | | | | | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
| * | Add missing urldecode and idn_to_utf8 calls to local address checkerC么me Chilliet2022-11-142-2/+2
| | | | | | | | | | | | | | | | | | The call to idn_to_utf8 call is actually to apply normalization Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-214-2/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-204-8/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35245 from nextcloud/backport/32288/stable24Joas Schilling2022-11-191-11/+17
|\ \ \ | | | | | | | | [stable24] Fix JSON error when comment has no reactions
| * | | Fix JSON error when comment has no reactionsJoas Schilling2022-11-181-11/+17
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-196-128/+194
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | delay updating setup providers untill we register the mountsRobin Appelman2022-11-181-10/+16
|/ / / | | | | | | | | | | | | | | | otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / [tx-robot] updated from transifexNextcloud bot2022-11-182-0/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35200 from nextcloud/backport/35096/stable24Joas Schilling2022-11-172-0/+8
|\ \ | | | | | | [stable24] Mark more config values as sensitive
| * | Mark more config values as sensitiveJoas Schilling2022-11-162-0/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-172-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>