summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-01-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-292-6/+6
|
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-214-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-094-16/+16
|
* remove non-circles-generated shares onlyMaxence Lange2020-01-071-1/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* [tx-robot] updated from transifexNextcloud bot2020-01-022-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-012-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-12-312-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-12-232-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2230-26/+148
|
* Update license headers for 18Christoph Wurst2019-12-204-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* confirm auth on share generated by CirclesMaxence Lange2019-12-163-1/+19
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> returns true Signed-off-by: Maxence Lange <maxence@artificial-owl.com> DI Signed-off-by: Maxence Lange <maxence@artificial-owl.com> DI Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix external sharing loading script (#18251)John Molakvoæ2019-12-103-68/+65
|\ | | | | Fix external sharing loading script
| * revert protectedJohn Molakvoæ2019-12-061-1/+1
| |
| * Fix external sharing loading scriptJohn Molakvoæ (skjnldsv)2019-12-063-69/+66
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-092-0/+4
|/
* Update license headersChristoph Wurst2019-12-0523-29/+40
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-052-28/+28
|
* [tx-robot] updated from transifexNextcloud bot2019-12-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-022-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-292-0/+4
|
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-288-13/+14
|\ | | | | Add php7.4 support
| * Mode to modern phpunitRoeland Jago Douma2019-11-276-8/+9
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-278-12/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-282-24/+24
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-264-4/+12
|
* Some php-cs fixesRoeland Jago Douma2019-11-2213-17/+9
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-11-212-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-2018-4/+40
|
* [tx-robot] updated from transifexNextcloud bot2019-11-19106-318/+318
|
* Merge pull request #17985 from nextcloud/enh/use_displayname_federated_shareRoeland Jago Douma2019-11-182-12/+24
|\ | | | | Use the displayname for federated notifications
| * Use the displayname for federated notificationsRoeland Jago Douma2019-11-182-12/+24
| | | | | | | | | | | | | | Since we have the showing this is a lot nicer. Especially on alrge isntances where the uid can be totally random. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma2019-11-181-1/+1
|\ \ | |/ |/| 🔗☑️ Accept all incoming shares
| * Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-11-152-20/+26
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-122-4/+4
|
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2019-11-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-11-032-2/+2
|
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+27
| | | | | | | | | | | | Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-092-0/+10
|
* Allow removing federated shares of locally reshared filesRoeland Jago Douma2019-10-031-0/+5
| | | | | | | | | | | | * UserA shares a folder to UserB * UserB does a federated share to userC@serverC * UserB now tries to revoke the federated share Before we always tried to notify the remote cloud. The case that the file was reshared locally was not considered. This patch makes sure not to try to notify a federated server if both users are local users. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-09-17118-354/+120
|
* [tx-robot] updated from transifexNextcloud bot2019-09-084-16/+16
|
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-282-2/+104
|
* [tx-robot] updated from transifexNextcloud bot2019-08-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-182-4/+88
|