aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix deleting of external sharesRobin Appelman2014-06-141-0/+1
* generate better storage idsRobin Appelman2014-06-141-1/+1
* Use the movable mount system for external sharesRobin Appelman2014-06-143-39/+66
* Fix check for shared files inside sharesRobin Appelman2014-06-141-1/+2
* Save mountpoints relative to the userRobin Appelman2014-06-141-6/+15
* make sure to enable incognito mode when mounting a public link and update ini...Bjoern Schiessle2014-06-141-0/+1
* Scan the entire remote share at once by requesting the full file tree from th...Robin Appelman2014-06-142-0/+77
* Fix removing remote sharesRobin Appelman2014-06-141-0/+18
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+1
* Add coments to database and dont use sql keywords as table namesRobin Appelman2014-06-141-3/+4
* add remote/add external shares to managerRobin Appelman2014-06-141-0/+27
* Add server<->server sharing backendRobin Appelman2014-06-144-0/+241
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-131-126/+0
* Use &=Robin Appelman2014-06-091-2/+2
* check if permissions existsBjoern Schiessle2014-06-061-1/+5
* Limit permissions to share permissionsRobin Appelman2014-06-061-0/+3
* fix unshareFromSelf()Bjoern Schiessle2014-06-061-9/+12
* the mount point always have delete permissions to allow unmountBjoern Schiessle2014-06-061-2/+2
* nake sure ti create new db entry when user renames a group shareBjoern Schiessle2014-06-061-1/+1
* Fix phpdoc and commentsRobin Appelman2014-06-062-2/+3
* make sure that we have a path relative to data/user/files to work withBjoern Schiessle2014-06-061-2/+3
* update mount point if file_target changedBjoern Schiessle2014-06-061-2/+5
* add additional unit testsBjoern Schiessle2014-06-061-3/+5
* get unique_name value directly from the share arrayBjoern Schiessle2014-06-061-1/+1
* fix mount point move up if the parent no longer existsBjoern Schiessle2014-06-062-80/+61
* bring back updateFileTarget() got lost during last rebaseBjoern Schiessle2014-06-061-0/+31
* remove share mountBjoern Schiessle2014-06-061-1/+4
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-2/+21
* Move shared mount moving from the storage to the mountRobin Appelman2014-06-062-122/+157
* Merge pull request #8862 from owncloud/share-overview-fixmimetypeicewind19912014-06-051-4/+2
|\
| * Fix mime type returning for "shared with others" filesVincent Petry2014-06-041-4/+2
* | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-054-118/+3
|\ \
| * | - drop permissions table and related codeThomas Müller2014-06-054-118/+3
| |/
* | Merge pull request #8724 from owncloud/update-sabre-2.0Thomas Müller2014-06-042-1/+2
|\ \
| * | Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-042-1/+2
| |/
* | Merge pull request #8824 from owncloud/mail_template_editing_in_webuiMorris Jobke2014-06-041-0/+126
|\ \ | |/ |/|
| * fixes during testThomas Müller2014-06-041-1/+2
| * convert mail template editor to app framework for a restful apiJörn Friedrich Dreyer2014-06-031-11/+30
| * minimal mail template editor for administrators, refs #7177Jörn Friedrich Dreyer2014-06-021-0/+106
* | check if it is a share storageBjoern Schiessle2014-06-021-1/+5
* | no need to empty array in a special wayThomas Müller2014-06-021-3/+1
* | get permissions directly from share storage to avoid additional db callsBjoern Schiessle2014-06-022-34/+12
|/
* Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-302-2/+2
|\
| * Use instanceOfStorage instead of instanceofRobin Appelman2014-05-292-2/+2
* | Fixed warning when file_target is not setVincent Petry2014-05-301-1/+3
* | Mimetype for sharing overviewVincent Petry2014-05-301-3/+14
* | extend OCS Share API to allow the user to ask for files shared with himBjoern Schiessle2014-05-301-0/+19
|/
* don't lose file size during renameBjoern Schiessle2014-05-261-7/+3
* always check for unique filename, if a file gets added from outside the mountBjoern Schiessle2014-05-221-6/+6
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-222-5/+17