Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: www-learn-en/course-vue-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e664aae
Choose a base ref
...
head repository: javascriptru/course-vue-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a90f0af
Choose a head ref
  • 17 commits
  • 48 files changed
  • 1 contributor

Commits on Aug 8, 2021

  1. feat: improve meetup date setting

    - Support both unix time and date string for meetup date in create and update.
    - Hard set UTC time to 00:00:00.000
    - Improve Open API spec for date
    ShGKme committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    966646a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. feat: improve images api, docs and minor changes

    - By default images link now includes extension, for example, `/api/images/1.jpeg`
    - Add `meetup.image` field with direct image link
    - Always return meetup with agenda
    - `meetup.date` is UNIX timestamp now. Formatted value available in `meetup.dateIso`
    - Data Seed now always has current dates
    - Many API docs improvements
    ShGKme committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    fd3aed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    5cde5d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    56a9d12 View commit details
    Browse the repository at this point in the history
  2. fix: add secure for samesite

    ShGKme committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    ba639d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    1ce4724 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. chore: migrate to mikro-orm@4

    Signed-off-by: Grigorii K. Shartsev <[email protected]>
    ShGKme committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    366e095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208f7a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. chore: update deps

    ShGKme committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3d09e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. chore: update .env defaults

    ShGKme committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    61fb47f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    9b07269 View commit details
    Browse the repository at this point in the history
  2. feat(app): auto-cors

    ShGKme committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    daf8447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01dc1f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    9a6d06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10869c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588cd84 View commit details
    Browse the repository at this point in the history
  4. fix(app): cors for images

    ShGKme committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a90f0af View commit details
    Browse the repository at this point in the history
Loading