aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix OCS URL typo in TransferOwnershipDialogue.vueMichaIng2021-09-261-1/+1
| | | | | | | Introduced with nextcloud/router v2.0.0 migration: https://github.com/nextcloud/server/pull/27281 Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix file creation from template without extJohn Molakvoæ2021-09-172-11/+32
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-234-5/+5
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Add titleTooltip to sidebarszaimen2021-07-191-0/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Add timestamp tooltipChristopher Ng2021-06-141-0/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Trigger click event when scrollTo is setLouis Chemineau2021-06-092-2/+22
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Emit sidebar eventsLouis Chemineau2021-06-071-1/+22
| | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace proposal-class-private-properties by regular propertiesJohn Molakvoæ (skjnldsv)2021-06-024-59/+60
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Replace node-sass with sassJohn Molakvoæ (skjnldsv)2021-05-271-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move remnants of ocs api requests to v2 endpointJohn Molakvoæ (skjnldsv)2021-05-261-5/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-3113-20/+42
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* adapt files and app settings sidebar 'primary-actions' slot that became ↵Julien Veyssier2021-03-191-1/+1
| | | | | | | 'description' in @nc/vue v3.3.0 Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* At least try to give the full context for the file actionJulius Härtl2021-03-021-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not trigger a full filelist reload after creating a new fileJulius Härtl2021-03-021-3/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix button sizeJulius Härtl2021-01-281-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Hide new template directory entry after creating and allow setting existing ↵Julius Härtl2021-01-281-0/+1
| | | | | | directories Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-285-63/+192
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-285-0/+658
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-203-3/+21
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix app sidebar mountpointJohn Molakvoæ (skjnldsv)2020-10-141-3/+4
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Upgrade lifecycle and vue parent contextJohn Molakvoæ (skjnldsv)2020-10-074-69/+106
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move Files Sidebar to proper javascript standardJohn Molakvoæ (skjnldsv)2020-10-074-81/+88
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix breaking changes of nc/vue updateGeorg Ehrke2020-07-221-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-202-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix workflow UIJoas Schilling2020-04-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set fileInfo correctly for LegacyTabsChristoph Seitz2020-04-191-3/+3
| | | | | | | | | Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
* Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-061-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-252-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCA.Files.Settings for Files SettingsGary Kim2020-03-225-0/+267
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* l10n: Fixed typorakekniven2020-03-091-1/+1
| | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #19764 from nextcloud/fix/transfer-ownerhip-owner-checkRoeland Jago Douma2020-03-031-1/+5
|\ | | | | Do not allow transfer ownership when the user isn't the owner
| * Do not allow transfer ownership when the user isn't the ownerChristoph Wurst2020-03-031-1/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fetch translate for Tags from files appDaniel Kesselberg2020-03-031-1/+1
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make sure that minSearchStringLength is taken into accountJulius Härtl2020-02-031-1/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix issue when selecting an entry, the multiselect input was not closedJulius Härtl2020-02-031-22/+22
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-294-14/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-223-4/+33
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Close handlingJohn Molakvoæ (skjnldsv)2020-01-223-15/+12
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Allow to await the sidebarJohn Molakvoæ (skjnldsv)2020-01-223-43/+42
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prevent duplicate entries in file sidebarGary Kim2020-01-171-3/+0
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Close after clickJohn Molakvoæ (skjnldsv)2020-01-151-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only show tag selector if tags are setJulius Härtl2020-01-151-0/+25
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Proper text previewsRoeland Jago Douma2020-01-141-2/+12
| | | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #18783 from ↵Roeland Jago Douma2020-01-101-8/+7
|\ | | | | | | | | nextcloud/fix/sidebar/do-not-wait-domcontentloaded-for-init Init OCA.Files.Sidebar right away
| * Init OCA.Files.Sidebar right awayJohn Molakvoæ (skjnldsv)2020-01-091-8/+7
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Add more padding in transfer ownershipGary Kim2020-01-091-1/+6
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Combine exact and other matches for transfer ownershipChristoph Wurst2020-01-081-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>