Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix html rendering and default checkbox | John Molakvoæ (skjnldsv) | 2019-02-21 | 4 | -6/+21 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Convert to Raw HTML approach, first try | Jan-Christoph Borchardt | 2019-02-21 | 1 | -4/+17 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Adjust link style to how we do it on log in screeen | Jan-Christoph Borchardt | 2019-02-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix CSS typo in accessibility css | Jan-Christoph Borchardt | 2019-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Accessibility settings: Proof of concept of better keyboard focus feedback | Jan-Christoph Borchardt | 2019-02-21 | 1 | -3/+18 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Accessibility settings: More vertical whitespace between options | Jan-Christoph Borchardt | 2019-02-21 | 1 | -2/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Accessibility settings: Add theme name to checkbox label | Jan-Christoph Borchardt | 2019-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Accessibility: Simplify design, more obvious selectability | Jan-Christoph Borchardt | 2019-02-21 | 4 | -60/+47 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Accessibility: Add description text, simplify structure | Jan-Christoph Borchardt | 2019-02-21 | 1 | -15/+16 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #13850 from ↵ | Joas Schilling | 2019-02-21 | 7 | -48/+286 |
|\ | | | | | | | | | nextcloud/feature/11274/enable-disable-multiple-apps Enable & disable multiple apps at once | ||||
| * | Fix access to groupManager | Daniel Kesselberg | 2019-02-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Use contacts instead of logreader | Daniel Kesselberg | 2019-02-19 | 1 | -3/+3 |
| | | | | | | | | | | | | Logreader is not distributed by app store because shipped by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Add install logic for enable command | Daniel Kesselberg | 2019-02-19 | 3 | -5/+14 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Strict Types, Return Types | Daniel Kesselberg | 2019-02-19 | 4 | -12/+13 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Disable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 2 | -17/+114 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Enable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 3 | -22/+153 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-21 | 180 | -356/+532 |
| | | |||||
* | | Merge pull request #14311 from nextcloud/enh/2fa_backupscodes_to_main_webpack | Roeland Jago Douma | 2019-02-20 | 10 | -5140/+12 |
|\ \ | | | | | | | Move twofactor_backupcodes to main webpack bundle | ||||
| * | | Update assets | Roeland Jago Douma | 2019-02-20 | 2 | -9/+10 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Move twofactor_backupcodes to main webpack bundle | Roeland Jago Douma | 2019-02-20 | 8 | -5131/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #14255 from nextcloud/fix-ocm-discovery | Morris Jobke | 2019-02-20 | 5 | -3/+83 |
|\ \ \ | |/ / |/| | | Fix ocm end-point discovery discovery | ||||
| * | | Add unit tests and provide better message | Morris Jobke | 2019-02-20 | 3 | -5/+41 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | check ocs-provider route | Bjoern Schiessle | 2019-02-20 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | add setup check for ocm-provider route | Bjoern Schiessle | 2019-02-20 | 2 | -0/+41 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | make sure that the ocm end-point discovery /ocm-provider is not redirected ↵ | Bjoern Schiessle | 2019-02-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | to the index.php Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | adjust json to match the definition | Bjoern Schiessle | 2019-02-20 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Merge pull request #14297 from nextcloud/enh/settings_to_main_webpack | Roeland Jago Douma | 2019-02-20 | 18 | -7135/+85 |
|\ \ \ | | | | | | | | | Move settings to main webpack | ||||
| * | | | Bump bundles | Julius Härtl | 2019-02-20 | 9 | -9/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | Remove drone jobs | Roeland Jago Douma | 2019-02-20 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Move settings to main webpack | Roeland Jago Douma | 2019-02-20 | 18 | -7107/+86 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #14178 from ↵ | Morris Jobke | 2019-02-20 | 2 | -1/+9 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/bugfix/noid/get-current-user-for-guest-pages Fix OC.getCurrentUser() on guest pages | ||||
| * | | | Fix OC.getCurrentUser() on guest pages | Joas Schilling | 2019-02-19 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #14300 from nextcloud/bugfix/12844/fix-drag-scroll | Morris Jobke | 2019-02-20 | 1 | -6/+5 |
|\ \ \ \ | | | | | | | | | | | Use proper scroll container when dragging files | ||||
| * | | | | Use proper scroll container when dragging files | Julius Härtl | 2019-02-20 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | Merge pull request #14291 from nextcloud/enh/change_workflow_name | Morris Jobke | 2019-02-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Change Workflow to Tag Management | ||||
| * | | | | Change Workflow to Tag Management | Roeland Jago Douma | 2019-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Merge pull request #14299 from ↵ | Morris Jobke | 2019-02-20 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/14298/fix_storages_not_closing_handle Hanlde writestream not closing source | ||||
| * | | | | | Hanlde writestream not closing source | Roeland Jago Douma | 2019-02-20 | 1 | -0/+4 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14298 If a storage doesn'tclose the write stream then $isEOF is not yet set. So we have to fallback. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_year | Morris Jobke | 2019-02-20 | 9 | -34/+390 |
|\ \ \ \ \ | |/ / / / |/| | | | | set birthday year to 1970 if no year, take X-APPLE-OMIT-YEAR into account | ||||
| * | | | | Add Repair step to regenerate birthday calendar | Georg Ehrke | 2019-02-16 | 9 | -4/+299 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | unicode all the birthday icons | Georg Ehrke | 2019-02-16 | 2 | -29/+57 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | set birthday year to 1970, take X-APPLE-OMIT-YEAR into account | Georg Ehrke | 2019-02-16 | 2 | -18/+51 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | Merge pull request #14293 from nextcloud/fix-ocm-implementation | Roeland Jago Douma | 2019-02-20 | 1 | -3/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | According to the OCM specification the body needs to be JSON encoded | ||||
| * | | | | | According to the OCM specification the body needs to be JSON encoded | Bjoern Schiessle | 2019-02-19 | 1 | -3/+4 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | see: https://github.com/GEANT/OCM-API/pull/37 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-20 | 116 | -220/+304 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #14289 from nextcloud/enh/accessibility_to_main_webpack | Julius Härtl | 2019-02-19 | 8 | -6271/+7 |
|\ \ \ \ | |/ / / |/| | | | Move accessibility to main webpack | ||||
| * | | | Move accessibility to main webpack | Roeland Jago Douma | 2019-02-19 | 8 | -6271/+7 |
| | |/ | |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #14263 from nextcloud/publish-activity-app-token | Roeland Jago Douma | 2019-02-19 | 5 | -5/+86 |
|\ \ \ | |/ / |/| | | Publish activity if app password created by ocs api or client login flow | ||||
| * | | Emit event if app password created | Daniel Kesselberg | 2019-02-18 | 5 | -106/+72 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | Publish activity for app token created by client login flow | Daniel Kesselberg | 2019-02-17 | 2 | -2/+65 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |