summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-2534-48/+50
|
* Merge pull request #14349 from nextcloud/rakekniven-patch-1Roeland Jago Douma2019-02-241-1/+1
|\ | | | | Fixed grammar
| * Fixed grammarrakekniven2019-02-221-1/+1
| | | | | | | | | | Reported at Transifex. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* | Merge pull request #14353 from nextcloud/dependabot/npm_and_yarn/webpack-4.29.5Roeland Jago Douma2019-02-242-116/+126
|\ \ | | | | | | Bump webpack from 4.29.3 to 4.29.5
| * | Bump webpack from 4.29.3 to 4.29.5dependabot[bot]2019-02-232-116/+126
| | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.3 to 4.29.5. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.3...v4.29.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-2410-12/+30
|/ /
* / [tx-robot] updated from transifexNextcloud bot2019-02-2316-30/+92
|/
* Merge pull request #14320 from nextcloud/design/installation-detailsRoeland Jago Douma2019-02-225-25/+36
|\ | | | | Accessibility & design fixes on installation
| * Make Storage&database open on enterJulius Härtl2019-02-221-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix .infield labels not being readable by screenreadersJan-Christoph Borchardt2019-02-223-12/+13
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Installation: Fix focus of database password toggleJan-Christoph Borchardt2019-02-221-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix tabbability of 'Storage & database' in install, open on enter stilll missingJan-Christoph Borchardt2019-02-221-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-224-12/+22
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #14338 from nextcloud/theme/firstrun-logo-exampleRoeland Jago Douma2019-02-221-1/+2
|\ \ | | | | | | Properly theme firstrunwizard logo in example theme
| * | Properly theme firstrunwizard logo in example themeJulius Härtl2019-02-221-1/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #14332 from nextcloud/bugfix/13098-unsafe-array-accessRoeland Jago Douma2019-02-221-1/+1
|\ \ | | | | | | Fix unsafe array access
| * | Check if array element is present before accessDaniel Kesselberg2019-02-221-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #14337 from nextcloud/bugfix/noid/undefined-index-user-uidRoeland Jago Douma2019-02-221-4/+6
|\ \ \ | | | | | | | | Fix "Undefined index: user_uid" on login page
| * | | Fix "Undefined index: user_uid" on login pageJoas Schilling2019-02-221-4/+6
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #13800 from nextcloud/design/settings-accessibilityJan-Christoph Borchardt2019-02-226-69/+99
|\ \ \ | | | | | | | | Design work on accessibility settings
| * | | Fix html rendering and default checkboxJohn Molakvoæ (skjnldsv)2019-02-214-6/+21
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Convert to Raw HTML approach, first tryJan-Christoph Borchardt2019-02-211-4/+17
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Adjust link style to how we do it on log in screeenJan-Christoph Borchardt2019-02-211-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Fix CSS typo in accessibility cssJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Accessibility settings: Proof of concept of better keyboard focus feedbackJan-Christoph Borchardt2019-02-211-3/+18
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Accessibility settings: More vertical whitespace between optionsJan-Christoph Borchardt2019-02-211-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Accessibility settings: Add theme name to checkbox labelJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Accessibility: Simplify design, more obvious selectabilityJan-Christoph Borchardt2019-02-214-60/+47
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Accessibility: Add description text, simplify structureJan-Christoph Borchardt2019-02-211-15/+16
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-2219-27/+92
|\ \ \ \ | |_|/ / |/| | | Get typed system values
| * | | Fix unit testsJoas Schilling2019-02-223-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make sure maintenance mode is always casted to boolJoas Schilling2019-02-2214-24/+22
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add methods to get casted system valuesJoas Schilling2019-02-222-0/+66
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-2226-46/+74
| | | |
* | | | Merge pull request #14326 from nextcloud/design/filelist-headerJohn Molakvoæ2019-02-211-1/+1
|\ \ \ \ | | | | | | | | | | Fix alignment of filelist header
| * | | | Fix alignment of filelist headerJan-Christoph Borchardt2019-02-211-1/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #14329 from nextcloud/bugfix/14317/2fa-button-themingJohn Molakvoæ2019-02-211-0/+2
|\ \ \ \ | |_|_|/ |/| | | Apply theme to 2FA button
| * | | Apply theme to button elements as wellJulius Härtl2019-02-211-0/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #13850 from ↵Joas Schilling2019-02-217-48/+286
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/11274/enable-disable-multiple-apps Enable & disable multiple apps at once
| * | Fix access to groupManagerDaniel Kesselberg2019-02-201-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Use contacts instead of logreaderDaniel Kesselberg2019-02-191-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 commandDaniel Kesselberg2019-02-193-5/+14
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Strict Types, Return TypesDaniel Kesselberg2019-02-194-12/+13
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Disable multiple apps at onceDaniel Kesselberg2019-02-192-17/+114
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Enable multiple apps at onceDaniel Kesselberg2019-02-193-22/+153
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-21180-356/+532
| | |
* | | Merge pull request #14311 from nextcloud/enh/2fa_backupscodes_to_main_webpackRoeland Jago Douma2019-02-2010-5140/+12
|\ \ \ | | | | | | | | Move twofactor_backupcodes to main webpack bundle
| * | | Update assetsRoeland Jago Douma2019-02-202-9/+10
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma2019-02-208-5131/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke2019-02-205-3/+83
|\ \ \ \ | |/ / / |/| | | Fix ocm end-point discovery discovery