Commits on Source (52)
-
xiphon authorede25d6a9e
-
xiphon authored5d217864
-
xiphon authoreda6c8edbe
-
xiphon authored3b647b2d
-
xiphon authored445efe13
-
xiphon authored88ce6b4e
-
xiphon authored8b9073d8
-
xiphon authored3d67f234
-
xiphon authored13f28cc5
-
xiphon authoredd0bed8fe
-
xiphon authoredb27453d9
-
xiphon authoredadca731a
-
xiphon authoredcb11f518
-
xiphon authoredd74def2e
-
xiphon authoreddbac712e
-
xiphon authoredf856d4fb
-
xiphon authoredf37b758e
-
xiphon authored
-
xiphon authoredc0bec5da
-
xiphon authored036f74cd
-
xiphon authored997acbfe
-
Diego Salazar authored
drop GITLAB_ACCESS_TOKEN requirement See merge request !1
450ed6f1 -
Diego Salazar authored
readme: don't use package manager to install Composer See merge request !2
bf2c41d2 -
Diego Salazar authored
project: fix raised_amount, drop amount_received field See merge request !3
7c263ddb -
Diego Salazar authored123da2fb
-
xiphon authoredff9c8383
-
Diego Salazar authored
donate: fix FFS mention See merge request !5
9c69ca63 -
xiphon authored8587bc1d
-
Diego Salazar authored
sort proposals by date See merge request !7
142d3358 -
Diego Salazar authored7a55d039
-
Diego Salazar authored
- Updated Header and Footer to match rest of the site
37f06e80 -
xiphon authored1363deb8
-
xiphon authoredb8a30ffa
-
xiphon authoredce092617
-
Diego Salazar authored
deposit: 'deposit:list' cmd to print all deposits info to stdout See merge request !9
29f279cd -
Diego Salazar authored
Fix multi-destination deposits Closes ccs-proposals#4 See merge request !8
f7edbff4 -
xiphon authored05b78da9
-
xiphon authored52f534f8
-
Diego Salazar authored
proposals: hide fr/wip/cp proposals if .md file doesn't exist See merge request !10
5102a512 -
Diego Salazar authored
proposals: allow overriding 'gitlab_url' for fr/wp/cp projects See merge request !11
07cb8b07 -
xiphon authoredfa1683dd
-
Diego Salazar authored
api: fix 'projects' endpoint, don't paginate, always return JSON Closes monero-site#689 See merge request !12
8cdb68ee -
xiphon authored1cc3cedd
-
xiphon authored6ceaabf2
-
xiphon authored76e82307
-
Diego Salazar authored
GenerateAddresses: skip already used address or subaddress index See merge request !13
bb6c8ef6 -
xiphon authored830b2024
-
Diego Salazar authored
MoneroNotify: 'height' argument might be undefined (wallet:notify) See merge request !14
56653670 -
xiphon authored849f6111
-
Diego Salazar authored
Wallet: skip txes containing locked outputs See merge request !15
f5291cc6 -
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.
f7dbc39f
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 49 additions, 25 deletionsapp/Console/Commands/UpdateSiteProposals.php
- app/Console/Commands/WalletNotify.php 38 additions, 38 deletionsapp/Console/Commands/WalletNotify.php
- app/Console/Kernel.php 3 additions, 3 deletionsapp/Console/Kernel.php
- app/Deposit.php 5 additions, 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 6 additions, 10 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