summaryrefslogtreecommitdiffstats
path: root/js/photos-main.js.map
AgeCommit message (Collapse)Author
2023-05-25Apply linting rulesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-25Accessible Photos directory settingsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-16Prevent progress bar overflow when uploading in FoldersLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-16Run npm audit fixLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-16Revert using display name in shared albums' nameLouis Chemineau
+ Improve rendering of cover and header of shared albums Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-15Use the color-primary-element* variablesSimon L
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-11Reset file list on upload in FilesPickerLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-10Compile assetsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-09Compile assetsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-08Bump @nextcloud/vue to 7.11.3julia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-05-05Add always visible new album labelsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-25Move heading to the main contentjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-04-24Revert "fix focus in filepicker"hamza221
This reverts commit 5835fa481b30d2f1dde53488f918a835b9da2157. Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-04-24fix: hide upload button on public album sharesRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-04-24Fix #1753: Media and Photos views are blank after upgrade to 26.0.1umgfoin
Handle empty fileMetadataSize. Signed-off-by: umgfoin <umgfoin@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-17Use new node event namesLouis Chemineau
Needed after: https://github.com/nextcloud/server/pull/37726 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-17Do not allow deletion from public albumsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-04-13fix focus in filepickerhamza221
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-27fix(settings): Debounce filepicker callsChristoph Wurst
The filepicker falls apart when you open it twice in less than 200ms. That is because the filepicker closes any previous instance when it opens, and closing logic delayed by 200ms. It happens like 1) Open file picker 1 2) Open file picker 2 -> trigger destruction of fp1, continue fp2 initialization 3) fp2 destruction is finished, but the reference now points to fp1 -> fp1 gets destroyed By adding debounce we can make sure focus+click do not cause a doubly opened filepicker and the bug described above. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-09Fix scrolling in large foldersDariusz Olszewski
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2023-03-06Create headings for photos pagesjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-02-28Tidy up to broad rename from location to placeLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-28Take into account cropped layout settingLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-27Use full filenames in folder viewLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-27Improve overall preview loadingLouis Chemineau
This PR improve on the logic to display previews: 1. Append the etag of the file to the file request. This ensure that old cache will not be used if the image is updated 2. Listen to 'files:file:updated' to refetch the file's info and have the new etag 3. Distinguish onload and on error events of the small and large previews to have a finer rendering conditions. Mostly not rendering both previews if the larger one is loaded. 4. Do not delay rendering of files to make the UI snappier Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-24Fix cypressJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-02-24Rename locations to placesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-23Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-21Disable download from albumsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-08Once again disable default preview for public albumsDariusz Olszewski
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2023-02-08Align with changes in the Viewer appDariusz Olszewski
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2023-01-30Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-24Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-09Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-05Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-04Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-03Bump @nextcloud/vue from 7.0.0 to 7.3.0dependabot[bot]
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.0 to 7.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.0.0...v7.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-29[bug fix] encode file name for file sourceDaniel Qiu
2022-12-20Update FaceCover.vueAndy Xheli
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
2022-12-01Update title when changing sections in navigationjulia.kirschenheuter
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-14Bump vue and vue-template-compilerdependabot[bot]
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.13 to 2.7.14 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) Updates `vue-template-compiler` from 2.7.13 to 2.7.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue/compare/v2.7.13...v2.7.14) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-11Fix stylelintMarcel Klehr
Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-02npm run buildJérôme Herbinet
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2022-11-02Bump @nextcloud/logger from 2.3.0 to 2.4.0dependabot[bot]
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: "@nextcloud/logger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-29Bump @nextcloud/webpack-vue-config from 5.3.0 to 5.4.0dependabot[bot]
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-25Fix albumName typoJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-20Prevent building prefixPath on loadingLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-20Migrate to :deep instead of ::v-deepLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-20Fix fetching album content when navigatingLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-19Downgrade to @nc/vue v7.0.0Louis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>