Commits on Source (81)
-
beardedwarrior authoredef518e0f
-
beardedwarrior authoredf5711101
-
beardedwarrior authoredf19effe2
-
beardedwarrior authored18d446f9
-
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
301a6ff9 -
beardedwarrior authoreda73ad50c
-
beardedwarrior authorede1a112b4
-
beardedwarrior authoreda042be90
-
beardedwarrior authoredc926ad45
-
beardedwarrior authoredea25ce73
-
beardedwarrior authoredcf1f9603
-
beardedwarrior authored238c82b7
-
beardedwarrior authored3a3ad37e
-
beardedwarrior authored14601bbf
-
beardedwarrior authored7231d3ce
-
beardedwarrior authored47f0bfa2
-
beardedwarrior authored2ad31d20
-
beardedwarrior authored5223d655
-
beardedwarrior authored1cb57c7b
-
beardedwarrior authorede7dfac68
-
beardedwarrior authored8824f917
-
beardedwarrior authored10fa3160
-
beardedwarrior authored0adc618e
-
xiphon authoredd96509b7
-
xiphon authoredb9a9902e
-
xiphon authorede125c0fa
-
xiphon authored8e8323cb
-
xiphon authoredf6c64cba
-
xiphon authoredae970f85
-
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 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 20 additions, 15 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