summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Setup the external share manager in a hookVincent Petry2014-06-231-1/+11
* Prevent warningRobin Appelman2014-06-161-1/+1
* Fix setupFromToken when a password is setRobin Appelman2014-06-161-1/+1
* Fix multiple users having the same external share mountpointRobin Appelman2014-06-161-4/+6
* Always send a POST bodyRobin Appelman2014-06-141-4/+2
* Fix undefined index errorRobin Appelman2014-06-141-6/+0
* block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle2014-06-141-0/+6
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-0/+20
* Properly expose read only public shares as read onlyRobin Appelman2014-06-143-0/+87
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-142-10/+23
* 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