summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some psalm warningsJoas Schilling2021-03-101-17/+22
* Provisioning API to IBootstrapRoeland Jago Douma2021-03-101-6/+13
* Merge pull request #25930 from nextcloud/techdept/psalm/25839/RedundantProper...Roeland Jago Douma2021-03-094-7/+7
|\
| * Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-094-7/+7
* | Merge pull request #26004 from nextcloud/enh/publicsharecontroller/isauthenti...Roeland Jago Douma2021-03-092-20/+36
|\ \
| * | Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-092-20/+36
| |/
* | Merge pull request #25998 from nextcloud/techdept/psalm/personalsettingsRoeland Jago Douma2021-03-092-8/+8
|\ \
| * | Fix some types in the Settings Personal pagesRoeland Jago Douma2021-03-082-8/+8
* | | Merge pull request #25970 from nextcloud/dependabot/npm_and_yarn/nextcloud/vu...Roeland Jago Douma2021-03-094-33/+14
|\ \ \ | |_|/ |/| |
| * | Bump @nextcloud/vue-dashboard from 1.0.1 to 1.1.0dependabot-preview[bot]2021-03-084-33/+14
* | | Merge pull request #26018 from nextcloud-pr-bot/automated/noid/psalm-baseline...Roeland Jago Douma2021-03-091-18/+1
|\ \ \
| * | | Update psalm baselineNextcloud-PR-Bot2021-03-091-18/+1
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-03-0924-20/+176
* | | Merge pull request #26012 from nextcloud/dependabot/npm_and_yarn/elliptic-6.5.4Roeland Jago Douma2021-03-083-14/+14
|\ \ \
| * | | [Security] Bump elliptic from 6.5.3 to 6.5.4dependabot-preview[bot]2021-03-083-14/+14
* | | | Merge pull request #25839 from nextcloud/dependabot/composer/vimeo/psalm-4.6.2Christoph Wurst2021-03-082-116/+258
|\ \ \ \
| * | | | Update baselineRoeland Jago Douma2021-03-081-38/+67
| * | | | Bump vimeo/psalm from 4.2.1 to 4.6.2dependabot-preview[bot]2021-03-081-78/+191
* | | | | Merge pull request #26005 from nextcloud/techdept/psalm/fix_invalid_checkRoeland Jago Douma2021-03-081-4/+0
|\ \ \ \ \
| * | | | | Fix invalid check after constructing DateTimeRoeland Jago Douma2021-03-081-4/+0
| |/ / / /
* | | | | Merge pull request #26007 from nextcloud/docs/config/session_lifetimeRoeland Jago Douma2021-03-081-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add hint about possible limit when setting a session_lifetimeJulius Härtl2021-03-081-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #25996 from nextcloud/dependabot/composer/sabre/dav-4.1.5Lukas Reschke2021-03-081-0/+0
|\ \ \ \
| * | | | Bump sabre/dav from 4.1.4 to 4.1.5Christoph Wurst2021-03-081-0/+0
| |/ / /
* | | | Merge pull request #25960 from nextcloud/techdept/admin_auditLukas Reschke2021-03-0814-77/+82
|\ \ \ \ | |_|/ / |/| | |
| * | | Add return type to functionsRoeland Jago Douma2021-03-0814-53/+56
| * | | 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 #25910 from nextcloud/enh/allow_login_blockRoeland Jago Douma2021-03-086-3/+28
|\ \ \ \
| * | | | Allow admins to disable the login formRoeland Jago Douma2021-03-086-3/+28
|/ / / /
* | | | Merge pull request #25997 from nextcloud/techdept/psalm/redundantcastLukas Reschke2021-03-083-7/+3
|\ \ \ \
| * | | | Fix some redundant castsRoeland Jago Douma2021-03-083-7/+3
* | | | | Merge pull request #25990 from nextcloud/do-not-try-to-add-an-existing-user-a...kesselb2021-03-081-7/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove unneeded steps to add already existing userDaniel Calviño Sánchez2021-03-071-5/+0
| * | | | Fix acceptance test for searching just added users in contacts menuDaniel Calviño Sánchez2021-03-071-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStoreRoeland Jago Douma2021-03-082-20/+19
|\ \ \ \
| * | | | Pimp ActionProviderStoreRoeland Jago Douma2021-03-042-20/+19
* | | | | Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLNameRoeland Jago Douma2021-03-081-0/+1
|\ \ \ \ \
| * | | | | Deprecate getHTMLName on \OCP\DefaultsJulius Härtl2021-03-051-0/+1
* | | | | | Merge pull request #25975 from nextcloud/add-missing-waits-and-asserts-in-acc...Roeland Jago Douma2021-03-086-53/+158
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Find directly the label instead of falling back to itDaniel Calviño Sánchez2021-03-061-8/+1
| * | | | | Assert also element visibility instead of just finding itDaniel Calviño Sánchez2021-03-061-4/+12
| * | | | | Add explicit locator for "Enable all" bundle buttonDaniel Calviño Sánchez2021-03-061-5/+7
| * | | | | Find elements through the actor rather than the driverDaniel Calviño Sánchez2021-03-061-4/+30
| * | | | | Add locator for apps listDaniel Calviño Sánchez2021-03-061-4/+16
| * | | | | Fix identationDaniel Calviño Sánchez2021-03-061-14/+14
| * | | | | Fix delete user acceptance testDaniel Calviño Sánchez2021-03-062-1/+2
| * | | | | Verify WaitFor::element... results with an assertionDaniel Calviño Sánchez2021-03-055-11/+74
| * | | | | Add missing waits when finding elements in the acceptance testsDaniel Calviño Sánchez2021-03-053-7/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #25988 from nextcloud/ci/fixup/actionRoeland Jago Douma2021-03-081-0/+13
|\ \ \ \ \