Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(dashboard): implement widget item api v2 | Richard Steinmetz | 2023-08-22 | 10 | -372/+455 |
| | | | | | | | | | This API enables the dashboard to render all widgets from the API data alone without having apps to provide their own bundles. This saves a lot of traffic and execution time as a lot less javascript has to be parsed on the frontend. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Merge pull request #39870 from nextcloud/perf/noid/memcache-bfp-backend | Joas Schilling | 2023-08-22 | 2 | -0/+15 |
|\ | | | | | feat(security): Add a bruteforce protection backend base on memcache | ||||
| * | feat(admin): Show an error when the admin is throttled | Joas Schilling | 2023-08-21 | 2 | -0/+15 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-22 | 14 | -4/+54 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(settings): Invert app nav icons when active | Christopher Ng | 2023-08-21 | 2 | -11/+28 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #39391 from nextcloud/fix/4324-fix-color-of-special-buttons | Joas Schilling | 2023-08-21 | 3 | -28/+28 |
|\ | | | | | Change color of error and success | ||||
| * | Change color of error and success | julia.kirschenheuter | 2023-08-21 | 3 | -28/+28 |
| | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-21 | 10 | -36/+110 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-20 | 18 | -0/+24 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-19 | 148 | -134/+160 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Download and enable all | Jérôme Herbinet | 2023-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Download and enable all Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | Merge pull request #39961 from nextcloud/bugfix/noid/simplify-route-name | Joas Schilling | 2023-08-18 | 2 | -6/+6 |
|\ \ | |/ |/| | fix(CS): Use the naming pattern for the URL scheme | ||||
| * | fix(CS): Use the naming pattern for the URL scheme | Joas Schilling | 2023-08-18 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #39888 from nextcloud/less-container-queries | Joas Schilling | 2023-08-18 | 3 | -40/+40 |
|\ \ | | | | | | | Reduce the number of container queries | ||||
| * | | only determine quota_include_external_storage once for quota wrapper | Robin Appelman | 2023-08-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | only get logger when needed in sabre/directory | Robin Appelman | 2023-08-18 | 1 | -9/+8 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | only gather dependencies for trashbin wrapper once | Robin Appelman | 2023-08-18 | 2 | -34/+32 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #39867 from nextcloud/login-less | Joas Schilling | 2023-08-18 | 2 | -5/+8 |
|\ \ | |/ |/| | Add a separate event for login page rendering | ||||
| * | add separate event for rendering login page template | Robin Appelman | 2023-08-17 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | move "aways loaded" sharing script to event listener | Robin Appelman | 2023-08-17 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #39903 from nextcloud/no-dav-acl-files | Robin Appelman | 2023-08-18 | 1 | -0/+5 |
|\ \ | | | | | | | don't bother checking dav acl's in files | ||||
| * | | don't bother checking dav acl's in files | Robin Appelman | 2023-08-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | any permissions for files is handled in the filesystem layer anyway Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-18 | 130 | -338/+526 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #39910 from nextcloud/bugfix/noid/fix-memcache-class-handling | Joas Schilling | 2023-08-17 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | fix(memcache): Fix comparison of Memcache configs to classes | ||||
| * | | | fix(memcache): Fix comparison of Memcache configs to classes | Joas Schilling | 2023-08-16 | 1 | -1/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 8 | -234/+159 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | chore: update openapi | John Molakvoæ | 2023-08-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(cypress): adjust selectors | John Molakvoæ | 2023-08-17 | 5 | -8/+39 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): window.caches check | John Molakvoæ | 2023-08-17 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(tests): actions adjust and jest fetch mock | John Molakvoæ | 2023-08-17 | 5 | -14/+26 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): sidebar favorite event sync | John Molakvoæ | 2023-08-17 | 2 | -32/+22 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): navigation quota alignments | John Molakvoæ | 2023-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): unnecessary navigation change detection | John Molakvoæ | 2023-08-17 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): dir contents variables | John Molakvoæ | 2023-08-17 | 1 | -5/+8 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): router and fileid sidebar open | John Molakvoæ | 2023-08-17 | 7 | -35/+49 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix(files): active and open sidebar on mount | John Molakvoæ | 2023-08-17 | 4 | -23/+64 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | fix: FileEntry boundariesElement and right click menu | John Molakvoæ | 2023-08-17 | 1 | -7/+12 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | feat: redirect to the mime icon if no preview available | John Molakvoæ | 2023-08-17 | 1 | -15/+2 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | perf(files): reuse vnode with unique key | John Molakvoæ | 2023-08-17 | 2 | -15/+9 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | feat: virtual scrolling update | John Molakvoæ | 2023-08-17 | 7 | -20/+690 |
| | | | | | | | | | | | | 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 | 27 | -554/+389 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | feat(f2v): migrate Files | John Molakvoæ | 2023-08-17 | 26 | -73/+188 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #39599 from nextcloud/fix/l10n-password-header | Ferdinand Thiessen | 2023-08-17 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | fix(l10n): Password column header | ||||
| * | | | fix(l10n): Password column header | Christopher Ng | 2023-08-17 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | Remove extra tab | Jérôme Herbinet | 2023-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | | A better design for update channel selector | Jérôme Herbinet | 2023-08-17 | 1 | -3/+3 |
|/ / | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-17 | 132 | -74/+460 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #39909 from ↵ | Pytal | 2023-08-16 | 1 | -9/+12 |
|\ \ | | | | | | | | | | nextcloud/fix/a11y-users-list-select-focus-on-tag-delete | ||||
| * | | fix(settings): fix "Set user manager" label in users settings | Grigorii K. Shartsev | 2023-08-16 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> |