aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* When formatting a share node an Empty target is invalidRoeland Jago Douma2018-04-041-1/+1
| | | | | | | | | | | Fixes #9028 For federated shares the share table holds no target information (since it is on the other server). So when a node is actually invalid and not found we should not display it anymore in the shared with sections etc and thus throw the proper exceptions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-281-2/+8
|\ | | | | Remove deprecated functions from OCP\User
| * Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-2/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-264-28/+58
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-234-6/+6
|
* Replace information icon with confirmation button in share inputJan-Christoph Borchardt2018-03-201-2/+10
| | | | | | | The confirmation button right now is just an icon; its behaviour will be added in the following commits. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Set "share_with" field to the ID of the circleDaniel Calviño Sánchez2018-03-161-2/+10
| | | | | | | | | | | When a share is shared with a circle the "share_with" field returned by the API endpoint was always set to the name of the circle. However, the name is not enough to identify a circle. The Circles app now provides the ID of the circle in the "shared with" field of a Share, so this commit modifies the API endpoint to set the "share_with" field to the ID of the circle when provided by the Circles app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-151-10/+54
|\ | | | | Full implement group display names
| * Fix group displaynames in activityJoas Schilling2018-03-081-10/+54
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-03-152-2/+2
| |
* | Merge pull request #8811 from nextcloud/remove_dep_util_linkRoeland Jago Douma2018-03-141-1/+1
|\ \ | | | | | | Remove deprecated URL functions for OCP\Util
| * | Remove deprecated URL functions for OCP\UtilRoeland Jago Douma2018-03-131-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Replace ContactsManagerRoeland Jago Douma2018-03-131-1/+15
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0Morris Jobke2018-03-131-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unused methods of OC_ResponseMorris Jobke2018-03-121-1/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-03-092-2/+4
| |
* | Use label for better focus on external shareJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fixed ext share style and use varable for popover heightJohn Molakvoæ (skjnldsv)2018-03-073-10/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Improved inline confirm icon with opacity and fixed ext share loading stateJohn Molakvoæ (skjnldsv)2018-03-073-37/+23
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #8373 from nextcloud/right-header-stdrdMorris Jobke2018-03-072-11/+6
|\ | | | | New standard for top right header
| * Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-072-11/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove OC_App::disable methodTobia De Koninck2018-03-061-1/+1
| | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* | [tx-robot] updated from transifexNextcloud bot2018-03-064-8/+8
| |
* | Merge pull request #8590 from nextcloud/redirect-to-download-after-shareRoeland Jago Douma2018-03-052-11/+51
|\ \ | |/ |/| Sharing: redirect to download after authentification if requested
| * fixup! fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-03-011-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-03-011-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-281-2/+32
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-02-282-6/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-02-281-2/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-02-281-4/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-03-022-0/+2
|/
* Merge pull request #8569 from nextcloud/cleanup_unused_static_sharingRoeland Jago Douma2018-02-281-170/+0
|\ | | | | Remove unused static sharing helper code
| * Remove unused static sharing helper codeRoeland Jago Douma2018-02-271-170/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-02-28102-396/+400
|/
* Merge pull request #7363 from nextcloud/default-share-permsMorris Jobke2018-02-274-30/+53
|\ | | | | Let the admin configure the default share permissions
| * fix unit testsBjoern Schiessle2018-02-272-2/+16
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * share api: use default permission of no permission is givenBjoern Schiessle2018-02-271-28/+35
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add share permissions to settings pageBjoern Schiessle2018-02-271-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix files_sharing testsJulius Härtl2018-02-272-5/+31
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add missing phpdoc for public APIJulius Härtl2018-02-271-10/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add phpdoc, typehints and sanitize HTMLJulius Härtl2018-02-272-6/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use PublicTemplateResponse for files_sharingJulius Härtl2018-02-277-101/+157
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-02-242-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-222-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-02-212-16/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-174-2/+8
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-23/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #8277 from nextcloud/avatars-shared-allJulius Härtl2018-02-151-0/+4
|\ | | | | Show share owner avatars on all file lists