aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/DefaultShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-08-181-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\
| * Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1
* | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+6
|/
* fixes potential passing of null to getUserGroupIdsArthur Schiwon2020-10-161-1/+1
* Use the new method everywhereJoas Schilling2020-07-031-4/+1
* Update share type constant usageJoas Schilling2020-06-241-60/+60
* Fix language in share notes email for usersJoas Schilling2020-06-231-26/+33
* Remove unused use statementMorris Jobke2020-05-081-1/+0
* get only groupids in default share backendRobin Appelman2020-05-041-7/+2
* 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-101-25/+18
* | Use elseif instead of else ifChristoph Wurst2020-04-101-16/+16
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-251-1/+0
| |/
* / Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
* Update license headersChristoph Wurst2019-12-051-1/+5
* Allow internal shares to have a default expiration dateRoeland Jago Douma2019-11-271-0/+10
* Some php-cs fixesRoeland Jago Douma2019-11-221-11/+12
* FixesRoeland Jago Douma2019-11-181-0/+1
* Allow to accept group sharesJoas Schilling2019-11-121-26/+99
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+1
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-0/+3
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+26
* Always set the display name for user sharesJulius Härtl2019-07-031-0/+4
* Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-6/+8
|\
| * revert testsMaxence Lange2018-11-021-5/+7
| * shares are displayed to users with resharing rightsMaxence Lange2018-11-021-11/+11
* | Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+4
|/
* allow to update lables for public link sharesBjoern Schiessle2018-11-011-0/+1
* allow to add labels to sharesBjoern Schiessle2018-11-011-1/+7
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-0/+2
* some small template fixesBjoern Schiessle2018-07-211-2/+2
* add a nice looking button as direct link to the sharreBjoern Schiessle2018-07-211-9/+7
* add direct link to the file for user/group sharesBjoern Schiessle2018-07-211-4/+18
* fix mail templatesBjoern Schiessle2018-07-211-3/+3
* add note to share object when reading it from the dbBjoern Schiessle2018-07-211-0/+1
* improve mail template and escape html codeBjoern Schiessle2018-07-211-12/+5
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-1/+130
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+37