aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* add check if server returns a 500 and display errorClark Tomlinson2015-06-261-0/+8
| | | | resolves https://github.com/owncloud/core/issues/17170
* Merge pull request #17048 from owncloud/hotfix/fix-firewall-blocking-dir-messageVincent Petry2015-06-231-0/+8
|\ | | | | adding correct blocking logic for ffw
| * adding correct blocking logic for fffClark Tomlinson2015-06-221-0/+8
| |
* | remove whitespace on bottom when no search results, fix laylout, fix #16878Jan-Christoph Borchardt2015-06-221-2/+2
| |
* | add filter-empty class if no search result in current folderBjoern Schiessle2015-06-221-0/+2
|/
* Truncate preview resolutionVincent Petry2015-06-111-1/+3
| | | | This prevents having float numbers appear in the URL
* Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-051-1/+15
| | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders
* Closes "New" dropdown when switching categoryMorris Jobke2015-05-191-1/+1
| | | | | * fixes #16394 * return false - stops all following event callbacks
* Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-061-1/+2
| | | | | | * sharing API returns now the mimetype icon path * file previews are now lazyloaded by default (as the doc says) * fixes #16086
* Fix file name validation in New menuVincent Petry2015-04-271-9/+3
|
* Show hint if there is no delete permissionMorris Jobke2015-04-231-2/+13
| | | | | | * add class .no-permission which shows the default delete icon * fixes #15172 * add unit test for no permission and for delete permission
* Added empty content message for empty read-only foldersVincent Petry2015-04-211-1/+2
|
* remove encryption specific code from files appBjoern Schiessle2015-04-071-17/+0
|
* Removing left overs from old encryption appThomas Müller2015-04-071-6/+0
|
* Merge pull request #15254 from owncloud/fix-14853-masterThomas Müller2015-03-271-11/+27
|\ | | | | Adding a pending indicator to the files summary
| * Adding a pending indicator to the files summary - fixes #14853Thomas Müller2015-03-271-11/+27
| |
* | adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-1/+6
|/
* Revert "add https:// placeholder for From Link feature. closes #13255"Robin McCorkell2015-03-261-1/+1
| | | | This reverts commit 18b5966f3a7639c6190f58b0d94e05e67200d57a.
* Show hidden files (dot files) in grayMorris Jobke2015-03-261-1/+5
|
* Fix middle click on breadcrumbVincent Petry2015-03-241-2/+2
|
* Merge pull request #13941 from owncloud/fix-folder-upload-on-firefoxLukas Reschke2015-03-231-0/+9
|\ | | | | Show message if upload of folder isn't allowed
| * Show message if upload of folder isn't allowedMorris Jobke2015-02-061-0/+9
| | | | | | | | | | | | | | | | * current firefox doesn't throw an exception anymore * it just reads 0 bytes -> folder or empty file * upload of folder or empty file isn't supported in every browser except Chrome * fixes #13940
* | fixing js unit testsThomas Müller2015-03-091-8/+0
| |
* | adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-7/+7
| |
* | Remove "Download from URL" featureLukas Reschke2015-03-021-53/+1
| | | | | | | | Fixes https://github.com/owncloud/core/issues/13326
* | fix issue with previews not being displayed if filename contains apostropheGeorg Ehrke2015-02-221-2/+2
| |
* | Merge pull request #13645 from owncloud/fix-breadcrumb-backslashMorris Jobke2015-02-202-0/+2
|\ \ | | | | | | Parse backslash as directory separator in breadcrumb
| * | apply backslash fix to _setCurrentDirThomas Müller2015-02-191-0/+1
| | |
| * | Parse backslash as directory separator in breadcrumbLukas Reschke2015-01-241-0/+1
| |/ | | | | | | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643
* | toggle back when the action was not performedJoas Schilling2015-02-021-2/+7
| |
* | fix response for tags and show error messageMorris Jobke2015-02-021-3/+8
| |
* | Only update favorite icon if the operation was successfulJoas Schilling2015-02-021-1/+3
|/ | | | Also shows a notification in case an error occured on updating the tags
* Merge pull request #13276 from Sugaroverdose/fix_#11348Morris Jobke2015-01-181-1/+2
|\ | | | | fix safari rename button positioning #11348
| * fix_#11348 Safari rename button positioningSergei Shuykov2015-01-161-1/+2
| |
* | fix unlocalized favorites browser title and alttextVolkan Gezer2015-01-172-2/+2
| |
* | Disallow ctrl click to select when selection not allowedVincent Petry2015-01-151-1/+1
| |
* | Auto-blur when clicking on file to downloadVincent Petry2015-01-151-0/+2
| |
* | Merge pull request #13370 from Sugaroverdose/fix_#13322Thomas Müller2015-01-151-0/+1
|\ \ | | | | | | Force browser to redraw favorite icon on src change
| * | Force browser to redraw favorite iconSugaroverdose2015-01-151-0/+1
| |/ | | | | | | on src change
* | Merge pull request #13277 from owncloud/pasteurlJoas Schilling2015-01-131-1/+1
|\ \ | | | | | | add https:// placeholder for From Link feature. closes #13255
| * | add https:// placeholder for From Link feature. closes #13255Volkan Gezer2015-01-121-1/+1
| | |
* | | Merge pull request #13289 from owncloud/fav-keepfavoncancelrenameMorris Jobke2015-01-131-2/+9
|\ \ \ | | | | | | | | Properly update internal file info with updated tags
| * | | Properly update internal file info with updated tagsVincent Petry2015-01-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo.
* | | | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-121-3/+7
|\ \ \ \ | |_|_|/ |/| | | don't show no files yet when mask is in place, fixes #13141
| * | | add js tests for filelist filteringJörn Friedrich Dreyer2015-01-091-2/+4
| | | |
| * | | don't show no files yet when mask is in place, fixes #13141Jörn Friedrich Dreyer2015-01-071-1/+3
| | | |
* | | | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
| |/ / |/| | | | | | | | | | | | | | | | | Make it possible to drop files below the table even if the table is smaller than the window height. Added a check to make sure upload is not triggered on invisible lists.
* | | Merge pull request #13254 from owncloud/fixsharel10nThomas Müller2015-01-121-1/+1
|\ \ \ | | | | | | | | make Share/Download buttons localized again
| * | | make Share button localized againVolkan Gezer2015-01-111-1/+1
| | |/ | |/| | | | | | | it seems we have forgotten to use named FileAction
* / | keep spaces out of translationVolkan Gezer2015-01-111-2/+2
|/ / | | | | | | otherwise translators cannot notice it on Transifex