summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate js globalsRoeland Jago Douma2019-10-143-21/+22
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump dompurify from 2.0.3 to 2.0.6dependabot-preview[bot]2019-10-136-52/+52
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.3...2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump handlebars from 4.4.2 to 4.4.3dependabot-preview[bot]2019-10-136-6/+6
| | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3) 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 bot2019-10-134-2/+20
|
* Use the external initial state implementationChristoph Wurst2019-10-129-117/+89
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump nextcloud/event-bus to 0.2.1Roeland Jago Douma2019-10-116-43/+43
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17505 from nextcloud/design/input-contrastRoeland Jago Douma2019-10-111-1/+7
|\ | | | | Increase contast between text and placeholder in input fields
| * Increase contast between text and placeholder in input fieldsJulius Härtl2019-10-101-1/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-10-114-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-092-4/+22
|
* Check and add index on principaluri for schedulingobjects tableThomas Citharel2019-10-082-0/+20
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #17429 from ↵Roeland Jago Douma2019-10-082-0/+21
|\ | | | | | | | | nextcloud/db/add-index-on-calendar-object-props-calendar-id Add index on calendarid for calendarobject_props table
| * Add index on calendarid for calendarobject_props tableThomas Citharel2019-10-072-0/+21
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #17414 from gary-kim/enh/15155/delete-icon-in-trashbinRoeland Jago Douma2019-10-082-2/+4
|\ \ | | | | | | Show Delete Icon in Breadcrumb in Trashbin
| * | Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-072-2/+4
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-082-0/+6
| | |
* | | Merge pull request #17411 from kinolaev/fix-oauth2-redirectRoeland Jago Douma2019-10-071-2/+10
|\ \ \ | |/ / |/| | Fix oauth client redirect
| * | fix oauth client redirectSergej Nikolaev2019-10-041-2/+10
| | | | | | | | | | | | Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-072-2/+2
| |/ |/|
* | Use @nextcloud/paths and deprecate OC helpers (#17392)John Molakvoæ2019-10-069-451/+76
|\ \ | | | | | | Use @nextcloud/paths and deprecate OC helpers
| * | Use @nextcloud/paths and deprecate OC helpersChristoph Wurst2019-10-059-451/+76
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-064-22/+90
|/ /
* | Fix Axios CSRF token update (#17404)John Molakvoæ2019-10-0511-168/+109
|\ \ | | | | | | Fix Axios CSRF token update
| * | Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-059-157/+94
| | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | Emit an event when the CSRF token changesChristoph Wurst2019-10-052-11/+15
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-052-1/+88
|\ \ \ | |/ / |/| | Allow group displaynames in the database backend
| * | Do not allow to have an empty display nameJoas Schilling2019-09-271-2/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Set default valueJoas Schilling2019-09-271-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow to set the group display name in the database backendJoas Schilling2019-09-271-1/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a displayname to the database group backendJoas Schilling2019-09-271-0/+74
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #17405 from nextcloud/enh/switch/escapeHTMLJohn Molakvoæ2019-10-0511-131/+86
|\ \ \ | | | | | | | | Move to escape-html
| * | | Remove the tests since the library is testedRoeland Jago Douma2019-10-041-11/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move to escape-htmlRoeland Jago Douma2019-10-0410-120/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * If there is a package that does exactly the same then lets us use that * Import it properly in the internals (less deprecation warnings) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-054-0/+86
|/ / /
* | | Fix master testing and update eslint-config (#17367)John Molakvoæ2019-10-047-9/+10
|\ \ \ | | | | | | | | Fix master testing and update eslint-config
| * | | Split drone webpack testsJohn Molakvoæ (skjnldsv)2019-10-047-9/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Add Fatal logging option (#17363)John Molakvoæ2019-10-041-2/+6
|\ \ \ \ | |/ / / |/| | | Add Fatal logging option
| * | | Add Fatal logging optionTim Terhorst2019-10-021-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-044-0/+4
| |_|/ |/| |
* | | Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
|/ / | | | | | | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-10-0318-0/+18
| |
* | Merge pull request #17350 from nextcloud/adjust-fontsizeJohn Molakvoæ2019-10-022-4/+4
|\ \ | | | | | | Bring the font size down to 14px
| * | Bring the font size down to 14pxMarco Ambrosini2019-10-012-4/+4
| | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-0254-54/+8
| | |
* | | Merge pull request #17263 from nextcloud/enhancement/eslintJoas Schilling2019-10-0199-5047/+5103
|\ \ \ | | | | | | | | Add eslint global nextcloud config
| * | | Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-0199-5047/+5103
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typoJoas Schilling2019-10-011-1/+1
|\ \ \ \ | |/ / / |/| | | Fix typo in "which"
| * | | Fix typo in "which"Joas Schilling2019-10-011-1/+1
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / [tx-robot] updated from transifexNextcloud bot2019-10-014-8/+10
|/ /
* | Bump dompurify from 2.0.1 to 2.0.3dependabot-preview[bot]2019-09-306-6/+6
| | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.1...2.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>