Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't remove assignable column for now | Vincent Petry | 2021-01-11 | 1 | -7/+0 |
| | | | | | | It causes side effects. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-10 | 2 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-09 | 4 | -4/+14 |
| | |||||
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 16 | -66/+71 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #25021 from nextcloud/enhancement/occ-install-exception-trace | Roeland Jago Douma | 2021-01-08 | 1 | -3/+20 |
|\ | | | | | Print an exception trace for setup exceptions | ||||
| * | Add more previous exceptions to database setup code | Morris Jobke | 2021-01-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Print an exception trace for setup exceptions | Christoph Wurst | 2021-01-07 | 1 | -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.2 | dependabot-preview[bot] | 2021-01-07 | 20 | -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 deleting | Joas Schilling | 2021-01-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump @nextcloud/axios from 1.5.0 to 1.6.0 | dependabot-preview[bot] | 2021-01-07 | 18 | -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 transifex | Nextcloud bot | 2021-01-07 | 2 | -2/+2 |
| | |||||
* | Merge pull request #24317 from SMillerDev/app_password_command | Roeland Jago Douma | 2021-01-06 | 2 | -0/+139 |
|\ | | | | | App password command | ||||
| * | Command: Add app password generation | Sean Molenaar | 2021-01-05 | 2 | -0/+139 |
| | | | | | | | | Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-06 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-05 | 2 | -2/+2 |
| | |||||
* | Merge pull request #24907 from nextcloud/fix/license-headers-21-II | Christoph Wurst | 2021-01-04 | 2 | -3/+5 |
|\ | | | | | Update license headers | ||||
| * | Update license headers | Christoph Wurst | 2020-12-30 | 2 | -3/+5 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-04 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-03 | 4 | -0/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-31 | 2 | -4/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-30 | 4 | -4/+4 |
| | |||||
* | Bump dompurify from 2.2.3 to 2.2.6 | dependabot-preview[bot] | 2020-12-29 | 4 | -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-chromium | Roeland Jago Douma | 2020-12-29 | 3 | -17/+9 |
|\ | | | | | Run jsunit with chromium/puppeteer | ||||
| * | jsunit: harden avatar tests to pass with fractional scaling of elements | Julius Härtl | 2020-12-29 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | jsunit: Remove warnings during test runs | Julius Härtl | 2020-12-29 | 1 | -9/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | jsunit: Add proper lang tag to document | Julius Härtl | 2020-12-29 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-29 | 4 | -4/+6 |
|/ | |||||
* | Merge pull request #24832 from nextcloud/enh/24813/trash-autoid-bigint | Roeland Jago Douma | 2020-12-28 | 1 | -0/+1 |
|\ | | | | | Make oc_files_trash.auto_id a bigint | ||||
| * | Make oc_files_trash.auto_id a bigint | Vincent Petry | 2020-12-23 | 1 | -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-icon | Christoph Wurst | 2020-12-28 | 1 | -0/+1 |
|\ \ | | | | | | | Add mindmap type file icon | ||||
| * | | Modify mindmap type file icon | ACTom | 2020-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: ACTom <i@actom.me> | ||||
| * | | Add mindmap type file icon | ACTom | 2020-10-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: ACTom <i@actom.me> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-28 | 2 | -0/+10 |
| |/ |/| | |||||
* | | Merge pull request #24770 from nextcloud/fix-dialog-buttons | Julius Härtl | 2020-12-22 | 4 | -4/+6 |
|\ \ | |||||
| * | | Increase horizontal padding | Marco Ambrosini | 2020-12-22 | 3 | -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-buttons | Marco Ambrosini | 2020-12-18 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-22 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-21 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-20 | 4 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-19 | 10 | -2/+10 |
|/ / | |||||
* | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-api | Christoph Wurst | 2020-12-18 | 4 | -7/+78 |
|\ \ | | | | | | | Add well known handlers API | ||||
| * | | Add well known handlers API | Christoph Wurst | 2020-12-16 | 4 | -7/+78 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 22 | -34/+14 |
| | | | |||||
* | | | Merge pull request #24740 from nextcloud/bugfix/24738/improve-phone-region-help | Julius Härtl | 2020-12-17 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | Improve hints for default_phone_region | ||||
| * | | | Improve hints for default_phone_region | Joas Schilling | 2020-12-17 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #24717 from nextcloud/enh/noid/memory_limit_to_error | blizzz | 2020-12-17 | 2 | -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 updater | Arthur Schiwon | 2020-12-15 | 2 | -2/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-17 | 4 | -38/+38 |
| | | | |||||
* | | | Merge pull request #24731 from nextcloud/fix/license-headers-21 | Christoph Wurst | 2020-12-16 | 29 | -15/+51 |
|\ \ \ | | | | | | | | | Update all license headers for Nextcloud 21 | ||||
| * | | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 29 | -15/+51 |
| |/ / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |