Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Show less whitespace above publicly shared images | Robin Appelman | 2014-05-23 | 1 | -7/+0 | |
| | ||||||
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now) | |||||
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces | |||||
* | fix position and look of public download button | Jan-Christoph Borchardt | 2014-05-02 | 1 | -3/+0 | |
| | ||||||
* | 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 | |||||
| * | 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 | |||||
| * | 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 | |
|/ | | | | wide | |||||
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | |||||
* | change mobile breakpoint for shared view to 768px as well | Jan-Christoph Borchardt | 2014-03-26 | 1 | -1/+1 | |
| | ||||||
* | adding ellipsis on file names to public file list as well | Thomas Müller | 2014-03-26 | 1 | -0/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | make header scroll up for single shares, more view of content on small screens | Jan-Christoph Borchardt | 2014-01-29 | 1 | -0/+4 | |
| | ||||||
* | adjust file type icon placement for when no preview can be generated | Jan-Christoph Borchardt | 2014-01-29 | 2 | -0/+9 | |
| | ||||||
* | 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 | 2 | -10/+7 | |
|\ | ||||||
| * | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 2 | -23/+3 | |
| |\ | | | | | | | Remove %webroot% from CSS | |||||
| | * | remove %webroot from files_sharing app | Jan-Christoph Borchardt | 2014-01-23 | 2 | -23/+3 | |
| | | | ||||||
| * | | Merge pull request #5153 from owncloud/core-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 1 | -8/+8 | |
| |\ \ | | | | | | | | | Cleans up Core apps for relative(em) to absolute(px) styles. | |||||
| | * | | Fixes typos, adds ; wherever not present. | raghunayyar | 2014-01-16 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'master' into core-em-to-px | raghunayyar | 2014-01-16 | 2 | -26/+68 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css | |||||
| | * | | Cleans up Core apps for relative(em) to absolute(px) styles. | raghunayyar | 2013-10-06 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | remove background and width from multiselect bar, fix Download button not ↵ | Jan-Christoph Borchardt | 2014-01-23 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | showing on mobile | |||||
* | | | | fix conflicts and add missing closing tag | Morris Jobke | 2014-01-23 | 1 | -8/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master' into mobile-style | Thomas Müller | 2014-01-23 | 1 | -13/+21 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php | |||||
| * | | | change em to px | Myles McNamara | 2014-01-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | modify js to move upload wrapper, modify css to match core values | Myles McNamara | 2014-01-10 | 1 | -7/+10 | |
| | |/ | |/| | ||||||
* | | | 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 | 1 | -1/+8 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | remove unused js code and css rules | Thomas Müller | 2014-01-15 | 1 | -49/+0 | |
| | | | ||||||
* | | | first mobile style rules, hide extra columns in files view and scroll header | Jan-Christoph Borchardt | 2014-01-14 | 1 | -0/+18 | |
|/ / | ||||||
* | | Bump the footer down 20px to avoid overlap. | ringmaster | 2013-12-12 | 1 | -1/+1 | |
| | | | | | | | | Fixes #6335. | |||||
* | | fix trashbin and pbulic page controls | Morris Jobke | 2013-12-03 | 1 | -0/+4 | |
| | | ||||||
* | | fix and cleanup CSS for public page | Morris Jobke | 2013-12-03 | 1 | -3/+2 | |
| | | ||||||
* | | change different shades of grey for public share page to white | Jan-Christoph Borchardt | 2013-12-03 | 1 | -10/+14 | |
| | | ||||||
* | | remove app specific code | Jan-Christoph Borchardt | 2013-12-03 | 1 | -4/+0 | |
| | | ||||||
* | | fix details for buttons in header and controls bar | Jan-Christoph Borchardt | 2013-12-03 | 1 | -1/+5 | |
| | | ||||||
* | | fix style of public share page | Morris Jobke | 2013-10-29 | 1 | -15/+13 | |
| | | ||||||
* | | unbold the 'Direct link' label | Jan-Christoph Borchardt | 2013-10-21 | 1 | -1/+4 | |
| | | ||||||
* | | reduce width of direct link input field | Jan-Christoph Borchardt | 2013-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | Added direct link in public share page | Vincent Petry | 2013-10-18 | 1 | -0/+8 | |
| | | | | | | | | Fixes #1167 | |||||
* | | Fix password screen for public shares | Morris Jobke | 2013-10-07 | 1 | -0/+26 | |
|/ | | | | | * Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998 | |||||
* | fix multiselect bar opacity, webroot | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+1 | |
| |