openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
reduced.to
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 29, 2024 — Aug 29, 2025
Showing page 20 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
chore(docs): remove idea.gif file from the project directory
orig
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
orig
More...
about 2 years ago
Merge branch 'master' into 394-add-expired-time
dlibis
More...
over 2 years ago
style the select
dlibis
More...
over 2 years ago
added expired time functionality
dlibis
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
orig
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.
orig
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
orig
More...
over 2 years ago
refactor(optional-jwt-auth.guard.ts): add types to handleRequest parameters to improve code readability and maintainability
orig
More...
over 2 years ago
Custom expiration time (#391)
achiyahb
More...
over 2 years ago
refactor(users.controller.spec.ts): remove unused import of UsePipes from @nestjs/common to improve code readability and maintainability
orig
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
orig
More...
over 2 years ago
refactor(app.module.ts): remove unused RolesGuard provider and APP_GUARD token
orig
More...
over 2 years ago
Add "We use cookies" alert, including a privacy policy. (#399)
orig
More...
over 2 years ago
Add Users controller and roles guard (#397)
orig
More...
over 2 years ago
Dev (#392)
orig
More...
over 2 years ago
Split workflow into lint, build and test workflow (#390)
Hritik Chaudhary
More...
over 2 years ago
Minor fixes (#386)
achiyahb
More...
over 2 years ago
docs(README.md): add instructions to run PostgreSQL using docker
orig
More...
over 2 years ago
docs(README.md): add instructions to run PostgreSQL using docker if not running on port 5432
orig
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
orig
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
orig
More...
over 2 years ago
docs(README.md): add POSTGRES_DB environment variable to docker run command for PostgreSQL
orig
More...
over 2 years ago
docs(README.md): add step to run Prisma migration to create the database schema
orig
More...
over 2 years ago
style(auth.controller.ts): add space after if statement
orig
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'
orig
More...
over 2 years ago
style(waves.css): change margin-bottom to margin-top in .waves-div (#383)
orig
More...
over 2 years ago
Slashes fix (#382)
orig
More...
over 2 years ago
chore(deps): bump yaml from 2.1.3 to 2.2.2 (#378)
dependabot[bot]
More...
over 2 years ago
chore(frontend): update devDependencies and dependencies (#379)
orig
More...
over 2 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree