Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -11/+0 |
| | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint. | ||||
* | standardize sizes for headings | Jan-Christoph Borchardt | 2015-11-16 | 1 | -3/+1 |
| | |||||
* | fix layout and wording for file handling admin setting | Jan-Christoph Borchardt | 2015-11-11 | 1 | -4/+2 |
| | |||||
* | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -3/+0 |
| | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
| | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | fix filecomparator | Hendrik Leppelsack | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | fix filelist checkboxes | Hendrik Leppelsack | 2015-09-25 | 2 | -3/+3 |
| | |||||
* | fix missing checkboxes in file comparator | Hendrik Leppelsack | 2015-09-21 | 1 | -4/+8 |
| | |||||
* | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -30/+22 |
| | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | Merge pull request #17182 from owncloud/user_ini_upload_size | Robin McCorkell | 2015-08-17 | 1 | -0/+2 |
|\ | | | | | Update .user.ini when setting upload size limit | ||||
| * | Update .user.ini when setting upload size limit | Robin McCorkell | 2015-07-20 | 1 | -0/+2 |
| | | |||||
* | | Improve right sidebar tabs behavior | Vincent Petry | 2015-08-14 | 1 | -0/+0 |
|/ | | | | | | | | | | | Tab heads are not rendered if only one tab. The tab contents is updated on-demand. This means that if a tab is not visible it is not rendered at first. If the tab was already rendered through switching, its model will not get updated until the next time it becomes visible. This will prevent needless rerendering of invisible tab contents, especially considering that some tabs might need extra ajax requests. | ||||
* | Merge pull request #16893 from owncloud/fixSlideToggle | Morris Jobke | 2015-06-17 | 1 | -1/+1 |
|\ | | | | | Fix childs of slideToggle not sliding the target | ||||
| * | remove unneeded span around Settings text, fixes cursor | Jan-Christoph Borchardt | 2015-06-17 | 1 | -1/+1 |
| | | |||||
* | | Search results have to explicitly be added to the content area of the app | Thomas Müller | 2015-06-09 | 1 | -0/+1 |
|/ | |||||
* | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -0/+2 |
| | | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders | ||||
* | Added empty content message for empty read-only folders | Vincent Petry | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Allow files app nav entries to have a different icon class | Morris Jobke | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | fix for IE8 | Morris Jobke | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | add icons to files sidebar, fix shade, fix position of settings icon and text | Jan-Christoph Borchardt | 2015-04-08 | 1 | -2/+7 |
| | |||||
* | Fixing issue #15322 - showing Settings button next to gear icon | James Anslow | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | remove encryption specific code from files app | Bjoern Schiessle | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -1/+1 |
| | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | adjust emptycontent messages for files and files_external | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Do not duplicate the empty content css | Joas Schilling | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14133 from rullzer/fix_10600 | Thomas Müller | 2015-03-16 | 1 | -7/+7 |
|\ | | | | | Always display max upload size in admin panel | ||||
| * | Always display max upload size in admin panel | Roeland Jago Douma | 2015-02-13 | 1 | -7/+7 |
| | | |||||
* | | Remove "Download from URL" feature | Lukas Reschke | 2015-03-02 | 1 | -3/+0 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/13326 | ||||
* | use class for no results div instead of id. the elements are not unique. | Jörn Friedrich Dreyer | 2015-01-06 | 2 | -2/+2 |
| | |||||
* | filter trashbin and share views | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -0/+6 |
| | |||||
* | text and icon fixes | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | show no files found message | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+6 |
| | |||||
* | get rid of unnecessary alt and title attributes | Jan-Christoph Borchardt | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | fix accessibility for deleted files | Jan-Christoph Borchardt | 2014-12-18 | 1 | -2/+4 |
| | |||||
* | fix accessibility of file upload | Jan-Christoph Borchardt | 2014-12-18 | 1 | -4/+8 |
| | |||||
* | Merge pull request #12900 from owncloud/more-accessibility | Thomas Müller | 2014-12-18 | 2 | -3/+8 |
|\ | | | | | More accessibility fixes for Files | ||||
| * | use method to only visually hide elements, show only for screen reader | Jan-Christoph Borchardt | 2014-12-17 | 2 | -2/+2 |
| | | |||||
| * | add text to Settings button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| | | |||||
| * | add alt text to 'Cancel upload' button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
| * | properly name form labels for the file selection | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| | | |||||
* | | wording fix for Files app empty state | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| | | |||||
* | | improve empty state of 'All files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+5 |
| | | |||||
* | | even better empty state for Favorites, and general Empty State style | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
* | | fix empty state for Favorites | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+4 |
|/ | |||||
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 1 | -0/+36 |
| | |||||
* | Merge pull request #12698 from owncloud/handle_readonly_shared_files | Morris Jobke | 2014-12-12 | 1 | -0/+1 |
|\ | | | | | Handle readonly shared files | ||||
| * | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 1 | -0/+1 |
| | | |||||
* | | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 1 | -0/+1 |
|/ | | | | Fix #10836 | ||||
* | fix HTML structure by rmv. obsolete input end tag | Volker E. | 2014-08-20 | 1 | -1/+1 |
| |