summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjust acceptance test to check if the correct sidebar view is shownJulius Härtl2018-08-031-3/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Always call render to replace the app-sidebar if the detail view is updatedJulius Härtl2018-08-032-3/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix return value of change directoryJulius Härtl2018-08-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-08-03316-412/+432
|
* Merge pull request #10480 from nextcloud/bugfix/10420/settingsRoeland Jago Douma2018-08-0214-38/+58
|\ | | | | Settings design polishing
| * files_external: Fix jsunit testsJulius Härtl2018-08-021-10/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix encryption admin section testsJulius Härtl2018-08-022-4/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * systemtags: Submit input on enterJulius Härtl2018-08-011-0/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move encryption settings to securityJulius Härtl2018-08-014-10/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * files_external: Add description to settingsJulius Härtl2018-08-011-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * files_external: Move delete option to 3-dots menuJulius Härtl2018-08-013-10/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Rename CalDAV to Calendar settingsJulius Härtl2018-08-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make user management heading font size lighterJulius Härtl2018-08-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move locale preview to two lines to reduce grid heightJulius Härtl2018-08-011-2/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10506 from nextcloud/fix/10504/not_all_apps_are_appstoreRoeland Jago Douma2018-08-021-3/+5
|\ \ | | | | | | Not all apps are from the appstore
| * | Not all apps are from the appstoreRoeland Jago Douma2018-08-021-3/+5
| | | | | | | | | | | | | | | | | | Fixes #10504 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10508 from nextcloud/bugfix/noid/app-managementRoeland Jago Douma2018-08-022-3/+3
|\ \ \ | |/ / |/| | Fix app management not providing updates for apps which got disabled
| * | There is no update available if the app didnt have a version (aka was not ↵Joas Schilling2018-08-021-1/+1
| | | | | | | | | | | | | | | | | | installed) Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Also allow to update apps which are currently not enabledJoas Schilling2018-08-021-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Keep the data of the local app (especially the version)Joas Schilling2018-08-021-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #10482 from nextcloud/content-list-checkbox-visibility-fixRoeland Jago Douma2018-08-021-5/+21
|\ \ \ | |/ / |/| | Only show checkbox on hover/focus + accessibility fixes
| * | Add class to show all checkboxesJohn Molakvoæ (skjnldsv)2018-08-021-0/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Only show checkbox on hover/focus + accessibility fixesJohn Molakvoæ (skjnldsv)2018-08-011-5/+18
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #10495 from nextcloud/14beta2v14.0.0beta2Roeland Jago Douma2018-08-021-2/+2
|\ \ \ | | | | | | | | 14 Beta 2
| * | | 14 Beta 2Roeland Jago Douma2018-08-021-2/+2
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10465 from nextcloud/fix/backup-codes-state-propagationRoeland Jago Douma2018-08-0212-79/+463
|\ \ \ | | | | | | | | Fix state propragation of the backup codes provider
| * | | Fix state propragation of the backup codes providerChristoph Wurst2018-08-0112-79/+463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with Nextcloud 14, the server knows the enabled/disabled state of 2fa providers. While it will query that information if it's unknown (on first use), it won't notice any changes. Thus, providers have to propagate that information themselves. Ref https://github.com/nextcloud/twofactor_totp/pull/263 Ref https://github.com/nextcloud/twofactor_u2f/pull/210 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-0246-68/+78
| | | |
* | | | Merge pull request #10486 from nextcloud/detect-hidden-navigationRoeland Jago Douma2018-08-011-1/+1
|\ \ \ \ | | | | | | | | | | Mobile fixes
| * | | | Mobile fixesJohn Molakvoæ (skjnldsv)2018-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #10481 from ↵Roeland Jago Douma2018-08-014-7/+44
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/feature/noid/make-info-available-if-the-avatar-was-uploaded Make the info available if the avatar was uploaded or generated
| * | | | Fix unit testJoas Schilling2018-08-011-1/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Make the info available if the avatar was uploaded or generatedJoas Schilling2018-08-013-6/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #10484 from nextcloud/bugfix/noid/theming-cache-updateRoeland Jago Douma2018-08-012-2/+7
|\ \ \ \ \ | | | | | | | | | | | | Append cache bump parameter to scss files URL
| * | | | | Append cache bump parameter to scss files URLJulius Härtl2018-08-012-2/+7
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #10479 from ↵Roeland Jago Douma2018-08-011-10/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/personal-settings-icon-visibility Use icon classes in personal settings
| * | | | | Use icon classes in personal settingsJulius Härtl2018-08-011-10/+7
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #10474 from danielkesselberg/bugfix/10379/no-files-in-hereRoeland Jago Douma2018-08-011-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Set emptyText depending on filepicker type
| * | | | | Set emptyText depending on filepicker typeDaniel Kesselberg2018-07-311-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #10483 from nextcloud/detect-hidden-navigationRoeland Jago Douma2018-08-011-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | No margin left if the navigation is hidden
| * | | | | No margin left if the navigation is hiddenJohn Molakvoæ (skjnldsv)2018-08-011-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #10471 from nextcloud/bugfix/noid/improve-url-detectionJoas Schilling2018-08-012-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Improve URL detection
| * | | | | Improve URL detectionJoas Schilling2018-07-312-1/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #10466 from nextcloud/rakekniven-patch-1Joas Schilling2018-08-011-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Fixed tiny grammar issue
| * | | | Fixed tiny grammar issuerakekniven2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ID in uppercase. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* | | | | Merge pull request #10448 from nextcloud/list-opacity-fixRoeland Jago Douma2018-08-011-11/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | | Only lower opacity of the avatar if the checkbox is checked on the content-list
| * | | | Only lower opacity of the avatar if the checkbox is cheked on the content-listJohn Molakvoæ (skjnldsv)2018-07-301-11/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-0148-38/+38
| |_|_|/ |/| | |
* | | | Merge pull request #10472 from ↵Roeland Jago Douma2018-07-311-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/add-notification-container-to-public-layout-template Add notification container to public layout template
| * | | | Add notification container to public layout templateDaniel Calviño Sánchez2018-07-311-0/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | This is needed to show notifications using the standard "OC.Notification.show" function. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>