Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
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: WebDeveloperItaliani/paste
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: WebDeveloperItaliani/paste
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 31 files changed
  • 4 contributors

Commits on Nov 8, 2017

  1. Anonymous edit feature (#9)

    * Remove deprecated middleware
    * Add password to Paste entity
    * Add new custom rule to determine password match
    * Improve paste menu
    * Add new FormRequest for update paste
    * Add fixed Paste test on PasteTableSeeder
    * Add the ability to edit a paste
    * Improve tests suite
    * Remove dead code
    * Add new alert style for callouts
    * Add the ability to set a password on paste creation and fork
    * Fix a bug that caused crashes when a password was null
    * Fix a stupid bug on LanguageFactory causing tests to fail
    ludo237 authored Nov 8, 2017
    Configuration menu
    Copy the full SHA
    1ebdbf5 View commit details
    Browse the repository at this point in the history
  2. Fix typecast exception on PasswordMatch rule

    Claudio Ludovico Panetta committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    f69e161 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

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

Commits on Dec 6, 2020

  1. bump dependencies

    julianxhokaxhiu committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    c0387e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Bump ini from 1.3.5 to 1.3.8

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.8)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and julianxhokaxhiu committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    192c348 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Bump axios from 0.21.0 to 0.21.1

    Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
    - [Commits](axios/axios@v0.21.0...v0.21.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and julianxhokaxhiu committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4f9ecc0 View commit details
    Browse the repository at this point in the history
Loading