aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use user displayname cache for comment mentionsJoas Schilling2022-08-191-7/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33558 from nextcloud/fix/use-bigger-slice-share-providerVincent Petry2022-08-171-2/+2
|\ | | | | Use bigger slice in share provider
| * Use bigger slice in share providerCarl Schwan2022-08-161-2/+2
| | | | | | | | | | | | | | | | Probably won't make a big difference as it is unlikely a user has > 100 shares but this make sure we use the same code in spreed where the change has a bigger impact. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuseLouis2022-08-171-9/+1
|\ \ | | | | | | Remove time check in isFairUseOfFreePushService
| * | Remove ITimeFactoryLouis2022-08-171-5/+0
| | | | | | | | | Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
| * | Remove time check in isFairUseOfFreePushServiceLouis2022-08-161-4/+1
| | | | | | | | | | | | | | | What the TODO say, the dev does. Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
* | | Merge pull request #32943 from ↵Vincent Petry2022-08-1712-181/+161
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/unencrypted-size-revert-interface-changes Revert interface changes from "store unencrypted size in the unencrypted_size column"
| * | | fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-166-50/+149
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-166-140/+47
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8238582e59b7b6ec03318bcf81bf47cce54af320. Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Revert "add case statement to sql function builder"Robin Appelman2022-08-162-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2a68819a67045d87a369a8a6413f153b3b2bea5f. Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-168-128/+121
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 813b50ed428a8bc36817d19c84444e96dbe3b668. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #33550 from nextcloud/jail-search-postVincent Petry2022-08-171-5/+7
|\ \ \ \ | | | | | | | | | | optimize search post-processing for jail wrapper
| * | | | optimize search post-processing for jail wrapperRobin Appelman2022-08-161-5/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | don't both asking the wrapped cache if we know it's not in our jail anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #33540 from nextcloud/mount-provider-migrationVincent Petry2022-08-171-1/+6
|\ \ \ \ | | | | | | | | | | fix updating cached mounts that didn't have their mount provider set previously
| * | | | fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman2022-08-161-1/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry2022-08-172-4/+11
|\ \ \ \ | | | | | | | | | | don't update the folder size if we know it hasn't changed
| * | | | don't update the folder size if we know it hasn't changedRobin Appelman2022-08-162-4/+11
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-172-0/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33559 from yeyulantu/bugfix-search-cacheJulius Härtl2022-08-161-1/+1
|\ \ \ \
| * | | | fixed the cache searchBuilder negative mapDavid2022-08-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: David <37280718+yeyulantu@users.noreply.github.com>
* | | | | Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-164-8/+6
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32461 from nextcloud/display-name-cache-publicCarl Schwan2022-08-165-10/+30
|\ \ \ \ | |/ / / |/| | | expose display name cache trough a public interface
| * | | Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-15306-1958/+3669
| |\| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | expose displayname cache trough a public interfaceRobin Appelman2022-05-185-10/+30
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-162-0/+2
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-152-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-142-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33518 from nextcloud/exif-computedJohn Molakvoæ2022-08-131-1/+1
|\ \ \
| * | | fix exif metadata providerRobin Appelman2022-08-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-132-0/+32
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Create more secure passwords by defaultJoas Schilling2022-08-121-4/+10
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Recover installation when creating the user failedJoas Schilling2022-08-121-0/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-124-2/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33173 from ↵Christoph Wurst2022-08-101-0/+1
|\ \ | | | | | | | | | | | | nextcloud/enhancement/maintenance-mode-http-header Set special header for 503 maintenance mode
| * | Set special header for 503 maintenance modeChristoph Wurst2022-08-081-0/+1
| | | | | | | | | | | | | | | | | | | | | This removes ambiguity with a 503 returned by app code, web server or similar. Front-end and clients can then handle this state accordingly. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Do not update passwords if nothing changedJulius Härtl2022-08-091-3/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #33174 from nextcloud/fix/redirect-css-not-foundVincent Petry2022-08-081-0/+9
|\ \ \ | | | | | | | | Do not redirect if requested font, style or script can not be found
| * | | Do not redirect if requested CSS can not be foundChristoph Wurst2022-08-081-0/+9
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-0813-218/+68
|\ \ \ | |/ / |/| | Remove OCP\App and OCP\BackgroundJob
| * | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-0113-218/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-084-2/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-072-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-0618-54/+70
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry2022-08-054-10/+76
|\ \ \ | | | | | | | | allow apps to specify methods carrying sensitive parameters
| * | | allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-284-10/+76
| | | | | | | | | | | | | | | | | | | | | | | | … in order to remove them from logging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-0558-56/+58
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33447 from ↵Vincent Petry2022-08-041-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/detect-leading-spaces-in-config Detect leading spaces in config files
| * | | | Detect leading spaces in config filesVincent Petry2022-08-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because those will cause PHP to output to stdout and will cause unrelated error messages. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-30/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was not possible to use CIDR notation for IPv6 proxies in the trusted_proxies parameter of config.php [1]. This patch adds support for that. [1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies Signed-off-by: Simon Leiner <simon@leiner.me>