summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-132-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-124-94/+98
|
* Bump bundlesJulius Härtl2019-11-118-49/+49
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Compile handlebarsJulius Härtl2019-11-111-16/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #17895 from ↵Roeland Jago Douma2019-11-112-18/+18
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.7.1 Bump @babel/preset-env from 7.6.3 to 7.7.1
| * Bump @babel/preset-env from 7.6.3 to 7.7.1dependabot-preview[bot]2019-11-102-18/+18
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | 🐛 FIX: horizontal scrolling on mobile due to tab accessibilit… (#17843)John Molakvoæ2019-11-101-0/+4
|\ \ | | | | | | 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
| * | 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation ↵Jonas Sulzer2019-11-071-0/+4
| | | | | | | | | | | | | | | | | | 'skip to content' positioned at a fixed position Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-104-0/+14
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-11-092-22/+42
|/
* Prompt on destructive user actions (#17785)John Molakvoæ2019-11-0710-78/+202
|\ | | | | Prompt on destructive user actions
| * Prompt on destructive user actionsGary Kim2019-11-0510-78/+202
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | [tx-robot] updated from transifexNextcloud bot2019-11-07130-8810/+8810
| |
* | Merge pull request #17753 from nextcloud/clean/old-sharingRoeland Jago Douma2019-11-0627-10145/+2
|\ \ | | | | | | Cleanup sharing leftovers
| * | Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)2019-11-065-4588/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-0522-5557/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-066-0/+54
|/ /
* | Merge pull request #17806 from nextcloud/design/icon-more-whiteRoeland Jago Douma2019-11-051-1/+0
|\ \ | | | | | | Remove unneeded more-white icon
| * | Remove unneeded more-white iconJan-Christoph Borchardt2019-11-051-1/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-054-0/+14
|/ /
* | Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+2
|\ \ | | | | | | Fix Application instances created multiple times
| * | Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-048-42/+54
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-11-034-20/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-026-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-0160-126/+154
| |
* | Merge pull request #17683 from nextcloud/enh/login-flow-v2-polishRoeland Jago Douma2019-10-314-13/+14
|\ \ | | | | | | Polish login flow v2
| * | The loading animation is backDaniel Kesselberg2019-10-263-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | Refactor grant.js to Vanilla JS Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work Fix arrow for login flow v1 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #17670 from ↵Roeland Jago Douma2019-10-311-0/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/collapsing-spaces-in-move-again Fix spaces being collapsed in move dialog again
| * | | Fix spaces being collapsed in move dialog againGary Kim2019-10-251-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | Compile assetsnpmbuildbot[bot]2019-10-298-22/+22
| | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-291-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-295-4/+31
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-294-2/+10
| | | |
* | | | Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma2019-10-282-0/+102
|\ \ \ \ | | | | | | | | | | Make it possible to broadcast events to (web) clients
| * | | | Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-282-0/+102
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Bump @nextcloud/axios from 0.4.2 to 0.5.0dependabot-preview[bot]2019-10-276-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.4.2 to 0.5.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/v0.4.2...v0.5.0) 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.3 to 4.4.5dependabot-preview[bot]2019-10-276-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.4.5. - [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.3...v4.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Bump davclient.js from 0.1.3 to 0.2.1dependabot-preview[bot]2019-10-266-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [davclient.js](https://github.com/owncloud/davclient.js) from 0.1.3 to 0.2.1. - [Release notes](https://github.com/owncloud/davclient.js/releases) - [Commits](https://github.com/owncloud/davclient.js/compare/0e5ef1af5d174d9ec10dbe889a415b8f481d5094...1ab200d099a3c2cd2ef919c3a56353ce26865994) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #17626 from nextcloud/fix/weird_kde/loginflowv2Roeland Jago Douma2019-10-261-4/+0
|\ \ \ \ \ | | | | | | | | | | | | Fix weird KDE bug with loginflowv2
| * | | | | Fix weird KDE bug with loginflowv2Roeland Jago Douma2019-10-211-4/+0
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that KDE by default opens the url in secret. Should fix: https://github.com/nextcloud/desktop/issues/1412 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Harden middleware checkRoeland Jago Douma2019-10-252-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These annotations will allow for extra checks. And thus make it harder to break things. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-10-254-2/+46
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-244-176/+182
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-234-4/+6
| | | |
* | | | Fix browser back button (#17627)John Molakvoæ2019-10-227-247/+275
|\ \ \ \ | |_|/ / |/| | | Fix browser back button
| * | | Fix browser back buttonRoeland Jago Douma2019-10-217-247/+275
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #17108 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-222-0/+2
|/ / /