Commits on Source (42)
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
Diego Salazar authored
drop GITLAB_ACCESS_TOKEN requirement See merge request !1
-
Diego Salazar authored
readme: don't use package manager to install Composer See merge request !2
-
Diego Salazar authored
project: fix raised_amount, drop amount_received field See merge request !3
-
Diego Salazar authored
-
xiphon authored
-
Diego Salazar authored
donate: fix FFS mention See merge request !5
-
xiphon authored
-
Diego Salazar authored
sort proposals by date See merge request !7
-
Diego Salazar authored
-
Diego Salazar authored
- Updated Header and Footer to match rest of the site
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
Diego Salazar authored
deposit: 'deposit:list' cmd to print all deposits info to stdout See merge request !9
-
Diego Salazar authored
Fix multi-destination deposits Closes ccs-proposals#4 See merge request !8
-
xiphon authored
-
xiphon authored
-
Diego Salazar authored
proposals: hide fr/wip/cp proposals if .md file doesn't exist See merge request !10
-
Diego Salazar authored
proposals: allow overriding 'gitlab_url' for fr/wp/cp projects See merge request !11
-
xiphon authored
-
Diego Salazar authored
api: fix 'projects' endpoint, don't paginate, always return JSON Closes monero-site#689 See merge request !12
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
Diego Salazar authored
GenerateAddresses: skip already used address or subaddress index See merge request !13
-
xiphon authored
-
Diego Salazar authored
MoneroNotify: 'height' argument might be undefined (wallet:notify) See merge request !14
-
xiphon authored
-
Diego Salazar authored
Wallet: skip txes containing locked outputs See merge request !15
-
john_r365 authored
- Riccardo: "I've spoken to GloBee, and they are fine with the licensing, as long as it's liberal (BSD 3-clause / MIT preferred)." ([link](ccs-front#5 (comment 11150))) - Also have confirmation separately in multiple places from Rehrar that he's happy with permissive licensing. On that basis, am proposing to change the license to BSD 3-Clause, which is the same licence that the rest of the Monero site uses. There wasn't an intentional decision at the start that this work should be copyrighted, but it was, and now we can fix that.
Showing
- .env.example 5 additions, 6 deletions.env.example
- .gitmodules 0 additions, 3 deletions.gitmodules
- Envoy.blade.php 1 addition, 1 deletionEnvoy.blade.php
- LICENSE 29 additions, 0 deletionsLICENSE
- app/Coin/Coin.php 30 additions, 0 deletionsapp/Coin/Coin.php
- app/Coin/CoinMonero.php 28 additions, 0 deletionsapp/Coin/CoinMonero.php
- app/Coin/CoinZcoin.php 33 additions, 0 deletionsapp/Coin/CoinZcoin.php
- app/Console/Commands/DepositList.php 44 additions, 0 deletionsapp/Console/Commands/DepositList.php
- app/Console/Commands/GenerateAddresses.php 20 additions, 8 deletionsapp/Console/Commands/GenerateAddresses.php
- app/Console/Commands/MoneroNotify.php 24 additions, 0 deletionsapp/Console/Commands/MoneroNotify.php
- app/Console/Commands/ProcessProposals.php 33 additions, 14 deletionsapp/Console/Commands/ProcessProposals.php
- app/Console/Commands/UpdateSiteProposals.php 43 additions, 25 deletionsapp/Console/Commands/UpdateSiteProposals.php
- app/Console/Commands/WalletNotify.php 31 additions, 29 deletionsapp/Console/Commands/WalletNotify.php
- app/Console/Kernel.php 3 additions, 3 deletionsapp/Console/Kernel.php
- app/Deposit.php 1 addition, 1 deletionapp/Deposit.php
- app/Http/Controllers/FundingController.php 6 additions, 13 deletionsapp/Http/Controllers/FundingController.php
- app/Http/Resources/ProjectResource.php 8 additions, 6 deletionsapp/Http/Resources/ProjectResource.php
- app/Project.php 5 additions, 9 deletionsapp/Project.php
- app/Repository/Connection.php 28 additions, 0 deletionsapp/Repository/Connection.php
- app/Repository/Github.php 89 additions, 0 deletionsapp/Repository/Github.php
.gitmodules
deleted
100644 → 0
LICENSE
0 → 100644
app/Coin/Coin.php
0 → 100644
app/Coin/CoinMonero.php
0 → 100644
app/Coin/CoinZcoin.php
0 → 100644
app/Console/Commands/DepositList.php
0 → 100644
app/Console/Commands/MoneroNotify.php
0 → 100644
app/Repository/Connection.php
0 → 100644
app/Repository/Github.php
0 → 100644