summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-264-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-254-2/+6
|
* Fix ExpiresSharesJobTestRoeland Jago Douma2018-05-231-16/+21
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use node apiRoeland Jago Douma2018-05-231-27/+13
| | | | | | | * delete old test that can't happen anymore since we check for a valid node Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-05-2312-12/+36
|
* Merge pull request #9545 from ↵Morris Jobke2018-05-221-0/+4
|\ | | | | | | | | nextcloud/bugfix/noid/ellipsis-below-public-textfiles Remove ellipsis below public text file shares
| * Remove ellipsis below public text file sharesMorris Jobke2018-05-221-0/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9515 from ↵Roeland Jago Douma2018-05-221-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/reset_session_when_auth_against_protected_share Regenerate session id after public share auth
| * | Regenerate session id after public share authRoeland Jago Douma2018-05-171-0/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-05-188-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-178-8/+8
|
* [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>