| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 3 | -6/+11 |
|\ |
|
| * | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 2 | -5/+7 |
| |\ |
|
| | * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 2 | -5/+7 |
| * | | Consolidate two sections, per code review. Issue #1648 | Matthew Caron | 2014-02-17 | 1 | -6/+2 |
| * | | Fit shared videos to viewer, just like images. Issue #1648 | Matthew Caron | 2014-02-14 | 1 | -0/+7 |
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 4 | -5/+23 |
|\| | |
|
| * | | Merge pull request #6726 from owncloud/fix_6630 | Vincent Petry | 2014-02-14 | 2 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Fixed double file encoding for previews | Vincent Petry | 2014-01-30 | 1 | -1/+1 |
| | * | don't urldecode get var, php does this automatically | Georg Ehrke | 2014-01-30 | 1 | -1/+1 |
| * | | replace 'size' with 'unencrypted_size' if encryption is enabled | Bjoern Schiessle | 2014-02-07 | 2 | -3/+21 |
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 4 | -0/+9 |
|/ / |
|
* | | Merge pull request #7089 from owncloud/sharing-searchbymime | Vincent Petry | 2014-02-06 | 2 | -9/+164 |
|\ \ |
|
| * | | Fixed searchByMime in shared cache | Vincent Petry | 2014-02-05 | 2 | -9/+164 |
* | | | Remove unused template variable assignment of files_sharing/template/public.php | Pellaeon Lin | 2014-02-06 | 1 | -5/+0 |
* | | | Move template variable assignment to correct place | Pellaeon Lin | 2014-02-06 | 1 | -4/+5 |
* | | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msg | Jan-Christoph Borchardt | 2014-02-04 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 26 | -269/+363 |
| |\| |
|
| * | | Add $freeSpace and $uploadLimit to files_sharing | Pellaeon Lin | 2014-01-17 | 2 | -0/+6 |
* | | | remove needless element tag | Bjoern Schiessle | 2014-01-30 | 1 | -2/+1 |
| |/
|/| |
|
* | | Merge pull request #6777 from owncloud/mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 5 | -130/+101 |
|\ \ |
|
| * | | make header scroll up for single shares, more view of content on small screens | Jan-Christoph Borchardt | 2014-01-29 | 1 | -0/+4 |
| * | | - adding class to header div: share-folder or share-file | Thomas Müller | 2014-01-29 | 1 | -2/+3 |
| * | | adjust file type icon placement for when no preview can be generated | Jan-Christoph Borchardt | 2014-01-29 | 3 | -1/+10 |
| * | | permanently show download action on mobile, only icon | Jan-Christoph Borchardt | 2014-01-29 | 1 | -6/+17 |
| * | | fix horizontal scrollbar appearing when footer is too long, footer wraps now | Jan-Christoph Borchardt | 2014-01-29 | 1 | -2/+1 |
| * | | merge master into mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 7 | -32/+38 |
| |\ \ |
|
| * | | | Instead of 'No preview available for ...' we simple display the mieme-type icon | Thomas Müller | 2014-01-23 | 2 | -20/+9 |
| * | | | remove background and width from multiselect bar, fix Download button not sho... | Jan-Christoph Borchardt | 2014-01-23 | 1 | -3/+2 |
| * | | | fix conflicts and add missing closing tag | Morris Jobke | 2014-01-23 | 2 | -9/+1 |
| * | | | focus link text only on click in the input field - closes #6817 | Thomas Müller | 2014-01-23 | 1 | -1/+4 |
| * | | | Merge branch 'master' into mobile-style | Thomas Müller | 2014-01-23 | 11 | -42/+38 |
| |\ \ \ |
|
| * | | | | remove unused variable | Thomas Müller | 2014-01-20 | 1 | -1/+0 |
| * | | | | on mobile, show single shared image at full width without margin | Jan-Christoph Borchardt | 2014-01-16 | 2 | -3/+12 |
| * | | | | show publicly shared image on full width, without margin | Jan-Christoph Borchardt | 2014-01-16 | 1 | -5/+3 |
| * | | | | fix public share download button width | Jan-Christoph Borchardt | 2014-01-16 | 2 | -4/+11 |
| * | | | | tweak color and position of username in public share | Jan-Christoph Borchardt | 2014-01-15 | 1 | -9/+8 |
| * | | | | improvements to public files mobile view | Jan-Christoph Borchardt | 2014-01-15 | 1 | -5/+10 |
| * | | | | add download button on single file share page | Thomas Müller | 2014-01-15 | 1 | -4/+10 |
| * | | | | remove unused js code and css rules | Thomas Müller | 2014-01-15 | 2 | -60/+0 |
| * | | | | reuse file upload as used within files app - remove public upload button | Thomas Müller | 2014-01-15 | 2 | -53/+4 |
| * | | | | first mobile style rules, hide extra columns in files view and scroll header | Jan-Christoph Borchardt | 2014-01-14 | 2 | -0/+19 |
* | | | | | Merge pull request #6987 from owncloud/share_api_and_encryption | Björn Schießle | 2014-01-29 | 1 | -10/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | public upload is also possible with encryption enabled, since OC6 | Bjoern Schiessle | 2014-01-28 | 1 | -10/+4 |
* | | | | | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlink | Morris Jobke | 2014-01-29 | 1 | -9/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fixed download URL in public page | Vincent Petry | 2014-01-24 | 1 | -9/+7 |
* | | | | | use more accurate error codes | Bjoern Schiessle | 2014-01-28 | 1 | -5/+5 |
* | | | | | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 4 | -25/+5 |
|\ \ \ \ \ |
|
| * | | | | | remove %webroot from files_sharing app | Jan-Christoph Borchardt | 2014-01-23 | 4 | -25/+5 |
* | | | | | | Merge pull request #5153 from owncloud/core-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 1 | -8/+8 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Fixes typos, adds ; wherever not present. | raghunayyar | 2014-01-16 | 1 | -1/+1 |