aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04571-1314/+480
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Escape filename in Content-DispositionLukas Reschke2021-06-021-6/+2
| | | | | | We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #27117 from nextcloud/fix/add-exception-doc-to-qbmapperkesselb2021-05-261-7/+17
|\ | | | | Add DB exception '@throws' tag to QBMapper PHPDoc
| * Add DB exception throws tag to QBMapper PHPDocAnna Larch2021-05-261-7/+17
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #27035 from ↵blizzz2021-05-252-2/+17
|\ \ | | | | | | | | | | | | nextcloud/techdebt/26866/userscontroller-accountmanager-api do not use private AccountManager in UsersController
| * | do not use private AccountManager in UsersControllerArthur Schiwon2021-05-252-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | - extends IAccountProperty for verificationData getters and setters - implementation thereof ^ - and of course adaption of UsersController Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | executeUpdate is also deprecatedLukas Reschke2021-05-251-1/+1
| | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/server/blob/1089ad5d9e74a0cfd3b48ed1514f23be40fe6d45/lib/private/DB/QueryBuilder/QueryBuilder.php#L312-L323 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-251-0/+30
|\ \ \ | |/ / |/| | Add commands to manage tags via OCC
| * | Add commands to manage tags via OCCJohannes Leuker2021-05-251-0/+30
| | | | | | | | | | | | | | | | | | list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-0/+48
|\ \ \ | | | | | | | | Add option to exclude groups from creating link shares
| * | | update public interface with new methodsRobin Appelman2021-05-121-0/+48
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke2021-05-211-85/+0
|\ \ \ \ | | | | | | | | | | Drop \OCP\User
| * | | | Drop \OCP\UserChristoph Wurst2021-05-211-85/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #27032 from nextcloud/bugfix/noid/log-rotation-errorblizzz2021-05-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix filesize error on log rotation, if file does not exist
| * | | | | typodartcafe2021-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | fix #25813dartcafe2021-05-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
* / / / / Rename External storages to External storageszaimen2021-05-202-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma2021-05-184-21/+34
|\ \ \ \ | |/ / / |/| | | Make Security module strict
| * | | Make Security module strictJ0WI2021-04-194-21/+34
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-0/+3
| |_|/ |/| | | | | | | | | | | | | | the auto-fallback to v2-local is removed as well to react on wrong input Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #26848 from ↵Morris Jobke2021-05-072-3/+12
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-datetime-support-to-qbmapper Add datetime support to QBMapper
| * | | Add datetime support to QBMapperJoas Schilling2021-05-012-3/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-052-7/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Because executeUpdate wasn't a great name. And in DBAL they also use executeStatement more consistently now. Ref https://github.com/doctrine/dbal/issues/4607 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-284-17/+29
|\ \ \ | | | | | | | | Some more strict_types
| * | | Some more strict_typesJ0WI2021-04-264-17/+29
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Add geo location as ROS typeJoas Schilling2021-04-261-0/+31
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | remove undefined parameter, add descriptionArthur Schiwon2021-04-221-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-0/+10
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | ignore mail shares of related remote share resultsArthur Schiwon2021-04-201-0/+8
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Deprecate the old wayRoeland Jago Douma2021-04-161-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-161-0/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix versionJoas Schilling2021-04-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move to another namespace and class nameJoas Schilling2021-04-091-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow apps to log actions into the audit_logJoas Schilling2021-04-091-0/+85
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #26394 from nextcloud/feature/noid/updatable-account-dataJulius Härtl2021-04-011-0/+10
|\ | | | | Allow apps to write/update account data
| * Allow apps to write/update account dataJoas Schilling2021-03-311-0/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-311-1/+9
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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>