| Commit message (Expand) | Author | Age | Files | Lines |
* | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 2 | -5/+128 |
* | add 'received_from' info to the share, so that every share can have a differe... | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 |
* | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -6/+197 |
* | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 2 | -7/+40 |
* | disable autocomplete for shared link password input, fix #7419 | Jan-Christoph Borchardt | 2014-02-26 | 1 | -1/+4 |
* | fix path in sharing results if it is a file in the Shared folder | Bjoern Schiessle | 2014-02-26 | 2 | -0/+69 |
* | only add "received_from" if a share was found | Bjoern Schiessle | 2014-02-26 | 1 | -6/+6 |
* | fix test so that it doesn't depend on the array order | Bjoern Schiessle | 2014-02-21 | 1 | -14/+25 |
* | fix usersPath and add unit tests | Bjoern Schiessle | 2014-02-21 | 2 | -10/+110 |
* | Merge pull request #7083 from owncloud/backport_6777_stable6 | Thomas Müller | 2014-02-07 | 5 | -127/+101 |
|\ |
|
| * | Merge branch 'stable6' into backport_6777_stable6 | Thomas Müller | 2014-02-07 | 5 | -16/+168 |
| |\ |
|
| * | | make header scroll up for single shares, more view of content on small screens | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -0/+4 |
| * | | adding class to header div: share-folder or share-file | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -1/+1 |
| * | | adjust file type icon placement for when no preview can be generated | Jörn Friedrich Dreyer | 2014-02-05 | 3 | -2/+12 |
| * | | permanently show download action on mobile, only icon | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -6/+17 |
| * | | fix horizontal scrollbar appearing when footer is too long, footer wraps now | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -2/+1 |
| * | | Instead of 'No preview available for ...' we simple display the mime-type icon | Jörn Friedrich Dreyer | 2014-02-05 | 2 | -21/+10 |
| * | | remove background and width from multiselect bar, fix Download button not sho... | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -3/+2 |
| * | | focus link text only on click in the input field - closes #6817 | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -1/+4 |
| * | | remove unused variable | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -1/+0 |
| * | | on mobile, show single shared image at full width without margin | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -0/+7 |
| * | | fix public share download button width | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -1/+8 |
| * | | tweak color and position of username in public share | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -9/+8 |
| * | | improvements to public files mobile view | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -5/+10 |
| * | | first mobile style rules, hide extra columns in files view and scroll header | Jörn Friedrich Dreyer | 2014-02-05 | 2 | -0/+19 |
| * | | add download button on single file share page | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -4/+10 |
| * | | remove unused js code and css rules | Jörn Friedrich Dreyer | 2014-02-04 | 2 | -61/+0 |
| * | | reuse file upload as used within files app - remove public upload button | Jörn Friedrich Dreyer | 2014-02-04 | 2 | -42/+3 |
* | | | replace 'size' with 'unencrypted_size' if encryption is enabled | Bjoern Schiessle | 2014-02-07 | 2 | -3/+21 |
| |/
|/| |
|
* | | Fixed searchByMime in shared cache | Vincent Petry | 2014-02-06 | 2 | -9/+164 |
* | | remove %webroot from files_sharing app | Jan-Christoph Borchardt | 2014-02-06 | 4 | -25/+5 |
|/ |
|
* | remove needless element tag | Bjoern Schiessle | 2014-02-03 | 1 | -2/+1 |
* | public upload is also possible with encryption enabled, since OC6 | Bjoern Schiessle | 2014-01-29 | 1 | -10/+4 |
* | use more accurate error codes | Bjoern Schiessle | 2014-01-28 | 1 | -5/+5 |
* | Fixed sharing results to include the correct permissions | Vincent Petry | 2014-01-23 | 2 | -1/+124 |
* | add path relative to the files folder of the currently logged in user to the ... | Bjoern Schiessle | 2014-01-23 | 1 | -6/+17 |
* | Fixed isPreviewAvailable warnings in log | Vincent Petry | 2014-01-23 | 1 | -1/+1 |
* | change em to px | Myles McNamara | 2014-01-22 | 1 | -1/+1 |
* | modify js to move upload wrapper, modify css to match core values | Myles McNamara | 2014-01-22 | 2 | -8/+12 |
* | remove extra upload controls | Myles McNamara | 2014-01-22 | 1 | -13/+1 |
* | fix upload button layout | Myles McNamara | 2014-01-22 | 1 | -5/+7 |
* | adding password protection check to getShareByToken() | Thomas Müller | 2014-01-21 | 1 | -1/+1 |
* | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 3 | -4/+6 |
* | it is not an urgent error... a DEBUG message is enough at this point | Bjoern Schiessle | 2014-01-14 | 1 | -1/+1 |
* | Merge pull request #6756 from owncloud/remove-ru_RU-stable6 | Andreas Fischer | 2014-01-14 | 1 | -8/+0 |
|\ |
|
| * | remove ru_RU - it's almost untranslated | Thomas Müller | 2014-01-13 | 1 | -8/+0 |
* | | don't unshare on delete | Bjoern Schiessle | 2014-01-13 | 1 | -8/+0 |
|/ |
|
* | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 2 | -4/+4 |
* | fix preview for reshared file | Georg Ehrke | 2014-01-11 | 1 | -1/+3 |
* | Removed special handling of part files in shared storage rename | Vincent Petry | 2014-01-09 | 1 | -21/+12 |