summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Same thing for ActivityCôme Chilliet2022-11-292-11/+26
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Compute parsed from rich subject and message in NotificationCôme Chilliet2022-11-292-11/+26
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-292-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add group display name cacheAnna Larch2022-11-288-3/+214
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #35434 from nextcloud/fix/update/32-bitVincent Petry2022-11-281-2/+1
|\ | | | | fix update for 32-bit
| * fix update for 32-bitSimon L2022-11-251-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 #35383 from nextcloud/fix/php-lintJoas Schilling2022-11-241-1/+0
|\ | | | | Fix PHP lint CI failure
| * Fix PHP lint CI failureChristopher Ng2022-11-241-1/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-2414-0/+30
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35368 from nextcloud/add-repair-job-secret-configVincent Petry2022-11-234-0/+68
|\ | | | | Add repair job that will ensure that secret and passwordsalt are set
| * 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>
* | 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>
* [tx-robot] updated from transifexNextcloud bot2022-11-234-2/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-227-2/+120
|\ | | | | Add mastodon and reorganize profile info section
| * Update composer autoloaderCarl Schwan2022-11-223-2/+17
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Rename mastodon to fediverseCarl Schwan2022-11-224-13/+13
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Add mastodon personal info fieldCarl Schwan2022-11-214-0/+103
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35234 from nextcloud/fix/bump-doctrine/dbal-to-3.3-in-masterCôme Chilliet2022-11-222-6/+9
|\ \ | | | | | | Bump doctrine/dbal to 3.3 in master
| * | Fix more psalm issues in OC\DBCôme Chilliet2022-11-211-2/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix psalm issues following doctrine/dbal bumpCôme Chilliet2022-11-212-4/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #35325 from nextcloud/fix/navigation-orderJohn Molakvoæ2022-11-221-1/+1
|\ \ \ | | | | | | | | Fix navigation order
| * | | Fix navigation orderJohn Molakvoæ2022-11-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #35206 from ↵Joas Schilling2022-11-221-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/fix-forwarding-the-object-id Fix forwarding the object id when searching comments
| * | | Fix forwarding the object id when searching commentsJoas Schilling2022-11-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #35226 from nextcloud/redis/lazyJulius Härtl2022-11-221-19/+27
|\ \ \ \
| * | | | Only setup redis connection if neededJulius Härtl2022-11-221-19/+27
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Remove potential mismatching dav session data during loginJulius Härtl2022-11-221-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | 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 #35251 from nextcloud/bugfix/noid/increase-fairuse-limitJoas Schilling2022-11-211-1/+1
|\ \ \ | | | | | | | | Increase the fair-use push limit to 1.000 users
| * | | Increase the fair-use push limit to 1.000 usersJoas Schilling2022-11-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-196-128/+194
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35218 from nextcloud/storage-setup-providersVincent Petry2022-11-181-10/+16
|\ \ \ \ | |/ / / |/| | | delay updating setup providers untill we register the mounts
| * | | delay updating setup providers untill we register the mountsRobin Appelman2022-11-171-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 #35203 from nextcloud/jpeg-80John Molakvoæ2022-11-171-1/+1
|\ \ \ | | | | | | | | Default Jpeg quality to 80
| * | | getAppValue expects stringJohn Molakvoæ2022-11-171-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Default Jpeg quality to 80Git'Fellow2022-11-161-1/+1
| | |/ | |/| | | | | | | | | | | | | See https://sirv.com/help/articles/jpeg-quality-comparison/ Almost 50% of file size (compared to 90) and no visual differences. Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-172-4/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix logo invertJohn Molakvoæ2022-11-161-9/+10
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-162-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-151-3/+1
|\ | | | | Fix dynamic properties and other problems in tests for PHP 8.2
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #35091 from nextcloud/enh/a11y-single-char-searchPytal2022-11-141-1/+1
|\ \ | | | | | | Allow single character search by default
| * | Allow single character search by defaultChristopher Ng2022-11-111-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-154-0/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Revert "Appropriate length check in Notification.php"Joas Schilling2022-11-141-2/+2
| |