summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-15845-11265/+28019
| |\| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-293-5/+9
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | | | Merge branch 'master' into refactor/OC-Server-getCloudFederationFactoryJohn Molakvoæ2024-03-1514-24/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * \ \ \ \ \ \ Merge pull request #40138 from summersab/refactor/OC-Server-getHasherJohn Molakvoæ2024-03-154-8/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Refactor `OC\Server::getHasher`Andrew Summers2024-03-154-8/+10
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | | Merge pull request #40127 from ↵John Molakvoæ2024-03-153-3/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | summersab/refactor/OC-Server-getTwoFactorAuthManager
| | * | | | | | | Refactor `OC\Server::getTwoFactorAuthManager`Andrew Summers2024-03-153-3/+8
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | | Merge pull request #40136 from summersab/refactor/OC-Server-getGetRedisFactoryJohn Molakvoæ2024-03-151-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Refactor `OC\Server::getGetRedisFactory`Andrew Summers2024-03-151-2/+2
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | | Merge pull request #40123 from summersab/refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-152-3/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Merge branch 'master' into refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-15660-7776/+16735
| | |\| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | | | | | | Refactor `OC\Server::getRootFolder`Andrew Summers2023-11-102-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | | | Merge pull request #40143 from summersab/refactor/OC-Server-getLockdownManagerJohn Molakvoæ2024-03-151-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Refactor `OC\Server::getLockdownManager`Andrew Summers2024-03-151-1/+1
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | | | Merge pull request #40142 from summersab/refactor/OC-Server-getLazyRootFolderJohn Molakvoæ2024-03-151-4/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Refactor `OC\Server::getLazyRootFolder`Andrew Summers2024-03-151-4/+5
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * / / / / / / / Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-153-3/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* / / / / / / / Refactor `OC\Server::getCloudFederationFactory`Andrew Summers2024-03-151-1/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-152-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #44129 from nextcloud/feat/discover-apps-sectionBenjamin Gaussorgues2024-03-144-1/+119
|\ \ \ \ \ \ \
| * | | | | | | feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-141-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-144-1/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #36252 from nextcloud/modernize-mime-typeloaderBenjamin Gaussorgues2024-03-143-34/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-143-34/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | | Merge pull request #43652 from hopleus/bugfix/fixed-get-filename-in-fileinfoJohn Molakvoæ2024-03-141-1/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Refactoring getName functionhopleus2024-03-121-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: hopleus <hopleus@gmail.com>
| * | | | | | Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-03-047-65/+91
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-2915-11/+219
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-283-1/+53
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-272-0/+42
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-263-14/+21
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-2657-781/+1035
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-211-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-193-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fixes for getting the file name in the cases when the file name key is ↵hopleus2024-02-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | received, but it is empty Signed-off-by: hopleus <hopleus@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #44178 from nextcloud/fix/noid/nav-init-addArthur Schiwon2024-03-141-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix(Navigation): ensure NavManager is inited when adding an entry
| * | | | | | | | | | | | | | | fix(Navigation): ensure NavManager is inited when adding an entryArthur Schiwon2024-03-131-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise custom order cannot be applied Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1418-4/+38
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | | | | | | fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-133-26/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | | | | | | | | feat: Adding PublicSectorBundlesorbaugh2024-03-124-8/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | | | | | | | fix: add missing copyrights and strict typesAndrey Borysenko2024-03-127-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | | | | | | | | | | | | | feat: Add declarative settingsjld31032024-03-1214-12/+939
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | | | | | | | | | | | | chore(assets): build autoloaderEduardo Morales2024-03-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | | | | | | | | | | | Merge pull request #39990 from nextcloud/recursive-shareArthur Schiwon2024-03-111-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add some recrusive detection/prevention
| * | | | | | | | | | | | | | fix: add some recrusive detection/preventionRobin Appelman2024-03-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | | | | | | Merge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2Maxence Lange2024-03-116-54/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat(appconfig): storing integrity check result as a lazy config value
| * | | | | | | | | | | | | | | feat(appconfig): repair step to migrate lazy config valuesMaxence Lange2024-03-114-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | | | | | | | | feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-112-54/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | | | | | | | | | Merge pull request #42707 from ↵Maxence Lange2024-03-116-13/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/store-file-etag-at-metadata-creation enh(metadata): store current file etag