| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix file summary to use the whole file list | Vincent Petry | 2014-04-28 | 1 | -0/+1 |
* | Merge pull request #8353 from owncloud/publicshare-webdav | icewind1991 | 2014-04-26 | 4 | -2/+131 |
|\ |
|
| * | Expose public shares over webdav | Robin Appelman | 2014-04-25 | 4 | -2/+131 |
* | | Also fixed the returned internal path when getting the root shared item by id | Robin Appelman | 2014-04-25 | 1 | -4/+3 |
* | | fix search by mime for shared single files | Robin Appelman | 2014-04-25 | 1 | -3/+7 |
|/ |
|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-25 | 1 | -1/+2 |
* | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -0/+4 |
* | split-up the update script and add unit tests for it | Bjoern Schiessle | 2014-04-23 | 2 | -21/+92 |
* | make it possible to move files out of a shared mount point | Bjoern Schiessle | 2014-04-23 | 2 | -13/+45 |
* | typos, use, unused and return fixed | Thomas Müller | 2014-04-23 | 3 | -7/+9 |
* | Dont throw an error when a storage isn't found for shared cache | Robin Appelman | 2014-04-23 | 1 | -3/+3 |
* | some fixes to make the gallery work, this made it necessary to adjust some te... | Bjoern Schiessle | 2014-04-23 | 2 | -12/+11 |
* | add unit tests which got lost during rebase | Bjoern Schiessle | 2014-04-23 | 1 | -0/+23 |
* | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 4 | -6/+72 |
* | fix etag propagation | Bjoern Schiessle | 2014-04-23 | 3 | -46/+68 |
* | update script, create Shared folder and adjust target path for the shares | Bjoern Schiessle | 2014-04-23 | 2 | -61/+44 |
* | allow to rename group share mount points | Bjoern Schiessle | 2014-04-23 | 1 | -7/+36 |
* | cleanup the shared storage, always keep the whole share resource | Bjoern Schiessle | 2014-04-23 | 2 | -39/+43 |
* | also fetch the etag from file cache | Bjoern Schiessle | 2014-04-23 | 1 | -1/+2 |
* | make sure that path is not 'false' | Bjoern Schiessle | 2014-04-23 | 2 | -6/+4 |
* | fix deleting of shared files | Bjoern Schiessle | 2014-04-23 | 1 | -0/+3 |
* | fix updating of shared files | Bjoern Schiessle | 2014-04-23 | 1 | -7/+3 |
* | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 2 | -7/+13 |
* | fix share api tests | Bjoern Schiessle | 2014-04-23 | 10 | -176/+90 |
* | show "shared by ..." for share mount point | Bjoern Schiessle | 2014-04-23 | 2 | -1/+14 |
* | generate unique target name | Bjoern Schiessle | 2014-04-23 | 1 | -15/+29 |
* | fix getMimeType call, we always need to check the source path | Bjoern Schiessle | 2014-04-23 | 1 | -3/+0 |
* | user should be able to rename/delete shared files if the owner allowed it | Bjoern Schiessle | 2014-04-23 | 2 | -3/+108 |
* | no exception for the root of the mount point (formerly Shared/), just get the... | Bjoern Schiessle | 2014-04-23 | 2 | -26/+1 |
* | make sure that we have the right permissions for the mount points | Bjoern Schiessle | 2014-04-23 | 1 | -1/+3 |
* | first steps to remove the shared folder: | Bjoern Schiessle | 2014-04-23 | 3 | -73/+106 |
* | Merge pull request #8255 from owncloud/fix-public-download-button | Raghu Nayyar | 2014-04-22 | 1 | -0/+13 |
|\ |
|
| * | keep long file names in one line to not overflow download button on mobile | Jan-Christoph Borchardt | 2014-04-17 | 1 | -0/+13 |
* | | Merge pull request #8239 from owncloud/directlink-overflow | Thomas Müller | 2014-04-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | add max-width to directLink input to prevent overflow | Jan-Christoph Borchardt | 2014-04-16 | 1 | -0/+1 |
* | | fix header code duplication, code style fixes | Jan-Christoph Borchardt | 2014-04-16 | 1 | -16/+0 |
* | | remove duplication of 'header-right' element, also make it overflow when too ... | Jan-Christoph Borchardt | 2014-04-16 | 1 | -13/+0 |
|/ |
|
* | Merge pull request #8104 from owncloud/lukepolo-master | Thomas Müller | 2014-04-15 | 1 | -1/+7 |
|\ |
|
| * | drop folder support on public shared folders | Thomas Müller | 2014-04-11 | 1 | -1/+7 |
* | | Merge pull request #7780 from owncloud/share-file-exists | Björn Schießle | 2014-04-15 | 1 | -0/+23 |
|\ \
| |/
|/| |
|
| * | add tests for sharing files the users doesn't have access to | Robin Appelman | 2014-04-03 | 1 | -0/+23 |
* | | remove obsolete code | Jörn Friedrich Dreyer | 2014-04-09 | 1 | -5/+0 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-09 | 1 | -0/+6 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 1 | -0/+2 |
* | | Merge pull request #6968 from owncloud/files-ajaxload | Morris Jobke | 2014-04-03 | 6 | -119/+270 |
|\ \
| |/
|/| |
|
| * | Removed redundant free space and upload limit in public page | Vincent Petry | 2014-04-03 | 1 | -4/+0 |
| * | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 6 | -119/+274 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-02 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #7935 from owncloud/getpath-shared | Vincent Petry | 2014-04-01 | 2 | -8/+89 |
|\ |
|
| * | Improve phpdoc | Robin Appelman | 2014-03-31 | 1 | -0/+7 |