summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-104-4/+8
|
* Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-021-0/+3
|\ | | | | Use an actual function of the storage to determine needsPartFile
| * Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-0/+3
| | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2018-05-011-2/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9309 from nextcloud/feature/noid/no_js_sharepermission_logicMorris Jobke2018-04-272-17/+7
|\ | | | | Do not add sharePermission logic in JS
| * Fix sharedfilelistSpec.js testsRoeland Jago Douma2018-04-261-3/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not add sharePermission logic in JSRoeland Jago Douma2018-04-261-14/+1
| | | | | | | | | | | | | | We have a dedicated dav property. We should do all the magic in 1 place. Not several. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-04-274-8/+10
|/
* Merge pull request #9284 from nextcloud/bugfix/9279/strict_sharee_apiMorris Jobke2018-04-251-5/+6
|\ | | | | Make ShareesAPIController strict
| * Make ShareesAPIController strictRoeland Jago Douma2018-04-231-5/+6
| | | | | | | | | | | | Fixes #9279 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2018-04-242-15/+17
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Make the ShareAPIController strictRoeland Jago Douma2018-04-231-40/+39
|/ | | | | | | | Fixes #9279 With types we can force php to not cast a full nummeric user to an int. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9255 from nextcloud/less-deprecated-callsRoeland Jago Douma2018-04-232-7/+3
|\ | | | | Less deprecated calls to OCP\Util::writeLog
| * Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-222-7/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-04-222-2/+2
|/
* Add background job to refresh federated discoveryRoeland Jago Douma2018-04-184-1/+60
| | | | | | Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix user selectable text for public links for text filesMorris Jobke2018-04-161-6/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix testsJulius Härtl2018-04-051-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update composer autoloaderJulius Härtl2018-04-052-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move external share saving to templateJulius Härtl2018-04-051-10/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move styling and menu handling to publicpage.jsJulius Härtl2018-04-053-38/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not hide primary action textJulius Härtl2018-04-051-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move common menu templates to public APIJulius Härtl2018-04-053-132/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>