summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Move background job to DIRoeland Jago Douma2021-03-051-5/+10
* Move admin_audit to LoggerInterfaceRoeland Jago Douma2021-03-052-23/+20
* Merge pull request #25932 from nextcloud/bugfix/noid/fix-fed-share-add-to-ncRoeland Jago Douma2021-03-051-1/+1
|\
| * Skip empty obsolete owner when adding to own NCVincent Petry2021-03-041-1/+1
* | Merge pull request #25870 from nextcloud/techdept/settings/move_group_activit...Joas Schilling2021-03-056-99/+202
|\ \
| * | Move group activities to eventsRoeland Jago Douma2021-03-036-99/+202
| |/
* | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-051-2/+3
|\ \
| * | Migrate WFE to the new PSR loggerChristoph Wurst2021-02-111-2/+3
* | | Fixed error after merge in UsersControllerRoeland Jago Douma2021-03-051-5/+6
* | | Merge pull request #25589 from nextcloud/provisioning-api-invalid-argumentRoeland Jago Douma2021-03-051-0/+7
|\ \ \
| * | | forward invalid argument message to frontend when creating a user failsRobin Appelman2021-02-111-0/+7
| |/ /
* | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-051-1/+11
|\ \ \
| * | | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-1/+11
* | | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-053-3/+9
|\ \ \ \
| * | | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-043-3/+9
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-056-2/+22
|/ / / /
* | | | Merge pull request #25927 from nextcloud/enh/sharebymail/set_expiration_on_cr...Christoph Wurst2021-03-042-3/+12
|\ \ \ \
| * | | | Sharebymail: set expiration on creationRoeland Jago Douma2021-03-042-3/+12
* | | | | Activity: show if files are hidden or notRoeland Jago Douma2021-03-041-2/+38
|/ / / /
* | | | Merge pull request #25881 from nextcloud/techdept/psalm/sharespluginRoeland Jago Douma2021-03-041-19/+41
|\ \ \ \
| * | | | Fix the SharesPluginRoeland Jago Douma2021-03-021-19/+41
* | | | | Merge pull request #25912 from nextcloud/techdept/psalm/sharedstorage_some_typesChristoph Wurst2021-03-041-22/+23
|\ \ \ \ \
| * | | | | Add some typing to SharedStorageRoeland Jago Douma2021-03-041-22/+23
* | | | | | Add appconfig to always show the unique label of a shareeJulius Härtl2021-03-045-4/+16
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-0446-140/+288
* | | | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-035-20/+23
|\ \ \ \ \
| * | | | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-035-20/+23
* | | | | | Merge pull request #25889 from nextcloud/techdept/psalm/fix_group_manager_fun...Roeland Jago Douma2021-03-031-1/+1
|\ \ \ \ \ \
| * | | | | | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-1/+1
* | | | | | | Merge pull request #25805 from nextcloud/bugfix/23468/clear-share-after-selectJulius Härtl2021-03-033-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Clear multiselect after selection in share panelVincent Petry2021-03-033-3/+3
* | | | | | | Merge pull request #25896 from nextcloud/techdept/qbmapperRoeland Jago Douma2021-03-032-13/+10
|\ \ \ \ \ \ \
| * | | | | | | Move DirectMapper to QBMapperRoeland Jago Douma2021-03-032-13/+10
| |/ / / / / /
* | | | | | | Merge pull request #25902 from nextcloud/techdept/psalm/loggerinterface/part2Roeland Jago Douma2021-03-034-43/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-024-43/+49
* | | | | | | Merge pull request #25892 from nextcloud/techdept/initialstate/part1Roeland Jago Douma2021-03-036-45/+29
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Move some settings over to the IInitialStateRoeland Jago Douma2021-03-026-45/+29
* | | | | | | Merge pull request #25895 from nextcloud/techdept/psalm/pimp_sharingcheckmidd...Roeland Jago Douma2021-03-031-16/+9
|\ \ \ \ \ \ \
| * | | | | | | Pimp sharingcheckmiddlewareRoeland Jago Douma2021-03-021-16/+9
| |/ / / / / /
* | | | | | | Merge pull request #25818 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.21Roeland Jago Douma2021-03-0320-30/+30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Bump lodash from 4.17.20 to 4.17.21dependabot-preview[bot]2021-03-0220-30/+30
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-0328-20/+162
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #25860 from nextcloud/fix/noid/ldap-bind-expiredblizzz2021-03-021-3/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | do not die after LDAP auth failed with expired accArthur Schiwon2021-03-011-3/+6
* | | | | | Merge pull request #25884 from nextcloud/techdept/psalm/no_castRoeland Jago Douma2021-03-021-2/+2
|\ \ \ \ \ \
| * | | | | | Remove redundant castsRoeland Jago Douma2021-03-021-2/+2
| | |_|/ / / | |/| | | |
* / | | | | Update autoloader filesRoeland Jago Douma2021-03-0225-50/+100
|/ / / / /
* | | | | Merge pull request #25862 from nextcloud/techdept/psalm/some_loggersRoeland Jago Douma2021-03-026-26/+31
|\ \ \ \ \
| * | | | | Move away some ILoggersRoeland Jago Douma2021-03-026-26/+31
* | | | | | Merge pull request #25568 from nextcloud/move-storage-disable-cacheRobin Appelman2021-03-022-8/+80
|\ \ \ \ \ \