-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: becem-gharbi/nuxt-directus
base: v2.1.11
head repository: becem-gharbi/nuxt-directus
compare: main
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b02b51a - Browse repository at this point
Copy the full SHA b02b51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613f831 - Browse repository at this point
Copy the full SHA 613f831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef2feb - Browse repository at this point
Copy the full SHA 5ef2febView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05fef5f - Browse repository at this point
Copy the full SHA 05fef5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cacd5ff - Browse repository at this point
Copy the full SHA cacd5ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d0e9e - Browse repository at this point
Copy the full SHA 91d0e9eView commit details -
refactor: avoid auto-import of
useDirectusAuth
useDirectusSession
…… if `auth` disabled
Configuration menu - View commit details
-
Copy full SHA for 416b483 - Browse repository at this point
Copy the full SHA 416b483View commit details -
Configuration menu - View commit details
-
Copy full SHA for b413f15 - Browse repository at this point
Copy the full SHA b413f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0953a6 - Browse repository at this point
Copy the full SHA d0953a6View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93dcc98 - Browse repository at this point
Copy the full SHA 93dcc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b200d - Browse repository at this point
Copy the full SHA 79b200dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 196e940 - Browse repository at this point
Copy the full SHA 196e940View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0bccfd - Browse repository at this point
Copy the full SHA e0bccfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 185e0ac - Browse repository at this point
Copy the full SHA 185e0acView commit details -
chore(deps-dev): bump undici from 5.28.2 to 5.28.3 in /playground
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.2...v5.28.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 37d6034 - Browse repository at this point
Copy the full SHA 37d6034View commit details -
Merge pull request #73 from becem-gharbi/dependabot/npm_and_yarn/play…
…ground/undici-5.28.3 chore(deps-dev): bump undici from 5.28.2 to 5.28.3 in /playground
Configuration menu - View commit details
-
Copy full SHA for 9be40c4 - Browse repository at this point
Copy the full SHA 9be40c4View commit details -
chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /playground
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. - [Commits](indutny/node-ip@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 881387a - Browse repository at this point
Copy the full SHA 881387aView commit details -
Merge pull request #74 from becem-gharbi/dependabot/npm_and_yarn/play…
…ground/ip-2.0.1 chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /playground
Configuration menu - View commit details
-
Copy full SHA for 0a5230a - Browse repository at this point
Copy the full SHA 0a5230aView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 663f891 - Browse repository at this point
Copy the full SHA 663f891View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1886a81 - Browse repository at this point
Copy the full SHA 1886a81View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac66b0e - Browse repository at this point
Copy the full SHA ac66b0eView commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb3750a - Browse repository at this point
Copy the full SHA bb3750aView commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b84a9f9 - Browse repository at this point
Copy the full SHA b84a9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a1024 - Browse repository at this point
Copy the full SHA d7a1024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41fbc4c - Browse repository at this point
Copy the full SHA 41fbc4cView commit details -
refactor(auth): remove extra token check
If `firstTime` is "true" then the token cannot defined.
Configuration menu - View commit details
-
Copy full SHA for c9fa3c7 - Browse repository at this point
Copy the full SHA c9fa3c7View commit details
Commits on Mar 11, 2024
-
fix(auth): avoid auto-logout when page not found (#79)
* skip refresh logic if page not found * avoid infinite redirection loop when page not found
Configuration menu - View commit details
-
Copy full SHA for d8e03bb - Browse repository at this point
Copy the full SHA d8e03bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4fb37e - Browse repository at this point
Copy the full SHA d4fb37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd93cd9 - Browse repository at this point
Copy the full SHA cd93cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0e172 - Browse repository at this point
Copy the full SHA dc0e172View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e2619 - Browse repository at this point
Copy the full SHA d5e2619View commit details -
Configuration menu - View commit details
-
Copy full SHA for be260b3 - Browse repository at this point
Copy the full SHA be260b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a8192 - Browse repository at this point
Copy the full SHA b4a8192View commit details
Commits on Mar 18, 2024
-
feat(auth): support session mode (#81)
* chore(deps): upgrade to latest * SPA only with cookie mode * SPA only with cookie mode (extra refresh) * SPA only with custom storage * Implement custom auto refresh handler * store all data in memory on cookie mode * SPA only with session mode always refresh on page load * Increase default msRefreshBeforeExpires to 10 sec * SSR implementation session and cookie mode * chore(deps): upgrade nuxt to v3.11 * GraphQL auth with cookie & session mode * No significant change * Only include cookies when auth mode is session * Better auto refresh timing * SPA only avoid extra refresh call * Refactor auth plugin * SSR avoid extra refresh call * Change default auth mode to session * Update package.json * Update README * Replace loggedInFlag type from boolean to number * Avoid extra refresh on multiple tabs with session mode
Configuration menu - View commit details
-
Copy full SHA for a143650 - Browse repository at this point
Copy the full SHA a143650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d38b7a - Browse repository at this point
Copy the full SHA 8d38b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be94ddf - Browse repository at this point
Copy the full SHA be94ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9598eed - Browse repository at this point
Copy the full SHA 9598eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d1fe4 - Browse repository at this point
Copy the full SHA 73d1fe4View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f1a01d - Browse repository at this point
Copy the full SHA 2f1a01dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6898877 - Browse repository at this point
Copy the full SHA 6898877View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4635cda - Browse repository at this point
Copy the full SHA 4635cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 431d189 - Browse repository at this point
Copy the full SHA 431d189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7806ec5 - Browse repository at this point
Copy the full SHA 7806ec5View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b486f66 - Browse repository at this point
Copy the full SHA b486f66View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9062618 - Browse repository at this point
Copy the full SHA 9062618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e5138 - Browse repository at this point
Copy the full SHA 40e5138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1237e2d - Browse repository at this point
Copy the full SHA 1237e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67732e7 - Browse repository at this point
Copy the full SHA 67732e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0248f73 - Browse repository at this point
Copy the full SHA 0248f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for b997d80 - Browse repository at this point
Copy the full SHA b997d80View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.