summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-132-5/+128
* add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle2014-03-111-2/+4
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-6/+197
* we need the file_source to delete a share successfullyBjoern Schiessle2014-03-102-7/+40
* disable autocomplete for shared link password input, fix #7419Jan-Christoph Borchardt2014-02-261-1/+4
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-262-0/+69
* only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
* fix test so that it doesn't depend on the array orderBjoern Schiessle2014-02-211-14/+25
* fix usersPath and add unit testsBjoern Schiessle2014-02-212-10/+110
* Merge pull request #7083 from owncloud/backport_6777_stable6Thomas Müller2014-02-075-127/+101
|\
| * Merge branch 'stable6' into backport_6777_stable6Thomas Müller2014-02-075-16/+168
| |\
| * | make header scroll up for single shares, more view of content on small screensJörn Friedrich Dreyer2014-02-051-0/+4
| * | adding class to header div: share-folder or share-fileJörn Friedrich Dreyer2014-02-051-1/+1
| * | adjust file type icon placement for when no preview can be generatedJörn Friedrich Dreyer2014-02-053-2/+12
| * | permanently show download action on mobile, only iconJörn Friedrich Dreyer2014-02-051-6/+17
| * | fix horizontal scrollbar appearing when footer is too long, footer wraps nowJörn Friedrich Dreyer2014-02-051-2/+1
| * | Instead of 'No preview available for ...' we simple display the mime-type iconJörn Friedrich Dreyer2014-02-052-21/+10
| * | remove background and width from multiselect bar, fix Download button not sho...Jörn Friedrich Dreyer2014-02-051-3/+2
| * | focus link text only on click in the input field - closes #6817Jörn Friedrich Dreyer2014-02-051-1/+4
| * | remove unused variableJörn Friedrich Dreyer2014-02-051-1/+0
| * | on mobile, show single shared image at full width without marginJörn Friedrich Dreyer2014-02-051-0/+7
| * | fix public share download button widthJörn Friedrich Dreyer2014-02-051-1/+8
| * | tweak color and position of username in public shareJörn Friedrich Dreyer2014-02-051-9/+8
| * | improvements to public files mobile viewJörn Friedrich Dreyer2014-02-051-5/+10
| * | first mobile style rules, hide extra columns in files view and scroll headerJörn Friedrich Dreyer2014-02-052-0/+19
| * | add download button on single file share pageJörn Friedrich Dreyer2014-02-051-4/+10
| * | remove unused js code and css rulesJörn Friedrich Dreyer2014-02-042-61/+0
| * | reuse file upload as used within files app - remove public upload buttonJörn Friedrich Dreyer2014-02-042-42/+3
* | | replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-072-3/+21
| |/ |/|
* | Fixed searchByMime in shared cacheVincent Petry2014-02-062-9/+164
* | remove %webroot from files_sharing appJan-Christoph Borchardt2014-02-064-25/+5
|/
* remove needless element tagBjoern Schiessle2014-02-031-2/+1
* public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-291-10/+4
* use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* Fixed sharing results to include the correct permissionsVincent Petry2014-01-232-1/+124
* add path relative to the files folder of the currently logged in user to the ...Bjoern Schiessle2014-01-231-6/+17
* Fixed isPreviewAvailable warnings in logVincent Petry2014-01-231-1/+1
* change em to pxMyles McNamara2014-01-221-1/+1
* modify js to move upload wrapper, modify css to match core valuesMyles McNamara2014-01-222-8/+12
* remove extra upload controlsMyles McNamara2014-01-221-13/+1
* fix upload button layoutMyles McNamara2014-01-221-5/+7
* adding password protection check to getShareByToken()Thomas Müller2014-01-211-1/+1
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-213-4/+6
* it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle2014-01-141-1/+1
* Merge pull request #6756 from owncloud/remove-ru_RU-stable6Andreas Fischer2014-01-141-8/+0
|\
| * remove ru_RU - it's almost untranslatedThomas Müller2014-01-131-8/+0
* | don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
|/
* Fixed various file name escaping issues in core appsVincent Petry2014-01-122-4/+4
* fix preview for reshared fileGeorg Ehrke2014-01-111-1/+3
* Removed special handling of part files in shared storage renameVincent Petry2014-01-091-21/+12