summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Set grid variable and overall size adjustementJohn Molakvoæ (skjnldsv)2018-10-181-17/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fixed multiselect and headerJohn Molakvoæ (skjnldsv)2018-10-181-16/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Use grid view in other file views tooJan-Christoph Borchardt2018-10-186-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Show view toggle in controls barJan-Christoph Borchardt2018-10-183-2/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Center align the footer file number & size summaryJan-Christoph Borchardt2018-10-181-0/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fetch high resolution thumbnails for grid viewJan-Christoph Borchardt2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Also add border-radius to thumbnailJan-Christoph Borchardt2018-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fix grey background behind selection checkboxJan-Christoph Borchardt2018-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fix popovermenu positionJan-Christoph Borchardt2018-10-181-0/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Adjust design of grid viewJan-Christoph Borchardt2018-10-181-2/+70
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Grid initJohn Molakvoæ (skjnldsv)2018-10-183-1/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #10888 from ↵Roeland Jago Douma2018-10-242-0/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/fix-missing-quickaccess-favorite-folder-on-add Bug/noid/fix missing quickaccess favorite folder on add
| * | | | | fix for favorites-quickaccess: newly added folders dont show up when added ↵Felix Nüsse2018-10-102-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to favorites Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | | | | Merge pull request #11928 from stweil/fixRoeland Jago Douma2018-10-231-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix use of undeclared variable
| * | | | | | Fix use of undeclared variableStefan Weil2018-10-221-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a warning from LGTM: Variable 'data' is used before its declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-2332-10/+72
| |_|_|/ / |/| | | |
* | | | | Merge pull request #11943 from nextcloud/buttons-roundMorris Jobke2018-10-231-3/+0
|\ \ \ \ \ | | | | | | | | | | | | Round off buttons 'pill style' like on the website
| * | | | | Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt2018-10-231-3/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Merge pull request #11967 from ↵Morris Jobke2018-10-234-6/+14
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix-opening-a-section-again-in-the-files-app Fix opening a section again in the Files app
| * | | | Remove event handler no longer neededDaniel Calviño Sánchez2018-10-211-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom handler for "URL changed" events were added to reload the file list whenever the sections for favorites and shares were opened; this was used to fix the problem of not reloading the file lists when opening them for a second time. However, besides that the handlers were not really necessary, and as the root of the bug was fixed in the previous commit those handlers are now removed. The file list for tags uses the handler for a different purpose, though, so that one was kept. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Fix opening a section again in the Files appDaniel Calviño Sánchez2018-10-213-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a section is open in the Files app a "show" event is triggered. File list objects handle that event by reloading themselves, but only if the file list was shown at least once. However, the file list objects of plugins are created when the "show" event is triggered for the first time for their section; as the file list objects register their handler for the "show" event when they are created they never handle the first triggered "show" event, as the handler is set while that event is being already handled. Therefore, from the point of view of the handler, the second time that a "show" event was triggered it was seen as if the file list was shown for the first time, and thus it was not reloaded. Now the "shown" property is explicitly set for those file lists that are created while handling a "show" event, which causes them to be reloaded as expected when opening their section again. Note that it is not possible to just reload the file list whenever it is shown; the file list is reloaded also when the directory changes, and this can happen when the web page is initially loaded and the URL is parsed. In that case, if file lists were reloaded when shown for the first time then it could be reloaded twice, one with the default parameters due to the "show" event and another one with the proper parameters once the URL was parsed, and the files that appeard in the list would depend on which response from the server was received the last. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Add missing variable declarationsStefan Weil2018-10-192-2/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes errors from LGTM like the following one: Variable i is used like a local variable, but is missing a declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | Merge pull request #11905 from nextcloud/design/noid/tab-iconsRoeland Jago Douma2018-10-194-3/+22
|\ \ \ \ | | | | | | | | | | Add icon to file sidebar tabs
| * | | | Add icon to file sidebar tabsJulius Härtl2018-10-184-3/+22
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #11823 from ↵Morris Jobke2018-10-191-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | lex111/fix-illegible-text-color-in-size-and-modified-columns Fix illegible text color in columns Size and Modified on dark theme
| * | | | Fix illegible text color in columns Size and Modified on dark theme: rework ↵Alexey Pyltsyn2018-10-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after review Signed-off-by: Alexey Pyltsyn <lex61rus@gmail.com>
| * | | | Fix illegible text color in columns Size and Modified on dark themeAlexey Pyltsyn2018-10-161-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexey Pyltsyn <lex61rus@gmail.com>
* | | | | Merge pull request #11922 from stweil/semicolonsMorris Jobke2018-10-192-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Add missing semicolons
| * | | | | Add missing semicolonsStefan Weil2018-10-192-3/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some recommendations from LGTM: Avoid automated semicolon insertion (90% of all statements in the enclosing function have an explicit semicolon). Signed-off-by: Stefan Weil <sw@weilnetz.de>
* / | | | Add .l10nignore files for compiled assetsMorris Jobke2018-10-191-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Tests: Properly compare the file action labelJulius Härtl2018-10-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Move fileactionsmenu to compiled handlebarsRoeland Jago Douma2018-10-153-22/+55
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make activity events strictJoas Schilling2018-10-121-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-10108-142/+142
| | |
* | | Merge pull request #11716 from ↵Morris Jobke2018-10-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages…
| * | | Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #11709 from nextcloud/refactor/jquery-beforeunloadMorris Jobke2018-10-091-1/+1
|\ \ \ \ | | | | | | | | | | Fix depracted jQuery.bind call
| * | | | Fix depracted jQuery.bind callChristoph Wurst2018-10-091-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / Fix usage of deprecated OC.webrootChristoph Wurst2018-10-095-37/+37
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #11664 from ↵Roeland Jago Douma2018-10-082-30/+16
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/has-been-interrupted-throw-exception Syntactic sugar for hasBeenInterrupted
| * | | Rename method to abortIfInterruptedDaniel Kesselberg2018-10-082-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Adjust code for changed method signatureDaniel Kesselberg2018-10-072-30/+16
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #11679 from nextcloud/refactor/remove-ie8-apisMorris Jobke2018-10-082-2/+0
|\ \ \ \ | | | | | | | | | | Remove IE8 APIs
| * | | | Remove OC.scaleFixForIE8Christoph Wurst2018-10-082-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #11682 from ↵Morris Jobke2018-10-081-5/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/remove-deprecated-unused-fileDownloadPath Remove deprecated and unused fileDownloadPath
| * | | | | Remove deprecated and unused fileDownloadPathChristoph Wurst2018-10-081-5/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / / Remove deprecated SVG helpers for old IEsChristoph Wurst2018-10-081-5/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | / / [tx-robot] updated from transifexNextcloud bot2018-10-072-0/+2
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-056-0/+10
|/ /
* | Remove leftover 'Roeland Jago Douma2018-10-042-2/+2
| | | | | | | | | | | | Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>