Commit Graph

751 Commits (bdfb039e05abaed58395afc3e5b4dfb5a4de967f)

Author SHA1 Message Date
Morris Jobke bfdf0db7c0 Autoescape of placeholders in t() and p() - for JS 12 years ago
Jörn Friedrich Dreyer 357fbd88be use class for no results div instead of id. the elements are not unique. 12 years ago
Jörn Friedrich Dreyer 926737fdb7 clear search when navigating via breadcrumbs 12 years ago
Jörn Friedrich Dreyer 7a812801db correctly clear searchbox when switching filelists 12 years ago
Jörn Friedrich Dreyer 10038640ae fix onScroll breaking search, fix keyboard navigation, fix filter for files in other dirs 12 years ago
Jörn Friedrich Dreyer 23900a5a39 filter trashbin and share views 12 years ago
Jörn Friedrich Dreyer ba235eb51d delay hiding no results message until search is triggered 12 years ago
Jörn Friedrich Dreyer 6f820b0209 use " to avoid escaping ' 12 years ago
Jörn Friedrich Dreyer 2eec8dc156 correctly update search results when query is changed, show spinner when searching 12 years ago
Jörn Friedrich Dreyer 0cca9e26c4 show no files found message 12 years ago
Jörn Friedrich Dreyer 9e3f4e043f make OCA.Search.Files available in tests and for other apps 12 years ago
Robin Appelman f8700ec649 Fix rendering search results 12 years ago
Jörn Friedrich Dreyer 457f5abf6c fix count 12 years ago
Jörn Friedrich Dreyer 4fdd626f0a use correct visibilities 12 years ago
Jörn Friedrich Dreyer b45d0f03fc fix js tests 12 years ago
Jörn Friedrich Dreyer 8abd954d9a instantiate file search 12 years ago
Jörn Friedrich Dreyer 66cf17b32b don't use full class name to register plugin 12 years ago
Jörn Friedrich Dreyer 8bf048376c allow getting the last query 12 years ago
Jörn Friedrich Dreyer 80ded08ec4 hide irrelevant stuff in empty filelist 12 years ago
Jörn Friedrich Dreyer a6204efa0d show audio icon & image previews 12 years ago
Jörn Friedrich Dreyer b93f2ddcb5 hide header when no files in list match 12 years ago
Jörn Friedrich Dreyer 7e6c660b00 filter new rows 12 years ago
Jörn Friedrich Dreyer 606f802b7b move search results below filelist, show hint when results are off screen, use js plugin mechanism 12 years ago
Morris Jobke 7798ea0cd7 show spinner on file upload in IE8, 9 12 years ago
Jan-Christoph Borchardt cd81687a38 properly escape variable 12 years ago
Jan-Christoph Borchardt 137d19f6b1 fix accessibility for 'New' file inputs 12 years ago
Jan-Christoph Borchardt 0e78415cb1 fix accessibility of file upload 12 years ago
Jan-Christoph Borchardt 6f4ed59883 use method to only visually hide elements, show only for screen reader 12 years ago
Vincent Petry ab35459cac Propertly restore thumbnail on cancel/rename/move 12 years ago
Jan-Christoph Borchardt 4344b3d3cf fix Delete action text being translatable 12 years ago
Jan-Christoph Borchardt edc8967c93 add text to Delete action 12 years ago
Jan-Christoph Borchardt e5875fda38 properly name form labels for the file selection 12 years ago
Jan-Christoph Borchardt bac2683c55 fix alt text for breadcrumbs home icon 12 years ago
Vincent Petry 207d77e5cd Fixed small code style issues 12 years ago
Vincent Petry 976baed5f9 Remove spinner when toggling file favorite 12 years ago
Vincent Petry 33eb4483b2 Fixed has-favorites CSS 12 years ago
Vincent Petry 1d22cd5b22 Use star icon for favorites 12 years ago
Vincent Petry dfe922b72a Correctly replace favorites icon when re-rendering file actions 12 years ago
Vincent Petry a5bb66f4a7 Added favorites feature to the files app 12 years ago
Robin McCorkell fdbb68a3c3 Return ? if mtime is 0 or -1 12 years ago
Vincent Petry a89aad05c0 Replace input checkbox CSS selector with .electCheckBox 12 years ago
Vincent Petry 81e9d43e23 Move file thumbnail into the label element 12 years ago
Jörn Friedrich Dreyer c615b3527f show readonly message in file conflict dialog, make it always selected 12 years ago
Morris Jobke 1bfa405a93 introduce alt text for rename icon - fixes #12067 12 years ago
Vincent Petry c02ef69521 Simple Plugin system for Javascript 12 years ago
Robin Appelman 9c86665ef4 Dont show the delete button for selected files if one of the selected files is not deletable 12 years ago
Vincent Petry e689bc745f Improve FileActions JS to allow for custom rendering 12 years ago
Jan-Christoph Borchardt af743efff0 add alt text for file actions, but leave empty since text is directly next to it 12 years ago
Vincent Petry 0f3e6cb50a Improved Javascript docs for JSDoc 12 years ago
Nazar Mokrynskyi da27797e8d Even better - usage of this.$container instead of this.$el.parent() 12 years ago