0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore(docs): remove idea.gif file from the project directory More... about 2 years ago
chore(package.json): update @prisma/client to version 4.15.0 chore(package.json): update @types/jest to version 29.5.2 refactor(users): move FindAllQueryDto to its own file More... about 2 years ago
Merge branch 'master' into 394-add-expired-time More... over 2 years ago
style the select More... over 2 years ago
added expired time functionality More... over 2 years ago
refactor(logger.module.ts): add @Global decorator to logger module to make it available globally refactor(shortener.controller.spec.ts): import AppLoggerModule to ShortenerController test refactor(shortener.controller.ts): add AppLoggerService to ShortenerController constructor and log user id and original url when creating a shortened url refactor(shortener.service.spec.ts): rename addUrl to addUrlToCache for better semantics and remove test for throwing error when adding duplicate short url refactor(shortener.service.ts): rename addUrl to addUrlToCache for better semantics, rename body to shortenerDto in createDbUrl method, rename newUrl to shortenedUrl in createDbUrl method, and add return type to createDbUrl method More... over 2 years ago
feat(migration.sql): add migration to create Url table with columns id, shortenedUrl, originalUrl, userId, description, expirationTime, and createdAt. Add foreign key constraint to userId column referencing User table's id column. Add unique index on shortenedUrl column to ensure uniqueness of shortened urls. More... over 2 years ago
feat(cache): add cache-manager and cache-manager-redis-store dependencies to package.json refactor(cache): update cache module to use @nestjs/cache-manager instead of @nestjs/common refactor(cache): update cache service to use @nestjs/cache-manager instead of @nestjs/common and cache-manager package More... over 2 years ago
refactor(optional-jwt-auth.guard.ts): add types to handleRequest parameters to improve code readability and maintainability More... over 2 years ago
Custom expiration time (#391) More... over 2 years ago
refactor(users.controller.spec.ts): remove unused import of UsePipes from @nestjs/common to improve code readability and maintainability More... over 2 years ago
fix(roles.guard.spec.ts): throw UnauthorizedException instead of returning false when user does not have required role fix(roles.guard.ts): throw UnauthorizedException instead of returning false when user does not have required role feat(users.controller.spec.ts): override RolesGuard to always return true in tests to avoid role-based authorization issues More... over 2 years ago
refactor(app.module.ts): remove unused RolesGuard provider and APP_GUARD token More... over 2 years ago
Add "We use cookies" alert, including a privacy policy. (#399) More... over 2 years ago
Add Users controller and roles guard (#397) More... over 2 years ago
Dev (#392) More... over 2 years ago
Split workflow into lint, build and test workflow (#390) More... over 2 years ago
Minor fixes (#386) More... over 2 years ago
docs(README.md): add instructions to run PostgreSQL using docker More... over 2 years ago
docs(README.md): add instructions to run PostgreSQL using docker if not running on port 5432 More... over 2 years ago
docs(README.md): clarify instructions for running Prisma migration in backend folder docs(README.md): fix formatting of code block for running backend instance More... over 2 years ago
fix(README.md): change PostgreSQL default user and password to postgres fix(backend/.example.env): change PostgreSQL default user and password to postgres More... over 2 years ago
docs(README.md): add POSTGRES_DB environment variable to docker run command for PostgreSQL More... over 2 years ago
docs(README.md): add step to run Prisma migration to create the database schema More... over 2 years ago
style(auth.controller.ts): add space after if statement More... over 2 years ago
feat(README.md): add docker to the list of things needed to run the project locally feat(README.md): add instructions to run a local instance of PostgreSQL using docker fix(backend/.example.env): add NODE_ENV variable with default value 'development' fix(auth.controller.ts): send verification email only if app environment is 'production' feat(config.factory.ts): add env variable to app config with default value 'development' More... over 2 years ago
style(waves.css): change margin-bottom to margin-top in .waves-div (#383) More... over 2 years ago
Slashes fix (#382) More... over 2 years ago
chore(deps): bump yaml from 2.1.3 to 2.2.2 (#378) More... over 2 years ago
chore(frontend): update devDependencies and dependencies (#379) More... over 2 years ago