Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a config for default region of phone numbers | Joas Schilling | 2020-12-07 | 7 | -14/+125 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an integration test for the phone search API | Joas Schilling | 2020-12-07 | 2 | -4/+65 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also translate the phone number when coming in via the accounts manager API ↵ | Joas Schilling | 2020-12-07 | 4 | -28/+43 |
| | | | | | | directly Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an endpoint to search for accounts based on phone number | Joas Schilling | 2020-12-07 | 5 | -3/+112 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a database table for the accounts data so we can search it better | Joas Schilling | 2020-12-07 | 5 | -3/+125 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Validate and standardize the phone number on saving | Joas Schilling | 2020-12-07 | 1 | -2/+34 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Display errors that happen on saving | Joas Schilling | 2020-12-07 | 2 | -2/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump 3rdparty to include giggsey/libphonenumber-for-php | Joas Schilling | 2020-12-07 | 1 | -0/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also return the phone number and twitter handle on the API | Joas Schilling | 2020-12-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make code strict | Joas Schilling | 2020-12-07 | 14 | -236/+240 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-07 | 28 | -42/+104 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 32 | -22/+84 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-05 | 30 | -6/+48 |
| | |||||
* | Merge pull request #24552 from nextcloud/enh/remember_me_is_not_app_password | Roeland Jago Douma | 2020-12-04 | 1 | -2/+12 |
|\ | | | | | Remember me is not an app_password | ||||
| * | Fix typo | Morris Jobke | 2020-12-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Remember me is not an app_password | Roeland Jago Douma | 2020-12-04 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | While technically they are stored the same. This session variable is used to indicate that a user is using an app password to authenticate. Like from a client. Or when having it generated automatically. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | 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 | ||||
| * | | Generate a new session id if the decrypting the session data fails | Roeland Jago Douma | 2020-12-04 | 1 | -0/+1 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #24545 from nextcloud/bugfix/noid/force-composerv2 | Joas Schilling | 2020-12-04 | 1 | -1/+1 |
|\ \ | | | | | | | Always install composer v2 | ||||
| * | | Always install composer v2 | Julius Härtl | 2020-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #24543 from nextcloud/bugfix/noid/dont-log-image-as-string | Morris Jobke | 2020-12-04 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Don't log params of imagecreatefromstring | ||||
| * | | Don't log params of imagecreatefromstring | Vincent Petry | 2020-12-04 | 1 | -0/+3 |
|/ / | | | | | | | | | | | To prevent flooding the log with actual image data. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | Merge pull request #24474 from ↵ | Christoph Wurst | 2020-12-04 | 2 | -1/+25 |
|\ \ | | | | | | | | | | | | | nextcloud/enhancement/unified-search-result-attributes Allow unified search results to have attributes | ||||
| * | | Add attributes to file search results | Christoph Wurst | 2020-12-03 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | Allow unified search results to have attributes | Christoph Wurst | 2020-12-03 | 1 | -0/+21 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-04 | 34 | -0/+34 |
| | | | |||||
* | | | Merge pull request #24535 from nextcloud/fix/multiple_file_download | Roeland Jago Douma | 2020-12-03 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Fix the download of multiple files from the webUI | ||||
| * | | Fix the download of multiple files from the webUI | Roeland Jago Douma | 2020-12-03 | 1 | -0/+1 |
| |/ | | | | | | | | | | | needed a setupFS call Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #24358 from nextcloud/dav-storage-copy | Morris Jobke | 2020-12-03 | 1 | -2/+24 |
|\ \ | |/ |/| | use storage copy implementation when doing dav copy | ||||
| * | use storage copy implementation when doing dav copy | Robin Appelman | 2020-11-24 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | | instead of using the sabredav fallback (which does a read+write stream copy) this greatly speeds up dav copies Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #24498 from nextcloud/enhancement/nextcloud-log-normalizer | Joas Schilling | 2020-12-03 | 2 | -2/+1 |
|\ \ | | | | | | | Replace abandoned log normalizer with our fork | ||||
| * | | Replace abandoned log normalizer with our fork | Christoph Wurst | 2020-12-03 | 2 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #24409 from nextcloud/bugfix/24399 | Morris Jobke | 2020-12-03 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | Also run repair steps when encryption is disabled but a legacy key is present | ||||
| * | | | Also handle legacy cipher support when encryption is disabled but an old ↵ | Julius Härtl | 2020-12-03 | 2 | -2/+4 |
| |/ / | | | | | | | | | | | | | | | | master key is present Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #24516 from nextcloud/enh/23278/add-icon-for-notification | Christoph Wurst | 2020-12-03 | 1 | -3/+8 |
|\ \ \ | |/ / |/| | | Add icon to user limit notification | ||||
| * | | Improve wording | Morris Jobke | 2020-12-02 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Add icon to user limit notification | Morris Jobke | 2020-12-02 | 1 | -1/+6 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #24519 from nextcloud/fix/bug/emailtemplate | Morris Jobke | 2020-12-03 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Fix vsprint parameter | ||||
| * | | | Fix vsprint parameter | Roeland Jago Douma | 2020-12-03 | 2 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | %2\$; is not valid. On php7 this is just ignored but on php8 it gives an error. %2\$s; works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #24429 from nextcloud/3rdparty/closure | Christoph Wurst | 2020-12-03 | 5 | -8/+19 |
|\ \ \ | | | | | | | | | [3rdparty] Migrate to Opis/Closure | ||||
| * | | | Update psalm-baseline.xml | Morris Jobke | 2020-12-02 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | [3rdparty] Migrate to Opis/Closure | Roeland Jago Douma | 2020-12-02 | 4 | -8/+4 |
| |/ / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #24524 from ↵ | Morris Jobke | 2020-12-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml | ||||
| * | | | Update psalm baseline | Nextcloud-PR-Bot | 2020-12-03 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-03 | 6 | -6/+58 |
| | | | |||||
* | | | Merge pull request #24459 from ↵ | Morris Jobke | 2020-12-02 | 1 | -2/+6 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/fix/23096/workflow-fix-mimetype-check-for-directories Only execute plain mimetype check for directories and do the fallback… | ||||
| * | | Only execute plain mimetype check for directories and do the fallback only ↵ | Morris Jobke | 2020-11-30 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | for non-directories Ref #23096 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #24113 from nextcloud/extend-cache-events | Roeland Jago Douma | 2020-12-02 | 11 | -12/+159 |
|\ \ \ | | | | | | | | | extend cache events | ||||
| * | | | code style and dispatchTyped | Robin Appelman | 2020-12-02 | 3 | -4/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | rename cache event to follow new naming standards | Robin Appelman | 2020-11-26 | 8 | -17/+103 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |