aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)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
|
* Fix prompting for passwordRobin Appelman2014-06-143-16/+18
|
* Save mountpoints relative to the userRobin Appelman2014-06-141-6/+15
|
* Generate a unique nameRobin Appelman2014-06-141-0/+2
|
* Update for changes in masterRobin Appelman2014-06-141-1/+0
|
* make sure to enable incognito mode when mounting a public link and update ↵Bjoern Schiessle2014-06-141-0/+1
| | | | init status of the encryption app
* Scan the entire remote share at once by requesting the full file tree from ↵Robin Appelman2014-06-144-1/+147
| | | | the remote server
* Improve detection of whether we're in the files appRobin Appelman2014-06-141-1/+1
|
* Fix removing remote sharesRobin Appelman2014-06-141-0/+18
|
* Support path lengths up to 4000 charsRobin Appelman2014-06-141-1/+1
|
* Fix exposing single files over webdavRobin Appelman2014-06-141-2/+6
|
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-146-6/+84
|
* Add interface for accpeting external sharesRobin Appelman2014-06-145-0/+87
|
* Add coments to database and dont use sql keywords as table namesRobin Appelman2014-06-142-5/+14
|
* add remote/add external shares to managerRobin Appelman2014-06-141-0/+27
|
* Add server<->server sharing backendRobin Appelman2014-06-147-1/+334
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-1473-315/+73
|
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-1310-457/+0
|
* access admin settings result message correctlyJörn Friedrich Dreyer2014-06-131-1/+1
|
* fix liskov substitution principle in admin mail template settings, fixes #8997Jörn Friedrich Dreyer2014-06-122-2/+2
|
* Merge pull request #8901 from owncloud/permissions-update-cacheVincent Petry2014-06-112-10/+44
|\ | | | | Save the permissions in the filecache if it's not saved yet
| * Use &=Robin Appelman2014-06-091-2/+2
| |
| * adjust unit test assert valuesThomas Müller2014-06-091-8/+6
| |
| * adding PHPDocThomas Müller2014-06-091-0/+36
| |
* | Merge pull request #8966 from owncloud/fix_failing_tests_on_masterVincent Petry2014-06-111-1/+0
|\ \ | | | | | | Fix failing tests on master
| * | no need to prepare a statement twiceBjoern Schiessle2014-06-101-1/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-111-0/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-101-0/+3
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-092-0/+30
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-085-0/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0713-0/+41
|/
* check if permissions existsBjoern Schiessle2014-06-061-1/+5
|
* Limit permissions to share permissionsRobin Appelman2014-06-061-0/+3
|
* fix unshareFromSelf()Bjoern Schiessle2014-06-062-9/+77
|
* update unit tests and make sure that we return the right permissions for ↵Bjoern Schiessle2014-06-061-0/+5
| | | | files within a shared folder and for the shared folder itself
* the mount point always have delete permissions to allow unmountBjoern Schiessle2014-06-061-2/+2
|
* add some testsBjoern Schiessle2014-06-061-1/+59
|
* nake sure ti create new db entry when user renames a group shareBjoern Schiessle2014-06-061-1/+1
|
* fix db queryBjoern Schiessle2014-06-061-1/+1
|
* Fix phpdoc and commentsRobin Appelman2014-06-063-3/+4
|
* update share API tests, file shares never have delete permissionsBjoern Schiessle2014-06-061-4/+6
|
* 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-062-3/+144
|
* 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
|