summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
...
* | fix countJörn Friedrich Dreyer2015-01-021-1/+1
* | use correct visibilitiesJörn Friedrich Dreyer2015-01-021-101/+111
* | fix js testsJörn Friedrich Dreyer2015-01-021-8/+13
* | instantiate file searchJörn Friedrich Dreyer2015-01-021-19/+20
* | don't use full class name to register pluginJörn Friedrich Dreyer2015-01-021-8/+21
* | allow getting the last queryJörn Friedrich Dreyer2015-01-021-24/+22
* | hide irrelevant stuff in empty filelistJörn Friedrich Dreyer2015-01-021-3/+5
* | show audio icon & image previewsJörn Friedrich Dreyer2015-01-021-18/+16
* | hide header when no files in list matchJörn Friedrich Dreyer2015-01-023-8/+40
* | filter new rowsJörn Friedrich Dreyer2015-01-022-17/+77
* | move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-022-11/+122
|/
* Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-4/+9
|\
| * properly escape variableJan-Christoph Borchardt2014-12-181-1/+1
| * fix accessibility for 'New' file inputsJan-Christoph Borchardt2014-12-181-1/+6
| * fix accessibility of file uploadJan-Christoph Borchardt2014-12-181-3/+3
* | show spinner on file upload in IE8, 9Morris Jobke2014-12-181-0/+15
|/
* Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-183-1/+6
|\
| * use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-172-2/+2
| * fix Delete action text being translatableJan-Christoph Borchardt2014-12-171-1/+2
| * add text to Delete actionJan-Christoph Borchardt2014-12-171-1/+2
| * properly name form labels for the file selectionJan-Christoph Borchardt2014-12-171-0/+1
| * fix alt text for breadcrumbs home iconJan-Christoph Borchardt2014-12-171-0/+2
* | Propertly restore thumbnail on cancel/rename/moveVincent Petry2014-12-172-13/+17
|/
* Fixed small code style issuesVincent Petry2014-12-151-2/+2
* Remove spinner when toggling file favoriteVincent Petry2014-12-151-9/+14
* Fixed has-favorites CSSVincent Petry2014-12-151-1/+1
* Use star icon for favoritesVincent Petry2014-12-151-10/+42
* Correctly replace favorites icon when re-rendering file actionsVincent Petry2014-12-151-1/+1
* Added favorites feature to the files appVincent Petry2014-12-154-0/+352
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-3/+16
|\
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-3/+16
* | Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-131-14/+27
|\ \
| * | Replace input checkbox CSS selector with .electCheckBoxVincent Petry2014-12-111-7/+7
| * | Move file thumbnail into the label elementVincent Petry2014-12-111-8/+21
* | | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-121-0/+6
|\ \ \
| * | | Simple Plugin system for JavascriptVincent Petry2014-12-011-0/+6
* | | | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-2/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer2014-12-111-2/+13
| | |/ | |/|
* | | introduce alt text for rename icon - fixes #12067Morris Jobke2014-12-081-0/+1
* | | Merge pull request #12394 from owncloud/files-fileactionsimprovementsLukas Reschke2014-12-081-113/+238
|\ \ \ | |/ / |/| |
| * | Improve FileActions JS to allow for custom renderingVincent Petry2014-11-241-113/+238
| |/
* / Dont show the delete button for selected files if one of the selected files i...Robin Appelman2014-11-261-2/+12
|/
* Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-139-49/+204
|\
| * Improved Javascript docs for JSDocVincent Petry2014-10-319-49/+204
* | add alt text for file actions, but leave empty since text is directly next to itJan-Christoph Borchardt2014-11-061-1/+1
|/
* Merge pull request #11524 from nazar-pc/patch-1Vincent Petry2014-10-162-5/+7
|\
| * Even better - usage of this.$container instead of this.$el.parent()Nazar Mokrynskyi2014-10-151-1/+1
| * this.$el is not the same as $('#app-content')Nazar Mokrynskyi2014-10-151-1/+1
| * Use function call for FileList.pageSizeNazar Mokrynskyi2014-10-151-1/+1
| * Use this.$el instead of the absolute selectorNazar Mokrynskyi2014-10-151-1/+1