summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-241-1/+1
* Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
* Merge pull request #22784 from nextcloud/backport/22234/stable19Roeland Jago Douma2020-10-011-4/+12
|\
| * Use user mount with matching shared storage onlyJulius Härtl2020-09-101-4/+12
* | makes LDAP's group updater dispatch type eventsArthur Schiwon2020-09-101-4/+0
|/
* Allow to disable share emailsJoas Schilling2020-08-191-1/+2
* Correctly remove usergroup shares on removing group membersJoas Schilling2020-07-302-1/+48
* Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-1/+8
* Fix language in share notes email for usersJoas Schilling2020-06-232-28/+36
* Prevent harder to share your rootJoas Schilling2020-06-041-3/+1
* Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez2020-05-291-4/+4
* Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez2020-05-291-1/+11
* Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez2020-05-291-0/+6
* Update license headers for 19Christoph Wurst2020-04-293-2/+1
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-5/+0
|\
| * Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+0
* | Allow specifying a default expiration dateRoeland Jago Douma2020-04-241-2/+12
|/
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-2/+2
* Merge pull request #19936 from nextcloud/bugfix/noid/handle-unset-owner-in-sh...Joas Schilling2020-04-141-2/+6
|\
| * Handle unset owner in sharingJoas Schilling2020-03-131-2/+6
* | Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-nullJoas Schilling2020-04-141-1/+1
|\ \
| * | Also bail out when the path is actually nullJoas Schilling2020-03-261-1/+1
* | | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | | Format control structures, classes, methods and functionChristoph Wurst2020-04-108-51/+31
* | | Use elseif instead of else ifChristoph Wurst2020-04-103-37/+37
* | | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-5/+5
* | | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* | | Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-4/+4
* | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\ \ \
| * | | Remove unused importsChristoph Wurst2020-03-252-2/+0
| |/ /
* / / Use the short array syntax, everywhereChristoph Wurst2020-03-262-4/+4
|/ /
* | Expose enumeration config though share managerJulius Härtl2020-03-201-0/+9
* | Update the target when it isempty after sharingRoeland Jago Douma2020-03-161-0/+5
|/
* Strip of users home path from share api messageJoas Schilling2020-02-201-2/+4
* Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
* Accept shares when you open mailRoeland Jago Douma2020-01-061-1/+1
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-12/+19
* Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+3
|\
| * using IShare::Maxence Lange2019-12-051-3/+3
| * adding share type circlesMaxence Lange2019-12-051-1/+2
* | Update license headersChristoph Wurst2019-12-0510-11/+26
|/
* Actualy return dataRoeland Jago Douma2019-11-271-8/+1
* Allow internal shares to have a default expiration dateRoeland Jago Douma2019-11-272-5/+141
* Add typed events for password_policyChristoph Wurst2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-2210-17/+24
* FixesRoeland Jago Douma2019-11-181-0/+1
* The share manager knows which provider can accept sharesJoas Schilling2019-11-121-1/+1
* Allow to accept group sharesJoas Schilling2019-11-122-26/+123
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+1