Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+14 |
| | |||||
* | move mail template editor from core to standalone templateeditor repo | Jörn Friedrich Dreyer | 2014-06-13 | 1 | -33/+0 |
| | |||||
* | Merge pull request #8824 from owncloud/mail_template_editing_in_webui | Morris Jobke | 2014-06-04 | 1 | -0/+33 |
|\ | | | | | minimal mail template editor for administrators | ||||
| * | convert mail template editor to app framework for a restful api | Jörn Friedrich Dreyer | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | minimal mail template editor for administrators, refs #7177 | Jörn Friedrich Dreyer | 2014-06-02 | 1 | -0/+33 |
| | | |||||
* | | infield label removal: remove last occurences of infield labels | Jan-Christoph Borchardt | 2014-06-03 | 1 | -7/+0 |
|/ | |||||
* | Added sharing overview page (WIP) | Vincent Petry | 2014-05-30 | 1 | -0/+3 |
| | | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files | ||||
* | 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 |
| | |