aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Don't remove assignable column for nowVincent Petry2021-01-111-7/+0
| | | | | | It causes side effects. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2021-01-094-4/+14
|
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-0816-66/+71
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #25021 from nextcloud/enhancement/occ-install-exception-traceRoeland Jago Douma2021-01-081-3/+20
|\ | | | | Print an exception trace for setup exceptions
| * Add more previous exceptions to database setup codeMorris Jobke2021-01-071-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Print an exception trace for setup exceptionsChristoph Wurst2021-01-071-3/+19
| | | | | | | | | | | | | | | | | | Right now any setup error will just result in the exception message being printed. In some cases this doesn't give any insights into what went wrong. This adds some dedicated logic to print the exception trace and any previous exceptions to the CLI. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump core-js from 3.8.1 to 3.8.2dependabot-preview[bot]2021-01-0720-20/+20
|/ | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix column name to check prior to deletingJoas Schilling2021-01-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/axios from 1.5.0 to 1.6.0dependabot-preview[bot]2021-01-0718-18/+18
| | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-01-072-2/+2
|
* Merge pull request #24317 from SMillerDev/app_password_commandRoeland Jago Douma2021-01-062-0/+139
|\ | | | | App password command
| * Command: Add app password generationSean Molenaar2021-01-052-0/+139
| | | | | | | | Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
* | [tx-robot] updated from transifexNextcloud bot2021-01-062-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2021-01-052-2/+2
|
* Merge pull request #24907 from nextcloud/fix/license-headers-21-IIChristoph Wurst2021-01-042-3/+5
|\ | | | | Update license headers
| * Update license headersChristoph Wurst2020-12-302-3/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-01-042-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-034-0/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-312-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-12-304-4/+4
|
* Bump dompurify from 2.2.3 to 2.2.6dependabot-preview[bot]2020-12-294-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.3 to 2.2.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.3...2.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #24872 from nextcloud/tests/jsunit-chromiumRoeland Jago Douma2020-12-293-17/+9
|\ | | | | Run jsunit with chromium/puppeteer
| * jsunit: harden avatar tests to pass with fractional scaling of elementsJulius Härtl2020-12-291-8/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * jsunit: Remove warnings during test runsJulius Härtl2020-12-291-9/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * jsunit: Add proper lang tag to documentJulius Härtl2020-12-291-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-12-294-4/+6
|/
* Merge pull request #24832 from nextcloud/enh/24813/trash-autoid-bigintRoeland Jago Douma2020-12-281-0/+1
|\ | | | | Make oc_files_trash.auto_id a bigint
| * Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-0/+1
| | | | | | | | | | | | | | Adjusted migration. Added to occ command to update existing tables. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #19942 from ACTom/add-mindmap-iconChristoph Wurst2020-12-281-0/+1
|\ \ | | | | | | Add mindmap type file icon
| * | Modify mindmap type file iconACTom2020-10-171-1/+1
| | | | | | | | | | | | Signed-off-by: ACTom <i@actom.me>
| * | Add mindmap type file iconACTom2020-10-171-0/+1
| | | | | | | | | | | | Signed-off-by: ACTom <i@actom.me>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-282-0/+10
| |/ |/|
* | Merge pull request #24770 from nextcloud/fix-dialog-buttonsJulius Härtl2020-12-224-4/+6
|\ \
| * | Increase horizontal paddingMarco Ambrosini2020-12-223-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
| * | fix-dialog-buttonsMarco Ambrosini2020-12-181-1/+3
| | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-222-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-212-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-204-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-1910-2/+10
|/ /
* | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-184-7/+78
|\ \ | | | | | | Add well known handlers API
| * | Add well known handlers APIChristoph Wurst2020-12-164-7/+78
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-1822-34/+14
| | |
* | | Merge pull request #24740 from nextcloud/bugfix/24738/improve-phone-region-helpJulius Härtl2020-12-172-2/+4
|\ \ \ | | | | | | | | Improve hints for default_phone_region
| * | | Improve hints for default_phone_regionJoas Schilling2020-12-172-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #24717 from nextcloud/enh/noid/memory_limit_to_errorblizzz2020-12-172-2/+2
|\ \ \ \ | |/ / / |/| | | promoted bad memory_limit check from warning to error as it may break updater
| * | | promoted bad memory_limit setting to error as it may break updaterArthur Schiwon2020-12-152-2/+2
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-174-38/+38
| | |
* | | Merge pull request #24731 from nextcloud/fix/license-headers-21Christoph Wurst2020-12-1629-15/+51
|\ \ \ | | | | | | | | Update all license headers for Nextcloud 21
| * | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1629-15/+51
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>