summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-0512-14/+401
|\ | | | | Show group backends in occ group:list --info and group:info
| * Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-0112-14/+401
| | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-0510-25/+15
|\ \ | | | | | | catch notfound and forbidden exception in smb::getmetadata
| * | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-0410-25/+15
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #25725 from lmamane/masterRoeland Jago Douma2021-03-051-1/+1
|\ \ \ | | | | | | | | token login: emit preLogin event with LoginName
| * | | make php-cs-fixer happyLionel Elie Mamane2021-02-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
| * | | token login: emit preLogin event with LoginNameLionel Elie Mamane2021-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | to bring it in line with normal (non-token) login. Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
* | | | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-053-4/+4
|\ \ \ \ | | | | | | | | | | Remove Redundantcasts
| * | | | Remove RedundantcastsRoeland Jago Douma2021-03-043-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25942 from ↵Roeland Jago Douma2021-03-051-24/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-03-051-24/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-0520-10/+136
| | | | |
* | | | | Merge pull request #25941 from nextcloud/techdept/CompositeExpressionJoas Schilling2021-03-042-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | Type CompositeExpression and ICompositeExpression
| * | | | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-042-9/+9
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25927 from ↵Christoph Wurst2021-03-042-3/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/sharebymail/set_expiration_on_creation Sharebymail: set expiration on creation
| * | | | Sharebymail: set expiration on creationRoeland Jago Douma2021-03-042-3/+12
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25926 from nextcloud/enh/activity/hidden_filesVincent Petry2021-03-041-2/+38
|\ \ \ \ | | | | | | | | | | Activity: show if files are hidden or not
| * | | | Activity: show if files are hidden or notRoeland Jago Douma2021-03-041-2/+38
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #23665 from nextcloud/enh/querybuilder/execute_query_updateRoeland Jago Douma2021-03-042-0/+60
|\ \ \ \ | |/ / / |/| | | Add executeQuery and executeUpdate
| * | | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-042-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #25881 from nextcloud/techdept/psalm/sharespluginRoeland Jago Douma2021-03-041-19/+41
|\ \ \ \ | | | | | | | | | | Fix the SharesPlugin
| * | | | Fix the SharesPluginRoeland Jago Douma2021-03-021-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another attempt to fix all the typing and handling in the sharesplugin. In short we should probably have a lot more type hinting in several places. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25912 from nextcloud/techdept/psalm/sharedstorage_some_typesChristoph Wurst2021-03-042-27/+27
|\ \ \ \ \ | | | | | | | | | | | | Add some typing to SharedStorage
| * | | | | Add some typing to SharedStorageRoeland Jago Douma2021-03-042-27/+27
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Makes psalm a bit more happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25915 from ↵blizzz2021-03-045-4/+16
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/option-always-show-unique-label Add appconfig to always show the unique label of a sharee
| * | | | Add appconfig to always show the unique label of a shareeJulius Härtl2021-03-045-4/+16
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #25923 from ↵Roeland Jago Douma2021-03-041-39/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | Update psalm baselineNextcloud-PR-Bot2021-03-041-39/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-0462-180/+388
| | | |
* | | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-0316-98/+50
|\ \ \ \ | | | | | | | | | | Remove deprecated \OCP\API
| * | | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-0316-98/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-036-11/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdept/psalm/fix_group_manager_function_return_type Fix types in the Group Manager
| * | | | | Fix types in the Group ManagerRoeland Jago Douma2021-03-036-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #25805 from nextcloud/bugfix/23468/clear-share-after-selectJulius Härtl2021-03-033-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Clear multiselect after selection in share panel
| * | | | | Clear multiselect after selection in share panelVincent Petry2021-03-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #25896 from nextcloud/techdept/qbmapperRoeland Jago Douma2021-03-032-13/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move DirectMapper to QBMapper
| * | | | | | Move DirectMapper to QBMapperRoeland Jago Douma2021-03-032-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mapper has been deprecated for some time now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #25902 from nextcloud/techdept/psalm/loggerinterface/part2Roeland Jago Douma2021-03-034-43/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | LoggerInterface for provisioning API Controllers
| * | | | | | LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-024-43/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sweep swoop swaap swuup away with the deprecated stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #25890 from nextcloud/techdept/psalm/check_input_commandLukas Reschke2021-03-031-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Check command input
| * | | | | | | Check command inputRoeland Jago Douma2021-03-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For #25839 We should check this else it crashed hard. Better to be gracefull. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-036-77/+79
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Type the experssionbuilders
| * | | | | | | Type the experssionbuildersRoeland Jago Douma2021-03-036-77/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #25816 from nextcloud/iquerybuilder-join-conditionsJoas Schilling2021-03-032-9/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | allow non string join conditions in query builder
| * | | | | | | | allow non string join conditions in query builderRobin Appelman2021-03-032-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #25882 from nextcloud/bug/25748/filter-other-tablesRoeland Jago Douma2021-03-031-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Filter out tables that does not belong to Nextcloud
| * | | | | | | | | Filter tables with other table prefixDaniel Kesselberg2021-03-021-4/+4
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | Merge pull request #25892 from nextcloud/techdept/initialstate/part1Roeland Jago Douma2021-03-036-45/+29
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Move some settings over to the IInitialState
| * | | | | | | | Move some settings over to the IInitialStateRoeland Jago Douma2021-03-026-45/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old one has been deprecated. Part one of many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #25850 from nextcloud/techdept/js/timezonedetectRoeland Jago Douma2021-03-0317-18/+16
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Kill jstimezonedetect from bundle