aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-05-012-0/+12
|
* Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-302-10/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #20634 from nextcloud/legacy-avatar-placeholderRoeland Jago Douma2020-04-304-3/+47
|\ | | | | Generate legacy image placeholder text by taking first letters
| * Generate legacy image placeholder text by taking first lettersSergey Shliakhov2020-04-304-3/+47
| | | | | | | | | | | | | | https://github.com/nextcloud/server/issues/19335 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20640 from nextcloud/fix/filepickerRoeland Jago Douma2020-04-301-0/+2
|\ \ | |/ |/| Correctly hide table headers in filepicker
| * Correctly hide table headers in filepickerRaimund Schlüßler2020-04-241-0/+2
| | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | [tx-robot] updated from transifexNextcloud bot2020-04-304-2/+16
| |
* | Merge pull request #20714 from nextcloud/fix/license-headers-19Christoph Wurst2020-04-2953-5/+73
|\ \ | | | | | | Update license headers for 19
| * | Update license headers for 19Christoph Wurst2020-04-2953-5/+73
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-296-6/+6
|/ / | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-04-292-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-284-2/+4
| |
* | Merge pull request #19514 from sndrr/already-enabled-appsMorris Jobke2020-04-271-0/+4
|\ \ | | | | | | Already enabled apps
| * | Display notice for already enabled appsSander Ruitenbeek2020-04-241-0/+4
| |/ | | | | | | | | | | Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl> Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
* | Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svgMorris Jobke2020-04-271-5/+6
|\ \ | | | | | | Make it possible to resolve svg's outside \OC::$SERVERROOT
| * | Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg2020-04-241-5/+6
| | | | | | | | | | | | | | | | | | Previous implementation assumes the app path is always a child \OC::$SERVERROOT. That's not always true. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Fix missing argument in JSConfigHelperJohn Molakvoæ (skjnldsv)2020-04-271-2/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-272-0/+4
| |/ |/|
* | Merge pull request #20298 from nextcloud/enh/noid/auto-logoutblizzz2020-04-2411-90/+143
|\ \ | |/ |/| Allow to configure auto logout after browser inactivity
| * Bump bundlesJulius Härtl2020-04-2310-85/+85
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make sure that the legacy jsunit tests can still inject OC.configJulius Härtl2020-04-231-6/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add config fallback for legacy testsJulius Härtl2020-04-231-1/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add config for auto logout after browser inactivityJulius Härtl2020-04-231-6/+44
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-04-244-0/+30
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-238-4/+164
|
* [tx-robot] updated from transifexNextcloud bot2020-04-222-4/+8
|
* Merge pull request #20114 from ↵Roeland Jago Douma2020-04-211-12/+0
|\ | | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
| * Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-12/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #20552 from liamjack/fix/20551/login_username_autocapitalizeRoeland Jago Douma2020-04-214-3/+5
|\ \ | | | | | | Disable autocapitalize for username field on login / reset password pages
| * | Fix #20551 - Disable autocapitalize for username field on login / reset ↵Liam JACK2020-04-214-3/+5
| |/ | | | | | | | | | | | | password pages Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-04-214-28/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-194-12/+12
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-182-2/+2
|
* Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-179-18/+32
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-04-164-6/+4
|
* Merge pull request #20481 from ACTom/add-mindmap-mimetypeChristoph Wurst2020-04-151-1/+5
|\ | | | | Add mindmap mimetype.
| * Add mindmap mimetype.ACTom2020-04-151-1/+5
| | | | | | | | Signed-off-by: ACTom <i@actom.me>
* | Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-1/+1
|\ \ | | | | | | Fix absolute redirect
| * | Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-154-0/+10
| | |
* | | Bump @nextcloud/paths from 1.1.1 to 1.1.2dependabot-preview[bot]2020-04-1310-107/+107
| | | | | | | | | | | | | | | | | | | | | Bumps @nextcloud/paths from 1.1.1 to 1.1.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #20446 from ↵Roeland Jago Douma2020-04-1310-10/+10
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-3.5.2 Bump css-loader from 3.4.1 to 3.5.2
| * | | Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]2020-04-1310-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.5.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-132-12/+12
|/ / /
* | | Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-119-18/+19
|\ \ \ | | | | | | | | It is done
| * | | Format code according to PSR2Christoph Wurst2020-04-101-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Add visibility to all constantsChristoph Wurst2020-04-108-18/+18
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-1110-73/+73
|\ \ \ \ | | | | | | | | | | Bump p-limit from 2.2.2 to 2.3.0, @nextcloud/auth from 1.2.2 to 1.2.3, @babel/preset-env from 7.8.7 to 7.9.5, @nextcloud/event-bus from 1.1.3 to 1.1.4, @nextcloud/password-confirmation from 1.0.0 to 1.0.1, @nextcloud/l10n from 1.2.2 to 1.2.3, @nextcloud/initial-state from 1.1.1 to 1.1.2, core-js from 3.6.4 to 3.6.5 …
| * | | | Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-1010-73/+73
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-116-0/+56
| |/ / / |/| | |