summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb2021-03-302-0/+130
|\ | | | | Add real events for enabled 2fa providers for users
| * Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-222-0/+130
| | | | | | | | | | | | | | * Shiny new events * Listener to still emit the old event Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-302-2/+2
|\ \ | | | | | | getRelativePath can return null
| * | getStorage can also return nullRobin Appelman2021-03-241-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | getRelativePath can return nullRobin Appelman2021-03-241-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Map old account scope properties to new namesVincent Petry2021-03-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Add new v2-private account scopeVincent Petry2021-03-261-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new v2-private account manager scope that restricts the scope further by excluding public link access. Avatars with v2-private account scope are now showing the guest avatar instead of the real avatar. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #26308 from ↵Roeland Jago Douma2021-03-261-2/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enhancement/timed-job-interval-description Document that the TimedJob interval is in seconds
| * | | Document that the TimedJob interval is in secondsChristoph Wurst2021-03-261-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #26281 from hosting-de/fix/emailRoeland Jago Douma2021-03-261-2/+2
|\ \ \ \ | |/ / / |/| | | Change my email address
| * | | Change my email addressJohannes Leuker2021-03-241-2/+2
| |/ / | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* / / Make debugging easier which header is being setJoas Schilling2021-03-241-3/+3
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26198 from nextcloud/unified-search-nodeMorris Jobke2021-03-222-1/+13
|\ \ | |/ |/| Handle limit offset and sorting in files search
| * handle ordering in folder searchRobin Appelman2021-03-191-0/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-181-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-221-1/+1
| | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-11/+11
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25676 from nextcloud/drop/utl-is-ieMorris Jobke2021-03-171-10/+0
|\ \ | | | | | | Drop \OCP\Util::isIe
| * | Drop \OCP\Util::isIeChristoph Wurst2021-03-091-10/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #26161 from ↵Joas Schilling2021-03-174-3/+58
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bugfix/noid/improve-matching-of-phonebook-searches Improve search results when only phonebook-matches can we autocompleted
| * | Fix parameter types in docsJoas Schilling2021-03-171-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-173-1/+56
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-121-0/+11
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-101-0/+8
| | | | | | | | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+8
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #25533 from nextcloud/resend-share-notifications-on-recreateRoeland Jago Douma2021-03-091-0/+50
|\ | | | | send share notification instead of erroring on duplicate share
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-091-0/+50
| | | | | | | | | | | | when creating a share that already exists, instead of erroring, resend the notifications Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #25677 from nextcloud/drop/cache-factory-createRoeland Jago Douma2021-03-091-12/+0
|\ \ | |/ |/| Drop \OC\Memcache\Factory::create
| * Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-161-12/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-091-1/+1
| | | | | | | | | | | | | | * Some implementations might check for different things * IT will not change how the current ones work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25997 from nextcloud/techdept/psalm/redundantcastLukas Reschke2021-03-081-1/+1
|\ \ | | | | | | Fix some redundant casts
| * | Fix some redundant castsRoeland Jago Douma2021-03-081-1/+1
| | | | | | | | | | | | | | | | | | Happier psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLNameRoeland Jago Douma2021-03-081-0/+1
|\ \ \ | |/ / |/| | Deprecate getHTMLName on \OCP\Defaults
| * | Deprecate getHTMLName on \OCP\DefaultsJulius Härtl2021-03-051-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #25928 from nextcloud/enh/contactsmenu/entryChristoph Wurst2021-03-051-5/+5
|\ \ \ | | | | | | | | Type Entry and IEntry
| * | | Type Entry and IEntryRoeland Jago Douma2021-03-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed a docblock * Typed the entries Psalm happier, Roeland happier Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-051-0/+10
|\ \ \ \ | |_|/ / |/| | | Migrate custom loggers to PSR
| * | | Migrate custom loggers to PSRChristoph Wurst2021-02-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | This will help phase out the deprecated ILogger interface. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-0/+44
|\ \ \ \ | | | | | | | | | | Show group backends in occ group:list --info and group:info
| * | | | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-0/+44
| |/ / / | | | | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-051-2/+2
|\ \ \ \ | | | | | | | | | | catch notfound and forbidden exception in smb::getmetadata
| * | | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove Redundantcasts
| * | | | | Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-041-4/+4
| |/ / / |/| | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+23
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Names shamelessly copied from Doctrine itself. Internally it is still using the same flow. But I added some checks around it. This should make static analysis a bit more happy. Which in turn makes me more happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-032-52/+4
|\ \ \ | | | | | | | | Remove deprecated \OCP\API
| * | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-032-52/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time to remove this forgood now. Remaining constant moved over The world is a tiny bit better Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25889 from ↵Roeland Jago Douma2021-03-031-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/techdept/psalm/fix_group_manager_function_return_type Fix types in the Group Manager
| * | | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Psalm found an issue. However the issue found was because of lying docblocks. Fixed those and did some typing to make it all better. For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>