Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | admin have no special rights on users' entries | Maxence Lange | 2023-09-01 | 2 | -30/+7 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | Merge pull request #39707 from ↵ | Simon L | 2023-09-04 | 1 | -0/+6 | |
| |\ \ | | | | | | | | | | | | | nextcloud/bugfix/39706/local-ext-storage-unavailable-mode | |||||
| | * | | Allow ext storage Local to go unavailable | Vincent Petry | 2023-08-29 | 1 | -0/+6 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an external storage of type Local points at a non-existing directory, process this as a StorageNotAvailable instead of returning 404. This makes desktop clients ignore the folder instead of deleting it when it becomes unavailable. The code change was limited to external storages to avoid issues during setup and with the default home storage. Signed-off-by: Vincent Petry <pvince81@yahoo.fr> | |||||
| * / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-03 | 2 | -2/+2 | |
| |/ | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | chore: upgrade to `@nextcloud/files@3.0.0-beta.18` | John Molakvoæ | 2023-08-23 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | feat: migrate FileAction from server | John Molakvoæ | 2023-08-23 | 7 | -10/+8 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | chore: use Navigation from `@nextcloud/files` | John Molakvoæ | 2023-08-23 | 4 | -19/+15 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | chore(files): add Headers, remove legacy methods and cleanup | John Molakvoæ | 2023-08-17 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-16 | 2 | -0/+22 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | use fresh builders when deleting storages | Robin Appelman | 2023-08-14 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-12 | 4 | -2/+50 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-11 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-10 | 2 | -0/+22 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-08 | 2 | -2/+24 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Merge pull request #39717 from nextcloud/fix/openapi/files_external | Julien Veyssier | 2023-08-07 | 4 | -6/+103 | |
| |\ | | | | | | | files_external: Fix OpenAPI | |||||
| | * | files_external: Fix OpenAPI | jld3103 | 2023-08-07 | 4 | -6/+103 | |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-07 | 2 | -0/+22 | |
| |/ | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 1 | -1/+2 | |
| |\ | | | | | | | fix!: Final round of moving to IEventDispatcher | |||||
| | * | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-04 | 4 | -0/+44 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-03 | 16 | -4/+180 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | feat(files): migrate recent view | John Molakvoæ (skjnldsv) | 2023-08-02 | 4 | -7/+118 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-02 | 130 | -3294/+3460 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | feat(files_external): migrate to vue | John Molakvoæ | 2023-08-01 | 35 | -1400/+1010 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | | Migrate files external to PSR LoggerInterface | Benjamin Gaussorgues | 2023-08-01 | 11 | -96/+62 | |
| |/ | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | Merge pull request #39595 from ↵ | Joas Schilling | 2023-07-28 | 3 | -5/+6 | |
| |\ | | | | | | | | | | | | | nextcloud/bugfix/noid/remove-symfony-event-from-user fix!: Remove symfony EventDispatcherInterface from OC\User and OC\Group | |||||
| | * | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 3 | -5/+6 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-28 | 2 | -8/+8 | |
| |/ | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -3/+5 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Merge pull request #39367 from nextcloud/s3-fopen-exception | Robin Appelman | 2023-07-20 | 1 | -1/+1 | |
| |\ | | | | | | | handle more exceptions in AmazonS3::fopen | |||||
| | * | handle more exceptions in AmazonS3::fopen | Robin Appelman | 2023-07-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 2 | -2/+48 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-14 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Merge pull request #39321 from nextcloud/feature/openapi/files_external | Robin Appelman | 2023-07-13 | 6 | -4/+215 | |
| |\ \ | | |/ | |/| | files_external: Add OpenAPI spec | |||||
| | * | files_external: Add OpenAPI spec | jld3103 | 2023-07-11 | 6 | -4/+215 | |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
| * | | Merge pull request #39323 from nextcloud/fix/noid/getstorge-before-rm | Maxence Lange | 2023-07-13 | 1 | -0/+6 | |
| |\ \ | | | | | | | | | files_external: getStorage before remove | |||||
| | * | | getStorage before remove | Maxence Lange | 2023-07-11 | 1 | -0/+6 | |
| | |/ | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-12 | 2 | -2/+2 | |
| |/ | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-08 | 2 | -6/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-06 | 4 | -2/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 2 | -53/+47 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-28 | 4 | -2/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-27 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-26 | 2 | -20/+20 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Clean-up some remaining readdir calls with undesirable false evaluation ↵ | Josh Richards | 2023-06-24 | 1 | -2/+2 | |
|/ | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-24 | 4 | -12/+138 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-20 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-16 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-15 | 2 | -24/+24 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |