Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix deleting of external shares | Robin Appelman | 2014-06-14 | 1 | -0/+1 |
| | |||||
* | generate better storage ids | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Use the movable mount system for external shares | Robin Appelman | 2014-06-14 | 3 | -39/+66 |
| | |||||
* | Fix check for shared files inside shares | Robin Appelman | 2014-06-14 | 1 | -1/+2 |
| | |||||
* | Save mountpoints relative to the user | Robin Appelman | 2014-06-14 | 1 | -6/+15 |
| | |||||
* | make sure to enable incognito mode when mounting a public link and update ↵ | Bjoern Schiessle | 2014-06-14 | 1 | -0/+1 |
| | | | | init status of the encryption app | ||||
* | Scan the entire remote share at once by requesting the full file tree from ↵ | Robin Appelman | 2014-06-14 | 2 | -0/+77 |
| | | | | the remote server | ||||
* | Fix removing remote shares | Robin Appelman | 2014-06-14 | 1 | -0/+18 |
| | |||||
* | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 1 | -0/+1 |
| | |||||
* | Add coments to database and dont use sql keywords as table names | Robin Appelman | 2014-06-14 | 1 | -3/+4 |
| | |||||
* | add remote/add external shares to manager | Robin Appelman | 2014-06-14 | 1 | -0/+27 |
| | |||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 4 | -0/+241 |
| | |||||
* | move mail template editor from core to standalone templateeditor repo | Jörn Friedrich Dreyer | 2014-06-13 | 1 | -126/+0 |
| | |||||
* | Use &= | Robin Appelman | 2014-06-09 | 1 | -2/+2 |
| | |||||
* | check if permissions exists | Bjoern Schiessle | 2014-06-06 | 1 | -1/+5 |
| | |||||
* | Limit permissions to share permissions | Robin Appelman | 2014-06-06 | 1 | -0/+3 |
| | |||||
* | fix unshareFromSelf() | Bjoern Schiessle | 2014-06-06 | 1 | -9/+12 |
| | |||||
* | the mount point always have delete permissions to allow unmount | Bjoern Schiessle | 2014-06-06 | 1 | -2/+2 |
| | |||||
* | nake sure ti create new db entry when user renames a group share | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 2 | -2/+3 |
| | |||||
* | make sure that we have a path relative to data/user/files to work with | Bjoern Schiessle | 2014-06-06 | 1 | -2/+3 |
| | |||||
* | update mount point if file_target changed | Bjoern Schiessle | 2014-06-06 | 1 | -2/+5 |
| | |||||
* | add additional unit tests | Bjoern Schiessle | 2014-06-06 | 1 | -3/+5 |
| | |||||
* | get unique_name value directly from the share array | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | fix mount point move up if the parent no longer exists | Bjoern Schiessle | 2014-06-06 | 2 | -80/+61 |
| | |||||
* | bring back updateFileTarget() got lost during last rebase | Bjoern Schiessle | 2014-06-06 | 1 | -0/+31 |
| | |||||
* | remove share mount | Bjoern Schiessle | 2014-06-06 | 1 | -1/+4 |
| | |||||
* | don't allow to share single files with delete permissions, user should only ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -2/+21 |
| | | | | be possible to unshare a single file but never to delete it | ||||
* | Move shared mount moving from the storage to the mount | Robin Appelman | 2014-06-06 | 2 | -122/+157 |
| | |||||
* | Merge pull request #8862 from owncloud/share-overview-fixmimetype | icewind1991 | 2014-06-05 | 1 | -4/+2 |
|\ | | | | | Fix mime type returning for shared with others files | ||||
| * | Fix mime type returning for "shared with others" files | Vincent Petry | 2014-06-04 | 1 | -4/+2 |
| | | | | | | | | | | Use "path" instead of "file_target", as the latter is not always set / reliable. | ||||
* | | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 4 | -118/+3 |
|\ \ | | | | | | | Kill permissions table | ||||
| * | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 4 | -118/+3 |
| |/ | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | | Merge pull request #8724 from owncloud/update-sabre-2.0 | Thomas Müller | 2014-06-04 | 2 | -1/+2 |
|\ \ | | | | | | | Update SabreDAV to 1.8.10 | ||||
| * | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 2 | -1/+2 |
| |/ | | | | | | | Updating SabreDAV namespaces | ||||
* | | Merge pull request #8824 from owncloud/mail_template_editing_in_webui | Morris Jobke | 2014-06-04 | 1 | -0/+126 |
|\ \ | |/ |/| | minimal mail template editor for administrators | ||||
| * | fixes during test | Thomas Müller | 2014-06-04 | 1 | -1/+2 |
| | | |||||
| * | convert mail template editor to app framework for a restful api | Jörn Friedrich Dreyer | 2014-06-03 | 1 | -11/+30 |
| | | |||||
| * | minimal mail template editor for administrators, refs #7177 | Jörn Friedrich Dreyer | 2014-06-02 | 1 | -0/+106 |
| | | |||||
* | | check if it is a share storage | Bjoern Schiessle | 2014-06-02 | 1 | -1/+5 |
| | | |||||
* | | no need to empty array in a special way | Thomas Müller | 2014-06-02 | 1 | -3/+1 |
| | | |||||
* | | get permissions directly from share storage to avoid additional db calls | Bjoern Schiessle | 2014-06-02 | 2 | -34/+12 |
|/ | |||||
* | Merge pull request #8778 from owncloud/storage-instanceof | icewind1991 | 2014-05-30 | 2 | -2/+2 |
|\ | | | | | Add storage->instanceOfStorage() to handle instanceof with storage wrappers | ||||
| * | Use instanceOfStorage instead of instanceof | Robin Appelman | 2014-05-29 | 2 | -2/+2 |
| | | |||||
* | | Fixed warning when file_target is not set | Vincent Petry | 2014-05-30 | 1 | -1/+3 |
| | | | | | | | | | | In some cases (like in the unit tests) "file_target" is not set yet whenever the target file system hasn't been mounted yet. | ||||
* | | Mimetype for sharing overview | Vincent Petry | 2014-05-30 | 1 | -3/+14 |
| | | |||||
* | | extend OCS Share API to allow the user to ask for files shared with him | Bjoern Schiessle | 2014-05-30 | 1 | -0/+19 |
|/ | |||||
* | don't lose file size during rename | Bjoern Schiessle | 2014-05-26 | 1 | -7/+3 |
| | |||||
* | always check for unique filename, if a file gets added from outside the mount | Bjoern Schiessle | 2014-05-22 | 1 | -6/+6 |
| | | | | point should be adjusted to ne unique again | ||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 2 | -5/+17 |
| |