summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12312 from nextcloud/bugfix/11527/fix-index-nameRoeland Jago Douma2018-11-062-6/+6
|\ | | | | Fix index names
| * Fix index namesMorris Jobke2018-11-062-6/+6
| | | | | | | | * see #11527
* | 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>
* | [tx-robot] updated from transifexNextcloud bot2018-11-062-2/+20
| |
* | Disable grid for ieJohn Molakvoæ (skjnldsv)2018-11-052-1/+10
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-056-12/+60
|
* 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>
* | [tx-robot] updated from transifexNextcloud bot2018-11-0418-18/+108
| |
* | Merge pull request #10890 from nextcloud/bugfix/10857/app-menu-resizeRoeland Jago Douma2018-11-032-4/+9
|\ \ | | | | | | Fix app menu calculation for random size of the right header
| * | 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>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-0352-96/+146
| | |
* | | Merge pull request #12216 from nextcloud/bugfix/appmenu/loadingRoeland Jago Douma2018-11-021-2/+4
|\ \ \ | |/ / |/| | Fix loading indicator in app menu
| * | Fix loading indicator in app menuJulius Härtl2018-11-021-2/+4
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #11875 from ↵Roeland Jago Douma2018-11-026-12/+222
|\ \ | |/ |/| | | | | nextcloud/add-support-for-sending-the-password-for-a-link-share-by-nextcloud-talk Add support for sending the password for a link share by Nextcloud Talk
| * 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>
* | Fix popover menu alignment in listJohn Molakvoæ (skjnldsv)2018-11-021-1/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12177 from nextcloud/fix/apptoken_login_flow_proper_hostMorris Jobke2018-11-021-21/+23
|\ \ | | | | | | Use the proper server for the apptoken flow login
| * | Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a user can't authenticate normally (because they have 2FA that is not available on their devices for example). The redirect that is generated should be of the proper format. This means 1. Include the protocol 2. Include the possible subfolder Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-02124-408/+424
| |/ |/|
* | Merge pull request #11053 from nextcloud/occ-app-update-commandMorris Jobke2018-11-022-0/+126
|\ \ | | | | | | occ app update command
| * | Log exception in case an app update failsMorris Jobke2018-11-011-1/+7
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add occ app:update commandMichael Gerber2018-11-012-0/+120
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-0115-424/+746
|\ \ \ | | | | | | | | 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>
| * | | allow to add labels to sharesBjoern Schiessle2018-11-011-0/+53
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #12188 from nextcloud/revert/9900/revert-wait-for-cronMorris Jobke2018-11-012-10/+2
|\ \ \ \ | | | | | | | | | | Revert "Wait for cron to finish before running upgrade command"
| * | | | Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-012-10/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Revert "Fix .hidden class specificity, should not be overridable, ref #12138"Julius Härtl2018-11-011-3/+3
| | | | | | | | | | | | | | | | This reverts commit 25e70e1eb798d9292b4d5864d89c6c424ff0218c.
* | | | Revert "make .button inline-block"Julius Härtl2018-11-011-1/+0
|/ / / | | | | | | | | | This reverts commit 87c3f79399f4b3e71fa1d0ff6d774c9c9f6ddc18.
* | | Merge pull request #12180 from nextcloud/sidebar-fixesMorris Jobke2018-11-011-5/+25
|\ \ \ | | | | | | | | Sidebar fixes, mostly fixing design of tabs
| * | | Fix design of tabs in sidebarJan-Christoph Borchardt2018-11-011-5/+25
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #12163 from nextcloud/bugfix/11730/file-share-edit-stateMorris Jobke2018-11-013-1/+40
|\ \ \ \ | |_|_|/ |/| | | Do not set indeterminate state for file shares
| * | | 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>
* | | | Fix header app name clickability issue, fix #12165Jan-Christoph Borchardt2018-11-011-0/+1
| |/ / |/| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-0112-0/+32
| | |