summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* always allow to rename the share mount pointBjoern Schiessle2014-04-231-0/+4
|
* split-up the update script and add unit tests for itBjoern Schiessle2014-04-232-21/+92
|
* make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-232-13/+45
|
* typos, use, unused and return fixedThomas Müller2014-04-233-7/+9
|
* Dont throw an error when a storage isn't found for shared cacheRobin Appelman2014-04-231-3/+3
|
* some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-232-12/+11
| | | | tests and the encryption code
* add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
|
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-234-6/+72
|
* fix etag propagationBjoern Schiessle2014-04-233-46/+68
|
* update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-232-61/+44
|
* allow to rename group share mount pointsBjoern Schiessle2014-04-231-7/+36
|
* cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-232-39/+43
|
* also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
|
* make sure that path is not 'false'Bjoern Schiessle2014-04-232-6/+4
|
* fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
|
* fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
|
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-232-7/+13
|
* fix share api testsBjoern Schiessle2014-04-2310-176/+90
|
* show "shared by ..." for share mount pointBjoern Schiessle2014-04-232-1/+14
|
* generate unique target nameBjoern Schiessle2014-04-231-15/+29
|
* fix getMimeType call, we always need to check the source pathBjoern Schiessle2014-04-231-3/+0
|
* user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-232-3/+108
|
* no exception for the root of the mount point (formerly Shared/), just get ↵Bjoern Schiessle2014-04-232-26/+1
| | | | the file cache information from the cache
* make sure that we have the right permissions for the mount pointsBjoern Schiessle2014-04-231-1/+3
|
* first steps to remove the shared folder:Bjoern Schiessle2014-04-233-73/+106
| | | | | | | | - mount shares to the root folder instead of "Shared/" - navigate in shared folder and sub-folders - show previews - show correct file permissions - download/edit files
* Merge pull request #8255 from owncloud/fix-public-download-buttonRaghu Nayyar2014-04-221-0/+13
|\ | | | | keep long file names in one line to not overflow download button on mobile
| * keep long file names in one line to not overflow download button on mobileJan-Christoph Borchardt2014-04-171-0/+13
| |
* | Merge pull request #8239 from owncloud/directlink-overflowThomas Müller2014-04-221-0/+1
|\ \ | |/ |/| add max-width to directLink input to prevent overflow
| * add max-width to directLink input to prevent overflowJan-Christoph Borchardt2014-04-161-0/+1
| |
* | fix header code duplication, code style fixesJan-Christoph Borchardt2014-04-161-16/+0
| |
* | remove duplication of 'header-right' element, also make it overflow when too ↵Jan-Christoph Borchardt2014-04-161-13/+0
|/ | | | wide
* Merge pull request #8104 from owncloud/lukepolo-masterThomas Müller2014-04-151-1/+7
|\ | | | | Added the ability to Drag and Drop folders [chrome]
| * drop folder support on public shared foldersThomas Müller2014-04-111-1/+7
| |
* | Merge pull request #7780 from owncloud/share-file-existsBjörn Schießle2014-04-151-0/+23
|\ \ | |/ |/| Verify that a file exists before we share it
| * add tests for sharing files the users doesn't have access toRobin Appelman2014-04-031-0/+23
| |
* | remove obsolete codeJörn Friedrich Dreyer2014-04-091-5/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-091-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-071-0/+2
| |
* | Merge pull request #6968 from owncloud/files-ajaxloadMorris Jobke2014-04-036-119/+270
|\ \ | |/ |/| Ajaxify files list for files + trashbin + public page
| * Removed redundant free space and upload limit in public pageVincent Petry2014-04-031-4/+0
| |
| * Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-026-119/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-021-0/+1
|/
* Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-012-8/+89
|\ | | | | Make getPath work for shared files
| * Improve phpdocRobin Appelman2014-03-311-0/+7
| |
| * Implement getPath for shared filesRobin Appelman2014-03-282-8/+82
| |
* | Merge pull request #7293 from owncloud/update-shares-postgresVincent Petry2014-04-014-16/+109
|\ \ | | | | | | fix update to remove shares where file doesn't exist on postgres
| * | Fixed share upgrade cleanup tests to use the correct idsVincent Petry2014-03-261-9/+9
| | |
| * | Fixed share updater unit testVincent Petry2014-03-251-8/+10
| | | | | | | | | | | | | | | Now using \OC_DB::insertId() to retrieve the generated ids because Oracle ignores the passed values.
| * | remove invalid shares with one SQL statementMorris Jobke2014-03-131-12/+5
| | |
| * | Added backticks for Oracle in sharing updater unit testVincent Petry2014-03-131-8/+8
| | |