summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-11-214-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-206-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-192-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-1810-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-172-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix date handling and savingJohn Molakvoæ2022-11-164-38/+69
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-151-3/+5
|\ | | | | Fix dynamic properties and other problems in tests for PHP 8.2
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-152-0/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-072-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-0580-90/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34871 from ↵Vincent Petry2022-11-021-3/+6
|\ | | | | | | | | nextcloud/bugfix/34695/fix-internal-expiredate-visibility Fix visibility of internal expire date
| * Fix visibility of internal expire dateVincent Petry2022-10-281-3/+6
| | | | | | | | | | | | | | Fixed visibility of the expiration date field for internal shares by aligning the logic with the one from the public link shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-312-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-292-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-28106-212/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-272-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributesJulius Härtl2022-10-261-0/+10
|\
| * Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2022-10-262-0/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-242-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-232-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-21114-232/+238
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan2022-10-202-185/+106
|\ | | | | Propagate attributes when resharing
| * More fixesCarl Schwan2022-10-181-8/+18
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Small progress with fixing unit testsCarl Schwan2022-10-112-169/+87
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Propagate attributes when resharingCarl Schwan2022-10-101-27/+20
| | | | | | | | | | | | | | When updating a share, load the node from the initiator instead of the owner similar to how this is done when creating the share. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-201-7/+7
|\ \ | | | | | | Multiple fix for files external
| * | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-7/+7
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-192-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix various other small psalm issuesCarl Schwan2022-10-175-18/+9
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix incorrect argument name in inherited methodCarl Schwan2022-10-171-2/+2
| | | | | | | | | | | | | | | | | | The arguments now need to be the same as in the parent method Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-3/+3
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix permission not being intCarl Schwan2022-10-172-5/+5
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix exception getCode typeCarl Schwan2022-10-171-2/+2
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix type when getting appconfig with intCarl Schwan2022-10-172-2/+2
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-10-162-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34471 from starypatyk/dav_read_share_notesVincent Petry2022-10-141-0/+7
|\ \ | | | | | | Reduce number of database queries during WebDAV propfind request
| * | Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-0/+7
| | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-144-8/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34544 from nextcloud/fix/more-flexible-date-validationSimon L2022-10-131-1/+1
|\ \ \ | | | | | | | | More flexible date validation
| * | | More flexible date validationCarl Schwan2022-10-111-1/+1
| | |/ | |/| | | | | | | | | | | | | Fix #34542 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-122-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34489 from nextcloud/type_closureCarl Schwan2022-10-101-1/+1
|\ \ \ | |/ / |/| | type closure to make psalm a bit happier
| * | type closure to make psalm a bit happierRoeland Jago Douma2022-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #33915 from ↵Simon L2022-10-105-100/+65
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/33914-replace_expiration_date_picker_with_native_date_picker Replace vue2-datepicker with native date picker for share expiration dates
| * | Replace moment.js date with Date Object.julia.kirschenheuter2022-10-065-100/+65
| | | | | | | | | | | | | | | | | | | | | Replace vue2-datepicker with native date picker for expiration date. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-092-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-084-16/+16
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>