aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-02132-508/+0
|
* [tx-robot] updated from transifexNextcloud bot2021-01-314-28/+62
|
* [tx-robot] updated from transifexNextcloud bot2021-01-302-174/+174
|
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-283-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-286-2/+798
|
* Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]2021-01-2714-14/+14
| | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3. - [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.2...v3.8.3) 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: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump bootstrap from 4.5.3 to 4.6.0dependabot-preview[bot]2021-01-272-2/+2
| | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0) 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 #25312 from nextcloud/fix/25282/delowercaseRoeland Jago Douma2021-01-273-3/+3
|\ | | | | do not lower case search provider names on web ui
| * build assetsArthur Schiwon2021-01-252-2/+2
| | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
| * do not lower case search provider names on web uiArthur Schiwon2021-01-251-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-01-272-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-262-0/+14
| |
* | Do not target vue progressbar with server stylesMarco Ambrosini2021-01-251-1/+1
|/ | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* [tx-robot] updated from transifexNextcloud bot2021-01-252-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-01-242-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-01-2338-36/+64
|
* [tx-robot] updated from transifexNextcloud bot2021-01-224-2/+88
|
* Merge pull request #25234 from ↵John Molakvoæ2021-01-215-5/+14
|\ | | | | | | | | nextcloud/bugfix/noid/fix-encoding-issue-with-oc.notification.show Fix encoding issue with OC.Notification.show
| * Fix encoding issue with OC.Notification.showJoas Schilling2021-01-205-5/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-01-214-0/+474
|/
* Drop authtoken_version_indexRoeland Jago Douma2021-01-202-1/+55
| | | | | | | The index was used when deleting old tokens. On top of that the index is of course not that great since the version is either 1 or 2. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25184 from ↵Roeland Jago Douma2021-01-191-0/+1
|\ | | | | | | | | nextcloud/feature/noid/first-class-citizen-notifications Directly add notifications element
| * Directly add notifications elementJoas Schilling2021-01-181-0/+1
| | | | | | | | | | | | | | Since there seems to be an issue with the old way notifications is mounted, we now hardcode it. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25153 from ↵Roeland Jago Douma2021-01-193-2/+7
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/force-signature-verification-on-occ Force signature verification of apps on occ
| * | Fix markupJoas Schilling2021-01-181-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a warning when trying to run integrity:check-core on gitJoas Schilling2021-01-181-0/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Force run the verification of the signature on occJoas Schilling2021-01-181-1/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-01-194-2/+6
| |
* | Readd element ID after component mount.Joas Schilling2021-01-183-3/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-182-0/+6
|
* Do not redirect to logout after loginRoeland Jago Douma2021-01-151-1/+4
| | | | | | | This can happen when the session was killed due to a timeout. Then logout was triggered. Nobody wants to login only to be logged out again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-01-132-2/+2
|
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1213-13/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-01-124-10/+50
|
* Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke2021-01-112-33/+32
|\ | | | | Remove unneeded casts that were found by Psalm
| * Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-33/+32
| | | | | | | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #24910 from nextcloud/dependachristoph/composer/scss-1.4.0Morris Jobke2021-01-112-38/+39
|\ \ | | | | | | Bump scssphp/scssphp from 1.0.3 to 1.4.0
| * | Unquote string when removing the hash from a colorJulius Härtl2021-01-111-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Make SCSS compliantJulius Härtl2021-01-112-39/+39
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / 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
|