Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'Superduper-Progressbar-branch-thingie' of ↵ | Vincent Petry | 2016-05-12 | 1 | -6/+4 |
|\ | | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie | ||||
| * | Added remaining time displaying, moved Information to tooltip, removed now ↵ | luckydonald | 2014-08-12 | 1 | -1/+0 |
| | | | | | | | | unneeded speed div | ||||
| * | Updated and optimized Mobile Layout as well. | luckydonald | 2014-08-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed translations, indentation and renamed the .percents class to .speed class. | luckydonald | 2014-08-10 | 1 | -3/+3 |
| | | |||||
| * | Upload progress bar now displays informations about uploades size (12kB of ↵ | luckydonald | 2014-08-10 | 1 | -3/+5 |
| | | | | | | | | 3MB) and the current speed. | ||||
* | | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation | ||||
* | | persist file sorting changes | Christoph Wurst | 2016-04-13 | 1 | -0/+1 |
| | | |||||
* | | load file sorting mode from the db | Christoph Wurst | 2016-04-13 | 1 | -0/+1 |
| | | |||||
* | | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -1/+1 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -6/+4 |
| | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
* | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -2/+2 |
| | | |||||
* | | Remove unneeded markup for scan process - ref #20545 | Morris Jobke | 2016-01-20 | 1 | -8/+0 |
| | | |||||
* | | 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 |