Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regression of button at public download page | Morris Jobke | 2015-07-06 | 1 | -1/+1 |
| | | | | * introduced with #17159 | ||||
* | federated cloud ID: add icons, fix HTML & layout, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 1 | -0/+29 |
| | |||||
* | add social media button for diaspora, twitter, facebook and google+ | Bjoern Schiessle | 2015-06-17 | 2 | -0/+52 |
| | |||||
* | Restore min-height for single previews | Olivier Paroz | 2015-05-20 | 1 | -0/+1 |
| | |||||
* | Remove overflow+watermark | Olivier Paroz | 2015-04-23 | 1 | -9/+3 |
| | |||||
* | An idea to suggest that this is just a sample of the full text | Olivier Paroz | 2015-04-23 | 1 | -0/+11 |
| | |||||
* | Show a text preview instead of a bitmap preview of text | Olivier Paroz | 2015-04-23 | 1 | -1/+16 |
| | | | | + fix the preview height | ||||
* | fix multiselect bar offset on shared page | Jan-Christoph Borchardt | 2014-08-19 | 1 | -1/+2 |
| | |||||
* | Quick fix for #9119. Increase preview to keep empty message more centered ↵ | Remco Brenninkmeijer | 2014-07-30 | 1 | -1/+1 |
| | | | | and push footer down. | ||||
* | move public page footer rules from sharing app to core so it is used by ↵ | Jan-Christoph Borchardt | 2014-07-07 | 1 | -16/+0 |
| | | | | other apps too | ||||
* | IE8 fixes | Morris Jobke | 2014-07-04 | 1 | -1/+10 |
| | |||||
* | use icon-confirm instead of text for accepting remote share, works better ↵ | Jan-Christoph Borchardt | 2014-07-04 | 1 | -5/+23 |
| | | | | with translations | ||||
* | Merge pull request #9391 from owncloud/design-mobile-share | Jan-Christoph Borchardt | 2014-07-03 | 1 | -0/+5 |
|\ | | | | | Fix mobile share view glitches | ||||
| * | hide text of download button, only show icon | Jan-Christoph Borchardt | 2014-07-02 | 1 | -0/+5 |
| | | |||||
* | | fix lineheight of server2server share | Volkan Gezer | 2014-07-02 | 1 | -1/+0 |
|/ | |||||
* | drop unneeded code | Morris Jobke | 2014-06-27 | 1 | -14/+0 |
| | |||||
* | Merge pull request #8399 from owncloud/server-server-sharing | icewind1991 | 2014-06-17 | 1 | -0/+35 |
|\ | | | | | Add server<->server sharing | ||||
| * | fix broken buttons for IE8-11 | Morris Jobke | 2014-06-17 | 1 | -0/+1 |
| | | |||||
| * | fixing layout issue - mostly alignment | Morris Jobke | 2014-06-17 | 1 | -0/+20 |
| | | |||||
| * | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+14 |
| | | |||||
* | | fix layout of password protected shares | Morris Jobke | 2014-06-13 | 1 | -0/+8 |
|/ | | | | | * add password icon * fix upshifted arrow button - fixes #9024 | ||||
* | 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. |