Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(files): Also restore shares after ownership transfer for object storage | Ferdinand Thiessen | 2024-04-18 | 1 | -38/+73 | |
| | | | | | | | | | | When a file is moved between different storages then the file id is not (always) preserved. This means the file id has to be adjusted for all shares. So in case the file id does not exist anymore we try to find the new file id based on the target path of the transfer and the path suffix of the share. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat: cleanup filecache_extended items by default | Robin Appelman | 2024-04-15 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | feat: remove orphaned entries from filecache_extended | Daniel Kesselberg | 2024-04-15 | 1 | -1/+37 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 5 | -10/+10 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Merge pull request #41973 from nextcloud/files-scan-path-option | John Molakvoæ | 2024-03-15 | 1 | -1/+1 | |
|\ | ||||||
| * | use correct mode constant of files:scan's --path option | Robin Appelman | 2024-02-24 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix(files): Do not require files_trashbin in live photo sync listener | Louis Chemineau | 2024-03-14 | 3 | -134/+70 | |
| | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 2 | -17/+65 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 4 | -0/+75 | |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 6 | -29/+23 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix: Also expose forbidden filename character in the capabilities | Ferdinand Thiessen | 2024-02-28 | 1 | -2/+3 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | feat(search): allows to search files by path | Benjamin Gaussorgues | 2024-02-27 | 1 | -0/+3 | |
|/ | | | | | | | Use `GET search/providers/files/search?path=<path>` with beginning of the path Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Merge pull request #39215 from shdehnavi/replace_substr_calls_in_files_app | John Molakvoæ | 2024-02-23 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge branch 'master' into replace_substr_calls_in_files_app | Hamid Dehnavi | 2023-10-30 | 2 | -1/+28 | |
| |\ | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | |||||
| * | | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-09-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | |||||
* | | | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | | | fix(files): Remove dead code from files controllers | Ferdinand Thiessen | 2024-02-12 | 1 | -20/+0 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 2 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | fix(files): Consistent sorting for folders before files (user configurable) | Ferdinand Thiessen | 2024-01-27 | 1 | -0/+6 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | fix(files): Make sure to add the `fileid` on favorite folders navigation entries | Ferdinand Thiessen | 2024-01-25 | 2 | -25/+50 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | fix(files): combine navigation and files list into single Vue app | Grigorii K. Shartsev | 2024-01-25 | 1 | -7/+0 | |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | | | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 3 | -6/+6 | |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | chore(files): Remove unused type alias | provokateurin | 2024-01-18 | 2 | -16/+0 | |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | fix(ViewController): Regression lead to 500 on non-existent fileIds | Josh Richards | 2023-12-21 | 1 | -6/+10 | |
| | | | | | | | | | | | | | | | Fixes #42418 Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | |||||
* | | | fix(files): Adjust ID for skip content buttons | Ferdinand Thiessen | 2023-12-21 | 1 | -1/+3 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | fix rename | Maxence Lange | 2023-12-11 | 1 | -30/+17 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Add comment in SyncLivePhotosListener | Louis Chemineau | 2023-11-30 | 1 | -93/+131 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | Synchronize operation on live photo files | Louis Chemineau | 2023-11-29 | 2 | -0/+261 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 30 | -111/+106 | |
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | add named metadata event | Maxence Lange | 2023-11-20 | 1 | -6/+14 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | fix(files): avoid sending thumbnail URL for directory as none exists | Benjamin Gaussorgues | 2023-11-17 | 1 | -4/+10 | |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | feat(files): Allow advanced search for files | Benjamin Gaussorgues | 2023-11-10 | 1 | -17/+88 | |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | Support getting and setting metadata in DAV requests | Louis Chemineau | 2023-11-08 | 1 | -7/+0 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -3/+12 | |
| |/ |/| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(files): add grid toggle button | John Molakvoæ | 2023-10-17 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | feat: allow external drop and add dropzone | John Molakvoæ | 2023-10-10 | 1 | -3/+5 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | fix: redirect to proper directory if file not found | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -1/+14 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | fix(files): disallow illegal characters | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -0/+6 | |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptions | Kate | 2023-09-27 | 3 | -6/+6 | |
|\ | | | | | Add single status code descriptions for OpenAPI | |||||
| * | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 3 | -6/+6 | |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | fix(files): do not include scripts for merge-index | Max | 2023-09-26 | 1 | -3/+2 | |
|/ | | | | Signed-off-by: Max <max@nextcloud.com> | |||||
* | Merge pull request #40551 from nextcloud/fix/init-script | John Molakvoæ | 2023-09-21 | 1 | -0/+1 | |
|\ | ||||||
| * | fix: avoid side-effect imports | John Molakvoæ (skjnldsv) | 2023-09-21 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -17/+9 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -37/+99 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): service worker | John Molakvoæ | 2023-08-17 | 2 | -9/+3 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | chore(files): add Headers, remove legacy methods and cleanup | John Molakvoæ | 2023-08-17 | 2 | -67/+5 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |