Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add check if server returns a 500 and display error | Clark Tomlinson | 2015-06-26 | 1 | -0/+8 |
| | | | | resolves https://github.com/owncloud/core/issues/17170 | ||||
* | Merge pull request #17048 from owncloud/hotfix/fix-firewall-blocking-dir-message | Vincent Petry | 2015-06-23 | 1 | -0/+8 |
|\ | | | | | adding correct blocking logic for ffw | ||||
| * | adding correct blocking logic for fff | Clark Tomlinson | 2015-06-22 | 1 | -0/+8 |
| | | |||||
* | | remove whitespace on bottom when no search results, fix laylout, fix #16878 | Jan-Christoph Borchardt | 2015-06-22 | 1 | -2/+2 |
| | | |||||
* | | add filter-empty class if no search result in current folder | Bjoern Schiessle | 2015-06-22 | 1 | -0/+2 |
|/ | |||||
* | Truncate preview resolution | Vincent Petry | 2015-06-11 | 1 | -1/+3 |
| | | | | This prevents having float numbers appear in the URL | ||||
* | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -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 category | Morris Jobke | 2015-05-19 | 1 | -1/+1 |
| | | | | | * fixes #16394 * return false - stops all following event callbacks | ||||
* | Enable file icons & previews in "Shared ..." categories | Morris Jobke | 2015-05-06 | 1 | -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 menu | Vincent Petry | 2015-04-27 | 1 | -9/+3 |
| | |||||
* | Show hint if there is no delete permission | Morris Jobke | 2015-04-23 | 1 | -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 folders | Vincent Petry | 2015-04-21 | 1 | -1/+2 |
| | |||||
* | remove encryption specific code from files app | Bjoern Schiessle | 2015-04-07 | 1 | -17/+0 |
| | |||||
* | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 1 | -6/+0 |
| | |||||
* | Merge pull request #15254 from owncloud/fix-14853-master | Thomas Müller | 2015-03-27 | 1 | -11/+27 |
|\ | | | | | Adding a pending indicator to the files summary | ||||
| * | Adding a pending indicator to the files summary - fixes #14853 | Thomas Müller | 2015-03-27 | 1 | -11/+27 |
| | | |||||
* | | adjust controls bar width to not overlay scrollbar | Jan-Christoph Borchardt | 2015-03-27 | 1 | -1/+6 |
|/ | |||||
* | Revert "add https:// placeholder for From Link feature. closes #13255" | Robin McCorkell | 2015-03-26 | 1 | -1/+1 |
| | | | | This reverts commit 18b5966f3a7639c6190f58b0d94e05e67200d57a. | ||||
* | Show hidden files (dot files) in gray | Morris Jobke | 2015-03-26 | 1 | -1/+5 |
| | |||||
* | Fix middle click on breadcrumb | Vincent Petry | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | Merge pull request #13941 from owncloud/fix-folder-upload-on-firefox | Lukas Reschke | 2015-03-23 | 1 | -0/+9 |
|\ | | | | | Show message if upload of folder isn't allowed | ||||
| * | Show message if upload of folder isn't allowed | Morris Jobke | 2015-02-06 | 1 | -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 tests | Thomas Müller | 2015-03-09 | 1 | -8/+0 |
| | | |||||
* | | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -7/+7 |
| | | |||||
* | | Remove "Download from URL" feature | Lukas Reschke | 2015-03-02 | 1 | -53/+1 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/13326 | ||||
* | | fix issue with previews not being displayed if filename contains apostrophe | Georg Ehrke | 2015-02-22 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #13645 from owncloud/fix-breadcrumb-backslash | Morris Jobke | 2015-02-20 | 2 | -0/+2 |
|\ \ | | | | | | | Parse backslash as directory separator in breadcrumb | ||||
| * | | apply backslash fix to _setCurrentDir | Thomas Müller | 2015-02-19 | 1 | -0/+1 |
| | | | |||||
| * | | Parse backslash as directory separator in breadcrumb | Lukas Reschke | 2015-01-24 | 1 | -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 performed | Joas Schilling | 2015-02-02 | 1 | -2/+7 |
| | | |||||
* | | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 1 | -3/+8 |
| | | |||||
* | | Only update favorite icon if the operation was successful | Joas Schilling | 2015-02-02 | 1 | -1/+3 |
|/ | | | | Also shows a notification in case an error occured on updating the tags | ||||
* | Merge pull request #13276 from Sugaroverdose/fix_#11348 | Morris Jobke | 2015-01-18 | 1 | -1/+2 |
|\ | | | | | fix safari rename button positioning #11348 | ||||
| * | fix_#11348 Safari rename button positioning | Sergei Shuykov | 2015-01-16 | 1 | -1/+2 |
| | | |||||
* | | fix unlocalized favorites browser title and alttext | Volkan Gezer | 2015-01-17 | 2 | -2/+2 |
| | | |||||
* | | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Auto-blur when clicking on file to download | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #13370 from Sugaroverdose/fix_#13322 | Thomas Müller | 2015-01-15 | 1 | -0/+1 |
|\ \ | | | | | | | Force browser to redraw favorite icon on src change | ||||
| * | | Force browser to redraw favorite icon | Sugaroverdose | 2015-01-15 | 1 | -0/+1 |
| |/ | | | | | | | on src change | ||||
* | | Merge pull request #13277 from owncloud/pasteurl | Joas Schilling | 2015-01-13 | 1 | -1/+1 |
|\ \ | | | | | | | add https:// placeholder for From Link feature. closes #13255 | ||||
| * | | add https:// placeholder for From Link feature. closes #13255 | Volkan Gezer | 2015-01-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13289 from owncloud/fav-keepfavoncancelrename | Morris Jobke | 2015-01-13 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | Properly update internal file info with updated tags | ||||
| * | | | Properly update internal file info with updated tags | Vincent Petry | 2015-01-12 | 1 | -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/fix13141 | Thomas Müller | 2015-01-12 | 1 | -3/+7 |
|\ \ \ \ | |_|_|/ |/| | | | don't show no files yet when mask is in place, fixes #13141 | ||||
| * | | | add js tests for filelist filtering | Jörn Friedrich Dreyer | 2015-01-09 | 1 | -2/+4 |
| | | | | |||||
| * | | | don't show no files yet when mask is in place, fixes #13141 | Jörn Friedrich Dreyer | 2015-01-07 | 1 | -1/+3 |
| | | | | |||||
* | | | | Allow dropping files on the table container | Vincent Petry | 2015-01-12 | 1 | -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/fixsharel10n | Thomas Müller | 2015-01-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | make Share/Download buttons localized again | ||||
| * | | | make Share button localized again | Volkan Gezer | 2015-01-11 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | it seems we have forgotten to use named FileAction | ||||
* / | | keep spaces out of translation | Volkan Gezer | 2015-01-11 | 1 | -2/+2 |
|/ / | | | | | | | otherwise translators cannot notice it on Transifex |