summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a config for default region of phone numbersJoas Schilling2020-12-077-14/+125
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an integration test for the phone search APIJoas Schilling2020-12-072-4/+65
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also translate the phone number when coming in via the accounts manager API ↵Joas Schilling2020-12-074-28/+43
| | | | | | directly Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-075-3/+112
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a database table for the accounts data so we can search it betterJoas Schilling2020-12-075-3/+125
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Validate and standardize the phone number on savingJoas Schilling2020-12-071-2/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Display errors that happen on savingJoas Schilling2020-12-072-2/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump 3rdparty to include giggsey/libphonenumber-for-phpJoas Schilling2020-12-071-0/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also return the phone number and twitter handle on the APIJoas Schilling2020-12-071-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make code strictJoas Schilling2020-12-0714-236/+240
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-12-0728-42/+104
|
* [tx-robot] updated from transifexNextcloud bot2020-12-0632-22/+84
|
* [tx-robot] updated from transifexNextcloud bot2020-12-0530-6/+48
|
* Merge pull request #24552 from nextcloud/enh/remember_me_is_not_app_passwordRoeland Jago Douma2020-12-041-2/+12
|\ | | | | Remember me is not an app_password
| * Fix typo Morris Jobke2020-12-041-1/+1
| | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Remember me is not an app_passwordRoeland Jago Douma2020-12-041-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_failsMorris Jobke2020-12-041-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 failsRoeland Jago Douma2020-12-041-0/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24545 from nextcloud/bugfix/noid/force-composerv2Joas Schilling2020-12-041-1/+1
|\ \ | | | | | | Always install composer v2
| * | Always install composer v2Julius Härtl2020-12-041-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #24543 from nextcloud/bugfix/noid/dont-log-image-as-stringMorris Jobke2020-12-041-0/+3
|\ \ \ | |/ / |/| | Don't log params of imagecreatefromstring
| * | Don't log params of imagecreatefromstringVincent Petry2020-12-041-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 Wurst2020-12-042-1/+25
|\ \ | | | | | | | | | | | | nextcloud/enhancement/unified-search-result-attributes Allow unified search results to have attributes
| * | Add attributes to file search resultsChristoph Wurst2020-12-031-1/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Allow unified search results to have attributesChristoph Wurst2020-12-031-0/+21
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-0434-0/+34
| | |
* | | Merge pull request #24535 from nextcloud/fix/multiple_file_downloadRoeland Jago Douma2020-12-031-0/+1
|\ \ \ | |/ / |/| | Fix the download of multiple files from the webUI
| * | Fix the download of multiple files from the webUIRoeland Jago Douma2020-12-031-0/+1
| |/ | | | | | | | | | | needed a setupFS call Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24358 from nextcloud/dav-storage-copyMorris Jobke2020-12-031-2/+24
|\ \ | |/ |/| use storage copy implementation when doing dav copy
| * use storage copy implementation when doing dav copyRobin Appelman2020-11-241-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-normalizerJoas Schilling2020-12-032-2/+1
|\ \ | | | | | | Replace abandoned log normalizer with our fork
| * | Replace abandoned log normalizer with our forkChristoph Wurst2020-12-032-2/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #24409 from nextcloud/bugfix/24399Morris Jobke2020-12-032-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ärtl2020-12-032-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-notificationChristoph Wurst2020-12-031-3/+8
|\ \ \ | |/ / |/| | Add icon to user limit notification
| * | Improve wordingMorris Jobke2020-12-021-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add icon to user limit notificationMorris Jobke2020-12-021-1/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #24519 from nextcloud/fix/bug/emailtemplateMorris Jobke2020-12-032-2/+2
|\ \ \ | | | | | | | | Fix vsprint parameter
| * | | Fix vsprint parameterRoeland Jago Douma2020-12-032-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/closureChristoph Wurst2020-12-035-8/+19
|\ \ \ | | | | | | | | [3rdparty] Migrate to Opis/Closure
| * | | Update psalm-baseline.xmlMorris Jobke2020-12-021-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | [3rdparty] Migrate to Opis/ClosureRoeland Jago Douma2020-12-024-8/+4
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24524 from ↵Morris Jobke2020-12-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | Update psalm baselineNextcloud-PR-Bot2020-12-031-1/+1
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-036-6/+58
| | |
* | | Merge pull request #24459 from ↵Morris Jobke2020-12-021-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 Jobke2020-11-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | for non-directories Ref #23096 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-0211-12/+159
|\ \ \ | | | | | | | | extend cache events
| * | | code style and dispatchTypedRobin Appelman2020-12-023-4/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | rename cache event to follow new naming standardsRobin Appelman2020-11-268-17/+103
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>