summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-292-3/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12468 from nextcloud/multiselect-removal-fixJohn Molakvoæ2018-11-221-344/+0
|\ | | | | Remove conflicting multiselect
| * Remove conflicting multiselectJohn Molakvoæ (skjnldsv)2018-11-151-344/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix whitespace and file action cleanupJulius Härtl2018-11-201-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Compile handlebarsRoeland Jago Douma2018-11-201-37/+33
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Allow to hide download option for folders shared by linkJulius Härtl2018-11-202-4/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #12491 from nextcloud/share-menu-click-fixJohn Molakvoæ2018-11-205-14/+14
|\ \ | | | | | | Fix share link password input
| * | Fix share link password inputJohn Molakvoæ (skjnldsv)2018-11-205-14/+14
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12350 from nextcloud/filepicker-sortingMorris Jobke2018-11-201-8/+53
|\ \ | | | | | | Enable sorting in file picker
| * | Properly align loading indicator when switching foldersJulius Härtl2018-11-161-2/+7
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Flip sort indicatorsJulius Härtl2018-11-161-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Allow sorting in the file pickerJulius Härtl2018-11-161-6/+46
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Fix login loader position and theming supportJohn Molakvoæ (skjnldsv)2018-11-161-1/+3
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12418 from ↵Morris Jobke2018-11-121-39/+0
|\ | | | | | | | | nextcloud/bugfix/noid/do-not-show-integrity-warning-always Remove outdated integrity warning on each page
| * Remove outdated integrity warning on each pageMorris Jobke2018-11-121-39/+0
| | | | | | | | | | | | | | * integrity warning is shown during update and in the admin setup checks * there is also the plan to retire this old way of notification Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | fixup! Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-4/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-1/+5
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12332 from nextcloud/bugfix/12314/existing-link-titleMorris Jobke2018-11-071-1/+1
|\ | | | | Also use default label if share label is null
| * Also use default label if share label is nullJulius Härtl2018-11-071-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #12334 from nextcloud/bugfix/12164/share-dialog-useridMorris Jobke2018-11-071-17/+24
|\ \ | | | | | | Only show label if the shareWith value is relevant
| * | Only show label if the shareWith value is relevantJulius Härtl2018-11-071-17/+24
| |/ | | | | | | | | | | For local users / groups the display name is enough to show, we just need details for email/remote shares Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Add es6-shim as polyfill and minify underscore.jsJulius Härtl2018-11-071-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #12273 from nextcloud/public-share-enforce-pass-fixJohn Molakvoæ2018-11-064-8/+26
|\ | | | | Fix password enforce on public share links
| * Fix sharedialog failure handlerJohn Molakvoæ (skjnldsv)2018-11-061-1/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add focus on pending popover openingJohn Molakvoæ (skjnldsv)2018-11-063-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix password enforce on public share linksJohn Molakvoæ (skjnldsv)2018-11-053-3/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Disable grid for ieJohn Molakvoæ (skjnldsv)2018-11-051-1/+9
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-045-13/+53
|\ | | | | Shares are displayed to users with resharing rights
| * Use property to check if a share entry is shared with the current userJulius Härtl2018-11-023-13/+17
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add uid_owner to enable permission settings on the viewsJulius Härtl2018-11-021-1/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove reshare owner entry from the share listJulius Härtl2018-11-021-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Show share settings for owner and reshare owners onlyJulius Härtl2018-11-024-7/+33
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix app menu calculation for random size of the right headerJulius Härtl2018-11-022-4/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add "Password protect by Talk" to the menu of link sharesDaniel Calviño Sánchez2018-11-026-12/+222
|/ | | | | | | | | | | | | | | | | | | | | | | When Talk is enabled the menu for link shares now shows a checkbox to protect the password by Talk (that is, to show the "Request password by Talk" UI in the authentication page for the link share). Although in e-mail shares protecting the share with a password and protecting the password by Talk are mutually exclusive actions (as when the password is set it is sent to the sharee, so it must be set again when protecting it by Talk to be able to verify the identity of the sharee), in the case of link shares protecting the password by Talk is an additional step to protecting the share with a password (as just setting the password does not disclose it to anyone). As such, the checkbox is shown only when there is a password set for the link share (even if the field itself for the password is not shown, like when they are enforced in the settings). Note that the icon set for the field, "icon-passwordtalk", does not currently exist; it is the same used for e-mail shares, and it is needed simply to get the right padding in the menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-0114-424/+693
|\ | | | | allow to create multiple link shares via share api
| * Fixed jsunitJohn Molakvoæ (skjnldsv)2018-11-015-69/+75
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Password policy fix and menu open on first shareJohn Molakvoæ (skjnldsv)2018-11-013-4/+29
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix wording, sort 'Add another link' to bottom so it does not confuseJan-Christoph Borchardt2018-11-013-49/+51
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix password enforcementJohn Molakvoæ (skjnldsv)2018-11-017-126/+176
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix enforce dateJohn Molakvoæ (skjnldsv)2018-11-013-14/+33
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix note displayJohn Molakvoæ (skjnldsv)2018-11-015-15/+25
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Copy link outside menuJohn Molakvoæ (skjnldsv)2018-11-014-35/+43
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Migrate link shares to arrayJohn Molakvoæ (skjnldsv)2018-11-016-217/+366
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add tests for edit permission state on file sharesJulius Härtl2018-10-311-0/+31
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Do not set indeterminate state for file sharesJulius Härtl2018-10-312-1/+9
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-301-11/+99
|\ | | | | Sharing user consolidation
| * Don't enforce merged propertyJulius Härtl2018-10-301-5/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Show one share method per contact for inaccurate resultsJulius Härtl2018-10-301-8/+30
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use tab to complete selected entry to the share entryJulius Härtl2018-10-301-0/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>