Commits on Source (78)
-
beardedwarrior authored
-
beardedwarrior authored
jekyll site now uses json, formatted the proposals to reflect that added additional fields to db to save data required for the site, pulling merge proposals in via git submodule for processing data variables
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
beardedwarrior authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
xiphon authored
-
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 6 additions, 4 deletions.env.example
- Envoy.blade.php 3 additions, 0 deletionsEnvoy.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 70 additions, 0 deletionsapp/Console/Commands/GenerateAddresses.php
- app/Console/Commands/MoneroNotify.php 24 additions, 0 deletionsapp/Console/Commands/MoneroNotify.php
- app/Console/Commands/ProcessProposals.php 159 additions, 0 deletionsapp/Console/Commands/ProcessProposals.php
- app/Console/Commands/UpdateSiteProposals.php 154 additions, 0 deletionsapp/Console/Commands/UpdateSiteProposals.php
- app/Console/Commands/WalletNotify.php 41 additions, 39 deletionsapp/Console/Commands/WalletNotify.php
- app/Console/Kernel.php 12 additions, 2 deletionsapp/Console/Kernel.php
- app/Deposit.php 5 additions, 1 deletionapp/Deposit.php
- app/Http/Controllers/FundingController.php 17 additions, 11 deletionsapp/Http/Controllers/FundingController.php
- app/Http/Resources/ProjectResource.php 8 additions, 6 deletionsapp/Http/Resources/ProjectResource.php
- app/Project.php 14 additions, 16 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
- app/Repository/Gitlab.php 79 additions, 0 deletionsapp/Repository/Gitlab.php
Envoy.blade.php
0 → 100644
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/GenerateAddresses.php
0 → 100644
app/Console/Commands/MoneroNotify.php
0 → 100644
app/Console/Commands/ProcessProposals.php
0 → 100644
app/Console/Commands/UpdateSiteProposals.php
0 → 100644
app/Repository/Connection.php
0 → 100644
app/Repository/Github.php
0 → 100644
app/Repository/Gitlab.php
0 → 100644