Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Dont connect hooks twice | Robin Appelman | 2014-06-06 | 1 | -0/+6 | |
| * | | | | 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 | |
| * | | | | make sure that we only delete shares for the current user | Bjoern Schiessle | 2014-06-06 | 1 | -3/+8 | |
| * | | | | only unshare user share if it was shared with the current user | Bjoern Schiessle | 2014-06-06 | 1 | -1/+2 | |
| * | | | | make sure that we remove all shares refering to the same parent | Bjoern Schiessle | 2014-06-06 | 1 | -21/+0 | |
| * | | | | fix unshareFromSelf() | Bjoern Schiessle | 2014-06-06 | 3 | -32/+115 | |
| * | | | | update unit tests and make sure that we return the right permissions for file... | Bjoern Schiessle | 2014-06-06 | 1 | -0/+5 | |
| * | | | | the mount point always have delete permissions to allow unmount | Bjoern Schiessle | 2014-06-06 | 1 | -2/+2 | |
| * | | | | add some tests | Bjoern Schiessle | 2014-06-06 | 1 | -1/+59 | |
| * | | | | nake sure ti create new db entry when user renames a group share | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 | |
| * | | | | Fix unit test | Robin Appelman | 2014-06-06 | 1 | -1/+1 | |
| * | | | | Fix unit tests | Robin Appelman | 2014-06-06 | 1 | -1/+1 | |
| * | | | | fix db query | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 | |
| * | | | | Movable storage root can always be moved and deleted | Robin Appelman | 2014-06-06 | 1 | -1/+1 | |
| * | | | | use triple equals | Robin Appelman | 2014-06-06 | 1 | -1/+1 | |
| * | | | | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 4 | -3/+5 | |
| * | | | | update share API tests, file shares never have delete permissions | Bjoern Schiessle | 2014-06-06 | 1 | -4/+6 | |
| * | | | | 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 | 2 | -3/+144 | |
| * | | | | remove unused variable | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 | |
| * | | | | 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 | |
| * | | | | allow moving files to the root | Bjoern Schiessle | 2014-06-06 | 1 | -4/+0 | |
| * | | | | bring back updateFileTarget() got lost during last rebase | Bjoern Schiessle | 2014-06-06 | 1 | -0/+31 | |
| * | | | | remove encryption keys if user unshares a file | Bjoern Schiessle | 2014-06-06 | 4 | -4/+72 | |
| * | | | | remove share mount | Bjoern Schiessle | 2014-06-06 | 1 | -1/+4 | |
| * | | | | Fix folder name for storage root | Robin Appelman | 2014-06-06 | 2 | -2/+2 | |
| * | | | | don't allow to share single files with delete permissions, user should only b... | Bjoern Schiessle | 2014-06-06 | 8 | -130/+413 | |
| * | | | | Fix the removeMount for personal mounts | Robin Appelman | 2014-06-06 | 2 | -1/+4 | |
| * | | | | Add the removing logic for mounts | Robin Appelman | 2014-06-06 | 1 | -5/+9 | |
| * | | | | Move shared mount moving from the storage to the mount | Robin Appelman | 2014-06-06 | 2 | -122/+157 | |
| * | | | | Make personal external mount points (re)movable from the files app | Robin Appelman | 2014-06-06 | 2 | -1/+72 | |
| * | | | | Don't do rename hooks for cache when moving the mountpoint | Robin Appelman | 2014-06-06 | 1 | -0/+4 | |
| * | | | | Add a system for (re)movable mount points | Robin Appelman | 2014-06-06 | 4 | -28/+64 | |
* | | | | | Merge pull request #8900 from guruz/webdav_permission_moveable_renameable | Vincent Petry | 2014-06-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | WebDAV Permissions: Distinguish between renameing and moving | Markus Goetz | 2014-06-05 | 1 | -1/+1 | |
* | | | | | | Merge pull request #8905 from owncloud/update-cli-skipcheckmigrate | Vincent Petry | 2014-06-06 | 2 | -20/+93 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 2 | -20/+93 | |
* | | | | | | Merge pull request #8159 from owncloud/mobile-sidebar-swipe | Thomas Müller | 2014-06-06 | 14 | -20/+778 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Fixed viewer mode for sidebar swipe | Vincent Petry | 2014-06-06 | 2 | -2/+8 | |
| * | | | | | Fixed Snap mock | Vincent Petry | 2014-06-06 | 1 | -5/+10 | |
| * | | | | | Added debounce on resize | Vincent Petry | 2014-06-06 | 1 | -1/+1 | |
| * | | | | | prevent scrollbar when sidebar is open | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+6 | |
| * | | | | | Disable snapper on bigger screens and on public/login page | Morris Jobke | 2014-06-06 | 1 | -33/+52 | |
| * | | | | | slightly widen sidebar to 250px, works better with apps and on mobile | Jan-Christoph Borchardt | 2014-06-05 | 5 | -6/+6 | |
| * | | | | | remove prevention of scrollbar, breaks some pages | Jan-Christoph Borchardt | 2014-06-05 | 1 | -3/+0 | |
| * | | | | | prevent horizontal scrollbar | Jan-Christoph Borchardt | 2014-06-05 | 1 | -0/+4 | |
| * | | | | | fix position of sidebar toggle, fix Files controls position problems | Jan-Christoph Borchardt | 2014-06-05 | 2 | -5/+13 |