aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Page size calculation based on real page heightNazar Mokrynskyi2014-10-111-4/+6
* | Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
|/
* correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-221-3/+3
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-222-4/+4
* Merge pull request #10902 from owncloud/fix-ellepsisLukas Reschke2014-09-161-0/+2
|\
| * Adding link to ellipsis and fixing stylingClark Tomlinson2014-09-161-0/+2
* | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-1/+1
|\ \
| * | Fixed file list sortingVincent Petry2014-08-111-1/+1
* | | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-0/+6
| |/ |/|
* | Merge pull request #10860 from owncloud/scrolltofixClark Tomlinson2014-09-053-27/+46
|\ \
| * | Scroll to new file/folder after addingVincent Petry2014-09-042-5/+10
| * | Fixed scrollto for search resultsVincent Petry2014-09-042-22/+36
* | | Added permission check for drag and dropVincent Petry2014-09-042-1/+25
|/ /
* | Highlight every uploaded files and scroll down to the last onepdessauw2014-09-032-0/+58
* | Implementing moment.jsClark Tomlinson2014-08-281-1/+1