summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-03200-290/+290
|
* Merge pull request #10480 from nextcloud/bugfix/10420/settingsRoeland Jago Douma2018-08-028-25/+47
|\ | | | | 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-021-2/+2
| | | | | | | | 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-011-2/+2
| | | | | | | | 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>
* | 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-0210-8/+18
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-0124-10/+30
|
* Merge pull request #9242 from ↵Roeland Jago Douma2018-07-312-7/+70
|\ | | | | | | | | nextcloud/fix-display-name-ignored-when-creating-new-user Fix display name ignored when creating new user
| * Add optional "displayName" parameter to add user endpointDaniel Calviño Sánchez2018-07-312-7/+70
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Revert to regular buttons in system tags managementJulius Härtl2018-07-312-12/+10
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10460 from nextcloud/bugfix/10443/theming-iconsRoeland Jago Douma2018-07-311-5/+8
|\ | | | | Use icon mixins for the theming scss
| * Use icon mixins for the theming scssJulius Härtl2018-07-311-5/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-07-3144-24/+78
|/
* Merge pull request #10435 from nextcloud/rakekniven-patch-1Joas Schilling2018-07-301-1/+1
|\ | | | | Typo fix: Triple dot to ellipsis
| * Update IMipPlugin.phprakekniven2018-07-301-1/+1
| | | | | | Added space before ellipsis
| * Typo fix: Triple dot to ellipsisrakekniven2018-07-291-1/+1
| | | | | | Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* | [tx-robot] updated from transifexNextcloud bot2018-07-302-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-07-2820-12/+86
|
* Merge pull request #10416 from nextcloud/bugfix/10414/fix-preview-urlRoeland Jago Douma2018-07-271-3/+3
|\ | | | | Use OC.generateUrl to properly prefix preview images
| * Use OC.generateUrl to properly prefix preview imagesJulius Härtl2018-07-261-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-07-2730-14/+106
|/
* Merge pull request #10406 from nextcloud/bugfix/10405/undefined-index-classesMorris Jobke2018-07-261-1/+1
|\ | | | | Not all sidebar entries have the "classes" attribute
| * Not all sidebar entries have the "classes" attributeMorris Jobke2018-07-261-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Set the favorites to the empty array on failureRoeland Jago Douma2018-07-261-1/+1
|/ | | | | | Else it will start throwing errors because null is not iteratable. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-07-26174-130/+272
|
* Merge pull request #9222 from ↵Morris Jobke2018-07-258-48/+421
|\ | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments
| * Brighter comments iconMorris Jobke2018-07-251-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add pagination supportJoas Schilling2018-07-251-17/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to search by commentsJoas Schilling2018-07-257-1/+345
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly register everything via the Application classJoas Schilling2018-07-252-48/+62
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-07-25126-490/+500
|
* Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-253-13/+20
|\ | | | | Accessibility fixes for header and global elements
| * Trigger upload actions only for Enter & Space keysKevin Ndung'u2018-07-241-2/+4
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
| * Trigger upload action also with keyboard navigation on enterJan-Christoph Borchardt2018-07-241-0/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix ability to open file or folder via keyboard, fix #10008Jan-Christoph Borchardt2018-07-242-12/+12
| | | | | | | | | | | | | | | | | | | | | | Before, the file or folder was opened when clicking on the name span, but not when clicking on the link that contains the name; clicking on the link highlighted the file and opened the sidebar, just like clicking on the file size or date. Now clicking on the link opens the file or folder, so the unit tests that tested clicks on the link were changed to test clicking on the file size instead. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Make Upload entry in +Menu focusableJan-Christoph Borchardt2018-07-201-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #10378 from nextcloud/bugfix/noid/fix-icon-name-14Morris Jobke2018-07-253-3/+3
|\ \ | | | | | | Fix icon file names
| * | Add group iconJulius Härtl2018-07-241-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Replace contacts-dark icon with contactsJulius Härtl2018-07-242-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10238 from ↵Morris Jobke2018-07-246-38/+321
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/add-support-for-sending-the-password-for-a-share-by-nextcloud-talk Add support for sending the password for a share by Nextcloud Talk
| * | | Add event to load additional scripts in the auth page for public sharesDaniel Calviño Sánchez2018-07-241-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the public share authentication page is rendered now an event to load additional scripts is dispatched. Thanks to this any app can load its own scripts that, when run on the browser, adjust as needed the page generated by the server. Note, however, that during the handling of the event apps are only able to add scripts or styles to be loaded; they can not render arbitrary content on the page, or change how the content is rendered by the original template; all those changes have to be done by the scripts at run-time. This implies that the scripts of the apps can use only those parameters, like the token of the share, added to the page when it is generated by the "publicshareauth" template. Due to this, and given that the event is being introduced to be used by Talk to inject the UI needed to request the password for a share, the token of the share is now provided in the generated page, just like done in the public share page. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add support for sending the password by Talk to ShareAPIControllerDaniel Calviño Sánchez2018-07-243-33/+121
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-242-2/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a password was set for a mail share an e-mail was sent to the recipient with the password. Now the e-mail is no longer sent if the password is meant to be sent by Talk. However, before the e-mail was not sent when the share was updated but the password was not changed. Now an e-mail is sent in that case too if switching from a password sent by Talk to a password sent by mail. On the other hand, when switching from a password sent by mail to a password sent by Talk it is mandatory to change the password; otherwise the recipient would already have access to the share without having to call the sharer to verify her identity. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>