sudo add-apt-repository ppa:ondrej/php
This repository contains all the released versions of PHP till date.
Extracted from: `https://github.com/monicahq/monica/commits/master` | |
build: fix docker build | |
build: use semantic-release-github-pullrequest | |
chore(i18n): update translations | |
chore(deps): update dependencies | |
chore(deps): update to Laravel 8 | |
chore(deps): security upgrade axios from 0.20.0 to 0.21.1 | |
chore(deps): update vue deps |
upload(files) { | |
const config = { | |
onUploadProgress: function(progressEvent) { | |
var percentCompleted = Math.round((progressEvent.loaded * 100) / progressEvent.total) | |
console.log(percentCompleted) | |
} | |
} | |
let data = new FormData() | |
data.append('file', files[0]) |
RewriteEngine On | |
RewriteCond %{HTTPS} !=on | |
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] | |
<IfModule mod_rewrite.c> | |
RewriteEngine on | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule ^ index.php [L] | |
</IfModule> |
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |