nextcloud/apps/files/js
Arthur Schiwon 7a982872e7 Main view does not commands detail and tab views to render. Fixes JS tests.
For a predictive behaviour we need to determine who is allowed to call render
methods on the views. Either, the main view is solely allowed to call render
and views do not do anything about output until then. Or, the main view relies
on the concrete views to be ready when things are about to be shown. The latter
approach has the advantage that concrete views know when they have to update
themselves (e.g. new data arrives or information change), but the main view
has now idea of the inner workings.
2015-08-07 01:22:43 +02:00
..
admin.js
app.js Added favorites feature to the files app 2014-12-15 12:10:54 +01:00
breadcrumb.js Parse backslash as directory separator in breadcrumb 2015-01-24 09:56:00 +01:00
detailfileinfoview.js Main view does not commands detail and tab views to render. Fixes JS tests. 2015-08-07 01:22:43 +02:00
detailsview.js Main view does not commands detail and tab views to render. Fixes JS tests. 2015-08-07 01:22:43 +02:00
detailtabview.js Main view does not commands detail and tab views to render. Fixes JS tests. 2015-08-07 01:22:43 +02:00
favoritesfilelist.js fix unlocalized favorites browser title and alttext 2015-01-17 16:52:36 +01:00
favoritesplugin.js Added favorites feature to the files app 2014-12-15 12:10:54 +01:00
file-upload.js Fix file name validation in New menu 2015-04-27 16:31:18 +02:00
fileactions.js move updateFileActionSpinner to OCA.Files.FileActions 2015-07-22 10:35:15 +02:00
filelist.js Improve layout, fix mime icon 2015-08-07 01:22:43 +02:00
files.js Merge pull request #17175 from owncloud/add-download-feedback 2015-07-30 16:34:35 +02:00
filesummary.js Adding a pending indicator to the files summary - fixes #14853 2015-03-27 01:16:29 +01:00
jquery-visibility.js
jquery.fileupload.js
jquery.iframe-transport.js
keyboardshortcuts.js
mainfileinfodetailview.js Added unit tests for right sidebar 2015-08-07 01:22:43 +02:00
navigation.js Closes "New" dropdown when switching category 2015-05-19 14:47:13 +02:00
search.js use class for no results div instead of id. the elements are not unique. 2015-01-06 14:34:35 +01:00
tagsplugin.js toggle back when the action was not performed 2015-02-02 11:17:55 +01:00
upload.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00