Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #23044 from nextcloud/migration-10.5 | Roeland Jago Douma | 2020-12-10 | 13 | -2/+617 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make sure the migrations table schema is always checked | Julius Härtl | 2020-12-09 | 2 | -1/+2 | |
| * | | | | | | Properly migrate from new owncloud avatar location | Julius Härtl | 2020-12-09 | 1 | -73/+42 | |
| * | | | | | | Dump autoloader | Julius Härtl | 2020-12-09 | 2 | -14/+14 | |
| * | | | | | | Readd repair steps that are relevant when migrating from ownCloud | Julius Härtl | 2020-12-09 | 9 | -0/+629 | |
| * | | | | | | Allow major/minor match for owncloud version | Julius Härtl | 2020-12-09 | 1 | -1/+4 | |
| * | | | | | | Avoid checking for brute force protection capabilities when upgrading | Julius Härtl | 2020-12-09 | 1 | -0/+4 | |
| * | | | | | | Drop fk constraints on locks table | Julius Härtl | 2020-12-09 | 1 | -0/+9 | |
* | | | | | | | Merge pull request #24605 from nextcloud/enh/share-deck | Roeland Jago Douma | 2020-12-10 | 6 | -0/+69 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Address minor comments | Julius Härtl | 2020-12-09 | 2 | -2/+4 | |
| * | | | | | | Add internal DECK_USER type to allow unsharing for individual users | Julius Härtl | 2020-12-09 | 1 | -0/+5 | |
| * | | | | | | Introduce deck share type to ShareAPIController | Julius Härtl | 2020-12-09 | 1 | -0/+11 | |
| * | | | | | | Dummy general share checks for deck | Julius Härtl | 2020-12-09 | 1 | -0/+1 | |
| * | | | | | | Let sharees endpoint properly handle deck shares | Julius Härtl | 2020-12-09 | 1 | -0/+4 | |
| * | | | | | | Add share type for deck | Julius Härtl | 2020-12-09 | 2 | -0/+7 | |
| * | | | | | | Allow apps to register their share providers from outside | Julius Härtl | 2020-12-09 | 4 | -0/+39 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 4 | -24/+28 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #24398 from nextcloud/fix/do-not-update-incompatible-app | Joas Schilling | 2020-12-09 | 2 | -1/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | Do not update incompatible apps | Christoph Wurst | 2020-12-04 | 2 | -1/+10 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #24598 from nextcloud/techdebt/noid/wrap-the-exception-to-... | Joas Schilling | 2020-12-08 | 1 | -1/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make debugging migration exceptions easier | Joas Schilling | 2020-12-07 | 1 | -1/+8 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #24486 from nextcloud/feature/noid/phone-number-validation | Joas Schilling | 2020-12-08 | 7 | -10/+237 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix PHP code style | Joas Schilling | 2020-12-08 | 1 | -1/+1 | |
| * | | | | | Add a repairstep to validate the phone numbers | Joas Schilling | 2020-12-07 | 4 | -1/+94 | |
| * | | | | | Make the throwing optional, so background tasks don't break | Joas Schilling | 2020-12-07 | 1 | -3/+11 | |
| * | | | | | Add a config for default region of phone numbers | Joas Schilling | 2020-12-07 | 1 | -12/+36 | |
| * | | | | | Also translate the phone number when coming in via the accounts manager API d... | Joas Schilling | 2020-12-07 | 1 | -2/+26 | |
| * | | | | | Add an endpoint to search for accounts based on phone number | Joas Schilling | 2020-12-07 | 2 | -0/+30 | |
| * | | | | | Add a database table for the accounts data so we can search it better | Joas Schilling | 2020-12-07 | 3 | -2/+49 | |
| * | | | | | Make code strict | Joas Schilling | 2020-12-07 | 2 | -5/+6 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #23780 from nextcloud/enh/ci/php8 | Roeland Jago Douma | 2020-12-08 | 3 | -5/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | GD images | Roeland Jago Douma | 2020-12-07 | 1 | -2/+15 | |
| * | | | | | fix appconfig tests | Roeland Jago Douma | 2020-12-07 | 1 | -2/+2 | |
| * | | | | | Fix locking logic | Roeland Jago Douma | 2020-12-07 | 1 | -1/+1 | |
| |/ / / / | ||||||
* / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-08 | 2 | -0/+2 | |
|/ / / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-07 | 4 | -0/+4 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 2 | -0/+2 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-05 | 4 | -0/+4 | |
|/ / / | ||||||
* | | | Merge pull request #24552 from nextcloud/enh/remember_me_is_not_app_password | Roeland Jago Douma | 2020-12-04 | 1 | -2/+12 | |
|\ \ \ | ||||||
| * | | | Fix typo | Morris Jobke | 2020-12-04 | 1 | -1/+1 | |
| * | | | Remember me is not an app_password | Roeland Jago Douma | 2020-12-04 | 1 | -2/+12 | |
* | | | | Merge pull request #24550 from nextcloud/enh/fix/new_session_id_if_decrypt_fails | Morris Jobke | 2020-12-04 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Generate a new session id if the decrypting the session data fails | Roeland Jago Douma | 2020-12-04 | 1 | -0/+1 | |
| |/ / / | ||||||
* | | | | Don't log params of imagecreatefromstring | Vincent Petry | 2020-12-04 | 1 | -0/+3 | |
* | | | | Merge pull request #24474 from nextcloud/enhancement/unified-search-result-at... | Christoph Wurst | 2020-12-04 | 1 | -0/+21 | |
|\ \ \ \ | ||||||
| * | | | | Allow unified search results to have attributes | Christoph Wurst | 2020-12-03 | 1 | -0/+21 | |
| |/ / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-04 | 12 | -0/+12 | |
* | | | | Fix the download of multiple files from the webUI | Roeland Jago Douma | 2020-12-03 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #24498 from nextcloud/enhancement/nextcloud-log-normalizer | Joas Schilling | 2020-12-03 | 1 | -2/+1 | |
|\ \ \ | ||||||
| * | | | Replace abandoned log normalizer with our fork | Christoph Wurst | 2020-12-03 | 1 | -2/+1 |