summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into setupBart Visscher2014-01-312203-76590/+170616
|\
| * Merge pull request #6777 from owncloud/mobile-styleJan-Christoph Borchardt2014-01-2918-155/+145
| |\
| | * make header scroll up for single shares, more view of content on small screensJan-Christoph Borchardt2014-01-291-0/+4
| | * - adding class to header div: share-folder or share-fileThomas Müller2014-01-291-2/+3
| | * adjust file type icon placement for when no preview can be generatedJan-Christoph Borchardt2014-01-293-1/+10
| | * permanently show download action on mobile, only iconJan-Christoph Borchardt2014-01-292-8/+19
| | * fix horizontal scrollbar appearing when footer is too long, footer wraps nowJan-Christoph Borchardt2014-01-291-2/+1
| | * merge master into mobile-styleJan-Christoph Borchardt2014-01-2978-5002/+15335
| | |\
| | * | fix multiselect bar being too short on big displaysJan-Christoph Borchardt2014-01-241-1/+2
| | * | Instead of 'No preview available for ...' we simple display the mieme-type iconThomas Müller2014-01-232-20/+9
| | * | remove background and width from multiselect bar, fix Download button not sho...Jan-Christoph Borchardt2014-01-232-4/+2
| | * | fix conflicts and add missing closing tagMorris Jobke2014-01-232-9/+1
| | * | focus link text only on click in the input field - closes #6817Thomas Müller2014-01-231-1/+4
| | * | Merge branch 'master' into mobile-styleThomas Müller2014-01-23105-3716/+1034
| | |\ \
| | * | | remove unused variableThomas Müller2014-01-201-1/+0
| | * | | fix input element closing tagMorris Jobke2014-01-171-2/+2
| | * | | make sure there's enough room for the file actionsJan-Christoph Borchardt2014-01-171-0/+8
| | * | | restrict zooming on mobile devices for the publicly accessible, optimized pagesJan-Christoph Borchardt2014-01-172-2/+2
| | * | | optimize size of toggle iconsJan-Christoph Borchardt2014-01-174-248/+16
| | * | | add icons for file list and picture view togglesJan-Christoph Borchardt2014-01-174-0/+252
| | * | | on mobile, show single shared image at full width without marginJan-Christoph Borchardt2014-01-162-3/+12
| | * | | show publicly shared image on full width, without marginJan-Christoph Borchardt2014-01-161-5/+3
| | * | | fix public share download button widthJan-Christoph Borchardt2014-01-162-4/+11
| | * | | tweak color and position of username in public shareJan-Christoph Borchardt2014-01-151-9/+8
| | * | | remove unused log iconJan-Christoph Borchardt2014-01-153-12/+0
| | * | | improvements to public files mobile viewJan-Christoph Borchardt2014-01-152-6/+11
| | * | | add download button on single file share pageThomas Müller2014-01-151-4/+10
| | * | | remove unused js code and css rulesThomas Müller2014-01-152-60/+0
| | * | | no new menu on public uploadThomas Müller2014-01-151-0/+2
| | * | | fixing preview generationThomas Müller2014-01-151-1/+1
| | * | | reuse file upload as used within files app - remove public upload buttonThomas Müller2014-01-153-55/+10
| | * | | remove min-width rule to fix mobile viewsJan-Christoph Borchardt2014-01-141-3/+0
| | * | | first mobile style rules, hide extra columns in files view and scroll headerJan-Christoph Borchardt2014-01-142-0/+19
| * | | | Merge pull request #6900 from owncloud/files-errormessagewhentargetfoldermissingMorris Jobke2014-01-296-4/+83
| |\ \ \ \
| | * | | | Added error message for when target folder was removedVincent Petry2014-01-296-4/+83
| * | | | | Merge pull request #6903 from owncloud/fix-ms-office-iconsJan-Christoph Borchardt2014-01-292-62/+63
| |\ \ \ \ \
| | * | | | | Add icons for mdb and accdb files.Andreas Fischer2014-01-232-0/+3
| | * | | | | Fix icons for xml,ppt,dot,dotx files.Andreas Fischer2014-01-232-0/+4
| | * | | | | Remove duplicate mimetypes while keeping previous behaviour.Andreas Fischer2014-01-231-5/+0
| | * | | | | Bring mimetype list into alphabetical order.Andreas Fischer2014-01-231-62/+61
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #6995 from jbtbnl/masterMorris Jobke2014-01-293-0/+8
| |\ \ \ \ \
| | * | | | | Add white color variant of checkmark iconjbtbnl2014-01-293-0/+8
| |/ / / / /
| * | | | | Merge pull request #6987 from owncloud/share_api_and_encryptionBjörn Schießle2014-01-291-10/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-281-10/+4
| * | | | | Merge pull request #6990 from owncloud/files-fixrenamewarningsVincent Petry2014-01-291-2/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Fix warnings in logs when renaming over the web UIVincent Petry2014-01-291-2/+5
| |/ / / /
| * | | | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlinkMorris Jobke2014-01-297-15/+171
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed download URL in public pageVincent Petry2014-01-246-10/+98
| | * | | Fixed filelist unit tests hidden paramsVincent Petry2014-01-241-5/+8
| | * | | Added OC.buidQueryString() utility functionVincent Petry2014-01-242-0/+65