Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 1 | -1/+1 |
|\ | | | | | Use the defined func()->count() instead of manual counting | ||||
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #12385 from nextcloud/fix/12356/grid-toggle-fix | Morris Jobke | 2018-11-11 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes the grid toggle for none folder shares | ||||
| * | | Fixes the grid toggle for none folder shares | Michael Weimann | 2018-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-11 | 6 | -4/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-10 | 4 | -2/+8 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-09 | 12 | -0/+38 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-08 | 14 | -0/+14 |
| | |||||
* | Better primary visual on public pages | John Molakvoæ (skjnldsv) | 2018-11-07 | 1 | -0/+14 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #12324 from ↵ | Morris Jobke | 2018-11-07 | 2 | -0/+7 |
|\ | | | | | | | | | nextcloud/add-password-response-parameter-for-returning-the-password-of-link-shares Add "password" parameter to the response data of link shares | ||||
| * | Add "password" parameter to the response data of link shares | Daniel Calviño Sánchez | 2018-11-06 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Due to legacy reasons the password of link shares was returned in the "share_with" and "share_with_displayname" parameters of the response data. Now a proper "password" parameter is returned too; the old "share_with" and "share_with_displayname" parameters are kept, although deprecated, and they will be removed in a future version of Nextcloud. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Fix unit tests | Morris Jobke | 2018-11-07 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Reduce function calls | Morris Jobke | 2018-11-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Improve text to be better translatable and use CSS instead of HTML for bold text | Morris Jobke | 2018-11-07 | 2 | -2/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix indentation of CSS | Morris Jobke | 2018-11-07 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Adapts the code to the new master state | Michael Weimann | 2018-11-07 | 2 | -16/+25 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Moves the terms of service into a dialog | Michael Weimann | 2018-11-07 | 4 | -15/+32 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Inlines the share note for file drops | Michael Weimann | 2018-11-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Inlines the share note for file drops | Michael Weimann | 2018-11-07 | 4 | -7/+30 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Hides the header actions for file drops | Michael Weimann | 2018-11-07 | 2 | -4/+100 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-07 | 2 | -2/+2 |
|/ | |||||
* | Fix tests | John Molakvoæ (skjnldsv) | 2018-11-06 | 1 | -2/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix min trhumbnail size | John Molakvoæ (skjnldsv) | 2018-11-06 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add grid toggle for every files view | John Molakvoæ (skjnldsv) | 2018-11-06 | 5 | -1/+19 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-06 | 2 | -0/+10 |
| | |||||
* | Merge pull request #12185 from nextcloud/cleanup/dicontainer | Morris Jobke | 2018-11-05 | 1 | -1/+2 |
|\ | | | | | Cleanup the DIContainer | ||||
| * | Fix files_sharing | Roeland Jago Douma | 2018-11-02 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-05 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #12105 from nextcloud/using-resharing-right-to-display-shares | Roeland Jago Douma | 2018-11-04 | 1 | -4/+80 |
|\ \ | | | | | | | Shares are displayed to users with resharing rights | ||||
| * | | revert tests | Maxence Lange | 2018-11-02 | 1 | -6/+4 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | user can have his resharing rights revoked, yet seeing created shares | Maxence Lange | 2018-11-02 | 2 | -10/+19 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | check parents resharing rights | Maxence Lange | 2018-11-02 | 1 | -6/+14 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | limit to circles moderator | Maxence Lange | 2018-11-02 | 1 | -1/+2 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | display shares to circles moderator | Maxence Lange | 2018-11-02 | 1 | -0/+22 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | shares are displayed to users with resharing rights | Maxence Lange | 2018-11-02 | 1 | -0/+38 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-04 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-03 | 32 | -32/+32 |
| |/ |/| | |||||
* | | Add sending the password by Talk for a link share to ShareAPIController | Daniel Calviño Sánchez | 2018-11-02 | 2 | -0/+324 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Check "note", "label" and "hide download" too in update share tests | Daniel Calviño Sánchez | 2018-11-02 | 1 | -14/+55 |
|/ | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Fix wording, sort 'Add another link' to bottom so it does not confuse | Jan-Christoph Borchardt | 2018-11-01 | 1 | -0/+5 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Use primary color for share link icon background instead of bland grey | Jan-Christoph Borchardt | 2018-11-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix note display | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -1/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Copy link outside menu | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -7/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Migrate link shares to array | John Molakvoæ (skjnldsv) | 2018-11-01 | 2 | -26/+24 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | adjust unit tests | Bjoern Schiessle | 2018-11-01 | 1 | -2/+22 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow to update lables for public link shares | Bjoern Schiessle | 2018-11-01 | 1 | -1/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow to add labels to shares | Bjoern Schiessle | 2018-11-01 | 1 | -5/+13 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow to create multiple link shares via share api | Bjoern Schiessle | 2018-10-31 | 1 | -9/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidation | Roeland Jago Douma | 2018-10-30 | 1 | -2/+27 |
|\ | | | | | Sharing user consolidation | ||||
| * | Styling papercuts | Julius Härtl | 2018-10-30 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |