Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8895 from owncloud/mimetype_fixes | Thomas Müller | 2014-06-06 | 3 | -3/+78 |
|\ | | | | | add more and fix office mimetypes, migrate wrong mimetypes | ||||
| * | increase version number of files and migration trigger | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | | |||||
| * | add more and fix office mimetypes, migrate wrong mimetypes | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+77 |
|/ | |||||
* | Merge pull request #8666 from owncloud/mount-remove | icewind1991 | 2014-06-06 | 30 | -377/+1185 |
|\ | | | | | Support for (re)moving mountpoints | ||||
| * | 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 ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -0/+5 |
| | | | | | | | | files within a shared folder and for the shared folder itself | ||||
| * | 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 ↵ | Bjoern Schiessle | 2014-06-06 | 8 | -130/+413 |
| | | | | | | | | be possible to unshare a single file but never to delete it | ||||
| * | 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 | ||||
| * | | 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 | ||||
| * | | | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 2 | -20/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added "dry run" argument to only run the update simulation. Added argument to disable migration (useful for bigger setups where table duplication would take too much space) | ||||
* | | | | Merge pull request #8159 from owncloud/mobile-sidebar-swipe | Thomas Müller | 2014-06-06 | 14 | -20/+778 |
|\ \ \ \ | | | | | | | | | | | Mobile sidebar swipe | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | Also fixed JSHint errors | ||||
| * | | | | 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 |
| | | | | |