summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-23102-174/+0
|
* Fix whitespace and file action cleanupJulius Härtl2018-11-201-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Clear link to avoid downloadsRoeland Jago Douma2018-11-201-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to hide download option for folders shared by linkJulius Härtl2018-11-201-0/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #12544 from nextcloud/fix/better_update_share_handlingRoeland Jago Douma2018-11-201-0/+4
|\ | | | | Handle permission in update of share better
| * Handle permission in update of share betterRoeland Jago Douma2018-11-201-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12491 from nextcloud/share-menu-click-fixJohn Molakvoæ2018-11-201-5/+17
|\ \ | |/ |/| Fix share link password input
| * Fix share link password inputJohn Molakvoæ (skjnldsv)2018-11-201-5/+17
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-182-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-11-172-0/+10
| |
* | Merge pull request #12474 from nextcloud/default-to-files-listMorris Jobke2018-11-163-6/+6
|\ \ | |/ |/| Rollback to default list view
| * Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-153-6/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-1612-0/+30
|/
* Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\ | | | | Shorten index name of calendar changes table
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-1512-0/+54
| |
* | Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)2018-11-142-2/+2
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12398 from nextcloud/fix/12378Morris Jobke2018-11-131-6/+15
|\ | | | | change "Download" to "Download all files" for shared folders
| * change "Download" to "Download all files" for shared foldersJonas Sulzer2018-11-101-6/+15
| | | | | | | | | | | | fixes #12378 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | [tx-robot] updated from transifexNextcloud bot2018-11-134-0/+10
| |
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-1/+1
|\ \ | | | | | | Use the defined func()->count() instead of manual counting
| * | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #12385 from nextcloud/fix/12356/grid-toggle-fixMorris Jobke2018-11-111-1/+1
|\ \ \ | | | | | | | | Fixes the grid toggle for none folder shares
| * | | Fixes the grid toggle for none folder sharesMichael Weimann2018-11-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-116-4/+6
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-11-104-2/+8
|/ /
* / [tx-robot] updated from transifexNextcloud bot2018-11-0912-0/+38
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-0814-0/+14
|
* Better primary visual on public pagesJohn Molakvoæ (skjnldsv)2018-11-071-0/+14
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12324 from ↵Morris Jobke2018-11-072-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 sharesDaniel Calviño Sánchez2018-11-062-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 testsMorris Jobke2018-11-071-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Reduce function callsMorris Jobke2018-11-071-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Improve text to be better translatable and use CSS instead of HTML for bold textMorris Jobke2018-11-072-2/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix indentation of CSSMorris Jobke2018-11-071-6/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Adapts the code to the new master stateMichael Weimann2018-11-072-16/+25
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Moves the terms of service into a dialogMichael Weimann2018-11-074-15/+32
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Inlines the share note for file dropsMichael Weimann2018-11-071-0/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Inlines the share note for file dropsMichael Weimann2018-11-074-7/+30
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Hides the header actions for file dropsMichael Weimann2018-11-072-4/+100
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2018-11-072-2/+2
|/
* Fix testsJohn Molakvoæ (skjnldsv)2018-11-061-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix min trhumbnail sizeJohn Molakvoæ (skjnldsv)2018-11-061-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-065-1/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-062-0/+10
|
* Merge pull request #12185 from nextcloud/cleanup/dicontainerMorris Jobke2018-11-051-1/+2
|\ | | | | Cleanup the DIContainer
| * Fix files_sharingRoeland Jago Douma2018-11-021-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-052-2/+2
| |
* | Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-4/+80
|\ \ | | | | | | Shares are displayed to users with resharing rights