aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-051-1/+1
|\
| * Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+1
* | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-041-0/+16
|\ \
| * | Use email settings in DAV searchLouis Chemineau2022-04-191-1/+9
| * | Use share setting in DAV searchLouis Chemineau2022-04-191-0/+8
* | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-281-0/+39
* | | tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-1/+1
|/ /
* | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-144-0/+17
|\ \
| * | Add a metadata service to store file metadataCarl Schwan2022-04-134-0/+17
* | | Fix migrators according to exceptionsVincent Petry2022-04-131-1/+1
* | | Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-132-8/+23
|/ /
* | Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-122-3/+57
|\ \
| * | Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-112-3/+57
* | | Use Migrators id instead of class namesCôme Chilliet2022-04-113-3/+3
* | | Merge pull request #31848 from nextcloud/performance/trottling-capability-fro...Carl Schwan2022-04-111-0/+34
|\ \ \
| * | | Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-071-0/+34
* | | | Extend migrator interfaceChristopher Ng2022-04-081-0/+21
* | | | Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry2022-04-087-0/+483
|\ \ \ \
| * | | | Adapt LockScope to LockContext renameJulius Härtl2022-04-073-6/+7
| * | | | Add public API for owner based lockingJulius Härtl2022-04-047-0/+482
| | |_|/ | |/| |
* | | | Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-071-0/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-0/+35
| | |/ | |/|
* | | Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-onceCarl Schwan2022-04-071-11/+20
|\ \ \
| * | | Fetch status in heartbeat controller only onceCarl Schwan2022-04-071-11/+20
| |/ /
* | | Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry2022-04-062-4/+8
|\ \ \
| * | | Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-052-4/+8
* | | | optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-1/+12
* | | | allow getting mounts by providersRobin Appelman2022-04-041-2/+2
| |/ / |/| |
* | | Add a built-in profiler inside NextcloudCarl Schwan2022-04-045-0/+417
| |/ |/|
* | Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-0/+18
* | Add missing PHPDoc in InvalidateMountCacheEventVincent Petry2022-03-241-0/+10
* | Apply suggestions from code reviewRobin Appelman2022-03-241-1/+1
* | fix method nameRobin Appelman2022-03-241-1/+1
* | add logic to perform a full filesystem setup when neededRobin Appelman2022-03-241-0/+45
* | update cached mounts when only specific providers have been setupRobin Appelman2022-03-241-1/+2
* | allow getting mounts by providerRobin Appelman2022-03-241-0/+10
* | allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-241-0/+23
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-0/+39
|\ \ | |/ |/|
| * Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-231-0/+39
* | Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan2022-03-181-0/+30
|\ \
| * | Send images to imaginary docker to generate previewsVincent Petry2022-03-171-0/+30
* | | Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan2022-03-181-0/+5
|\ \ \
| * | | Do chuncked job deletionCarl Schwan2022-03-171-0/+5
* | | | Add example to DocBlockChristopher Ng2022-03-171-0/+34
* | | | Add method to set all account properties from jsonChristopher Ng2022-03-171-0/+9
|/ / /
* | | Fix autoloader and phpdoc for new classCôme Chilliet2022-03-142-0/+4
* | | Improve wording of pathExists descriptionCôme Chilliet2022-03-141-1/+1
* | | Add getOriginalUid in IImportSource to simplify code when importing under ano...Côme Chilliet2022-03-141-0/+8
* | | Add pathExists method to IImportSource to test if a path exists in the archiveCôme Chilliet2022-03-141-0/+7
* | | Move UserMigrationException to OCP and add @throws documentationCôme Chilliet2022-03-142-0/+32