summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-161-2/+2
|\
| * Make $vars and $secureRandom required.Daniel Kesselberg2020-12-101-2/+2
* | Merge pull request #24659 from nextcloud/enh/noid/dav-honour-sharing.maxAutoc...Roeland Jago Douma2020-12-162-3/+5
|\ \
| * | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-152-3/+5
* | | Do not include non-required scripts on the upgrade pageJulius Härtl2020-12-151-1/+1
* | | Merge pull request #24488 from zzkt/patch-1Julius Härtl2020-12-151-0/+13
|\ \ \
| * | | repair text/org MIME typesnik gaffney2020-12-111-0/+13
* | | | Merge pull request #24683 from doc75/federation_confidentialityJulius Härtl2020-12-151-1/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | [Fix #24682]: ensure federation cloud id is retruned if FN property not foundGuillaume Virlet2020-12-131-1/+7
* | | | Merge pull request #23017 from nextcloud/enh/distinguish-usersJulius Härtl2020-12-143-1/+10
|\ \ \ \
| * | | | Show unique displayname context in the sharing inputJulius Härtl2020-12-143-1/+10
* | | | | Merge pull request #24631 from nextcloud/bugfix/noid/prevent-select-asterix-a...Joas Schilling2020-12-141-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
* | | | | Add sanitizers for JSON outputLukas Reschke2020-12-112-0/+3
| |/ / / |/| | |
* | | | Merge pull request #24416 from nextcloud/fix/app-store-check-php-compatRoeland Jago Douma2020-12-101-7/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
* | | | Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-1011-2/+603
|\ \ \ \
| * | | | Make sure the migrations table schema is always checkedJulius Härtl2020-12-092-1/+2
| * | | | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
| * | | | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-097-0/+615
| * | | | Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
| * | | | Avoid checking for brute force protection capabilities when upgradingJulius Härtl2020-12-091-0/+4
| * | | | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
| | |/ / | |/| |
* | | | Address minor commentsJulius Härtl2020-12-091-1/+2
* | | | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-0/+11
* | | | Dummy general share checks for deckJulius Härtl2020-12-091-0/+1
* | | | Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+4
* | | | Add share type for deckJulius Härtl2020-12-091-0/+2
* | | | Allow apps to register their share providers from outsideJulius Härtl2020-12-092-0/+27
|/ / /
* | | Merge pull request #24398 from nextcloud/fix/do-not-update-incompatible-appJoas Schilling2020-12-092-1/+10
|\ \ \
| * | | Do not update incompatible appsChristoph Wurst2020-12-042-1/+10
| |/ /
* | | Merge pull request #24598 from nextcloud/techdebt/noid/wrap-the-exception-to-...Joas Schilling2020-12-081-1/+8
|\ \ \
| * | | Make debugging migration exceptions easierJoas Schilling2020-12-071-1/+8
| |/ /
* | | Merge pull request #24486 from nextcloud/feature/noid/phone-number-validationJoas Schilling2020-12-084-10/+222
|\ \ \
| * | | Fix PHP code styleJoas Schilling2020-12-081-1/+1
| * | | Add a repairstep to validate the phone numbersJoas Schilling2020-12-072-1/+92
| * | | Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-3/+11
| * | | Add a config for default region of phone numbersJoas Schilling2020-12-071-12/+36
| * | | Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-2/+26
| * | | Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+19
| * | | Add a database table for the accounts data so we can search it betterJoas Schilling2020-12-071-2/+47
| * | | Make code strictJoas Schilling2020-12-072-5/+6
| |/ /
* | | GD imagesRoeland Jago Douma2020-12-071-2/+15
* | | fix appconfig testsRoeland Jago Douma2020-12-071-2/+2
* | | Fix locking logicRoeland Jago Douma2020-12-071-1/+1
|/ /
* | Merge pull request #24552 from nextcloud/enh/remember_me_is_not_app_passwordRoeland Jago Douma2020-12-041-2/+12
|\ \
| * | Fix typo Morris Jobke2020-12-041-1/+1
| * | Remember me is not an app_passwordRoeland Jago Douma2020-12-041-2/+12
* | | Merge pull request #24550 from nextcloud/enh/fix/new_session_id_if_decrypt_failsMorris Jobke2020-12-041-0/+1
|\ \ \
| * | | Generate a new session id if the decrypting the session data failsRoeland Jago Douma2020-12-041-0/+1
| |/ /