summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * Simplify share list textJulius Härtl2018-10-301-5/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Merge contacts and add type of result to the UIJulius Härtl2018-10-301-8/+52
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Group share suggestions by useridJulius Härtl2018-10-301-1/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add collaborators uuid to properly render the avatar and for later groupingJulius Härtl2018-10-301-1/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Highlight search term in sharing resultsJulius Härtl2018-10-301-1/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Improve share select listJulius Härtl2018-10-301-0/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add "Hide download" to the menu of link sharesDaniel Calviño Sánchez2018-10-306-23/+174
|/ | | | | | | | | | Hiding the download does not depend on other settings and it does not affect other settings either (for example, it would be possible to hide the downloads yet make the share editable), so a simple checkbox was added to the menu. However, note that this option is only available for files, but not for folders. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #11988 from nextcloud/docs/jsdoc-buildMorris Jobke2018-10-255-7/+21
|\ | | | | JSdoc build fixes and move build script out of the root folder
| * Adjust some jsdocsJulius Härtl2018-10-245-7/+21
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #11893 from caugner/7837-filesize-format-with-localeMorris Jobke2018-10-252-0/+71
|\ \ | |/ |/| Formats file sizes using the user's locale
| * OC.getCanonicalLocale: fix testsClaas Augner2018-10-241-4/+8
| | | | | | Signed-off-by: Claas Augner <git@caugner.de>
| * humanFileSize: use toLocaleStringClaas Augner2018-10-242-0/+67
| | | | | | | | | | | | | | | | | | | | | | humanFileSize: add test with locale humanFileSize: use canonical locale humanFileSize: skip test w/o toLocaleString support humanFileSize: stub getCanonicalLocale OC.getCanonicalLocale: cover undefined case humanFileSize: fix getCanonicalLocale stub Signed-off-by: Claas Augner <git@caugner.de>
* | Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-0/+33
|\ \ | | | | | | Files grid view